/l3/users/yuriksat/nt-lnet/user :1 :2 :3 |
|
$ls
Desktop |
$sudo arp -an
Password: Sorry, try again. Password: ? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 |
#arp -n
Address HWtype HWaddress Flags Mask Iface 192.168.15.254 ether 00:0A:01:D4:D1:39 C eth0 |
#time
bash: syntax error near unexpected token `newline' |
$ping 192.168.15.2
PING 192.168.15.2 (192.168.15.2) 56(84) bytes of data. 64 bytes from 192.168.15.2: icmp_seq=1 ttl=64 time=0.057 ms 64 bytes from 192.168.15.2: icmp_seq=2 ttl=64 time=0.037 ms 64 bytes from 192.168.15.2: icmp_seq=3 ttl=64 time=0.037 ms 64 bytes from 192.168.15.2: icmp_seq=4 ttl=64 time=0.038 ms 64 bytes from 192.168.15.2: icmp_seq=5 ttl=64 time=0.039 ms 64 bytes from 192.168.15.2: icmp_seq=6 ttl=64 time=0.038 ms 64 bytes from 192.168.15.2: icmp_seq=7 ttl=64 time=0.037 ms 64 bytes from 192.168.15.2: icmp_seq=8 ttl=64 time=0.039 ms 64 bytes from 192.168.15.2: icmp_seq=9 ttl=64 time=0.043 ms 64 bytes from 192.168.15.2: icmp_seq=10 ttl=64 time=0.043 ms 64 bytes from 192.168.15.2: icmp_seq=11 ttl=64 time=0.043 ms 64 bytes from 192.168.15.2: icmp_seq=12 ttl=64 time=0.042 ms 64 bytes from 192.168.15.2: icmp_seq=13 ttl=64 time=0.043 ms --- 192.168.15.2 ping statistics --- 13 packets transmitted, 13 received, 0% packet loss, time 11992ms rtt min/avg/max/mdev = 0.037/0.041/0.057/0.006 ms |
$ping 192.168.15.21
PING 192.168.15.21 (192.168.15.21) 56(84) bytes of data. 64 bytes from 192.168.15.21: icmp_seq=1 ttl=64 time=0.184 ms 64 bytes from 192.168.15.21: icmp_seq=2 ttl=64 time=0.168 ms 64 bytes from 192.168.15.21: icmp_seq=3 ttl=64 time=0.153 ms 64 bytes from 192.168.15.21: icmp_seq=4 ttl=64 time=0.165 ms 64 bytes from 192.168.15.21: icmp_seq=5 ttl=64 time=0.139 ms --- 192.168.15.21 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3996ms rtt min/avg/max/mdev = 0.139/0.161/0.184/0.022 ms |
$arp -an
bash: arp: command not found |
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.4) at 00:04:76:A1:EF:BB [ether] on eth0 ? (192.168.15.21) at 00:01:02:B4:61:10 [ether] on eth0 |
$arp -d 192.168.15.4
bash: arp: command not found |
$sudo arp -d 192.168.15.4
No ARP entry for 192.168.15.4 |
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.21) at 00:01:02:B4:61:10 [ether] on eth0 |
$sudo arp -d 192.168.15.21
|
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.21) at <incomplete> on eth0 |
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.21) at <incomplete> on eth0 |
$sudo arp -an | awk '{print $2}' | tr -d '()' | xargs arp -d
xargs: arp: No such file or directory |
$sudo arp -an | awk '{print $2}' | tr -d '()' | xargs sudo
Usage: arp [-vn] [<HW>] [-i <if>] [-a] [<hostname>] <-Display ARP cache arp [-v] [-i <if>] -d <hostname> [pub][nopub] <-Delete ARP entry arp [-vnD] [<HW>] [-i <if>] -f [<filename>] <-Add entry from file arp [-v] [<HW>] [-i <if>] -s <hostname> <hwaddr> [temp][nopub] <-Add entry arp [-v] [<HW>] [-i <if>] -Ds <hostname> <if> [netmask <nm>] pub <-''- -a display (all) hosts in alternative (BSD) style -s, --set set a new ARP entry -d, --delete delete a specified entry -v, --verbose be verbose ... -D, --use-device read <hwaddr> from given device -A, -p, --protocol specify protocol family -f, --file read new entries from file or from /etc/ethers <HW>=Use '-H <hw>' to specify hardware address type. Default: ether List of possible hardware types (which support ARP): strip (Metricom Starmode IP) ash (Ash) ether (Ethernet) tr (16/4 Mbps Token Ring) tr (16/4 Mbps Token Ring (New)) ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE) arcnet (ARCnet) dlci (Frame Relay DLCI) fddi (Fiber Distributed Data Interface) hippi (HIPPI) irda (IrLAP) x25 (generic X.25) eui64 (Generic EUI-64) |
$sudo arp -an | awk '{print $2}' | tr -d '()' | xargs -i{} s
do arp -d {} |
$sudo arp -an | awk '{print $2}' | tr -d '()' | xargs arp -d
|
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.21) at <incomplete> on eth0 |
$ping 192.168.15.4
PING 192.168.15.4 (192.168.15.4) 56(84) bytes of data. 64 bytes from 192.168.15.4: icmp_seq=1 ttl=64 time=0.309 ms --- 192.168.15.4 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.309/0.309/0.309/0.000 ms |
$ping 192.168.15.3
PING 192.168.15.3 (192.168.15.3) 56(84) bytes of data. 64 bytes from 192.168.15.3: icmp_seq=1 ttl=64 time=0.284 ms --- 192.168.15.3 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.284/0.284/0.284/0.000 ms |
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.3) at 00:0E:A6:20:53:20 [ether] on eth0 ? (192.168.15.4) at 00:04:76:A1:EF:BB [ether] on eth0 ? (192.168.15.21) at <incomplete> on eth0 |
$sudo arp -an
|
$sudo arp -an
? (192.168.15.254) at 00:0A:01:D4:D1:39 [ether] on eth0 ? (192.168.15.3) at <incomplete> on eth0 ? (192.168.15.4) at <incomplete> on eth0 ? (192.168.15.21) at <incomplete> on eth0 |
$sudo tcpdump -n arp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 0 packets captured 0 packets received by filter 0 packets dropped by kernel |
$sudo arp -an
|
$ping 192.168.15.4
PING 192.168.15.4 (192.168.15.4) 56(84) bytes of data. 64 bytes from 192.168.15.4: icmp_seq=1 ttl=64 time=0.163 ms 64 bytes from 192.168.15.4: icmp_seq=2 ttl=64 time=0.154 ms --- 192.168.15.4 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.154/0.158/0.163/0.013 ms |
$sudo tcpdump -n arp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 0 packets captured 0 packets received by filter 0 packets dropped by kernel |
$sudo ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:F2:6B:55:25 inet addr:192.168.15.2 Bcast:192.168.15.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3109 errors:0 dropped:0 overruns:0 frame:0 TX packets:2975 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:880123 (859.4 KiB) TX bytes:397342 (388.0 KiB) Interrupt:19 Base address:0xd000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:104 errors:0 dropped:0 overruns:0 frame:0 TX packets:104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7496 (7.3 KiB) TX bytes:7496 (7.3 KiB) |
$sudo tcpdump -n
15:03:24.335275 IP 192.168.15.2.22 > 192.168.15.254.48805: P 11952:12000(48) ack 49 win 7904 <nop,nop,timestamp 1931121 21161547> 15:03:24.335783 IP 192.168.15.2.22 > 192.168.15.254.48805: P 12000:12048(48) ack 49 win 7904 <nop,nop,timestamp 1931121 21161547> 15:03:24.336189 IP 192.168.15.254.48805 > 192.168.15.2.22: . ack 12048 win 512 <nop,nop,timestamp 21161549 1931121> 15:03:24.336371 IP 192.168.15.2.22 > 192.168.15.254.48805: P 12048:12096(48) ack 49 win 7904 <nop,nop,timestamp 1931121 21161549> 15:03:24.336556 IP 192.168.15.254.48805 > 192.168.15.2.22: . ack 12096 win 512 <nop,nop,timestamp 21161549 1931121> 15:03:24.337400 IP 192.168.15.2.22 > 192.168.15.254.48805: P 12096:12192(96) ack 49 win 7904 <nop,nop,timestamp 1931121 21161549> 15:03:24.337608 IP 192.168.15.254.48805 > 192.168.15.2.22: . ack 12192 win 512 <nop,nop,timestamp 21161549 1931121> 15:03:24.338207 IP 192.168.15.2.22 > 192.168.15.254.48805: P 12192:12256(64) ack 49 win 7904 <nop,nop,timestamp 1931121 21161549> 15:03:24.338433 IP 192.168.15.254.48805 > 192.168.15.2.22: . ack 12256 win 512 <nop,nop,timestamp 21161549 1931121> 15:03:24.339002 IP 192.168.15.2.22 > 192.168.15.254.48805: P 12256:12320(64) ack 49 win 7904 <nop,nop,timestamp 1931121 21161549> ... 15:03:24.403089 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18192:18272(80) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.403640 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18272:18336(64) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.404160 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18336:18384(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.404695 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18384:18432(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.405206 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18432:18480(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.405723 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18480:18528(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.406235 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18528:18576(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.406744 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18576:18624(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.407247 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18624:18672(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> 15:03:24.407762 IP 192.168.15.2.22 > 192.168.15.254.48805: P 18672:18720(48) ack 49 win 7904 <nop,nop,timestamp 1931128 21161565> |
$sudo tcpdump -n arp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 15:04:36.859643 arp who-has 192.168.15.254 tell 192.168.15.2 15:04:36.859766 arp reply 192.168.15.254 is-at 00:0a:01:d4:d1:39 15:04:41.858338 arp who-has 192.168.15.2 tell 192.168.15.254 15:04:41.858374 arp reply 192.168.15.2 is-at 00:15:f2:6b:55:25 15:04:44.621768 arp who-has 192.168.15.4 tell 192.168.15.21 15:05:26.878116 arp who-has 192.168.15.4 tell 192.168.15.21 15:05:31.878352 arp who-has 192.168.15.2 tell 192.168.15.254 15:05:31.878388 arp reply 192.168.15.2 is-at 00:15:f2:6b:55:25 ... 15:06:31.419640 arp who-has 192.168.15.21 tell 192.168.15.2 15:06:31.419783 arp reply 192.168.15.21 is-at 00:01:02:b4:61:10 15:06:31.423157 arp who-has 192.168.15.2 tell 192.168.15.254 15:06:31.423177 arp reply 192.168.15.2 is-at 00:15:f2:6b:55:25 15:09:51.155165 arp who-has 192.168.15.254 tell 192.168.15.4 15:09:56.155600 arp who-has 192.168.15.2 tell 192.168.15.254 15:09:56.155649 arp reply 192.168.15.2 is-at 00:15:f2:6b:55:25 18 packets captured 36 packets received by filter 0 packets dropped by kernel |
#traceroute -n -I mail.ru
traceroute to mail.ru (194.67.57.26), 30 hops max, 38 byte packets 1 192.168.15.254 0.217 ms 0.159 ms 0.146 ms 2 10.0.1.1 0.717 ms 0.296 ms 0.297 ms 3 * * * 4 212.40.51.73 13.709 ms 7.887 ms 7.859 ms 5 212.40.35.229 15.529 ms 11.231 ms 10.855 ms 6 212.40.36.246 16.884 ms 25.384 ms 10.299 ms 7 212.40.34.34 8.221 ms 18.282 ms 12.674 ms 8 212.73.253.141 63.200 ms 63.561 ms 69.945 ms 9 * * 4.68.128.221 67.453 ms 10 4.68.128.70 85.567 ms 80.646 ms 100.140 ms 11 4.68.96.226 83.484 ms 4.68.125.230 85.263 ms 87.603 ms 12 213.242.110.130 95.087 ms 105.632 ms 101.484 ms 13 194.186.157.221 92.158 ms 92.607 ms 93.100 ms 14 194.186.157.134 92.538 ms 103.291 ms 94.835 ms 15 * 194.67.57.26 101.689 ms 99.919 ms |
#traceroute -I mail.ru
traceroute to mail.ru (194.67.57.26), 30 hops max, 38 byte packets 1 linux.nt (192.168.15.254) 0.217 ms 0.191 ms 0.147 ms 2 10.0.1.1 (10.0.1.1) 0.723 ms 0.330 ms 0.289 ms 3 * * * 4 gi0-0-215.puma.tsua.net (212.40.51.73) 89.341 ms 103.035 ms 114.623 ms 5 gi0-3-510.bear.tsua.net (212.40.35.229) 86.043 ms 111.610 ms 90.421 ms 6 fe0-0-431.slon.tsua.net (212.40.36.246) 79.772 ms 120.922 ms 94.139 ms 7 uplink-1-ett-ch5-jun.tsua.net (212.40.34.34) 88.362 ms 121.359 ms 88.926 ms 8 212.73.253.141 (212.73.253.141) 126.375 ms 125.766 ms 164.849 ms 9 so-6-0-0.bbr1.Frankfurt1.Level3.net (4.68.128.221) 173.230 ms 175.391 ms * 10 so-3-0-0.mp2.Stockholm1.Level3.net (4.68.128.70) 120.799 ms * 151.054 ms 11 ge-1-2.car2.Stockholm1.Level3.net (4.68.125.230) 164.965 ms 216.675 ms * 12 213.242.110.130 (213.242.110.130) 224.053 ms 160.023 ms 210.545 ms 13 cisco02.Moscow.gldn.net (194.186.157.221) 189.807 ms 232.150 ms * 14 cat01.Moscow.gldn.net (194.186.157.134) 155.588 ms 165.603 ms * 15 mail.ru (194.67.57.26) 173.243 ms * 177.874 ms |
#whoami
root |
#netstat -rn
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
#apt-get sim
E: Invalid operation sim |
#man apt
|
#apt -get SIM
bash: apt: command not found |
#apt-cache search sim
kmplayer - media player for KDE kmplot - mathematical function plotter for KDE kmyfirewall - iptables based firewall configuration tool for KDE kmymoney2 - Personal finance manager knocker - a simple and easy to use TCP security port scanner kobodeluxe - a game of space battle koffice-i18n-zhcn - Chinese Simplified (zh_CN) translations for KOffice kolourpaint - a simple paint program for KDE konqueror - KDE's advanced file manager, web browser and document viewer konsole - X terminal emulator for KDE ... libburn-1 - A Disc Burning Suite (shared libraries) libburn-dev - A Disc Burning Suite (development files) libc6-i686 - GNU C Library: Shared libraries [i686 optimized] libcaca-dev - development files for libcaca libcache-cache-perl - Managed caches of persistent information libcache-simple-timedexpiry-perl - Perl module to cache and expire key/value pairs libcairo-ocaml - OCaml bindings for Cairo libcairo-ocaml-dev - OCaml bindings for Cairo libcairo-perl - Perl interface to the Cairo graphics library libcairo2 - The Cairo 2D vector graphics library |
#apt-cache search messenger
ayttm - Universal Instant Messaging Client centericq - A text-mode multi-protocol instant messenger client centericq-common - A text-mode multi-protocol instant messenger client (data files) centericq-fribidi - A text-mode multi-protocol instant messenger client (Hebrew) centericq-utf8 - A text-mode multi-protocol instant messenger client dsniff - Various tools to sniff network traffic for cleartext insecurities gaim - multi-protocol instant messaging client gaim-extendedprefs - extended preferences plugin for the instant messenger gaim gaim-guifications - toaster popups for gaim gaim-librvp - MS Exchange RVP instant messaging plugin for GAIM ... pork - Console-based AOL Instant Messenger & IRC client pymsnt - MSN transport for Jabber python-m2crypto - a crypto and SSL toolkit for Python reaim - Enable AIM and MSN file transfer on Linux iptables based NAT timps - Transparent Instant Messaging Proxy Server tleenx2 - tlen.pl instant messenger client tmsnc - textbased (console) MSN client viruskiller - Game about viruses invading your computer xfce4-messenger-plugin - Dbus messages plugin for xfce4-panel xipmsg - A pop up style message communication software |
#apt-cache search simple instant messenger
ayttm - Universal Instant Messaging Client |
#netstat -rn
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
#netstat -rn -4
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
#screen -x
|
$screen -x
|
$su
Password: |
#less /etc/network/interfaces
|
#less /etc/sys
|
#less /etc/sysctl.conf
|
#screen -x
|
#[root@linux2:user]# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter. Reconfiguring network interfaces...SIOCDELRT: No such process addr=192.168.15.2, name=linux2.linux.nt Updating databases ... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. Creating /etc/mail/databases... Updating Makefile ... Reading configuration from /etc/mail/sendmail.conf. Validating configuration. ... OpenSSL is not installed, will not configure sendmail support for it. to install openssl, get openssl. To enable sendmail TLS support at a later date, invoke "/usr/share/sendmail/update_tls" Creating /etc/mail/relay-domains # Optional file... The following file(s) have changed: /etc/mail/sendmail.cf ** ** You should issue `/etc/init.d/sendmail reload` ** ** Mail Transport Agent: sendmail is not running done. |
#netstat -rn
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.16.64 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 192.168.16.65 0.0.0.0 UG 0 0 0 eth1 |
#mii -root
bash: mii: command not found |
#mii -tool
bash: mii: command not found |
#mii-tool
eth0: negotiated 100baseTx-FD, link ok eth1: no link |
#ping mail.ru
PING mail.ru (194.67.57.26) 56(84) bytes of data. 64 bytes from mail.ru (194.67.57.26): icmp_seq=1 ttl=111 time=94.9 ms --- mail.ru ping statistics --- 2 packets transmitted, 1 received, 50% packet loss, time 1007ms rtt min/avg/max/mdev = 94.987/94.987/94.987/0.000 ms |
#date
Пнд Сен 18 17:55:12 EEST 2006 |
$telnet 192.168.15.21 chargen
Trying 192.168.15.21... Connected to 192.168.15.21. Escape character is '^]'. Connection closed by foreign host. |
$ysm connect
14:14:18 [A Slave #92321518, called 92321518 changed his mood to: ONLINE] 14:14:18 [A Slave #6064621, called 6064621 changed his mood to: ONLINE] 14:14:18 [A Slave #39851371, called 39851371 changed his mood to: ONLINE] 14:14:18 [A Slave #337152864, called 337152864 changed his mood to: ONLINE] 14:14:18 [A Slave #330224598, called 330224598 changed his mood to: AWAY] 14:14:18 [A Slave #325583583, called 325583583 changed his mood to: ONLINE] 14:14:18 [A Slave #318644049, called 318644049 changed his mood to: ONLINE] 14:14:18 [A Slave #275851527, called 275851527 changed his mood to: ONLINE] 14:14:18 [A Slave #263344202, called 263344202 changed his mood to: ONLINE] 14:14:18 [A Slave #245843480, called 245843480 changed his mood to: ONLINE] ... [337080720 ON - - ] [337152864 ON - - ] [349035662 ON - -IG] [36928068 ON - - ] [39851371 ON - - ] [40329678 ON - - ] [51294729 ON - - ] [6064621 ON - - ] [66096421 ON - - ] [8500983 ON - - ] [86987145 ON - - ] [92321518 ON - - ] [98148779 ON - - ] [alex ON - - ] [Angelina ON - - ] [ANNA ON - - ] [Sasha ON - - ] [Serg ON - -IG] [voin ON - - ] ON> !PARANOID! Someone else logged in using this ICQ UIN. Disconnected by the Server. Check your password. There has been a Network Disconnection!. |
$man url
|
$url yandex.ru
bash: url: command not found |
$man http
|
$url http=yandex.ru
bash: url: command not found |
$url "http=yandex.ru"
bash: url: command not found |
$iptables -l
bash: iptables: command not found |
$iptables -L
bash: iptables: command not found |
$sudo iptables -L
Password: Sorry, try again. Password: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
$screen -x
|
#screen -x
|
$sudo screen -x
|
$su
Password: |
#screen -x
|
$su
Password: |
#screen -x
|
$ssh roo@195.254.142.230
ssh: connect to host 195.254.142.230 port 22: Connection refused |
$ping 195.254.142.230
PING 195.254.142.230 (195.254.142.230) 56(84) bytes of data. 64 bytes from 195.254.142.230: icmp_seq=1 ttl=55 time=35.4 ms 64 bytes from 195.254.142.230: icmp_seq=2 ttl=55 time=27.8 ms 64 bytes from 195.254.142.230: icmp_seq=3 ttl=55 time=28.7 ms --- 195.254.142.230 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2020ms rtt min/avg/max/mdev = 27.845/30.679/35.477/3.416 ms |
$ssh root@195.254.142.230
ssh: connect to host 195.254.142.230 port 22: Connection refused |
$netstat -lnp -A inet
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:643 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:7 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:653 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN - ... tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:44444 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:36254 0.0.0.0:* LISTEN 3498/sim udp 0 0 0.0.0.0:32768 0.0.0.0:* - udp 0 0 0.0.0.0:32770 0.0.0.0:* 3498/sim udp 0 0 0.0.0.0:647 0.0.0.0:* - udp 0 0 0.0.0.0:650 0.0.0.0:* - udp 0 0 192.168.15.2:53 0.0.0.0:* - udp 0 0 127.0.0.1:53 0.0.0.0:* - udp 0 0 0.0.0.0:111 0.0.0.0:* - |
$ssh -X user@192.168.15.3 konqueror
The authenticity of host '192.168.15.3 (192.168.15.3)' can't be established. RSA key fingerprint is 56:ad:cf:74:a7:65:5c:c5:6c:17:5d:84:c8:c4:d6:4b. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.15.3' (RSA) to the list of known hosts. Password: konqueror: cannot connect to X server |
$sudo chown user .xsession
Password: Sorry, try again. Password: |
$vi .xsession
1c1,2 < gnome-session --- > gkrelm& > startkde |
$gk
gkrellm gksu gksudo gksu-properties |
Время первой команды журнала | 14:30:25 2006- 9-18 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 12:05:19 2006- 9-20 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 100 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 17.00 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 15.00 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 2.83 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.59 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.
Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
$ l s-l bash: l: command not found |
Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
$ test 5 -lt 4 |
Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
$ find / -name abc find: /home/devi-orig/.gnome2: Keine Berechtigung find: /home/devi-orig/.gnome2_private: Keine Berechtigung find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung find: /home/devi-orig/.metacity: Keine Berechtigung find: /home/devi-orig/.inkscape: Keine Berechtigung ^C |
Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
# id uid=0(root) gid=0(root) Gruppen=0(root) |
Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
$ vi ~/.bashrc
|
Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
$ patch ~/.bashrc |
Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.
Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.
Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.
Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора
Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.
Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.
Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:
$ whoami
user
$ #^ Интересно, кто я?в журнале это будет выглядеть так:
$ whoami
user
Интересно, кто я? |
Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:
$ whoami
user
$ cat > /dev/null #^ Интересно, кто я?
Программа whoami выводит имя пользователя, под которым мы зарегистрировались в системе. - Она не может ответить на вопрос о нашем назначении в этом мире.В журнале это будет выглядеть так:
$ whoami user
|
Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=
1 2 3 4Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.
LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008