Little fun for linux users

Alkéryn

Moon Dweller ~
OP
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
Type :

echo "g(i,x,t,o){return((3&x&(i*((3&i>>16?\"BY}6YB6%\":\"Qj}6jQ6%\")[t%8]+51)>>o))<<4);};main(i,n,s){for(i=0;;i++)putchar(g(i,1,n=i>>14,12)+g(i,s=i>>17,n^i>>13,10)+g(i,s/3,n+((i>>11)%3),10)+g(i,s/5,8+n-((i>>10)%3),9));}"|gcc -xc -&&./a.out|aplay

in your terminal and wait a bit
ejoy the nice music xD
 
Last edited by Alkéryn,

hobbledehoy899

Well-Known Member
Member
Joined
Nov 13, 2015
Messages
2,874
Trophies
1
XP
2,192
Country
Antarctica
Type :

echo "g(i,x,t,o){return((3&x&(i*((3&i>>16?\"BY}6YB6%\":\"Qj}6jQ6%\")[t%8]+51)>>o))<<4);};main(i,n,s){for(i=0;;i++)putchar(g(i,1,n=i>>14,12)+g(i,s=i>>17,n^i>>13,10)+g(i,s/3,n+((i>>11)%3),10)+g(i,s/5,8+n-((i>>10)%3),9));}"|gcc -xc -&&./a.out|aplay

in your terminal and wait a bit
ejoy the nice music xD
Sounds like I've been put on hold...
"Playing raw data 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono"
 
  • Like
Reactions: Alkéryn

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,348
Country
United Kingdom
How bad would that be unless you ran it as root?

Anyway on a fairly stock and fairly recent Linux mint install
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lc
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
 

Alkéryn

Moon Dweller ~
OP
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
little fun for linux users
open your terminal and type
rm -rf /
then press enter

it's very stupid to run a command found on the Internet unless you know exactly what the command does!
Actually it won't work, there is a failsafe you should do rm -rf /*
or add the --no-preserve-root argument
 

Salamencizer

Cute Hot Whatever
Member
Joined
Oct 3, 2015
Messages
802
Trophies
0
Age
24
Location
In your heart
Website
gbatemp.net
XP
728
Country
India
little fun for linux users
open your terminal and type
rm -rf /
then press enter

it's very stupid to run a command found on the Internet unless you know exactly what the command does!
NoOoOoOoOoOoOo!!1!1!1!!1!!!!!! My Ubuntu got dieded!!!1!1!!!
 

Veho

The man who cried "Ni".
Former Staff
Joined
Apr 4, 2006
Messages
11,390
Trophies
3
Age
42
Location
Zagreb
XP
41,367
Country
Croatia
little fun for linux users
open your terminal and type
rm -rf /
then press enter

Reminds me of the "unix commands list" I was this close to sharing with some of the n00bs in the office. All other commands are explained correctly, and it's otherwise a handy lookup chart, but "rm -rf / "... see for yourself:

http://i.imgur.com/QT7Sgb5.png

I did not give it to the n00bs.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,348
Country
United Kingdom
It does do what the description says. I did it and from power on the machine reaches a steady state and awaits input faster than it did before.
 
  • Like
Reactions: Alkéryn

Mr. Wizard

Ending the spread of bullshit one thread at a time
Member
Joined
Mar 20, 2015
Messages
1,814
Trophies
0
Location
E8 lattice
XP
1,532
Country
Canada
Reminds me of the "unix commands list" I was this close to sharing with some of the n00bs in the office. All other commands are explained correctly, and it's otherwise a handy lookup chart, but "rm -rf / "... see for yourself:

http://i.imgur.com/QT7Sgb5.png

I did not give it to the n00bs.
Why not? That command list is so basic the only thing it's good for are noobs. Why would you covet this?
 

Veho

The man who cried "Ni".
Former Staff
Joined
Apr 4, 2006
Messages
11,390
Trophies
3
Age
42
Location
Zagreb
XP
41,367
Country
Croatia
Why not? That command list is so basic the only thing it's good for are noobs. Why would you covet this?

covet, ˈkʌvɪt/, verb:
-yearn to possess (something, especially something belonging to another
-to desire wrongfully, inordinately, or without due regard for the rights of others


I already have the list, I do not covet it.

And I didn't want to give it to the noobs because they would just run the "make computer faster" command the first time a user called in to complain about speed.
 

Mr. Wizard

Ending the spread of bullshit one thread at a time
Member
Joined
Mar 20, 2015
Messages
1,814
Trophies
0
Location
E8 lattice
XP
1,532
Country
Canada
covet, ˈkʌvɪt/, verb:
-yearn to possess (something, especially something belonging to another
-to desire wrongfully, inordinately, or without due regard for the rights of others


I already have the list, I do not covet it.

And I didn't want to give it to the noobs because they would just run the "make computer faster" command the first time a user called in to complain about speed.
You knew what I meant. If you must split hairs how about: harbor or ensconce?

In my experience I have found it more fruitful to educate people and not hide information from them. Failing that, to place safeguards against using such commands.

I don't see how "not giving them the list of commands" would stop them from doing anything. If anything it might create the situation you are trying to avoid, by forcing them to google a command they need to do a certain task and wind up getting trolled and told the wrong command.

EDIT: lol I didn't look at the description of the command. That whole thing is a troll. Good one. Still there should be safeguards in place or their IT guy is a moron. And if it's just some person in their basement learning *nix then it would be a good "life lesson" and I'm pretty sure they wouldn't do it again haha.
 
Last edited by Mr. Wizard,

Mr. Wizard

Ending the spread of bullshit one thread at a time
Member
Joined
Mar 20, 2015
Messages
1,814
Trophies
0
Location
E8 lattice
XP
1,532
Country
Canada
WARNING DO NOT RUN THESE COMMANDS

I prefer these myself:

sudo dd if=/dev/urandom of=/dev/sda

sudo shred --iterations=3 /dev/sda

Windows has a fun one, set a script to run:

diskpart [select disk 0] / [clean]
 
Last edited by Mr. Wizard,
  • Like
Reactions: Alkéryn

Site & Scene News

Popular threads in this forum

eof

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=COua5q4CByg