How To Configure Django With Apache In CentOS 7
Django is a Python-based free and open-source web framework that can be used for developing dynamic websites and web applications. In this article, we will explain the procedures to configure…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
Django is a Python-based free and open-source web framework that can be used for developing dynamic websites and web applications. In this article, we will explain the procedures to configure…
This howto describes the steps in how to setup a PPTP VPN on Centos, Fedora, Debian, and Ubuntu with basic RSA authentication. Before the installation make sure to have your…
Modern and performance/server grade network interface have the capability of using transmit and receive buffer description ring into the main memory. They use direct memory access (DMA) to transfer packets…
View selected lines of a document/file # sed -n ‘9,20p’ file.txt View the entire file except selected lines # sed ‘21,40d’ file.txt Replacing words or characters in a file #…
Sudo is a command that enables programs to be implemented as a root user. Sudo runs commands provided to it with the privileges of a root user. You can use…
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables ( Firewall ), Cron, Apache, DNS, File sharing…
SVN – Apache subversion SVN – Subversion is a versioning and revision control system used by developers to track and keep up earlier versions of their source codes. Update yum…
On CentOS 7, FirewallD a default firewall management tool is enabled. In order to install iptables, we need FirewallD from server: # systemctl stop firewalld # systemctl disable firewalld #…
FFmpeg is a free and open-source project consisting of a vast software suite of libraries and programs for handling video, audio, and other multimedia files and streams. It contains libavcodec,…