The post How to install MediaWiki from Softaculous first appeared on Web Hosting Stuff.
]]>MediaWiki can easily be installed by using Softaculous in the cPanel Software / Services. This tutorial will explain how to install MediaWiki using Softaculous. Please follow the steps and install it.
Step 1 : Log into cPanel.
Step 2 : Find the Softaculous icon located in the Software Services section.
Step 3 : To locate MediaWiki you can either type mediawiki in the search box in the top right corner.
Step 4 : Click on Wikis in the left column.
Step 5 : When you click on the MediaWiki link, you will be taken to the home page for the MediaWiki package.
Step 6 : Click on the Install tab.
You will be asked to fill in the details of the installation.
Step 7 : If you have multiple domains associated with this account, you can select where to install it.
Step 8 : The next two boxes require a Directory and Database Name, neither of which should exist on the server.
Step 9 : Under Site config, enter a Wiki Name and Email.
These can be changed later on from the application’s admin panel.
Step 10 : Type the desired Admin Username and Password that should be used.
Step 11 : Click Install.
After a moment, the software will be installed.
Step 12 : Once finished, you can view your new site by clicking this link.
You will be able to access your newly-installed MediaWiki by following the links on the page.
That’s it!

The post How to install MediaWiki from Softaculous first appeared on Web Hosting Stuff.
]]>The post How to import StartCom CA into Vista first appeared on Web Hosting Stuff.
]]>In this Article I will explain how to import StartCom CA into Vista. Please follow the instruction and import StartCom CA.
Step 1 : Using IE click on the appropriate certificate.
Step 2 : You can download the cert and double click on it.
Step 3 : In the security warning box, click on Open button.
Step 4 : Click on Install Certificate button.
Step 5 : You will see Certificate Import Wizad windo, Click on Next button.
Step 6 : Then, Choose the radio button for Place all certificates in the following store.
Step 7 : Then click on Browse.
Step 8 : Select the certificate store you wont to use, Choose Trusted Root Certification Authorities.
Step 9 : Then click on OK button.
Step 10 : Click on Next button.
Step 11 : Then, click on Finish button.
Step 12 : There might be a warning, which you should approve.
That’s it!
The post How to import StartCom CA into Vista first appeared on Web Hosting Stuff.
]]>The post How to Install SSL Certificate in Microsoft IIS 7 first appeared on Web Hosting Stuff.
]]>
Step 1: Click Start.
Step 2: Then click Run.
Step 3: Type mmc.
Step 4: Then click OK.
The Microsoft Management Console (Console) window opens.
Step 5: Click the File menu, in the Console1 window, and Select Add/Remove Snap-in.
Step 6: Select Certificates, in the Add or Remove Snap-in window, and click Add.
Step 7: Select Computer Account, in the Certificates snap-in window, and then click Next.
Step 8: Select Local Computer, in the Select Computer window, and then click Finish.
Step 9: Click OK.
Step 10: In the Console1 window, click + to expand the folder.
Step 11: Right-click Intermediate Certification Authorities, mouse-over All Tasks.
Step 12: Then click Import.
Step 13: In the Certificate Import Wizard window, click Next.
Step 14: Click Browse to find the intermediate certificate file.
Step 15: Change the file extension filter to PKCS #7 Certificates (*.spc;*.p7b), select the *_iis_intermediates.p7b file
Step 16: Then click Open.
Note : Do not install your Leaf Certificate in this area. Doing so removes your certificate from the list, and you must reinstall to correct the problem.
Step 17: Click Next, in the Certificate Import Wizard window.
Step 18: Select Place all certificates in the following store.
Step 19: Then click Browse.
Step 20: In the Select Certificate Store window, select Intermediate Certification Authorities, and then click OK.
Step 21: In the Certificate Import Wizard window, click Next.
Step 22: Click Finish.
Step 23: Click OK.
Step 24: Close the Console 1 window.
Step 25: Then click No to remove the console settings.
That’s it!
The post How to Install SSL Certificate in Microsoft IIS 7 first appeared on Web Hosting Stuff.
]]>The post How to install SOGo on Ubuntu first appeared on Web Hosting Stuff.
]]>We’ll see how to install this fantastic suite in an Ubuntu 12.04Lts Server Edition. Please follow the instruction.
* If you’re using Ubuntu Trusty Tahr (14.04)
Step 1 : From terminal prompt:
/etc/apt/sources.list
Step 2 : Add the following line to your apt source list
deb http://inverse.ca/ubuntu trusty trusty
Step 3 : When you prefer using the nightly builds, then simply use the following line:
deb http://inverse.ca/ubuntu-nightly trusty trusty
* If you’re using Ubuntu Precise Pangolin (12.04)
Step 1 : From terminal prompt:
/etc/apt/sources.list
Step 2 : Add the following line to your apt source list
deb http://inverse.ca/ubuntu precise precise
Step 3 : When you prefer using the nightly builds, then simply use the following line:
deb http://inverse.ca/ubuntu-nightly precise precise
* If you’re using Ubuntu Lucid Lynx (10.04)
Step 1 : From terminal prompt:
/etc/apt/sources.list
Step 2 : Add the following line to your apt source list
deb http://inverse.ca/ubuntu lucid main
Step 3 : When you prefer using the nightly builds, then simply use the following line:
deb http://inverse.ca/ubuntu-nightly lucid main
For SOGo v3, simply add the “-v3” suffix to the http source path.
Signed builds
Since 2011-05-17
To verify their signature, our GPG public key has to be added into apt keyring.
Run the following commands:
sudo apt-key adv –keyserver keys.gnupg.net –recv-key 0x810273C4
Then, update your lists of available software packages
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install sogo
From that point, apt-get should not complain about package signatures anymore.
That’s!!
The post How to install SOGo on Ubuntu first appeared on Web Hosting Stuff.
]]>The post How to install R1soft cdp agent on the Linux server first appeared on Web Hosting Stuff.
]]>R1Soft is an affordable, easy-to-use, high performance backup, restore, and disaster recovery software. Its a software application which is used to backup the data in a client (R1Soft agent) which is assigned to R1Soft server based upon the configurations which we define. R1soft can also be used to restore files and databases. You can install the Latest R1soft cdp agent on Linux server by using following steps.
Step No. 1 : Create the yum repository for the r1soft by using the following command
/etc/yum.repos.d/r1soft.repo
[r1soft]
name=R1Soft Repository Server
baseurl=http://repo.r1soft.com/yum/stable/\$basearch/
enabled=1
gpgcheck=0
Step No. 2 : Install the cdp agent by using following command line
yum install r1soft-cdp-enterprise-agent
Step No. 3 : Then, install the header kernels by using following command line
yum install kernel-devel
Step No. 4 : Obtain the kernel module from R1Soft by using following command line
r1soft-setup –get-module
Step No. 5 : To Setup the authentication key for the Agent on client server
serverbackup-setup –get-key http://cdpserverip
Kernel module is now installed.
Now, Use the following command line and load the new driver.
/etc/init.d/cdp-agent restart
That’s it!
The post How to install R1soft cdp agent on the Linux server first appeared on Web Hosting Stuff.
]]>The post How to install WHMCS from Softaculous first appeared on Web Hosting Stuff.
]]>Step 1 : Log in to cPanel.
Step 2 : Click Softaculous in the Software/Services section.
Step 3 : In the Search text box, type whmcs.
Step 4 : Then press ENTER.
Step 5 : Click Install button.
Step 6 : Select the protocol in Choose Protocol list box.
Step 7 : Select the domain for installation.
Step 8 : Type the directory where you want to install the application.
Step 9 : Type the directory where you want to store application data.
Step 10 : Type the name of the database to create for the application.
Step 12 : Type the cron job intervals in CRON Job text boxes.
Step 13 : Type the name of the company.
Step 14 : Type the directory for the administration interface in Admin Folder text box.
Step 15 : Type the company e-mail address.
Step 16 : Now type your WHMCS license key in Valid License Key text box.
Step 17 : Type the administrator username.
Step 18 : Type the administrator password.
Step 19 : Type the administrator’s first name.
Step 20 : Type the administrator’s last name.
Step 21 : Type the site administrator e-mail address.
Step 22 : Select the language for the administration interface.
Step 23 : Select the language for the site.
Step 24 : Click the Advanced Options icon to expand Advanced Options.
Step 25 : If you do not want to receive e-mail notifications when application updates are available, select the Disable Update Notifications check box.
Step 26 : To receive site configuration information after the installation is complete, type an e-mail address in the Email installation details to text box.
Step 27 : Review the installation options and settings, and then click Install.
When installation is complete, Softaculous provides information about the application’s configuration.
That’s it
The post How to install WHMCS from Softaculous first appeared on Web Hosting Stuff.
]]>The post How to install Nucleus first appeared on Web Hosting Stuff.
]]>Follow the steps by steps instruction and install Nucleus.
Step 1 : Click on My cPanel.
Step 2 : Under Software/Services section, select Softaculous.
Step 3 : Under Blogs section, select Nucleus.
Step 4 : Click the Install button.
Then, Configure the Software Setup.
Step 1 : If your site has SSL, then choose the HTTPS protocol – if not, either HTTP option will work.
Step 2 : Select the Domain on which you wish to install Nucleus.
Step 3 : Leave this blank to install into the root directory of the above domain name.
Note: If you have other software/scripts installed on this domain’s root directory, make sure you create a new folder and specify its name in this field to complete the installation. If you don’t, you will overwrite existing installations.
Step 4 : Create a Database Name.
Then, Configure the Site Settings.
Step 1 : Choose any name for your new site.
Step 2 : Choose a short name for your new site.
Then, Configure the Database Settings.
Step 1 : Create a Table Prefix.
Then, Configure the Admin Account.
Step 1 : Choose a new username.
Step 2 : Choose a new password. Ensure you record it for future use.
Note : Choose a secure password to ensure the safety of your account.
Step 3 :Choosing an alternate email.
Step 4 :Click on the plus sign beside Advanced Options
leave the Email installation details to field blank. Should you wish to have them sent to another email address.
Step 5 : Enter it.
Then, Click Install.
If you require additional assistance, please submit a support ticket.
To open a support ticket, please log in to your Hostripples Client Area: https://hostripples.com/secure/clientarea.php
The post How to install Nucleus first appeared on Web Hosting Stuff.
]]>The post How to install PEAR for PHP in Linux first appeared on Web Hosting Stuff.
]]>
PEAR is a structured library of open-source code for users of PHP. When pear is not installed in your server, then install it. You can easily install PEAR for php in Linux.
In this article we will give you how to install PEAR for php in Linux. Follow the steps for Installing PEAR.
Step 1 : Download the installation php file.
Step 2 : Rename to php file by using following command.
cp go-pear go-pear.php
Step 3 : Run the php script.
Then, Windows Command Prompt to start the installation.
Step 4 : You can install php various extensions by using following command.
pear install package
After installing PEAR, you can install modules by going to the PEAR admin at example :-
hostripples.com/pearadmin, where hostripples.com is your domain name.
The post How to install PEAR for PHP in Linux first appeared on Web Hosting Stuff.
]]>The post How to install Nvidia drivers in Ubuntu first appeared on Web Hosting Stuff.
]]>If you are using an older version of Ubuntu, or if you aren’t notified about additional drivers, you can launch the installation yourself.
Step 1 : Go to Software & Updates -> Additional Drivers
Then you’ll see that Nvidia drivers are not in use.
Step 2 : To Check or tick the box underneath Enabled to enable the drivers.
Step 3 : Click Enable Driver.
Step 4 : Wait for the installer file to download.
Step 5 : Open the downloaded file.
Step 6 : Right click on downloaded file and mark it as execute.
Step 7 : The drivers can only be installed in command mode, under sudo and the graphics daemon must not be running.
Step 8 : Switch to command mode tty CTRL+ALT+F1, then run following command to stop the display manager.
sudo service lightdm stop
Step 9 : If you see a blank screen, that means the mode resolution conflicts with improper video driver. Fix that by running this..
sudo sed -i -e ‘s/#GRUB_TERMINAL/GRUB_TERMINAL/g’ /etc/default/grub
sudo update-grub
Step 10 : Run your nvidia installer by using following command.
sudo ./NVIDIA_750TI_350.linux64.run
Thats it,
You’ll then see that the drivers are enabled and will be available for use upon a reboot.
The post How to install Nvidia drivers in Ubuntu first appeared on Web Hosting Stuff.
]]>The post How to install WordPress on Plesk first appeared on Web Hosting Stuff.
]]>This article will explain how you can install WordPress on your server using Plesk.
Step 1 : Login to the Plesk control.
Step 2 : Go to Websites and Domains tab.
Step 3 : Click on Domain Name in the bottom.
Step 4 : Click Add New Database.
Step 5 : Type the name for your database.
Step 6 : Select type of database.
Step 7 : Click OK button.
Step 8 : Next, you need to add a user to the database. Click the Add New Database User icon.
Step 9 : Type the name of the database user.
Step 10 : Enter a complex password (make sure to note it for future use).
Step 11 : Click OK.
Now the database is created, it’s time to start the installation process.
Step 12 : Install wordpress by downloading the wordpress zip file.
Step 13 : Extracting under the domain directory.
Step 14 : Now, Running the link where wordpress files are located.
Step 15 : Use above database and database username when prompted.
Step 16 : Done
Your WordPress has been installed!
The post How to install WordPress on Plesk first appeared on Web Hosting Stuff.
]]>