The wc command on Linux is short for word count. It’s a simple tool that does exactly as its name would imply: count the number of words in a file. It can also count similar things, like the number of characters in a file, the number of lines, and the number of bytes.
Luke Reynolds
Configuring VNC Server Access on a Redhat Linux
Most of the time as a Linux system administrator you are managing your servers over the network. It is very rare that you will need to have a physical access to any of your managed servers. In most cases all you need is to SSH remotely to do your administration tasks. In this article we will configure a GUI alternative to a remote access to your RHEL server, which is VNC. VNC allows you to open a remote GUI session to your server and thus providing you with a full graphical interface accessible from any remote location.
In this tutorial you will learn:
- How to install required VNC packages
- How to setup and start the VNC server on RHEL
- How to connect to a graphical session remotely
- How to run graphical programs in the xterm session
Basic Linux Kernel commands for module administration
The kernel of a Linux system is the core that everything else in the operating system relies on. The functionality of the kernel can be extended by adding modules to it by use of a specific Linux kernel commands. As such, a user can fine tune their kernel settings by enabling or disabling modules. This level of granular control is one of the many reasons why users love Linux in the first place.
How to install PyCharm on Ubuntu 20.04 Linux Desktop
The purpose of this tutorial is to install PyCharm on Ubuntu 20.04 Focal Fossa Linux.
Install Python 2 on Ubuntu 20.04 Focal Fossa Linux
This tutorial will show how to install Python2 for Ubuntu 20.04 Focal Fossa Linux. Python 2 has not been the default installed version on Ubuntu for a few years, but it’s still possible to install Python2 and to install Python 2.7 on Ubuntu.
Ubuntu 20.04 GUI installation
The purpose of this guide is to install a desktop environment on Ubuntu 20.04 Focal Fossa, whether you already have a GUI installed and wish to use a different desktop environment, or if you are only using the command line and would like access to a GUI.
How to install CUDA on Ubuntu 20.04 Focal Fossa Linux
The purpose of this tutorial is to show to install CUDA on Ubuntu 20.04 Focal Fossa Linux.
How to install Steam on Ubuntu 20.04 Focal Fossa Linux
Steam is easily the most popular PC gaming client, and with hundreds of titles available for Linux, it’s not wonder why Linux gamers would want to install Steam on Ubuntu. Valve, the company behind Steam, officially targets Ubuntu and Debian with their Linux support, which is great news for Ubuntu users.
How to install Gnome on Ubuntu 20.04 LTS Focal Fossa
GNOME is the default desktop environment for Ubuntu 20.04. If you don’t yet have a desktop environment installed, or have a different environment and would like to switch to GNOME, it’s very easy to do.
How to install Tweak Tool on Ubuntu 20.04 LTS Focal Fossa Linux
The GNOME Tweaks tool allows users to configure a bunch of cosmetic and behavior in the GNOME desktop environment. It can be installed on Ubuntu 20.04 and used to customize things like the top bar, quick launch toolbar, etc.
How to reset Kali Linux root password
It’s possible to reset Kali Linux password in the event that you are no longer able to login to the root user account. This happens if you haven’t logged in for a while and have since forgot Kali Linux password.