Tags
.htaccess /usr/local/ AdWords Assests bin CMS Content Management Systems Creating new page Creating Themes SilverStripe DNS ESL firewall HTTP Images Installing Korea Korean Learning Guitar Links Linux New page Type open ports page type Port number ports President Elect Obama President Obama Protocol rpm Scalextric SEO SilverStripe SilverStripe 2.1 Slot Cars Tags tar TCP themes Time Magazine cover Todays Laptop and NoteBook Specials voip wamp server wget wowza wowzamedia server
Category Archives: Linux/Unix
Common Unix/Linux Commands
Command Line Commands on a Unix/Linux System, VPS’s too Continue reading
.htaccess File – Modx friendly URLs
# Vital components of your .htaccess file RewriteEngine On RewriteBase / # Force “www.yourdomain.com” instead of just “yourdomain.com” RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com [NC] RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] # The Friendly URLs part RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d … Continue reading
Configuring a Windows/SMB Shared Printer – SUSE Linux
Sharing a printer from a Windows computer is a cost-effective way of making the printer available to everyone on a network. As such, it’s often done in a home environment, where a printer can be shared among computers used by … Continue reading
What Are Linux Runlevels?
Runlevel 0: Halt System – To shutdown the system Runlevel 1: Single user mode Runlevel 2: Basic multi user mode without NFS Runlevel 3: Full multi user mode (text based) Runlevel 4: unused Runlevel 5: Multi user mode with Graphical … Continue reading