Submitted by Jake on Fri, 12/30/2022 - 03:04
In this article, you will learn how to use another file instead of the traditional “~/.bash_history” file to store your command history.
Check out the link to learn more
Submitted by Jake on Thu, 12/29/2022 - 04:17
Submitted by Jake on Thu, 12/29/2022 - 04:17
In UNIX/Linux systems, the mv command shipped with the operating system is usually used for the following purposes:
1. Moving files from source to destination directory.
2. Rename the file or directory name.
If you’re familiar with the cp command, you can use the same techniques to use the mv command.
Check out the referenced link to learn more
Submitted by trendoceans on Sun, 09/11/2022 - 09:54
If you are a Linux or cloud administrator or anyone whose life revolves around a Linux terminal, then you need to LEARN about Reptyr, RIGHT NOW! You might be thinking, what the heck is this tool and why should you use it? What void space does it fill?
Read more
Submitted by trendoceans on Sat, 09/10/2022 - 11:52
Do you want to install a specific version of a package using the apt or apt-get command without using modern sandboxing tools like Snap or Flatpak?
Then check your package for all available versions that you want to install by using the below command.
Read more
Submitted by trendoceans on Sat, 09/10/2022 - 08:29
What is a shell script? A shell script is a sequence of commands written inside a text file with a “.sh” extension that is intended to be run on Unix-based operating systems like Linux.
Any person skilled in the Linux command line and possessing a decent knowledge of shell and bash scripting languages can create their own shell script to automate certain tasks like backing up the system.
Read more
Submitted by trendoceans on Fri, 09/09/2022 - 12:37
No doubt, Shodan is an amazing way to find devices connected to the internet. However, it is not the only search engine. There are several platforms like Censys and Fofa that offer you the chance to check if the device is connected to the internet.
If you have a list of IP addresses and check it on Shodan (to know whether they are exposed to the internet), in a very rare situation, you might not see any result declaring that they are not exposed.
Read more
Submitted by trendoceans on Wed, 09/07/2022 - 11:42
In a few days or very soon, you might be working on your own shell script on Linux. At that time, you might be going with the traditional method by learning all the shell programming codes and applying them to your script.
Read more
Submitted by trendoceans on Wed, 09/07/2022 - 05:53
Throw your desktop environment and start using the terminal app for your daily routine. Sounds easy! Those who did this can easily relate to the pain of navigating to the different directories using the cd command.
Read more
Submitted by trendoceans on Tue, 09/06/2022 - 06:31
Atuin is a powerful replacement for your existing conventional history command with an SQLite database, which will record extra context for your executed commands like log exit code, CWD, hostname, session, command duration, etc.
Read more
Pages