Android Studio – Clone failed – Failed to start Git process
Process After setting up Android Studio on mu Ubuntu laptop I attempted to check out some of my...
Read Moreby Phil Eddies | Feb 16, 2016 | Linux, Solutions | 0 |
Process After setting up Android Studio on mu Ubuntu laptop I attempted to check out some of my...
Read Moreby Phil Eddies | Feb 16, 2016 | Linux, Solutions | 1 |
Problem When trying to setup Android Studio on my Ubuntu 15.10 laptop, the Android components...
Read Moreby Phil Eddies | Dec 30, 2015 | Linux, Solutions | 0 |
Problem: On my Ubuntu 15.10 laptop I found TAB key completion was not working in the bash shell /...
Read Moreby Phil Eddies | Mar 25, 2015 | Backup Exec, Solutions | 8 |
Problem – Backup Exec RALUS Agent for Linux – Failure to browse [Root] Recently I...
Read Moreby Phil Eddies | Mar 24, 2014 | Linux, Tips | 0 |
If you have a need to find the user accounts present on a Linux computer via the shell the below command should help. cat /etc/passwd | grep “/home” | cut -d: -f1 This will list all users on the computer that have a...
Read Moreby Phil Eddies | Mar 18, 2014 | Linux, Tips | 0 |
To find the version of SUSE or openSUSE and the service pack / patch level installed via the shell run the command; cat /etc/SuSE-release You should get an output like the below; SUSE Linux Enterprise Server 11 (x86_64) VERSION...
Read Moreby Phil Eddies | Oct 19, 2012 | Linux, Tips | 0 |
Changing the time zone on CentOs from the shell You can enter the command date to view the current time zone To change the time zone you need to create a link from the appropriate location...
Read More
Recent Comments