This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss any frequently...
mysql is probably the most widely used open source database on Linux. Even if you don’t run a mysql database on your server, you might end-up using the mysql command ( client ) to connect to a mysql database running on the remote server. To connect to a remote mysql database. Thi...
Niraj Gupta
It is one of the most useful commands of Linux terminal which is used for sending echo request to the host which is specified in command line currently. To determine any error or problem in a network, “ping” command is frequently used by many administrators. clear command As illustrated fr...
4. useradd and userdel commands The useradd command is used with the passwd command (see below) to set up a new user account and modify its password. Here’s how it looks:useradd [option] usernamepasswd usernameHowever, useradd and passwd both need sudo privileges, so bear that in mind...
This namespace is unfortunately named by today's standards. It dates back to the early days of Unix and has to do with how information was stored for a specific system call. Today, this detail is largely lost to history and what you really need to know is that the UTS namespace allows...
This tutorial will cover the most used SS commands in Linux with examples to make using the SS command easier. Knowing what connections and sockets exist within your server is key to keeping your server safe and secure. This command is much like the netstat command; however, this command is...
What is SSH (PuTTY) Commands? The Secure Shell (SSH) Protocol lets a user connect to a remotely located computer from one computer. This communication takes place through a secured encryption process. This kind of connection can be used for file transfer and issuing other remote commands. The...
commands such as touch automatically export ZPWR_AUTO_LS_RM=true # run ls after cd automatically export ZPWR_AUTO_LS_CD=true # auto select first item of menuselect export ZPWR_AUTO_SELECT=true # clear and ls before and after banner export ZPWR_BANNER_CLEARLIST=true # cd to Desktop ...
Compiling on GNU/Linux and Unixes We first need to download the dependencies. On Linux, gettext and libiconv are part of the standard library. On other Unixes we need to manually install them. For Ubuntu: sudo apt install autoconf automake autopoint libtool Then run the following commands:...