Here is how to install Remmina in Linux command line. Remmina is a desktop screen sharing tool in Linux to share folder between two Linux computers. Installing Remmina – Method 1 sudo apt update -y sudo apt-add-repository ppa:remmina-ppa-team/remmina-next sudo apt update sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret Installing Remmina – Method 2 sudo apt update […]
Ubuntu
Latest Ubuntu news updates, Ubuntu tutorials and tips for Ubuntu Linux. Learn to use one the most popular Linux distros. Get the updates and latest releases for Ubuntu.
How To Install Xtreme Internet Download Manager For Linux Ubuntu
If you are looking for the best free internet download manager for Linux Ubuntu, here is how to install and use xtreme download manager for Linux Ubuntu systems. Xtreme Download Manager Xtreme Download Manager is a powerful tool which can increase download speed up-to 500%. It can save streaming videos from YouTube, DailyMotion, Facebook, Vimeo, […]
How To Fix Username Is Not In The Sudoers File Ubuntu
How to fix “username is not in the sudoers file. this incident will be reported in Ubuntu”. This tutorial explains how to fix username is not in the sudoers file for Ubuntu Systems. When you get the error message, ‘username is not in the sudoers file’, it means that the user sourcedigit is not present […]
How To Change Hostname In Ubuntu Without Reboot
Learn how to change hostname in Ubuntu without reboot. Ubuntu users can change hostname via command line using hostname command. Change Hostname Ubuntu Without Reboot via Commandline Before you start to change the hostname, run the following command to check the current hostname of our system. $ hostname The ‘hostname’ command prints the name of […]
Run Multiple Commands In Linux Shell Script
How to run multiple Linux commands at once or run multiple Linux commands in one line. Running multiple commands in a single line Linux is easy, learn how: How to Run Multiple Linux Commands in One Line There are 3 ways to run multiple commands in one line in Linux: See below to learn the […]
How To Check Battery Status In Linux Ubuntu Terminal
How to check battery status in Linux terminal. Here is the Linux command to check battery status. On Linux, users can check battery health via command line. Using upower command and acpi command in Linux, one can easily view the information about the system battery in terminal. upower upower is a command line tool to […]