The real purpose of this article is to help Linux newbies get comfortable and confident with the Linux command-line. While knowledge and comfort of the Linux GUI allow great power, it is the mastery of the command line, or CLI, …
Terminal Tuts
-
-
Linux Terminal comes with a handy feature called “history.” Every command entered in the terminal gets saved in a file called “.bash_history.” A history file is created for each user and can be found in the user’s home directory, for …
-
You can find files by filename using the “locate” command. The command is fast because the background on your system constantly finds and stores new files in a database is a background process. This article shows you top uses of …
-
In this tutorial, we help you master the use of ‘Find’ command in Linux through the top five secret uses of ‘Find’ command. Starting with a bit advance use of ‘find’ we should move to the advance execution.
-
A pen tester should be well equipped with different tricks to transfer files from a remote server as well from one directory to another. In this tutorial, we shall discuss different ways to transfer files using the command-line.
-
In this article, I explain, how can you optimize your day-to-day task, increase the chances of getting hired, and most importantly, how to save precious hours of your life. ‘grep’ command is the prime weapon in the war zone of …
-
GUI is not often possible, and you are not expected to rely on GUI/Gnome based tools for testing and exploitation practices. Suppose you have gained a shell on some machine and want to download an exploit, then the web browser …
-
In today’s Terminal Tuts, we are going to present yet another powerful system process monitoring command ‘htop’, which is a command-line utility that enables users to interactively monitor important system processes in real-time.
-
Spotify music service supports the Linux operating system with the help of Snap, Flatpak, and Ubuntu applications. The app doesn’t work well on PCs with minimal resources.
-
During this tutorial, we are going to cover installing the FTP server and will show you some examples of how to upload and download single and multiple files.