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…
Open Command line as “Run as administrator” cmd (command): powershell (windows 2008/2012): after that, you need to reboot your computer.
Change the hostname for Windows Server 2008: 1.1. Right-click the My Computer icon and choose Properties .1.2. Select the Computer Name tab and click on the Change button.1.3. Restart the…
Back up your email Select File > Open & Export > Import/Export. Select Export to a file, and then select Next. Select Outlook Data File (.pst), and select Next. Select…
Go to “C:\Windows\SoftwareDistribution\Download” and delete all the files there Open up the command prompt by hitting the Windows key and typing in cmd. Don’t hit enter. Right click and choose…
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…
Installing Desktop Environment Most servers don’t have a desktop environment installed, so we’ll start by installing a lightweight desktop environment. There are several desktop environments (DE) available in Ubuntu repositories.…
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 #…