.bash_historyの上から五行を晒すスレ

このエントリーをはてなブックマークに追加
1login:Penguin
uptime
uptime
uptime
uptime
uptime

当時の俺・・そんなに連打しても変わんないよ・・・
2login:Penguin:2005/09/25(日) 23:09:03 ID:yX6S6Nqb
df -k
df -k
df -k
ping goo.ne.jp
ochusha &
3login:Penguin:2005/09/25(日) 23:25:42 ID:Hs2uLnN5
ls -l *(mh-1)|sort -n -k 9
ls -l *(mh-1)|sort -n -k 10
ls -l *(mh-1)|sort -n +8
ls -l *(mh-1)|sort -n +5
longname

なにがしたいかよくわからんww
4login:Penguin:2005/09/25(日) 23:32:18 ID:1PC+klaG
140 make
141 ls -al
142 nkf --guess nkf.doc
143 ./nkf --guess nkf.doc
144 ./nkf --guess nkf.exe
5login:Penguin:2005/09/26(月) 01:28:18 ID:z8X1cb5R
screen -rd
screen -rd
exit
screen -rd
exit
6login:Penguin:2005/09/26(月) 01:41:10 ID:kGHLRO3M
ochusha
ochusha
ochusha
ochusha
ochusha

最近Fx + bbs2chReaderに移行しました
7login:Penguin:2005/09/26(月) 02:37:02 ID:AP+xpMh/
mplayer fera38.wmv
mplayer tijyo06.wmv
mplayer kijyoui159.rm
mplayer fera159.wmv
mplayer paizuri02.rm
8login:Penguin:2005/09/26(月) 05:57:51 ID:9aHddVWw
find / -name "crt0.o"
ls
ls /usr/i386-pc-elf/lib
/usr/i386-pc-elf/bin/gcc test.c /usr/i386-pc-elf/lib/cygmon-crto.o
/usr/i386-pc-elf/bin/gcc test.c /usr/i386-pc-elf/lib/cygmon-crt0.o
9login:Penguin:2005/09/26(月) 12:24:28 ID:1pmWyYcO
32 18.9.2005 18:27 grep fcntl -r /work/gnutls
33 18.9.2005 18:27 screen -r || screen emacs
34 18.9.2005 18:27 fg
35 18.9.2005 18:27 man dup
36 18.9.2005 18:27 grep dup -r /work/gnutls
37 18.9.2005 18:27 grep dup -r /work/gnutls | less
38 18.9.2005 18:27 grep dup -r /work/gnutls | less
39 18.9.2005 18:27 fg
40 18.9.2005 18:27 grep -ir stdout -r /work/gnutls | less
41 18.9.2005 18:27 grep -ir stdout /work/gnutls | less
10login:Penguin:2005/09/26(月) 13:31:11 ID:jls80zZX
kill -9 26002
ps aux
kill -9 26035
kill -9 25334
kill -9 25338

殺しまくり
11login:Penguin:2005/09/26(月) 13:57:59 ID:PtMAzaS7
sudo fdisk /dev/sdc
less /proc/partitions
exit
sudo cat grub.conf
sync

何をやろうとしていたのか、何となく覚えてる。
12login:Penguin:2005/09/26(月) 15:02:23 ID:VYOQXeSI
su -
cd .ml
ls
cd ..
cd ~

意味わかんねえ・・・
13login:Penguin:2005/09/26(月) 15:11:48 ID:vp4K5uop
emacs-22.0.50 db.pl
fg
perl db.pl
fg
perl db.pl

14login:Penguin:2005/09/26(月) 16:08:43 ID:gKF5P8pP
./configure
less ../mac/README
cat ../mac/README
cat ../mac/README |lv
exit
15login:Penguin:2005/09/26(月) 17:55:30 ID:VcLDEaNw
cd -
ls
ls -a
sudo ebuild `ewhich bmpx` unpack
su -

俺、このコマンド打ってから、1週間も経ってないと思うんだけど、↑の人達は忘れる程ヒストリサイズがでかいの?
ちなみに俺は、デフォの500だ。
$ echo $HISTFILESIZE
500
16login:Penguin:2005/09/26(月) 19:54:37 ID:aGoCZ0PO
ls
ls
ssh 192.168.1.3
sftp 192.168.1.3
source .zshenv

