How to use Top and filter it by a specific process only
Top is often the first utility a competent Linux sysadmin reaches for when looking at what’s happening on a system. It’s very much the text
Top is often the first utility a competent Linux sysadmin reaches for when looking at what’s happening on a system. It’s very much the text
In a hurry to upgrade from Ubuntu 18.04 to 20.04, because, you can? Final question, and don’t phone a friend. Do you have a backup?
Here is a summary of commands to install the monitoring agent on a GCE instance. curl -sSO https://dl.google.com/cloudagents/add-monitoring-agent-repo.sh bash add-monitoring-agent-repo.sh apt-get update sudo apt-cache madison
Background Google Cloud Engine makes it super simple to resize your disk and it can be done online. Step one is in the the user
Background Bind 9.9 stores zone files in raw format. This makes is hard to troubleshoot, or perform scripted bulk operations on many files. There is
Background The mode of a Linux file is the numeric representation of it’s access rights. The command to see the current mode of a file
I inherited a beautiful Dell 30″ U3011 monitor but much was my disappointment when I noticed that the maximum resolution on my Linux Mint was
Linux Mint does not have a definitive way to start applications minimized. Rather it relies on the author of the application to provide switches which
Here are some really useful Linux commands that helps you examine what kind of computer hardware you have and it’s status. BIOS Version ~ sudo
Wine provides a software compatibility layer for Windows on Linux. It translates Windows API calls to POSIX calls. It works for a lot of Windows