Installation

How To Repair A Suspect Database In MSSQL

Possible Causes The database could have become corrupted. There is not enough space available for the SQL Server to recover the database during startup. The database cannot be opened due to [...]

Install git on cPanel/WHM

DO NOT INSTALL GIT ON WHM SERVER! Because it’s already installed, It’s just not in path and you can’t use it. There are two ways of doing this: 1. WHM/root way that will make gi [...]

Install MariaDB 10.1.14 on CentOS 7

Create a repo file under /etc/yum.repos.d/. sudo nano /etc/yum.repos.d/mariadb.repo And put the following text into the file. # MariaDB 10.1 CentOS repository # http://downloads.mariadb.org/ma [...]

CentOs Vagrant Configuration file

# -*- mode: ruby -*- Vagrant.configure("2") do |config| config.vm.box = "centos/7" config.vm.box_check_update = true # Any Port you want to forward config.vm.network "forwarded_port", [...]

Vagrant was unable to mount VirtualBox shared folders

This is a common error we have seen several time. "Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made ava [...]

Install Apache, PHP And MySQL On CentOS 7

1. Installing Maria DB Server: # yum -y install mariadb-server mariadb Then we create the system startup links for MySQL (so that MySQL starts automatically whenever the system boots) and start [...]

Installing Webmin on CentOS

Step 1: Download Webmin RPM # cd /opt # wget http://www.webmin.com/jcameron-key.asc # wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680-1.noarch.rpm Step 2: Install Webmin Using rpm [...]

Set Windows 7 as WiFi HotSpot

Step1. Type “CMD.EXE” in the start menu search bar, then right click the cmd.exe link and select “Run as Administrator” Step2: In the command window, type: netsh and press enter. St [...]

Installing PHP5 and Apache on Ubuntu

From a command shell, you will run the following commands: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart N [...]

Error 2738 could not access VBScript run time for custom action

Fixing Error 2738 on Windows 7 32-bit Step 1: Open a command line window as Administrator, by clicking Start, typing cmd in the search box Step 2: Right-click on the cmd.exe program and choose [...]