Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
w konsoli :)
Na pewnym blogu znalazłem skrypt:
http://room-303.com/blog/2007/08/09/osobowosc-konsolowa/
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
Wpiszcie to z $ i z # i podajcie swoje statsy ;)
z $:
mafi@hero:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 84 su 27 aptitude 23 cd 17 killall 16 conky 14 irssi 14 beryl-manager 13 ssh 13 bash 10 nano
z #:
hero:/home/mafi# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 125 aptitude 44 cd 36 du 35 ssh 29 nano 14 sh 14 linux_logo 14 apt-get 13 exit 8 /etc/init.d/ssh
Oraz dokładniejsze statystyki, które pokażą każdy twój wpis!
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn
Podajcie też je z $ i z #. Taka zabawa :) . Ale już na stronę http://wklej.fluxboxpl.org
z $:
http://wklej.fluxboxpl.org/129
z #:
http://wklej.fluxboxpl.org/130
Offline
domowy komp
localhost ~ # history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn 123 ping 74 ssh 61 emerge 50 qlop 20 mc 18 ifconfig 17 route 14 make 12 mcedit 10 cat 9 cd 7 sftp 7 ls 6 mplayer 5 dhclient 4 time 4 man 4 glxgears 4 alsaconf 3 reboot 3 history 3 glxinfo 2 top 2 revdep-rebuild 2 oprof_start 2 mcedity 2 iptraf 2 free 2 fdisk 2 /etc/init.d/hplip 2 dispatch-conf 1 wget 1 w 1 /usr/bin/Xgl 1 touch 1 ./time 1 telnet 1 tail 1 s 1 rc-update 1 P 1 oprofiled 1 ofcp 1 mv 1 mount 1 lspci 1 glop 1 gcc 1 /etc/init.d/syslog-ng 1 eselect 1 equery 1 emege 1 egrep 1 df
routerek na gentoo
atm ~ # history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn 88 screen 60 ping 38 emerge 35 mc 31 telnet 28 ./netsys 22 mcedit 19 cat 15 iptraf 15 ifconfig 15 cd 14 qlop 10 ls 8 ssh 8 df 8 /etc/init.d/apache2 7 iptables-save 6 w 6 iptables 5 links 4 /etc/init.d/proftpd 3 reboot 3 less 3 dispatch-conf 2 whois 2 touch 2 top 2 tail 2 rdate 2 rc-status 2 lynks 2 history 2 du 2 arp 2 [5~ 1 yelnet 1 uname 1 tcpdump 1 tail-f 1 su 1 scren 1 route 1 revdep-rebuild 1 pwd 1 pin 1 netstat 1 merge 1 lynx 1 lyns 1 lins 1 exit 1 env-update 1 emerge--sync 1 date 1 cp
jakis serverek
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn 77 mc 70 iptraf 33 make 24 ifconfig 23 cat 22 cd 21 tail 21 less 19 ping 16 screen 14 ./netsys 12 iptables 11 du 9 snmpget 9 cp 8 ip 7 telnet 7 ssh 7 mv 7 ls 7 ./cos 6 iptables-save 4 OB 4 history 3 uptime 3 top 3 route 3 ./nagrywanie 3 mcedit 3 ./ggsnif 3 chmod 3 arp 2 whois 2 watch 2 touch 2 sftp 2 ipset 2 /etc/init.d/smtp-gated 2 /etc/init.d/proftpd 2 apt-get 1 wget 1 w 1 uname 1 su 1 sh 1 scrren 1 scren 1 oOF 1 mkdir 1 minicom 1 man 1 MAKE 1 ./mac_traf 1 host 1 df 1 ct 1 ./back.andr 1 ./back 1 apt-cache
Offline
a proszę bardzo :)
graffi@Dunwyn:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 53 make 49 mc 44 ./1 35 miniaturki 34 telnet 29 cd 25 ls 25 ./a.out 24 aptitude 23 su graffi@Dunwyn:~$ su Password: Dunwyn:/home/users/graffi# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 84 ifdown 76 ifconfig 70 mcedit 66 ifup 50 exit 16 poff 16 mc 14 ping 11 cd 9 ls Dunwyn:/home/users/graffi#
Offline
laptop w Gdańsku:
user:
adas@lifebook:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 90 cd 79 su 56 exit 40 clear 29 xtightvncviewer 19 ssh 17 ls 7 mc
root:
lifebook:/home/adas# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 47 pppd 46 tail 46 hcitool 44 rfcomm 44 clear 41 ifconfig 30 vim 26 /etc/init.d/bluetooth 22 ping 21 l2ping 6 enlightenment_remote
serwer domowy w Bydgoszczy:
user
adam@debian:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 175 su 114 clear 80 exit 21 sudo 10 cd 8 telnet 8 mail 7 xtightvncviewer 5 mc 5 man
a dla roota historia czysci sie codziennie :(
Offline
Z domowego komputera...
root@debian:/home/napalm$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 96 aptitude 39 ir 39 mc 30 upg 21 ls 13 man 11 vi 11 dpkg 11 cat 9 mount
napalm@debian:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 68 vi 33 wget 10 su 7 unrar 7 mencoder 6 ssh 3 umount 2 mplayer 2 man 1 cd
Offline
Desktop:
milyges@colosus ~ $ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 65 su 50 [ 43 cd 34 ls 33 mplayer 19 make 17 acpi 16 ./test.sh 16 ssh 16 nano milyges@colosus ~ $
colosus milyges # history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 70 emerge 45 nano 35 mount 32 umount 25 vmware 23 cd 17 ls 17 exit 15 syslinux 14 grub-install colosus milyges #
DUG:
milyges@tyrael /home/gfr/milyges $ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 205 screen 55 ls 50 cd 45 exit 25 nano 23 cat 15 rm 10 ps 6 tar 6 mv milyges@tyrael /home/gfr/milyges $
debian.gorlice.pl:
milyges@wyprz ~ $ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 124 su 65 :(){ 24 cd 19 ls 9 exit 5 nano 5 cat 4 telnet 4 rm 3 sudo milyges@wyprz ~ $
wyprz ~ # history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 99 emerge 73 nano 73 ls 59 cd 26 /usr/bin/mrtg 26 cat 17 emerge 13 run-parts 10 exit 9 rm
PS.:Mafioss: gdzie to FAQ? :>
Offline
Desktop:
...
PS.:Mafioss: gdzie to FAQ? :>
Robię ten poradnik :).
Tzn. parę poradników.
Offline
qbsiu@debian:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 94 cd 74 su 50 ls 45 sudo 33 screen 31 wget 24 exit 15 vim 15 ssh 10 mkdir
debian:/home/qbsiu# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 122 ls 84 cd 39 vim 35 exit 23 chmod 22 /etc/init.d/lighttpd 21 rm 17 cat 15 chown 14 aptitude
Offline
aki:~# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
58 apt-get
21 mc
17 ifconfig
12 /etc/init.d/networking
10 ping
9 cd
8 dpkg
6 /etc/init.d/samba
5 m-a
4 sh
aki:~#
Offline
sh-2.05b# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
89 startx
46 startadsl
39 killall
21 eject
20 mc
20 dpkg
10 totem
10 apt-get
9 umount
9 DEBIAN_FRONTEND=readline;
sh-2.05b# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn
89 startx
46 startadsl
39 killall
21 eject
20 mc
20 dpkg
10 totem
10 apt-get
9 umount
9 DEBIAN_FRONTEND=readline;
7 mount
7 locale
7 LANG=C
7 konqueror
6 rpm
5 reboot
5 clear
5 apt-cache
4 cd
4 AbiWord-2.2
3 kdeinit
3 ifconfig
2 make
2 LC_ALL=C
2 history
2 eagleconfig
2 arp
1 v9;5~9;5~9;5~9;5~9;5~9;5~9;5~
1 '/usr/bin/konqueror'
1 ./startkde
1 shutdown
1 '/root/install_flash_player_9_linux/flashplayer-installer'
1 '/root/install_flash_player_7_linux/flashplayer-installer'
1 rdgrfgyCC
1 nautilus
1 mms://a1729.l2168647534.c21686.g.lm.akamaistream.net/D/1729/21686/v0001/ reflector:57756
1 LOCALE
1 loCalE
1 K
1 iptotal
1 exit
1 eaglestat
1 eaglediag
1 dpkg-reconfigure
1 dir
1 ./configure
1 1
1 ~~
1 ~
sh-2.05b#
Offline
bodzio@domek:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
384 cd
32 PROMPT_COMMAND='pwd>&7;kill
32 mc
24 su
14 ssh
3 cat
2 ping
2 apt-cache
1 /tmp/mc-bodzio/mcusrKcEf7b
1 /tmp/mc-bodzio/mcusrE9eYVd
bodzio@domek:~$ su
Password:
domek:/home/bodzio# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
79 mc
68 aptitude
61 ifconfig
38 ping
30 ./gprs1
22 ./start
19 pppd
19 mount
15 apt-cache
12 plog
domek:/home/bodzio#
Offline
User
90 java
68 mcedit
58 javac
41 cd
30 mc
27 ls
27 lintian
20 grep
10 ssh
9 su
root
56 cd
40 cc
34 export
32 grep
31 ls
24 apt-cache
20 mcedit
20 apt-get
18 less
15 mc
User na windzie
131 javac
66 java
38 export
33 grep
25 cd
23 clear
18 mc
17 mcedit.exe
14 ls
14 echo
dominik@m31-3:/e$uname -a
CYGWIN_NT-5.1 m31-3 1.5.24(0.156/4/2) 2007-01-31 10:57 i586 Cygwin
P.S. Miech temu miałem tak
Offline
rrp@robert:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 63 engine_OpCode 56 ./a.out 50 make 49 gcc 44 grep 37 g++ 28 xsltproc_utf 23 diff 12 patch 10 ssh rrp@robert:~$ su Password: robert:/home/rrp# history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10 16 uisp 13 aptitude 12 rm 9 vi 5 ls 5 cd 4 ifconfig 3 wifi-radar 2 tar 2 shutdown
wyjasnienia:
1. z rota takie male liczby bo byly porzadki w /root i historia zostala nie tak dawo wyporzadkowana ...
2. engine_OpCode to http://www.opcode.eu.org/sieci_komputerowe_uslugi/www_engine/ i sluzy do robienia roznych rzeczy z moja strona www ...
Offline