Short but sweet.
dev:~# w 09:27:26 up 29 days, 19:48, 1 user, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/0 79.147.238.131 09:27 0.00s 0.00s 0.00s w dev:~# unset HISTORY HISTFILE HISTSAVE HISTZONE HISTORY HISTLOG dev:~# export HISTFILE=/dev/null dev:~# export HISTSIZE=0 dev:~# w 09:27:58 up 29 days, 19:49, 1 user, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/0 79.147.238.131 09:27 0.00s 0.00s 0.00s w dev:~# ifconfig eth0 Link encap:Ethernet HWaddr 00:4c:a8:ab:32:f4 inet addr:10.98.55.4 Bcast:10.98.55.255 Mask:255.255.255.0 inet6 addr: fe80::21f:c6ac:fd44:24d7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:84045991 errors:0 dropped:0 overruns:0 frame:0 TX packets:103776307 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 RX bytes:50588302699 (47.1 GiB) TX bytes:97318807157 (90.6 GiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:308297 errors:0 dropped:0 overruns:0 frame:0 TX packets:308297 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:355278106 (338.8 MiB) TX bytes:355278106 (338.8 MiB) dev:~# wget http://download.microsoft.com/download/win2000platform/SP/SP3/NT5/EN -US/W2Ksp3.exe --2012-10-25 09:30:05-- http://download.microsoft.com/download/win2000platform/ SP/SP3/NT5/EN-US/W2Ksp3.exe Connecting to download.microsoft.com:80... connected. HTTP request sent, awaiting response... 200 OK Length: 130978672 (124M) [application/octet-stream] Saving to: `W2Ksp3.exe 0% [> ] 1,098 0K/s eta 1d 21h 7m 1 0% [> ] 22,818 11K/s eta 3h 11m 15s 0% [> ] 182,850 69K/s eta 31m 27s 2% [> ] 3,149,716 363K/s eta 5m 52s^C 200 OK dev:~# rm -rf .bash_history dev:~# touch .bash_history dev:~#
Seems a little odd that our friend 79.147.238.131 (which appears to be a residential (but dynamically assigned…) IP) would go through so much effort just to disconnect the session, but oh well.
Advertisements