SQL Server Reporting Services (SSRS) The SQL Server Reporting Services (SSRS) is a framework of reporting mechanisms such as the Report Builder, Report Designer, Report Manager and Report Server that work together through a Web interface to enable the development of concise interactive reporting solutions in print or Web format. Report Builder and Report Designer…
Author: admin
Hassle-free Email Migration & Conversion
This useful program solves a problem most of us have often wrestled with: If you’re moving to a new e-mail client, how can you get all your old e-mails into your new software? It solves the problem neatly by taking you through a few simple steps. It will convert your old mail to your new…
How to import large data bases to phpMyAdmin
You cannot import mysql database of file size more than 50 MB from your site’s PHPmyAdmin. Even though its compressed with gzip or zip, your_database.sql.gz shouldn’t exceed that maximum file size limit. So how to import larger mysql database? The workaround is importing it with Bigdump script. You can download the script from here. Watch…
How to install MySQLi extension via cPanel / WHM
In order to enable to MySQLi extension in your WHM, please follow these steps: Log into the WHM with your root credentials. Go to the “Easy Apache (Apache Update)” menu, located in the “Software” section or use the search box to find it. On the Easy Apache page, make sure your Previously Saved (Default) configuration…
HP MSA 2040 SAN Storage – Connecting to the Network
You can set network port IP addresses manually using the command-line interface port and cable. If you have not done so already, you need to enable your system for using the command-line interface port. Network ports on controller module A and controller module B are configured with the following factory-default IP settings: Management Port IP…
How to Install Webmin on Ubuntu
Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the provided Webmin modules. If you want to manage your own server but you are…
Ubuntu Basics – How to Set A Static IP
This tutorial explains how to set a static IP on an Ubuntu system from the command line. Step 1: sudo nano /etc/network/interfaces Step 2: If DHCP has configured, you will see auto lo eth0 iface lo inet loopback iface eth0 inet dynamic Step 3: Change dynamic value to static and keep adding Values shown in…
All about DATA backups & rotation
DATA backup is to make copies of particular data in order to use those copies for restoring the information if a failure occurs (a data loss event due to deletion, corruption, theft, viruses etc.). there are four common backup types implemented and generally used in most of these programs: full backup, differential backup, incremental backup…