What Platforms Does Linux Support?

Linux is a popular operating system that can run on a variety of platforms. A platform is a combination of hardware and software that allows a computer system to function. For example, a platform can be a laptop, a smartphone, a tablet, a server, or a gaming console. Each platform

What do I do if /var partition is constantly running out of space?

Solution Make sure your log rotation scripts are configured and working properly. If you’ve disabled crond for some reason it’s likely that none of the log files in /var/log are being compressed and periodically deleted. Another commonly filled directory is /var/spool/mail. If you seldom or never check mail on your

CheckList for cPanel Expired License issue.

Solution 1. Is the license expired? This is the most obvious cause and simple to verify. Check https://verify.cpanel.net/ with the server’s IP. 2. Is the server’s hostname a fully qualified domain name? I like to check this one and the whether the hostname resolves locally with this command: root@spaceboy [~]#

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

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

Set Share Permissions on a Shared Folder in Windows Server 2003

Share Permissions: These are the permissions that apply to the user when the user tries to access the folder via network. To set share permissions Follow these steps to set share permissions 1.Right click the share folder that you want to set share permissions and click Properties. 2.Click on the

What is Global.asa file ?

The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an ASP application. All valid browser scripts (JavaScript, VBScript, JScript, PerlScript, etc.) can be used within Global.asa. The Global.asa file can contain only the following: Application

What is Midnight Commander (MC)?

Midnight Commander (also known as MC) is a GNU “Swiss army knife” for the Linux console and other terminal environments. As a cross-platform file manager, Midnight Commander gives users who may be newer to Linux a menu driven console experience which is much easier to learn than standard Unix commands.