Articles Search Results

  1. What is the connection string for my mariaDB database? If you want to connect from your site to your mariaDB database, please use: Server=localhost; Port=3306; Database={database}; Uid={user}; Pwd={password} {user} = the db username that you created on our Control Panel {password} = the db passw... Read More
  2. Issue with Storing Session Sometimes, the session on your website can expire earlier than you expect. The followings are the steps you need to check: 1. In .Net, you cannot use authentication without session. The session ID can be transmitted with client either in a cookie,... Read More
  3. My application pool stops working. What is wrong with my site? Sometimes, you will notice that your website's application pool is halted automatically by the IIS. If this happens, there are few causes: 1. Something is not right with your website's coding. For the details of the error message, you can ... Read More
  4. Do you support SQL 2014? Starting from 1st Nov 2014, we have officially launched the new SQL Server 2012 on our new server. For those customers who registered before this date are still able to use SQL 2014 database. However, an account migration to a server that supports SQ... Read More
  5. How To Use WP-CLI to Manage your WordPress Site from the Command Line WordPress is an extremely popular blogging and Content Management System (CMS) used by millions of websites. It can be used to easily organize, manage, and create content on the web and handle interactions with visitors and contributors. Although mos... Read More
  6. How To Install Wordpress with nginx on CentOS 6 Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup ... Read More
  7. How To Setup ownCloud 5 On Ubuntu 12.10 ownCloud is an open source Data Storage solution similar to Dropbox or Google Drive. One can grab its source code and install it anywhere he/she wants and thus gain much more control over his/her data. The latest version of ownCloud as of this writi... Read More
  8. How To Install Opigno on Debian 7 with Git and Drush Introduction Opigno is a new, fast growing e-learning platform based on the battle-hardened Drupal framework. Setting up Opigno via sFTP is pretty easy, but as you now have your own server, we should set it up using GIT and Drush. Set up your server... Read More
  9. How to Install Piwik on an Ubuntu 12.04 Cloud Server Piwik is an open-source analytics system, which can be hosted at your cloud sever. It provides a more personalized solution than Google Analytics as it lets you have ownership and more control of your data, shows detailed traffic in real-time, and it... Read More
  10. How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6 There are two ways to do backup: incremental and full backups. A full backup copies all the data, while the snapshot only handles the changes since the last update. Full Backup Full backup typically does the following: Make an archive of all the fi... Read More
Displaying 1 to 10 out of 97 articles found First Page Previous Page Page 1 of 10 Next Page Last Page