Posted inBasics debian Distributions How to download and extract a .deb package on Ubuntu or Debian Linux Posted by Ubuntu Server Admin July 10, 2021Sometimes you require a certain file from a Debian .deb package. For example, because you…
Posted inLinux & Unix Ubuntu How to easily split screen space to fit two windows in Ubuntu Posted by Ubuntu Server Admin June 30, 2021There are cases when you need to switch between two applications in your work. For…
Posted inbash Basics centos Get the name of the newest file in a directory on the linux shell Posted by Ubuntu Server Admin June 22, 2021If you have a directory with many files (a few thousand in my case) and…
Posted inBackup Basics centos Reduce CPU and Disk load of backup scripts with nice and ionice Posted by Ubuntu Server Admin June 10, 2021Running a nightly backup script on a server system, such as a web hosting server,…
Posted inBasics debian Distributions How to convert RPM software packages to Debian (.deb) Posted by Ubuntu Server Admin May 27, 2021Maybe you have had this problem: you are using Debian or Ubuntu Linux and a…
Posted inBasics debian Linux & Unix Check and Repair All MySQL Databases on Ubuntu Posted by Ubuntu Server Admin May 22, 2021The following command can be used to check and repair all MySQL databases on a…
Posted inLinux & Unix Ubuntu How to create custom keyboard shortcut in Ubuntu Linux Posted by Ubuntu Server Admin May 19, 2021I recently installed Ubuntu on my desktop computer. Everything was working fine, except that I…
Posted inLinux & Unix Ubuntu How to find ID of the display connected to your Linux system Posted by Ubuntu Server Admin May 16, 2021Mostly, we have only a single display connected to computer systems. However, you can have…
Posted indebian Distributions Email How to enable port 587 (submission) in postfix Posted by Ubuntu Server Admin May 11, 2021Some internet access providers have port 25 disabled in their routers to prevent spam. If…
Posted inBasics debian Distributions Optimize MySQL Performance with Mysqltuner Posted by Ubuntu Server Admin May 7, 2021This short tutorial describes the steps to optimize the performance of a MySQL database with…