General

การใช้งานทั่วไปบน Ubuntu

remove gnome desktop

If GUI is troubling you, login through CUI(Ctrl+Alt+F1) Check if "ppa-purge" package is installed or not. Run ``` dpkg -l | grep ppa-purge ``` If it returns the value, "ppa-purge" is installed. If not

Delete terminal history in Linux

You can clear your bash history like this: ``` cat /dev/null > ~/.bash_history && history -c && exit ``` ``` cat /dev/null > ~/.bash_history ``` erases the content of the ``` ~/.bash_history ``` file.

Cinnamon 3.0 Is Released, Here’s How To Install it On Ubuntu

Cinnamon 3.0 has been released and chances are you’re itching to upgrade to it! Well, first hold your horses. This latest stable release of the popular GNOME-fork brings a modest set of improvements t