How To Install Microsoft Visual Studio Code on Linux

V isual Studio code (VScode) is the cross-platform Chromium-based code editor is being open sourced today by Microsoft. How do I install Microsoft Visual Studio Code on a Debian or Ubuntu or Fedora Linux desktop?…

Fedora Linux – How to Use dnf Command With A Proxy Server

My Fedora Linux 23 workstation based laptop can only be accessed through our corporate proxy servers. How do I access and use dnf command with a web proxy server on a Fedora Linux? How do…

How to install wget on RHEL/CentOS 7 using yum

I am trying to download a file using ‘wget http://url’ syntax, but I am getting an error: bash: wget: command not found How do I fix this problem? How can I install wget on a…

Linux / Unix: “-bash: python: command not found” error and solution

I am a new user and trying to run Python program. I have a cloud based VM/VPS and when I type python mycode.py at the terminal of my server, I get the following error: -bash:…

How to enable TLS/SSL encryption with Glusterfs storage cluster on Linux

I setup GlusterFS cluster on Ubuntu Linux. How do I enable network encryption using TLS/SSL for my Glusterfs storage cluster on Linux for security reasons when using over insecure network such as WAN (wide area…

How to enable TLS/SSL encryption with Glusterfs storage cluster on Linux

I setup GlusterFS cluster on Ubuntu Linux. How do I enable network encryption using TLS/SSL for my Glusterfs storage cluster on Linux for security reasons when using over insecure network such as WAN (wide area…

How to disable fast mirror yum plugin in CentOS Linux server

This might sound little crazy, but I want to disable yum plugin called the fast mirror. It always selects mirror hosted in my country which is very slow. CentOS , As a result of all…

How to install and setup LXC (Linux Container) on Fedora Linux 26

H ow do I install, create and manage LXC (Linux Containers – an operating system-level virtualization) on Fedora Linux version 26 server?   LXC is an acronym for Linux Containers. It is nothing but an…

How to install or compile GIMP filters/plugins/extensions on Linux

H ow do I install or compile new GIMP filters on a Ubuntu or Debian or Fedora or CentOS Linux desktop system?   GNU Image Manipulation Program (GIMP) is an open source and advanced picture…