Linux search for string in folders and files with ack

Linux search for string in folders and files with ack

With it you can search the whole system or a folder for a specific text and it searches it in file and folder names and in them.

5 Tips To Use The Linux SS Command Like A Pro

5 Tips To Use The Linux SS Command Like A Pro

The SS command is a tool that is used for displaying network socket related information. In this article we are going to explore some of the best ways to use it

How to Install LAMP in Ubuntu in 3 steps

How to Install LAMP in Ubuntu in 3 steps

In this article we are going to install the famous Linux Apache PHP and MySQL web services. The article is going to use the tasksel Ubuntu app.

10 Fun Facts About Linus and Linux

10 Fun Facts About Linus Torvalds and Linux

In this interesting article you can find 10 fun facts about Linus Torvalds and the Linux Kernel and operating system.

Install and use Wget command like a pro

Install and use Wget command like a pro (13 tips)

Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, Internet protocols. It is a non-interactive command line tool.

Run background processes in Linux using the Screen command

Run background processes in Linux using the Screen command

In this article we are going to learn how to use a background process in Linux, how to run process when we close the SSH and more using the screen command.

5 Of The Most Boring Commands In Linux

5 Of The Most Boring Commands In Linux

Views: 1,352 Linux is great, there are so many interesting things in it that one can get lost and one life is not enough to learn everything. In this article, however, we will show you the commands that we all know but never use – The most boring commands in Linux. Boring? Maybe. But at […]

How to Append Text to End of File in Linux

How to Append Text to End of File in Linux

Views: 2,226 How do I append text to end of file using the cli on Linux? How to add lines to end of file? How to Linux logs work?! What command I need to type to send the output of the command to end of file?!You need to use the “>>” to append text to […]

Diskonaut: A Terminal Disk Space Navigator for Linux

Diskonaut: A Terminal Disk Space Navigator for Linux

Views: 828 Diskonaut is a simple terminal disk space navigator created using Rust and supports Linux, macOS and Windows. The usage of the app is very easy, specify an absolute path in your file system, or run it in any directory you want. It will scan the directory and convert it to memory, allowing you […]

5 Practical Examples of "cd" Command in Linux

5 Practical Examples of “cd” Command in Linux

Views: 1,660 There are many commands in Linux and for this reason many people are worried about using the terminal. For this reason, today we will look at one of the main commands in Linux, the CD command. We will learn its most basic ways to use it and try to make your Linux experience […]

How the ping program works in Linux

How the ping program works in Linux

Views: 1,080 Let’s start with an example to check the connection to the google.com host. To do this, we just need to type in a terminal ping google.com, but because the program will not stop the ping alone we have to do stop it manually. To do this we must use the keyboard shortcut Ctrl […]

Gdu – A Fast Disk Usage Analyzer for Linux

Gdu – A Fast Disk Usage Analyzer for Linux

Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.