Whenever you connect to a website, you may find yourself wondering how it all works. The following articles should help you learn about the various types of server technology that allow some of your favorite websites to exist.
Linux
Linux is one of the most common operating systems used for servers and encompasses a wide array of technologies. Generally, Linux is open-source, meaning it is far more open to customization than operating systems such as Windows.
SSH
One of the key ways to interact with a Linux-based server is through an SSH connection. Through this connection, you can set up root-level access and make advanced changes to your server configuration.
Working With Databases
Databases are one of the fundamental server technologies used by websites and other applications to store large amounts of data in a reliable way. Software such as MySQL and phpMyAdmin provide users a way to create and manage databases.
Apache
One of the most popular server technologies used for web hosting is Apache. This server software facilitates connections between your server and the rest of the internet, allowing users to visit your websites and connect to applications on your server.
- How to change the Default Captcha in Joomla 3
- How to change the Default Editor in Joomla 3.1
- How to show an Offline Mode Image in Joomla 3.1
- How to hide your Offline Message in Joomla 3.1
- How to allow users to edit their comments in Drupal 7
- How to force approval for comments in Drupal 7
- How to disable comment titles in Drupal 7
- How to get the WYSIWYG editor to work in Drupal 7
- How to password protect a single file with htaccess
- Displaying the SQL query for a view when previewing in Drupal 7 Views
- Block Country IPs From Your Site Using htaccess
- How to uninstall a module in Drupal 7
- How to set the maximum comments per page in Drupal 7
- How to change the Offline Message in Joomla 3.1
- How to put Joomla 3.1 in Offline Mode
- How to change your Site Name in Joomla 3.1
- How to set the rights meta tag in Joomla 3.1
- Removing File Extensions using .htaccess
- Forcing a file to download in a browser via htaccess
- How to disable caching in Drupal 7 Views module