Search Results

How to get NFS statistics and tuning parameters

You can use the following commands to identify potential bottlenecks, observe the type of NFS operations taking place on your system, and tune NFS-specific parameters. nfsstat The nfsstat command displays statistical information about the NFS and the RPC interface to the kernel for clients and servers. This command could also be used to re-initialize the counters for [...]

A list of PHP Operator Types

The following operator types are available in PHP: Type Description Arithmetic Perform common arithmetical operations, such as addition and subtraction Assignment Assign values to variables Bitwise Perform operations on individual bits in an integer Comparison Compare values in a Boolean fashion (true or false is returned) Error Control Affect error handling (several new ones in [...]

How to change Time zone in Virtual Dedicated Server Godaddy

You cannot change the time zone of  Virtual Dedicated Server in Godaddy hosting, But there is one exception to this, You can run a cron job to set the time zone. i did the same by doing the following commands first open corntab by typing crontab -e then add this line 0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * [...]

Remote installation of Linux OS

PXE Installation Red Hat allows you to install the OS over the network using NFS, FTP or HTTP. If the hardware supports PXE (Pre-execution Environment) the NIC card will send out a broadcast request for DHCP information. The DHCP server provides the client with a IP address and other network infomation such as the TFTP [...]

uTorrent 2.2.0 Build 24683

µTP is a new lightweight BitTorrent protocol used by µTorrent starting in µTorrent version 2.0 – it makes incredibly efficient use of network bandwidth while reducing network problems. µTP works to maximize network throughput while reducing network latency and congestion – it is designed to slow itself down when the network is overloaded (when sending and receiving [...]

How to Install and Configure Multi-Master Replication Manager for MySQL

How to Install and Configure MMM? This article has been refereed from mysql-mmm.org Installation Guide –  Multi-Master Replication Manager for MySQL This installation guide describes a installation of MMM 2 (without the MMM tools) based on Debian Lenny (5.0) A basic installation contains at least 2 database servers and 1 monitoring server. In this guide, I used [...]

Line Configuration Mode – Cisco Command-Line Interface

Line configuration commands modify the operation of a terminal line. Line configuration commands always follow a line command, which defines a line number. Use these commands to change terminal parameter settings line-by-line or for a range of lines. Use the line vty line_number [ending_line_number] command to enter line configuration mode. The new prompt means line configuration [...]

VLAN Configuration Mode -Cisco Command-Line Interface

You can use the VLAN configuration commands to create or modify VLAN parameters for VLAN IDs 1 to 1005. Enter the vlan database privileged EXEC command to access VLAN configuration mode: Switch# vlan database Switch(vlan)# The supported commands can vary depending on the version of software in use. To display a comprehensive list of commands, [...]

config-vlan Mode – Cisco Command-Line Interface

Use this mode to configure normal-range VLANs (VLAN IDs 1 to 1005) or, when VTP mode is transparent, to configure extended-range VLANs (VLAN IDs 1006 to 4094). When VTP mode is transparent, the VLAN and VTP configuration is saved in the running configuration file, and you can save it to the switch startup configuration file [...]

Interface Configuration Mode – Cisco Command-Line Interface

Interface configuration commands modify the operation of the interface. Interface configuration commands always follow a global configuration command, which defines the interface type. Use the interface interface-id command to access interface configuration mode. The new prompt means interface configuration mode. Switch(config-if)# The supported commands can vary depending on the version of software in use. To display [...]

Global Configuration Mode – Cisco Command-Line Interface

Global configuration commands apply to features that affect the device as a whole. Use the configure privileged EXEC command to enter global configuration mode. The default is to enter commands from the management console. When you enter the configure command, a message prompts you for the source of the configuration commands: Switch# configure Configuring from terminal, memory, [...]

Privileged EXEC Mode – Cisco Command-Line Interface

Because many of the privileged commands configure operating parameters, privileged access should be password-protected to prevent unauthorized use. The privileged command set includes those commands contained in user EXEC mode, as well as the configure privileged EXEC command through which you access the remaining command modes. If your system administrator has set a password, you [...]

User EXEC Mode – Cisco Command-Line Interface

After you access the device, you are automatically in user EXEC command mode. The EXEC commands available at the user level are a subset of those available at the privileged level. In general, use the user EXEC commands to temporarily change terminal settings, perform basic tests, and list system information. The supported commands can vary [...]

How to Display Configuration in Cisco IOS

To display the running-configuration, type the following command in privileged EXEC mode: Router#show running-config To display the startup-configuration that is stored in NVRAM, type the following command in privileged EXEC mode: Router#show startup-config The following is the show running-config output from the example used in the Router Configuration section. Current configuration: ! version 11.2 ! hostname [...]

Cisco high-level schematic diagram of some IOS command

Once an EXEC session is established, commands within Cisco IOS are hierarchically structured. In order to successfully configure the router, it is important to understand this hierarchy. To illustrate this hierarchy, Figure 1 provides a simple high-level schematic diagram of some IOS commands.