Useful tips for everyday
How to run GUI application via SSH-simplified guide? How to run GUI application via SSH SSH is normally used for remote access and administration where…
How do you use xargs shell? 10 Xargs Command Examples in Linux / UNIX Xargs Basic Example. Specify Delimiter Using -d option. Limit Output Per…
How to send Alert email about CPU usage? Send alert email if CPU usage is continuously higher than a certain amount. In a Linux /…
How do I enable XVFB? If Xvfb is not already installed, perform the following steps: Log in as the root user. Linux version 5….Install and…
How do I run a .profile file? Just edit the . bashrc file (better make a copy of the original first, just in case) and…
How do I push a git repository? Using Command line to PUSH to GitHub Creating a new repository. Open your Git Bash. Create your local…
What cgroup is a process in? Cgroups specifically deal with processes which are a fundamental piece of any operating system. A process is just a…
Is there a way to batch rename files to lowercase? bat” in directory your files resides. 4) Just double click ( Run ) on the…
How do I replace text in a file in bash? To replace content in a file, you must search for the particular file string. The…
How do I use autocomplete command in Linux? When at the MS-DOS, Windows command line or a Linux or Unix shell, typing in long file…