Monthly Archives: February 2016

Reduce Firefox memory usage

Firefox can consume a heavy amount of memory and slow down your system. Here is some tips to reduce the memory usage of Firefox. Tip 1: Check the memory usage To get some info about memory usage type about:cache?device=memory into the address bar and hit Enter. Tip 2: Keep your number of open tabs and… Read More »

How to run a command or script after running apt-get command on a Debian or Ubuntu Linux

How do I run custom command after ‘apt-get upgrade‘ or ‘apt-get dist-upgrade‘ on a Debian or Ubuntu Linux based system? How do I hook a script to apt-get command on my Ubuntu Linux server? You can configure the apt-get command using /etc/apt/apt.conf file or place configuration in a special directory at /etc/apt/apt.conf.d/. More in nixCraft.… Read More »