Skip to main content

Posts

Showing posts with the label Free online System Administrator Help

How to Block a Website on Windows xp, Windows 7 , Windows 10 &11 PC for all browser

 How to Block a Website on Windows xp, Windows 7 , Windows 10 &11 PC for all browser. Step by Step Easy Process : Step1.  Go to the Windows Start Button and click there. A "Search Program & Files" text box will appear at the bottom. On that Textbox type "run", and press enter key. Step 2. A small window dialog box will appear with a text box. On that text box write "system32" and press the enter key. Step 3. Now on the screen you will see lots of Folders under this system32 directory. Find the "drivers" folder and double click on it. Step 4. On this "driver" folder you will get the "etc" folder. Double click on this folder and you will get a file called "host". Now open this "host" file in NotePad. # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be ke...

How to create user DSN with ODBC driver in Windows System for PostgresSQL Database

 How to create user DSN with ODBC driver in Windows System : Step by Step Tutorial Guide : Step 1: Go to Windows start button -->Click Settings --->Click on Control Panel Step 2: In control panel go to the Administrative Tools Step 3: Double Click on the Data Source(ODBC) icon. A small popup screen with lots of tabs will be appear on the screen. Step 4: Click on the User DSN tab. Step 5: Now click on the ADD button. Now you can see lots of ODBC drivers in the List. Select the appropriate Driver form the List, for example here we chose the PostgresSQL ODBC driver. Step 6: Click on the Finish button. Step 7: Now give the data source name in the appropriate box. Similarly give the database name, ip address of the database server (may be localhost or other private IP address ),then Give the User Name and Password of the database in the appropriate box. Step 8: Press the TEST button to check the connection, whether you put all the parameters correctly or not. If everything is OK t...

How to Upload a New Module in Drupal Content Management System ?

 Q. How to Upload a New Module in Drupal Content Management System ? Ans: Go to the Module tab and check the Update Manager and save it. Otherwise you can't upload new modules in drupal CMS.   

Free software for Monitoring Network Performance - MRTG [Multi Router Traffic Grapher]

  MRTG [Multi Router Traffic Grapher]  is a Free Software for Monitoring Network Performance in Graphical form. Here we will discuss the installation process of this free software in Linux distribution. For Linux System ,we need to install the following software MRTG [latest version] SNMP Apache Web Server   MRTG How to Configure the MRTG ? When MRTG's rpm is installed, it creates a directory called /etc/mrtg. To create a replacement, default /etc/mrtg/mrtg.cfg configuration file for server , follow these steps, 1 .Use MRTG's cfgmaker command to create a configuration file named mrtg.cfg for the server. Using a read only community string of craz33guy. Place all data files in the directory /var/www/mrtg. root#cfgmaker --output=/etc/mrtg/mrtg.cfg --global"varkdir: /var/www/mrtg" -ifref=ip --blobal 'option[.] : growright, bits crez33guy@localhost NOTE :- -if ref=ip cfgmaker command option instruct MRTG to use the interface's IP address as the title for each grap...

HDSL Modem Connection & Configuration Details with Diagram

 High Bit Rate Digital Subscriber Line or HDSL Telecommunications Technology is used to transfer data over Private Copper Network or E1 digital Subscriber Line. The Download Speed of the HDSL line is 1.54 Mbps and the Upload speed is is 1.54 Mbps. HDSL One Pair Modem Connection Diagram

Step by Step Easy Guide to Install Debian Linux

Step by Step Easy Guide to Install Debian Linux 1. Back up any existing data or documents on the hard disk where you plan to install. 2. Gather information about your computer and any needed documentation, before starting the installation. 3. Locate and/or download the installer software and any specialized driver or firmware files your machine requires. 4. Set up boot media such as CDs/DVDs/USB sticks or provide a network boot infrastructure fromwhich the installer can be booted. 5. Boot the installation system. 6. Select the installation language. 7. Activate the ethernet network connection, if available. 8. If necessary, resize existing partitions on your target harddisk to make space for the installation. 9. Create and mount the partitions on which Debian will be installed. 10. Watch the automatic download/install/setup of the base system. 11. Install a boot loader which can start up Debian GNU/Linux and/or your existing system. 12. Load the newly installed system for the first ...