How to Enable / Disable Unattended Upgrades in Ubuntu 16.04
To protect your data in any ubuntu based system, it is imperative to update packages and apply security patches regularly. It is much better if the system itself applies the security updates. The...
View ArticleHow to Install BigBlueButton on Ubuntu 16.04
There are a lot of open source web conferencing tools available these days and there are also a number of budget-friendly alternatives that still offer the same features and functions. Sometimes you...
View ArticleHow to Install XMR STAK CPU for Monero Mining on Ubuntu 16.04
In one of our previous articles, we have shown you how to mine Ethereum – one of the most popular cryptocurrencies as of today. Today, we will learn about Monero mining. It's a high priced...
View ArticleHow to Install XAMPP Stack on Ubuntu 16.04 from Terminal
The "XAMPP" stack is an acronym where X stands for an operating system, A stands for Apache web server, M stands for MySQL or MariaDB database server and PP stands for PHP and Perl. So, as we are...
View ArticleHow to Install Android SDK Manager on Ubuntu 16.04
In this article, we will see how to install Android SDK manager on ubuntu 16.04 with the command line. The sdkmanager is a command line tool that allows you to view, install, update, and uninstall...
View ArticleHow to Exclude Specific Package from apt-get Upgrade
When working on some projects, sometimes you need the stability of your environment. Updating a package can cause the entire project to fail. Sometimes, we accidentally upgrade those packages which and...
View ArticleHow to Remove and Add PPA on Ubuntu 18.04
On Linux systems, packages to install are normally available via the sources.list file. But you can find some packages which are not maintained by the team of your official Linux system. This article...
View ArticleUbuntu Keyboard Shortcuts that Every User Should Know
Regardless of whatever Operating system you are using, keyboard shortcuts have come in handy and help in saving time and energy when launching applications or navigating to your desired window. Just...
View ArticleHow to Install Nvidia Driver on Ubuntu 20.04
As Linux getting more user friendly, game developers are adding more support thanks to Steam. The performance of graphics processing units (GPUs) mainly depends on drivers. Ubuntu by default use open...
View ArticleHow to Install Webmin on Ubuntu 20.04
Webmin is a web-based dashboard that allows sysadmins to manage Linux and Unix-like systems (especially servers). Webmin allows system administrators to manage user accounts, updating packages, system...
View ArticleHow to Install TeamViewer on Ubuntu 20.04
TeamViewer is a cross-platform, proprietary application that allows a user to remotely connect to a workstation, transfer files, and have online meetings from any part of the globe over an internet...
View ArticleHow to Mount Windows Share on Ubuntu Linux
CIFS (Common Internet File System) is a popular file sharing protocol on Internet. It allows users on a Linux system access to a particular mount point on a windows share. CIFS is an implementation of...
View ArticleHow to Add a User to Sudoers on Ubuntu
In Linux philosophy, running privileged tasks as the root user is highly discouraged. The reason is simple - all it takes is for the root user to run a fatal command and the entire system comes apart....
View ArticleHow to Install Docker on Ubuntu 20.04
Docker is an open-source platform that enables software developers to build, deploy and manage containerized applications. It means the applications are packaged into container which is combination of...
View ArticleHow to Setup Ubuntu Rolling Release Using Rolling-Rhino
In this tutorial, we will see how to change your daily Ubuntu Linux installation into a rolling release distribution. This means, that instead of you needing to wait for a new distro release, you have...
View ArticleHow to Install Chrome Browser on Ubuntu
Google chrome is a cross-platform web browser which considered as the best among other browsers. Chrome is not an open-source browser hence its not available on Ubuntu Software Center. Where chromium...
View ArticleHow to Install Eclipse IDE on Ubuntu 20.04
Eclipse is one of the most popular open-source IDE (Integrated Development Environment) for software developers. It is popular for Java-based applications, also used for C/C++, PHP, and Perl and other...
View ArticleHow to Connect to WiFi from Terminal on Ubuntu 20.04
If you have a wireless-enabled computer or laptop, you can connect to the internet. On Ubuntu you can connect to a Wi-Fi network on the terminal using the following command-line tools: nmtui nmcli...
View ArticleHow to Install Java (OpenJDK) on Ubuntu 20.04
Java is one of the most well-known programming languages for building different kinds of applications such as Jenkins, Tomcat server, IntelliJ IDEA, and many other system software. This tutorial will...
View ArticleInstall and Configure VNC on Ubuntu 20.04
VNC stands for Virtual Network Computing. It helps you to control your Ubuntu machine remotely. VNC server uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. When a...
View Article