Response time is a combination of DNS time, connection time and download time. Spikes in response time could be due to increase in DNS time or connection time or download time. Some factors to consider: In case of increase in DNS time, one way of resolving this is by configuring the option “Resolve IP Address […]
Author Archives: Tyler
cd /usr/local/directadmin/scripts ./getLicense.sh 123 1234 service directadmin restart Where 123 and 1234 are your Client ID and License ID, respectively. If there are errrors extracting the update.tar.gz file, then run: head -n 1 /usr/local/directadmin/conf/license.key to search for an error. If there is a readable error inside the file, double check the IP you are using […]
To connect a website to your domain name, you need a hosting package. With a hosting package, you rent a piece of space on the hard disk on one of ServerMeister’s servers. After you have purchased a hosting package, you can upload files, texts and images to the server via a control panel. In this […]
HTML, or HyperText Markup Language, is the language that tells web browsers how to display a page. For example, to <b>bold</b> text in HTML, you will start with the <b> marking and ending with </b>. Anything between these markings will be bold (visitors will not be able to see any < b></b > ). When […]
1. Log in to the control panel and click the “File Manager” icon. 2. Look in the folder where you want to upload the files. 3. Click the “Upload files to current directory” button at the bottom of the screen. 4. You will see eight (8) fields. Click the “Browse” button to select the files […]
To change a database password, first click on the name of the database in the MySQL databases menu. The list of database users will appear. To change the password of the database user, click on the “Modify” link and enter a new password and then click on the “Create” button. You don’t need to know […]
Theory MySQL Training/Certification MySQL offers various trainings, some of them can also completed with a certification exam. These is short list of possibilities: MySQL for Database Administrators (CMDBA) MySQL for Developers (CMDEV) MySQL Cluster Database Administrator (CMCDBA) MySQL Performance Tuning All information on trainings can be found here: http://www.mysql.com/training Literature MySQL Performance Blog von Percona […]
Bash Redirection stdout -> Redirection File programm > file.txt stderr -> Redirection File programm 2> file.txt stdout AND stderr -> Redirection File programm &> file.txt stdout -> stderr programm 1>&2 stderr -> stdout programm 2>&1 Additional Information http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
Here’s how to manually set up Apple Mail to automatically fetch email. Here’s how to add an extra email address in Apple Mail. Open the email application Go to the Mail > menu item Preferences Click the Accounts tab Click on the plus sign ‘Add Account’ in the bottom left corner Account settings Enter your […]
PrestaShop’s open-source ecommerce platform allows you to create powerful web stores through an easy-to-use interface. You can install PrestaShop on your server with DigitalOcean, Rackspace, or Linode using SFTP after you have connected your server to ServerPilot. Creating an App in ServerPilot First, click + Create App in ServerPilot; this can be done immediately after […]