おれは何かするたびに ls するので、268行 ( / 951行) が ls だな。
17login:Penguin:2005/09/26(月) 21:44:09 ID:gLXHH7+k
>>15
サイズは10000で重複が入らないようにしている。10000まで行った
ら別ファイルに保存している。現在10ファイル目で、最初のファイ
ルは3年前
1815:2005/09/27(火) 09:16:59 ID:wjl3Etaz
>>17
それって、
「あー、あのコマンド、どうやって使うんだっけ?」
っていう時用?
たしかに、以前打ったコマンドの使いかたを忘れて、もう一回ググったり、マン叩いたりしてるけど。

>>16
特定のコマンドヒストリから外す設定があった。
19login:Penguin:2005/09/27(火) 22:58:34 ID:drUX6X9W
zsh だけど
wc -l .zhistory
31563 .zhistory
三万あるよ。重複なし設定で。
コマンドの使い方忘れても
C-R ですぐ検索できるんで便利。
20login:Penguin:2005/09/27(火) 23:07:14 ID:Nv75RMwb
>>19
zshのヒストリってときどき消えない?
それが怖くて定期的に保存してるんだが。
21login:Penguin:2005/09/27(火) 23:48:42 ID:drUX6X9W
二年位前に一回消えたことがあったかも。
バックアップは時々取ってるよ。

あと setopt share_history しないで
複数 zsh 立ち上げると履歴されないのがあるね。
22login:Penguin:2005/09/27(火) 23:51:33 ID:uAK+kUgH
一生懸命バックアップなんかとって年に何回見るのかと。
23login:Penguin:2005/09/27(火) 23:55:56 ID:drUX6X9W
いや、見るためのバックアップじゃないから。
24login:Penguin:2005/09/27(火) 23:56:30 ID:uAK+kUgH
じゃあ、何のためのバックアップ?
25login:Penguin:2005/09/28(水) 00:49:27 ID:RQvuAcvp
>>22
過去のzhistoryと現在のzhistoryをgrepするコマンドを作ってるか
ら、年に何回も見てるよ。
26login:Penguin:2005/10/01(土) 00:14:37 ID:HGftazUl
apachectl start
cd /usr/local/etc/rc.d/
vi apache.sh
vi /etc/rc.conf
less /var/log/http/httpd-access.log

なんかapacheいじってたらしい
27login:Penguin:2005/10/01(土) 05:06:19 ID:sxNQ17FD
mencoder 005.wmv -o 001.mpg -oac copy -ovc copy -lavcopts vcodec=mpeg2video
file 001.mpg
mencoder 005.wmv -o 001.mpg -oac copy -ovc copy vcodec=mpeg2video
file 001.mpg
mencoder 005.wmv -o 001.mpg -oac copy -ovc copy -lavcopts "vcodec=mpeg2video"

man も読まずに
28login:Penguin:2005/10/01(土) 10:06:14 ID:fU7uOuSO
tail irc.log
tail irc.log -n50
tail irc.log -n50

俺ひっしだなw
29login:Penguin:2005/10/01(土) 10:52:21 ID:s+HI70zP
>>28
less で開いておいて、> 押せば楽なんじゃないかな。
30login:Penguin:2005/10/02(日) 15:51:37 ID:kT1GZXTD
su -
su -
su -
su -
su -
31login:Penguin:2005/10/03(月) 20:31:38 ID:cegfiOyP
ls
/a.out
./a.out
ls
cd ..
32login:Penguin:2005/10/04(火) 00:22:57 ID:VJciV2J6
>>31
哀愁が漂ってますね
33login:Penguin:2005/10/04(火) 00:36:27 ID:+kl6XWJk
./hello
gcc -o hello -g -Wall `pkg-config gtk+-2.0 --cflags --libs` hello.c
./hello
gcc -o hello -g -Wall `pkg-config gtk+-2.0 --cflags --libs` hello.c
./hello

