today's howtos
-
How to access shell or run external commands from within Vim
Vim, as you might already know, is a feature-packed and powerful editor. In this tutorial, we will focus on how you can execute external commands as well as access the command line shell from within the editor window.
-
Linux wall Command Tutorial for Beginners (with Examples)
There are times when multiple users are logged in to a server computer, and you - the system/network admin - need to, say, restart the server to perform some maintenance task. Of course, the correct way is to inform all those who are logged in about the maintenance activity. Thankfully, Linux offers a built in command line utility for this purpose, the wall command.
-
Tor browser 11.5.8 SFS created
There is a thread in the forum discussing how to get the Tor browser working in EasyOS.
-
How to Install and Set Up Tor Browser on Linux
Tor Browser is the official internet browser tool of the Tor Network project. This software is aimed at serving users who want to browse in full anonymity, preventing surveillance of any kind. This is achieved by bouncing your communications around a distributed network or relays, making eavesdropping very difficult, if not practically impossible.
-
How to Install Observium Network Monitoring Tool on Debian 11
Observium is a network monitoring tool for your server infrastructure.
-
Creating your first deployment on a Kubernetes Cluster
In this article, we will see how to create your first deployment on a Kubernetes Cluster using the kubectl command on the Linux shell....