How Do I Boot Into Rescue Mode?
Rescue mode provides the ability to boot a small Linux environment entirely from CD-ROM, or via an alternative boot method, rather than the system’s hard …
Rescue mode provides the ability to boot a small Linux environment entirely from CD-ROM, or via an alternative boot method, rather than the system’s hard …
If you try to use a CGI script on your web page and you get an Internal Server Error 500, this means that the CGI …
For Each Field In Request.Form TheString = Field & “=Request.Form(“”” & Field & “””)” If eval(TheString) Then Execute(TheString) Else Response.Write “Internal Error (ReadFormVariables Function)” End …
Is your Windows 2003 server shutting down slowly after installing Exchange 2003? This happens with Exchange 2003/2000, because Active Directory services shut down before Exchange …
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, …
Install cvsup-without-gui from ports: cd /usr/ports/net/cvsup-without-gui make install Copy the cvsup recipes to /usr/local/etc: cp /usr/share/examples/cvsup/stable-supfile /usr/local/etc/stable-supfile cp /usr/share/examples/cvsup/ports-supfile /usr/local/etc/ports-supfile Edit the cvsup recipes for …
The below example is for SMP, Quotas, and Firewall support. Sources must be installed to recompile the kernel. If sources are not on the server …
If you’re a Linux user troubleshooting memory issues with your server, knowing which files are taking up the most space can be invaluable information. Luckily, …
To change which port ssh listens on, you just need to edit the sshd_config file. The default directory for ssh configuration is /etc/ssh. First, backup …
To limit the IP addresses which sshd listens on, you just need to modify its settings within the sshd_config file. Follow these 4 easy steps: …
Because ext3 is relatively new, some disk utilities do not yet support it. For example, you may need to shrink a partition with resize2fs, which …