Gtk+ の実験してたらしい。
34login:Penguin:2005/10/07(金) 20:43:54 ID:mgtxdljC
jnethack
jnethack
more .tcshrc
v2c
jnethack
35login:Penguin:2005/10/08(土) 00:00:47 ID:CNj94d9N
j2re-1_5_0_04-linux-i586.bin
chmod +x j2re-1_5_0_04-linux-i586.bin
chmod +x jre-1_5_0_04-linux-i586.bin
./jre-1_5_0_04-linux-i586.bin
echo "unko"
ochusha
36login:Penguin:2005/10/10(月) 15:11:03 ID:VfA1TdKa
つーかさ、history見たら
自分では打った覚えの無いコマンド(そもそも自分の知らないコマンド)打ってて
『だれ?!だれかいるの!?』を感じる
37login:Penguin:2005/10/10(月) 15:12:09 ID:YduaJ1BB
crack されてるんじゃ?
38login:Penguin:2005/10/11(火) 12:22:19 ID:+zbdcw00
less /etc/X11/XF86Config-4
less /etc/X11/XF86Config-4.20050803
s dpkg-reconfigure xserver-xfree86
less /etc/X11/XF86Config-4
s dpkg-reconfigure xserver-xfree86

sはsudoのalias。
39login:Penguin:2005/10/15(土) 16:42:57 ID:OU0F1KJa
w
finger
w
w
w
40login:Penguin:2005/10/16(日) 02:52:13 ID:3KDIpEA+
zshなんだけど

exit
su -
exit
top
exit

suとexitばっかだ・・・
41login:Penguin:2005/10/17(月) 02:02:24 ID:oLGh4bpE
cd data/_eroero/image/2/_work
ls
rm *
find ../ -type f -mtime -3 -exec ln -s {} ./ \;
gwenview
42login:Penguin:2005/10/17(月) 13:09:49 ID:2pWa5FrR
>sudo apt-get update
>sudo apt-get upgrade
>exit
>sudo apt-get update
>sudo apt-get upgrade

