Posted inTutorials Ubuntu How to Change Sudo Password Timeout in Linux Posted by Ubuntu Server Admin August 18, 2022Some Linux commands require administrative privileges for execution. Users without administrative rights can add sudo…
Posted inTutorials Ubuntu How to Store File Content in Shell Variable Posted by Ubuntu Server Admin August 18, 2022Typically, Linux administrators and developers use shell variables to store strings and numbers. But sometimes…
Posted inTutorials Ubuntu How to Set Vim Default Editor for Git Posted by Ubuntu Server Admin August 18, 2022Git is a popular, free, distributed version control software that is used by millions of…
Posted inTutorials Ubuntu How to Mount Remote Filesystem or Directory in Linux Posted by Ubuntu Server Admin August 18, 2022Typically, we mount local filesystem or directory in our Linux system. But sometimes you may…
Posted inTutorials Ubuntu How to Copy Files from Linux to Windows Posted by Ubuntu Server Admin August 18, 2022We often copy files from one location to another on the same system. But sometimes…
Posted inTutorials Ubuntu How to Set Process Priority in Linux Posted by Ubuntu Server Admin August 18, 2022Every Linux system has multiple processes running at the same time. They are scheduled for…
Posted inTutorials Ubuntu How to Fix “firewall-cmd: command not found” error in Linux Posted by Ubuntu Server Admin August 18, 2022firewall-cmd is a command line interface for firewalld, a popular firewall software for Linux systems.…
Posted inTutorials Ubuntu How to Protect Hard and Symbolic Links in CentOS Posted by Ubuntu Server Admin August 18, 2022Every Linux system allows you to create hard and symbolic (soft) links to files, applications…
Posted inTutorials Ubuntu How to Run Shell Script on Another Server Posted by Ubuntu Server Admin August 18, 2022Shell scripts provide a great way to automate commands, processes and tasks in Linux. Often…
Posted inTutorials Ubuntu How to Manage Systemd Services on Remote Linux Systems Posted by Ubuntu Server Admin August 18, 2022Often system administrators need to manage systemd services and processes on their local as well…