How to Install Python on Ubuntu

Views: 11Ubuntu is a Linux based operating system used by some small and large companies around the world.  Unlike other operating systems, it’s free to download and use. Since I have been learning and using Python for the past few weeks, some people have asked if they could install and use Python on other operating […]

CONTINUE READING....

How to tell how long a Linux/Unix Terminal has been up and online

Views: 208Once in a while, we IT people want to know the length of time a Linux/Unix server or client has been online and operating.  There is an easy way to tell: 1. Open a Terminal window. 2. Type uptime. 3.  The output will show you the time since the terminal was first turned on, […]

CONTINUE READING....

How to install Applications using the Command Line in Ubuntu

Views: 37While it is true that Ubuntu has an App Store that makes installing compatible apps a breeze, sometimes you come across an app that you must install from the command line. The command line is the way you can use the O/S by completely bypassing the GUI. Even though this how to focuses on […]

CONTINUE READING....