('A`)...
43login:Penguin:2005/10/30(日) 15:52:07 ID:kYfrUORE
make
make
make
make
make
44login:Penguin:2005/10/30(日) 15:53:18 ID:92nrjvGX
43は負け組
45login:Penguin:2005/10/30(日) 21:13:28 ID:bCNsb0T2
loadavg
avg
load
w
cat /var/log/httpd/access_log
46login:Penguin:2005/11/01(火) 00:32:38 ID:eXP4EU0y
3s
ls
df -h
which zsh
chsh
47login:Penguin:2005/11/01(火) 00:37:03 ID:HBhryarH
vi README
vi INSTALL
mkdir doc-pak
cp -p AUTHORS C* INSTALL NEWS README TODO doc-pak/
ls doc
48login:Penguin:2005/11/05(土) 17:12:59 ID:VG3jptdV
cd my_download/ochusha-0.5.8.2
./configure --prefix=/usr/local/2ch/
make
make test
su
cd
vi ./.bash_profile
source ./.bash_profile
ochusha
ln /usr/local/2ch/bin/ochusha /usr/sbin/
ln -s /usr/local/2ch/bin/ochusha /usr/sbin/
ln -s /usr/local/2ch/bin/ochusha
ls /usr/lib
ls /usr/lib/gcc*
ls /usr/lib/gcc/i386-redhat-linux/
cd /usr/lib/gcc/i386-redhat-linux/
ls
cd 4.0.0/
ls
cd ..
pwd
cd ../../../
cd

上から23行
49login:Penguin:2005/11/09(水) 12:10:08 ID:aXBYG8JA
いちばん上じゃなかったけど、.bash_historyざっと見渡してみていちばん情の入った5行

./configure --help
./configure --disable-nls --disable-x
sh -x ./configure
rm -fr *
cd ..
50login:Penguin:2005/11/11(金) 15:10:16 ID:c2UrAVJl
>>48
>>49
ww
51login:Penguin:2005/12/06(火) 03:55:40 ID:SYp2xwT1
age
52login:Penguin:2005/12/06(火) 19:02:33 ID:bQ2eB+oF
su
su
su
su
ls

どーなんだろう、これ・・・。
53login:Penguin:2005/12/07(水) 22:50:06 ID:m2g3uRYT
ls .fonts
rm -rf Sample
cp -r /mnt/win/image .image
exi8t
mplayer&

exit タイポしとる・・・
54login:Penguin:2005/12/24(土) 01:35:40 ID:Bvs2Kly5
uimfep
starx
startx
uimfep
fd

何がしたいのか、さっぱりわからんw
55login:Penguin:2005/12/25(日) 00:53:30 ID:iLtfja4l
ls -al
cd ..
ls
ls
ls -al

ls と cd しか知らないのかよ…
56login:Penguin:2006/01/13(金) 22:37:25 ID:kGhfe1j/
$ history | sort -r | head -5
323 06/01/13 22:36:28 history | sort -r | head -5
322 06/01/13 22:36:14 history | head -5
321 06/01/13 22:34:59 cat mail.log
320 06/01/13 22:34:55 ls
319 06/01/13 22:34:45 cat system.log | grep "Jan 13"

ふむ。
57login:Penguin:2006/01/14(土) 16:39:26 ID:UaafDfQq
494 nano /etc/portage/package.mask
495 emerge --pretend xpdf
496 emerge --pretend =app-text/xpdf-3.01-r5
497 emerge --nodeps =app-text/xpdf-3.01-r5
498 exit

xpdfを強制的にインストールしていたヤシ
58login:Penguin:2006/01/14(土) 17:30:46 ID:h+OVqttV
6852 history -d 6849
6853 h
6854 history -d 6848
6855 h
6856 history -d 6852

プププ…
59login:Penguin:2006/04/07(金) 04:50:02 ID:iZaRLRgR
firefox&
qiv ~/.m0nzetu/ura/{151..250}/*
firefox&
su
firefox&
60login:Penguin:2006/09/01(金) 21:11:38 ID:U+WHcTKQ
824 1.9.2006 19:33 Z
825 1.9.2006 19:34 m zshall
826 1.9.2006 19:36 Z
827 1.9.2006 19:37 c
828 1.9.2006 19:37 Z
61login:Penguin:2006/09/30(土) 23:00:50 ID:CwAF4InM
gcc -g -o z -DBENCH z.c z.o
time ./z
time ./z
time ./z
time ./z
62login:Penguin:2006/11/23(木) 06:28:03 ID:TbNpx075
ほしゅ
63login:Penguin:2007/02/06(火) 19:24:40 ID:K6CtaUGv
ls
ls
ls
ls
ls


64login:Penguin:2007/02/06(火) 23:14:42 ID:KUY8XNHE
:q
ps ax
ps axufg
fg
exit
65login:Penguin:2007/02/19(月) 18:06:28 ID:+s6wq6JE
rootの履歴が消えた。。。orz
66login:Penguin:2007/02/19(月) 21:12:09 ID:gd1Ehyxr
su
su
cd /usr/src/linux/Documentation/kernel-parameters.txt
nano /usr/src/linux/Documentation/kernel-parameters.txt
su

3行目ヌルポ
67login:Penguin:2007/02/20(火) 00:05:51 ID:yJNz8S8i
la
ls
la
clear
sl
68login:Penguin:2007/02/20(火) 07:29:46 ID:kzfVcF5+
つまんねースレ
69login:Penguin:2007/02/24(土) 18:09:32 ID:4PpX8Isd
rm -rf >>68
70login:Penguin:2007/02/25(日) 22:38:14 ID:RmYL1L4s
ls
cd scheme
ls
emacs -nw 1-3.scm
exit

schemeの勉強をしてたみたいだ。
ただ、最後のexitが何なのかが分からん。
71login:Penguin:2007/09/11(火) 03:10:14 ID:997sWGjJ
ls
vim not-re
ls
ls
sl

>>70
たんにシェルを終了させたのではなくて?
72login:Penguin:2007/12/02(日) 21:32:56 ID:N4BNQlu+
: 1196597736:0;ls
: 1196597751:0;cd ../Led\ Zeppelin
: 1196597756:0;mplayer 02-Babe\ I\'m\ Gonna\ Leave\ You.mp3
: 1196597762:0;mplayer -ao esd 02-Babe\ I\'m\ Gonna\ Leave\ You.mp3
: 1196598082:0;timer
レッドツェッペリンを聴いていたようだ。
Esoundで音出し専用のサーバを立ててるんだけど、出力がすっげー低いんだよね、Esound側で増幅させる方法を知ってる人いないかな
73login:Penguin:2008/07/04(金) 23:15:14 ID:riJZ14S7
ああああ、 そういうことかw

export HISTFILESIZE=9999999999
export HISTSIZE=9999999999


74login:Penguin:2008/12/09(火) 17:00:20 ID:dX4VFfWS
1 vi .vnc/xstartup
2 sudo find /etc -name "*vnc*"
3 sudo find /etc -name "vnc.conf"
4 sudo find /etc -name "*.conf"
5 man tightvnc

いきなりvncいじりだしたらしいww
75login:Penguin:2009/03/21(土) 21:42:49 ID:amDMX7FI
grep PAGE_MASK *
ls
find ./ | grep PAGE_MASK
ls
find ./ | grep page.h

コンパイル中asm/page.h が無いとエラーになってたときだ
76login:Penguin:2009/03/29(日) 22:09:36 ID:SgS2q8Ta
1 ls
2 ps -ef |grep mlterm
3 ps -ef |grep screen
4 emacs -nw -e navi2ch
5 fg
77login:Penguin:2009/04/08(水) 14:57:22 ID:je1kwh2k
timidity midi/bwv0829-07.mid
timidity midi/bwv0828-01.mid
timidity midi/bwv0806-01.mid
timidity midi/wtc1
timidity midi/525.mid
78login:Penguin:2010/11/15(月) 02:12:21 ID:iy77ePaH
. .bashrc
79login:Penguin:2011/03/20(日) 09:14:34.09 ID:TxbKxNOd
1 cd
2 ls
3 ls /etc/X11/
4 startx
5 sudo reboot

Squeeze更新後だからだと思う
80login:Penguin:2012/01/09(月) 13:47:28.96 ID:3HKY1Rpt
vi touhou~
wget -i touhou~
wget -i touhou~ | grep 403
nautilus .
rm *.1
ハイ、自動ダウンロードしようとしてました。
81login:Penguin:2012/01/11(水) 05:16:38.51 ID:qmEUt/NS
1 startx
2 ls
3 yum update
4 uname -a
5 shutdown -r now

脈絡なさ杉
82login:Penguin:2012/01/24(火) 21:15:26.51 ID:2ikRX1Pr
sudo apt-get purge apt-xapian-index
LANG=C
sudo apt-get purge apt-xapian-index
logout
man cp
83login:Penguin:2012/01/28(土) 00:35:47.64 ID:SVG43MPf
cd /usr/share/ati
sudo sh fglrx-uninstall.sh.
sudo reboot
sudo sh amd-driver-installer-12-1-x86.x86_64.run
sudo reboot
84 忍法帖【Lv=2,xxxP】 ◆DBqI1vCyp5q8 :2012/02/28(火) 18:47:35.52 ID:/udUP6T7
head -n 5 .bash_history
1:sudo cp ish /usr/bin
2:ish
3:cd Desktop/winhelp
4:chmod
5:chmod 755 winhelpcgi.cgi

…。
85login:Penguin:2012/09/07(金) 14:14:50.44 ID:RZ+q5Xxu
Main PC
sudo nano -w /etc/services
sudo nano -w /etc/xinetd.d/vnc
rc.d restart xinetd
rc.d restart kdm
sudo nano -w


Gateway Server
su
exit
cd
cd /
tar xzvpf /home/user/cron.tar.gz


Fileserver
packer -Ss h264_
packer -Ss h264
packer -S mod_h264
nano -w /etc/httpd/conf/httpd.conf
nano -w /etc/motion/motion.conf

86login:Penguin :2012/09/07(金) 18:01:36.26 ID:/6KP9iRD
「胎児 ◆pyX4qbHPn.」で検索!
30過ぎにもかかわらず親から仕送りを毎月20万貰うカスニート
親が金持ちにも関わらず低所得向けで格安の市営マンションに暮らす
仕送りのほとんどを風俗につぎこむ池沼で法政中退という学歴が生きがい
87login:Penguin:2012/09/09(日) 23:10:31.09 ID:lCBZYZ7S
ntpq -p
exit
ntpq -p
ntpq -p
ntpq -p
88login:Penguin:2012/09/30(日) 15:02:11.25 ID:vvVmvi+L
df -m
df -m
free -m
df -m
df -m
89login:Penguin
cd emacs-24.2
make uninstall
cd /root/my-documents/
cd ochusha-0.6
make uninstall