How to Fix Internal Server Error 500

Sometimes, an error in permissions or syntax within a script will result in an Internal Server Error 500, also known as an HTTP Error 500. But what does this mean, and how do you fix it? Well, in order to fix an HTTP Error 500, you must first understand what

Determining Which Packages Are Installed On a Linux System

Linux packages are collections of files that provide functionality for a Linux system. They can include programs, libraries, configuration files, documentation, and other resources. Linux packages are usually distributed in a compressed format, such as .tar.gz, .deb, or .rpm.  To install a Linux package, you need to use a package

Install Direct Admin on Linux systems

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

Install Fantastico on cpanel server

Install Fantastico on Linux cpanel server Before installing Fantastico you must replace the buggy version of wget that ships with your OS or Fantastico will not install. After you fix this you can continue with the installation process: If you have Fedora Core 5/6 or CentOS 5 or Red Hat

How do I install Direct Admin on Linux systems?

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

What are Preinst, Postinst, Prerm, and Postrm Script?

Collectively, preinst, postinst, prerm, and postrm files are all executable scripts which Debian automatically runs before or after package installation. Along with a file named control, all of these files are part of the “control” section of a Debian archive file. The individual files are: preinst This script executes before

Operating the YUM Package Manager

YUM is a package manager for RPM-based Linux distributions such as Fedora, CentOS and Red Hat Enterprise Linux. It allows users to install, update, remove and search for software packages from various repositories. YUM also resolves dependencies and handles configuration files automatically. YUM stands for Yellowdog Updater Modified and was

What is Udev?

Udev provides users with a dynamic device directory containing only the files for actually present devices. It creates and removes device node files usually located in the /dev/ directory, and renames network interfaces. As part of the hotplug subsystem, udev is executed if a kernel device is added or removed

Change Access Permissions from the Command Line

Need to change your access permissions using only the command line? Thankfully, a utility called CACLS.EXE comes standard with Windows, and can be used from the command prompt to do just that. For more information check the help documentation included with the CACLS.EXE program (cacls /?).   Using the Command

Change the Port Terminal Services Listens on

Changing the Listening Port Need to change the port which Terminal Services listens on? To change your system’s listening port, just follow these 5 steps: First, run REGEDIT on your server. Now, export the following key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp Edit the REG file and change the name of the key to

How to Schedule a Task in Windows Server 2003

What is Task Scheduler? Task Scheduler is a service that is enabled automatically when you first install your Windows Server 2003 family operating system. With Task Scheduler, users are able to schedule any script, program, or document to run automatically at a specified time. So, how do you schedule a

BLOG NAVIGATION