There are several times that you might need to record a video of a sequence of commands in terminal. Let it be for a tutorial or for teaching seasons or just for your own reference. Recording a video does not …
Terminal Tuts
-
-
By default settings, SSH users will be able to view the entire filesystem. This is not what you want. Don’t you? In this Terminal Tuts, we are going to guide you on how to configure OpenSSH to restrict access to the …
-
The apt update and upgrade command install all the updates including the software updates and the official security updates. In case you only want to install just the security updates and not all the application updates, you can do that too. …
-
For the apps that are not available through the Ubuntu software center, some developers package the executable in .run and .bin binary packages. This tutorial aims at providing you step-by-step directions on the method to install those binary packages.
-
Solus comes with the root password disabled by default settings. This guide walks you through enabling and changing the root password. Admin runs as a standard user.
-
Solus comes in three flavors including Budgie, GNOME, and MATE editions. Let’s take a look at how to install updates in your Solus PC using command line via Terminal.
-
Today, let’s learn the command lines to be used in the Terminal to get the date and time synced to the internet atomic clock. If you ever learned this earlier, you might be remembering ntpdate. This is deprecated and replaced with a …
-
In today’s session of Terminal Tuts, let’s take a look at how to record a screenshot video using command line from Terminal. To make it possible, we will be installing a wonderful utility “byzanz”, which can work from command line …
-
Uninstalling software from the command line via Terminal is one of the most important tasks while dealing with troubleshooting a remotely connected Ubuntu PC. In today’s Terminal Tuts session, let’s take a deep dive into it.
-
Today, let’s talk about how to resize images by command line via Terminal. Command line way of doing things have their own advantages. In most of the cases, it is highly efficient to use command line when doing things from …