Terminal Tuts - Sivu 2

How to use Vi editor in Linux (with examples)
Vi editor is short for the visual editor app and is a command-line based tool used as the default editor in almost all Linux distributions. It is simi...
How to play Spotify from the command-line in the terminal with Librespot
Spotify music service supports the Linux operating system with the help of Snap, Flatpak, and Ubuntu applications. However, the Spotify app does not w...
Checking disk space using the command-line with examples
There are several ways of checking your Linux system disk space. You could use a third-party app that shows the available disk space or do it by comma...
How to create an Ubuntu Live USB drive using command-line
Do you know that you can create an Ubuntu Live USB from your terminal? If you are a command-line geek who loves to do everything using the terminal an...
How to sync date and time from the command-line in Ubuntu
Ubuntu uses NTP for synchronizing time over the internet. It is a TCP/IP protocol that fetches the current date and time from a server. The NTP server...
How to Split and Join Files using Command line from Terminal
Sometimes you need to break large files into pieces for various reasons. Let's say you have a large video or an archive and you need to upload this fi...
How to transfer files using command-line from Terminal
Transferring exploits, python scripts, and loading modules are often needed during penetration testing activities. Since the terminal is the tool used...
Taking command-line power user's ZSH for a spin - no shell game here
Chances are, as a Linux user, when you enter a command in the CLI, you're using the bash shell.  While bash, short for Bourne-again shell, is the defa...
How to use FTP by command-line in Ubuntu
File Transfer Protocol or FTP it is a protocol used to move files between computers. The FTP uses the client/server model. The server is always listen...