Install Python3 on Ubuntu 18.04 and Set Up a Virtual Programming Environment

Install Python 3 on Ubuntu

Python is an object-oriented, interpreted, high-level programming language created by Guido van Rossum and was first released in 1991. It reduces the cost of program maintenance with its easy to learn syntax and high user readability. It encourages program modularity and thus code reuse by supporting modules and packages based programming concept. The Python interpreter … Read more

How to Install and Configure Apache Web Server on Ubuntu

Ubuntu Aapache Web Server

What is Apache Web Server? Apache or Apache HTTP server is a free and open source web server, developed and maintained by the Apache Software Foundation. Its popularity can be judged by the fact that around 46% of the websites worldwide are powered by Apache. Apache allows website developers to serve their content over the … Read more

How to Get Boot Time and Uptime on Ubuntu

Ubuntu Uptime

As an Ubuntu system Administrator, you might want to know since when the system is running. This is especially helpful if you want to troubleshoot power or scheduling related problems. Although there are many open-source applications that you can install and use for this purpose, the Ubuntu ‘uptime’ command is the simplest to use and … Read more

Record your screen with Simple Screen Recorder under Ubuntu

Ubuntu Screen Recorder

Screen recording or screencasting is a very important task that we have to perform while making video tutorials for software applications. You can use the screen recordings in your presentations, how-to tutorials and software reviews that you can share with people on the Internet. Not only technical people, but everyday users also need to record … Read more