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 username for Anonymous users in Drupal 7
- How to change contact information shown within aiContactSafe forms
- Changing the TO address in an aiContactSafe Joomla 2.5 contact form
- How to set the number of posts on front page of Drupal 7
- How to Change the Admin Email Address in Drupal
- How to change your site slogan in Drupal 7
- How to change your site name in Drupal
- How to add external js javascript files to a Joomla 2.5 plugin
- How to add a css StyleSheet to a Joomla 2.5 content plugin
- Use onContentPrepare to change Article text in a Joomla 2.5 plugin
- How to add a new gender title in PrestaShop 1.5
- PrestaShop 1.5 – Error – Link to database cannot be established
- Joomla 2.5 content plugin variables
- Joomla 2.5 content plugin events
- How to Turn on Error Reporting in PrestaShop 1.5
- How to disable the secondary menu in a Drupal 7 theme
- How to disable the main menu in a Drupal 7 theme
- How to disable the favicon in a Drupal 7 theme
- How to disable user verification status for comments in a Drupal 7 theme
- How to turn off user pictures for comments in a Drupal 7 theme