SuSE10.2 cheatsheet
November 24, 2007
Filed under Uncategorized
Tags: cheat, cheat-sheet, commands, linux, sheet, suse, unix
Stop firewall: SuSEfirewall2 stop
Start firewall: SuSEfirewall2 start
Start SSH daemon: service sshd start
Stop SSH daemon: service sshd stop
Configuring static ip:
echo “default <gateway> – -” > /etc/sysconfig/network/routes
yast2 lan edit verbose id=0 bootproto=static ip=<ip_address> netmask=<subnet>
Configuring lan using Yast2 GUI: yast2 lan
Thanks to http://www.pixelbeat.org/cmdline.html !!!
Others:
ssh <ip_address> -l <username>
ssh <ip_address> -l <username> -L 8080:<proxy_host_machine>:<proxy_host_port>