Contributor

Contributor

How to Use ‘sleep’ Command to Delay Linux Command Execution

How to Use 'sleep' Command to Delay Linux Command Execution
The post How to Use “sleep” Command in Linux [6 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss practical examples of sleep commands. After following this guide, Linux programmers will be able to use the sleep

The post How to Use “sleep” Command in Linux [6 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Scrcpy – Control Your Android Device via Linux Desktop

Scrcpy - Control Your Android Device via Linux Desktop
The post Scrcpy – Display and Control Your Android Device via Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This guide shows how to install scrcpy an application that helps you connect, display and control an android device from your Linux desktop computer.

The post Scrcpy – Display and Control Your Android Device via Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Screen Command Examples to Manage Linux Terminals

20 Screen Command Examples to Manage Linux Terminals
The post Getting Started with Linux Screen Command [20 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss some useful examples of the screen command. By the end of this guide, users will be able to

The post Getting Started with Linux Screen Command [20 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To List Disks on Linux

For the system administrator, checking that disks are working properly is a big concern. In many cases, you will have to list all the disks available on your computer, with their sizes, in order to make sure that they don’t…

How To Add Route on Linux

As a network engineer, you probably spend a lot of time thinking and planning your network infrastructure. You plan how computers will be linked, physically using specific cables but also logically using routing tables. When your network plan is built,…

How To Git Add All Files

When working on software projects, it is quite common for developers to add new files to their repositories. In some cases, you may want to change some of your existing files. In other cases, you may want to add untracked…

How To Encrypt Partition on Linux

In one of our previous articles, we learnt how you can encrypt your entire root filesystem on Linux easily. However, in some cases, you may want to encrypt one simple partition that may store some of your important files. As…

How To Flush DNS Cache on Linux

DNS, short for the Domain Name System protocol, is used on Linux systems in order to retrieve IP addresses associated with names. For example, when you are performing a ping request, it is quite likely that you are using the…

How To Find Last Login on Linux

If you are working in a medium to big-sized company, it is quite likely that you are working with many other system administrators. As you are performing your sysadmin tasks, some users may try to connect to your server in…

How To Encrypt Root Filesystem on Linux

As a system administrator, you probably already know how important it is to encrypt your disks. If your laptop were to be stolen, even a novice hacker would be able to extract the information contained on the disks. All it…