Tagged: Bash

1

Finding Large Files in Linux

Finding large files in Linux is extremely useful especially when you're low on disk space. I have often used this with various customer servers that are running into issues where they are out of disk...

2

Custom CLI Bash Prompt Colors

Some quick notes for me on how I customize my shell when I set up my servers. This is pretty much the layout I use for all users: # /etc/bashrc (PS1) [\[\e[0;36m\]\t\[\e[0m\]] [\[\e[31;1m\]\u\[\e[0m\]@\h \W]\\$ Output:...