Submitted by trendoceans on Sat, 09/16/2023 - 13:52
Do you feel it’s quite confusing and not getting when to use apt clean, apt autoclean, and apt autoremove? then let’s come and clear it up.
Read more
Submitted by Jake on Mon, 01/23/2023 - 02:57
In this article, you will learn how you can send message or text file content to another user with or without piping using the write command in Linux.
Read the complete article
Submitted by Jake on Thu, 01/05/2023 - 04:01
The ‘init’ vs ‘systemd’ is a serious debate topic that divides the Linux user into two groups. While reading this article, many Linux users might be offended or supportive, so do not rant over me. The comment section is all for your constructive opinion.
Click here to learn more
Submitted by Jake on Mon, 01/02/2023 - 04:20
Submitted by Jake on Sat, 12/31/2022 - 03:04
In this article, you will learn how to disable the directory content listing from the command line in Linux.
Click here learn more
Submitted by Jake on Sat, 12/31/2022 - 03:03
In this article, you will learn how to modify user and group configuration files safely using your favorite text editor.
Click here 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 Wed, 03/02/2022 - 04:39
Zig is an open-source, imperative, statically typed, compiled programming language designed by Andrew Kelley in 2016. Zig’s programming language has made some big claims by its designer that Zig utilizes C libraries better than C itself.
Read more