Linux (2)

Linux DE Freeze Solution

Have you ever had your Linux desktop environment freeze on you? Most people will just hard boot the machine to get it working again. Here's a better way... On your keyboard press and HOLD: Alt + PrtScrn/SysRq then type in this order: R S E…

Continue reading...

My Shell Aliases

Shell aliases improve speed and productivity a lot. Since I use oh-my-zsh, I stored these in a file called custom-aliases.zsh in ~/.oh-my-zsh/custom/. On a fresh install with bash as the default shell you can just drop these aliases into ~/.bashrc. I hope you find these…

Continue reading...