Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Linux Tutorials
Ubuntu dig command not discovered – Find out how to set up dig on Ubuntu
I deployed Ubuntu Linux minimal deployed within the cloud. Nevertheless, I'm unable to seek out the dig command on my newly created Ubuntu 18.04 LTS server operating on Google cloud. It says ‘-bash: dig: command not discovered‘ I attempted…
2 Methods to Re-run Final Executed Instructions in Linux
by Aaron Kili | Revealed: September 11, 2018 |
Final Up to date: September 12, 2018
One of many best options of Bash is the command historical past, which shops all instructions a consumer runs, in a historical past file inside…
The right way to add bash auto completion in Ubuntu Linux
I arrange a brand new Ubuntu Linux LXD container, however my auto-completion of bash shell instructions will not be working. How do I allow autocomplete function in Ubuntu Linux 18.04 LTS? How do I write easy bash completion code in Ubuntu…
The best way to Obtain MP3 Tracks from a YouTube Video Utilizing YouTube-DL
All of us love listening to music. Whether or not it’s within the fitness center, at work, exterior, music is a part of our life. Everybody has their very own music assortment and undoubtedly everybody likes to broaden it. Whereas there…
How one can create VM utilizing the qcow2 picture file in KVM
I have picture.qcow2 file. How do I set up the qcow2 picture offered within the qcow2 format? How do I create Linux KVM VM from offered picture (say picture.qcow2) file? Introduction: qcow is nothing however a disk file format utilized by…
Tips on how to Search and Take away Directories Recursively on Linux
by Aaron Kili | Revealed: October 18, 2018 |
Final Up to date: October 18, 2018
In one among our earlier articles, we defined easy methods to discover out high directories and recordsdata consuming essentially the most disk area…
Bash foreach loop examples for Linux / Unix
I used foreach on a Unix working system and csh shell loop. Now, I'm a Linux working system. How do I take advantage of foreach loop in bash shell operating on Linux? The C shell (csh) or the improved model, tcsh is a Unix shell from the…
The right way to Configure Nginx as Reverse Proxy for Nodejs App
Nodejs is a free open supply, light-weight, scalable and environment friendly JavaScript framework constructed on Chrome’s V8 JavaScript engine, and makes use of an event-driven, non-blocking I/O mannequin. Nodejs is now in all places, and…
four Methods to Disable Root Account in Linux
The root account is the final word account on a Linux and different Unix-like working programs. This account has entry to all instructions and information on a system with full learn, write and execute permissions. It's used to carry out…
Bash test if course of is working or not on Linux / Unix
I am new to Linux shell scripting. I'm utilizing a CentOS 7 Linux and Ubuntu 18.04 LTS server within the cloud. How do I test if a course of is working or not on Linux? How do I decide whether or not a course of is working or not in a shell…