To show line number in vim, use command :set number To hide numbers, type :set nonumber … Show line number in vimRead more
Author: TechHubWriter
Install virtualenv on Ubuntu
To install virtualenv on Ubuntu, run sudo apt install virtualenv
virtualenv
virtualenv is used to create isolated python environments. With python3, you can create virtualenv with command … virtualenvRead more
Creating and using virtualenv
To create a virtualenv, run virtualenv NAME_OF_VIRTUALENV On Ubuntu 18, this command will create virtualenv with … Creating and using virtualenvRead more
How to Install Gnome and xRDP on RHEL 8 (CentOS 8/Alma Linux/Rocky Linux)
You can install Gnome Desktop + xdrp on a remote server (VPS/cloud or dedicated) and use … How to Install Gnome and xRDP on RHEL 8 (CentOS 8/Alma Linux/Rocky Linux)Read more
Running Web Server with python SimpleHTTPServer
SimpleHTTPServer is a python module that allow you to run web server for static files. To … Running Web Server with python SimpleHTTPServerRead more
How to remove a package without removing dependencies in RHEL
When you remove a package with the command yum remove PKG_NAME yum will remove all other … How to remove a package without removing dependencies in RHELRead more
On OVH VPS running AlmaLinux 8, IPv4 IP address gets dropped. I have to connect to the server using KVM feature available in OVH control panel.
I checked IP of the server with the command ip a It did hot show any … On OVH VPS running AlmaLinux 8, IPv4 IP address gets dropped. I have to connect to the server using KVM feature available in OVH control panel.Read more
Getting started with Django Framework
Django is a python framework for developing web applications. To install Django, run pip install django … Getting started with Django FrameworkRead more
How to Migrate CentOS to Oracle Linux
Oracle Linux is Free 100% binary-compatible with Red Hat Enterprise Linux, same as CentOS. Unlike RHEL, … How to Migrate CentOS to Oracle LinuxRead more