How to display the contents of a text file on the terminal in Linux/Ubuntu
In this short tutorial, we cover see some simple commands that will help users learn how to open a file in linux or view its contents on the command line. (more…)
How to Find the total size of all files in a directory in Ubuntu
Finding the total size of all files in a directory in Ubuntu can be done in several ways. Here are 6 methods, ranging from simple to more advanced. (more…)
How to quickly send a text from Ubuntu to Android using a three-line Bash script
Transferring text from Ubuntu to Android using a Bash script is a powerful and efficient way to automate the process of transferring text between devices. Bash scripts are a powerful tool that can be used to automate repetitive tasks, and can (more…)
How to display a colored man pages in Ubuntu 20.04
Pinfo is an information file viewer. It was created because its author, Przemek Borys, was very tired trying to read gtk information entries using standard tools. (more…)
How to keep a nodejs server running permanently
Sometimes you need to run your nodejs server permanently (.e.g. for building a REST API that will be consumed by a mobile application) without the need to run (more…)
How to encrypt a USB stick on Ubuntu
Many users often store important documents on a USB stick. However, there is always the risk of losing the device along with the stored data. For this reason (more…)
How to run a command without having to wait in Linux/Ubuntu
You may have encountered some commands which take a while to complete processing. There are some tricks that could help gain control once you launch the command so that you can do (more…)
How to transfer a file from a remote computer to a local machine on Linux/Ubuntu
To learn how copy a file from another machine or how to transfer files between two computers, you can use the scp utility. In this short tutorial you will see how to achieve this using simple commands. (more…)
How to exit Vim editor
When you are using the VIM editor on Linux and you would like to exit, you just need to follow the tips below. First press the Esc key in order to access the Normal mode. Now to access the Command-line mode, you can just type in : . (more…)
- 1
- 2
- 3
- 4
- 5
- Go to the next page