Post terminal commands.
Post terminal commands
Other urls found in this thread:
*
lordkek.us
boards.lordkek.us
twitter.com
yes
inb4 sudo rm rf / gifojgdioh59034refindv v blah blah
exit
$kys -dumb -attentionwhore
fortune | cowsay | lolcat
sl
shred -fuz bigbutts.webm
parallel -j8 'mkvmerge -o {.}.mkv {}' ::: *.avi
i dislike non-matroska files
on a side note, wmv is the worst format known to man
>-j8
just use -j bro
eix
q
no
instalooter user thot123 ~/pictures/instalooter/thot123 -v
wget -r *
mpv --ytdl-format=worstaudio --no-config --volume=90 -- (sselp)
mpv ytdl://ytsearch9:sexy\ time
xsel -b | xsel
echo meh | sudo tee /etc/lewd
pnquant --nofs -f -s9
play -n synth -j 3 sin %3 sin %-2 sin %-5 sin %-9 sin %-14 sin %-21 fade h .01 2 1.5 delay 1.3 1 .76 .54 .27 remix - fade h 0 2.7 2.5 norm -1
alias please='sudo $(history -p \!\!)'
alias oyvey='sudo shutdown -h now'
That's nice
espeak < /dev/urandom[\code]
tfw cannot into 4chins
i dont know how to use the terminal even though im fairly sure ive used it before.
java got me super confused. all i know how to do is write basic OOP programs, polymorphism and inheritance and press the run button.
Show run
If you run any of these commands on your main machine you deserve whatever happens to you
config-t
ip dhcp pool datsapoolmane
Network 192.168.1.0 255.255.255.240
Default router 192.168.1.1
Exit
ip dhcp excluded-address 192.168.1.1
int fa 0/0/1
ip address 192.168.1.1 255.255.255.240
int g 0/1
ip address 10.0.1.1 255.255.255.252
Encapsulation ppp
End
Copy run start
echo im gay
sudo -ku commit
password is yes
touch Akarin
heh
that reminds me, i wanna try setting a ipsec vpn my lab
sudo rm -r -f /*
cp cp pizza
Eek. Forgot the -
Baka
ur /mum -big gay
pretty git log
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d %C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
:(){ :|: & };:
find | grep 'thing I want' | cat
ffmpeg -i input.mp4 -c:v libvpx -b:v 3M --an output.webm
nice
>cat
>not less
REEEE
find -name '*thing*'
grep -r "thing I want"
idiots
apt git
/thread
uname -o
Don't be *that* guy.
To search for files based on their contents, you can use the `grep'
program. For example, to find out which C source files in the current
directory contain the string `thing', you can do:
grep -l thing *.[ch]
If you also want to search for the string in files in subdirectories,
you can combine `grep' with `find' and `xargs', like this:
find . -name '*.[ch]' | xargs grep -l thing
The `-l' option causes `grep' to print only the names of files that
contain the string, rather than the lines that contain it. The string
argument (`thing') is actually a regular expression, so it can contain
metacharacters. This method can be refined a little by using the `-r'
option to make `xargs' not run `grep' if `find' produces no output, and
using the `find' action `-print0' and the `xargs' option `-0' to avoid
misinterpreting files whose names contain spaces:
find . -name '*.[ch]' -print0 | xargs -r -0 grep -l thing
For a fuller treatment of finding files whose contents match a
pattern, see the manual page for `grep'.
xargs?
Why don't you use find's own -exec flag?
find . -type f -exec sh -c 'for i; do grep -l '*.[ch]' "${i}"; done' _ {} +
List files and stuff permissions in octal mode and whatever the name is for the other mode doing something like
stat -c '%a %A %n' /*
cd
because mint took .6 seconds and yours is still running.
while true; do echo nigger | lpr ; done
ls /usr/share/ffmpeg/
ffmpeg -i some.mp4 -fpre /usr/share/ffmpeg/libvpx-360p.ffpreset .....-vf scale=-1:360
curl lordkek.us
that greps INSIDE files, not filenames/paths
u dummy
Oh shit. Somebody getting dubs in here.
boards.lordkek.us
This is good as ever: I use a command, it asks for my password. How do i make a script which automatically enters my password and presses enter into the input promt (which is actually made for users to manually enter their input)?
lel
Sudo apt get install gentoo
sudo cat /dev/sda | mpv - --demuxer=rawvideo --demuxer-rawvideo-w=512 --demuxer-rawvideo-h=512 --demuxer-rawvideo-mp-format=rgb24
sudo apt-get update && upgrade
crontab -e
sudo nano /etc/tor/torrc
oh you have to use capital S, I was doing it wrong
ip no domain-lookup
password service-encryption
hostname GAYBOOBSLOLOL
banner motd #fuck you niggers#
Screenshots
import -window root png:$HOME/xwz_$(date "+%Y-%m-%d-%H:%M:%S").png
Recording desktop
killall -INT avconv 2>/dev/null || avconv -f x11grab -r 25 -s 1280x720 -i :0.0 $HOME/output.webm &
I bind those to the pripers keys of course.
ls -a
nigger what
Java dead friend.
tac - concatenate and print files in reverse
Oww~~ that was nice user.
gcc
You probably should not run this, but I run it every day:
sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 66
sudo dd if=bl-Helium_amd64+build2.iso of=/dev/sdb bs=4M;sync
telnet towel.blinkenlights.nl
vrms
sudo umount -l /mnt/nfs
cal -3
touch man
wget github/webm.py
webm.py -i Videos/Youtube/1966_GT40-ml3HtFk6V6I.mkv -vp8 -an -ss 5:15 -t 2:00 -vf scale=-1:360 -l 3 out.webm
xmodmap -e "keycode 66 = BackSpace Caps_Lock" && xmodmap -e "keycode 22 = BackSpace"
But android uses linux without gnu
I don't use -name because I'll usually pipe find through something else first, and then grep the result
You tried.