by ray | Feb 29, 2016 | Linux / Ubuntu
How to install Psensor (Graphical Temperature Monitor Tool) in Ubuntu 15.04 and Ubuntu 14.04. Check Laptop CPU temperature and Hard Disk temperature in Ubuntu 15.04/14.04 with Psensor. Psensor is a graphical hardware temperature monitor for Linux. It can monitor: the...
by ray | Feb 29, 2016 | Linux / Ubuntu
There is a tutorial so you can fix it (beneath reinstalling). Just execute these two commands, it worked for me: $ wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb $ sudo dpkg -i...
by ray | Feb 29, 2016 | Linux / Ubuntu
Linux command shelf is a quick reference guide that introduce most set of commands used in linux, broadly based on rhel / centos. Commands are divided into 15 sections with description for each commands. The pdf format of all these commands are available for download....
by ray | Feb 29, 2016 | Linux / Ubuntu
Install via the Package Manager(apt-get): Simply add to your packages: For Sublime-Text-2: sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text For Sublime-Text-3: sudo add-apt-repository...
by ray | Feb 29, 2016 | Linux / Ubuntu
I’m trying to find a way to scan my entire Linux system for all files containing a specific string of text. Just to clarify, I’m looking for text within the file, not in the file name. grep -rnw ‘/path/to/somewhere/’ -e “pattern” -r...
by ray | Feb 22, 2016 | Linux / Ubuntu
Google Chrome isn’t in the repositories – however, Chromium is. To install Google Chrome, run the following: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo...