• Increase font size
  • Default font size
  • Decrease font size

Linux Commands

Add an IPv6 route through a gateway

 Mostly needed to reach the outside with IPv6 using an IPv6-enabled router on your link.7.2.1. Using "ip"

Usage:

# /sbin/ip -6 route add /

via ¬ [dev ]

Example:

# /sbin/ip -6 route add 2000::/3 via 2001:0db8:0:f101::1 7.2.2. Using "route"

Usage:

# /sbin/route -A inet6 add /

gw ¬ [dev ]

A device can...

 

Install Zend On redhat Server

 Install Zend On Linux Server

To install Zend Optimizer on your linux server you can follow the following instructions.
1. Login to your server by ssh and gain root.
2. Type: cd /
3. Type: mkdir zend_install
4. Type: cd zend_install
5.Download Zend; Type: wget http://downloads.zend.com/optimizer/...23-i386.tar.gz
6. Unpack Zend Type: tar xvfz ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz

7. Type: cd ZendOptimizer-3.3.3-linux-glibc23-i386
8. Type: ./install.sh
9. Hit Enter To Select Ok
10...

 

IP Commands

 Display Current Config for all NIC's: ifconfig

Display Current Config for eth0:ifconfig eth0

Assign IP: ifconfig eth0 192.168.1.2

Ping: ping -c 3 192.168.1.1

Assign multiple IP's: ifconfig eth0:0 192.168.1.2

Assign second IP: ifconfig eth0:1 192.168.1.3

Disable network card: ifconfig eth0 down

Enable network card: ifconfig eth0 up

View current routing table: route "or" route -n

View arp cache: arp "or" arp -n

Assign IP/Subnet: ifconfig eth0 192.168.1.2 netmask...

 

Red Hat Enterprise Linux 4 System Administration Guide

 Red Hat Enterprise Linux 4System Administration Guide

Copyright © 2005 by Red Hat, Inc.ISBN: N/A Table of Contents Introduction 1. Changes To This Manual 2. Architecture-specific Information 3. Document Conventions 4. Activate Your Subscription 4.1. Provide a Red Hat Login 4.2. Provide Your Subscription Number 4.3. Connect Your System 5. Using the Mouse...

 

see every process on linux

ps -A

ps -e   

 

 1 ?        00:00:00 init    2 ?        00:00:00 migration/0    3 ?        00:00:00 ksoftirqd/0    4 ?        00:00:00 watchdog/0    5 ?        00:00:00 migration/1    6 ?        00:00:00 ksoftirqd/1    7 ?        00:00:00 watchdog/1    8 ?        00:00:00 migration/2    9 ?        00:00:00 ksoftirqd/2   10 ?        00:00:00 watchdog/2   11 ?        00:00:00 migration/3   12 ?      ...

 
Page 4 of 17

Login Form