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,321
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,373
Trophies
3
Age
42
Location
Zagreb
XP
40,780
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,321
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,373
Trophies
3
Age
42
Location
Zagreb
XP
40,780
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
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I'm doing alright, thanks.
    +1
  • Maximumbeans @ Maximumbeans:
    That must be rough. Productive I'm sure but hard to balance with daily life
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Indeed. I've been working on getting this Infecutus chip to work on my PS2. But after soldering, I realised that a plastic piece was missing from the power ribbon cable to the power and eject buttons.
  • SylverReZ @ SylverReZ:
    Now I could go with soldering the contacts from the cable to the connector on the mobo, but doesn't sound like a good permanent solution.
  • Maximumbeans @ Maximumbeans:
    Man, that's beyond my brain :rofl: I'm no good with hardware for now. I'd like to get into hardmods in future though
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Maybe start practice soldering. Get a cheap-ass soldering iron and follow some good YouTube tutorials.
    +1
  • SylverReZ @ SylverReZ:
    Least my experience has gotten better than over a decade ago. My iron would constantly bump into components and break them.
  • Maximumbeans @ Maximumbeans:
    Sounds good. I actually did soldering but like 16 years ago for school so uuuuh probably rusty haha
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he had plenty of good electronics experience.
    +1
  • Maximumbeans @ Maximumbeans:
    I wish I could play chess well
    +1
  • Maximumbeans @ Maximumbeans:
    Useless but a true art
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I had a friend who had a glass chess set for their birthday.
  • SylverReZ @ SylverReZ:
    It was like all clear and fancy. Tbf I'm not too experienced with chess, but would like to learn someday.
  • Maximumbeans @ Maximumbeans:
    That sounds really cool
  • Maximumbeans @ Maximumbeans:
    I know the basics but no strategy at all :rofl:
    +1
  • Veho @ Veho:
    Watch chess streamers on Twitch and you'll pick up a thing or two.
    +1
  • Veho @ Veho:
    Not to mention there's an infinite number of chess games for every possible platform.
    +1
  • DinohScene @ DinohScene:
    just play it, get beaten a few times and start dominating
    +1
  • K3Nv2 @ K3Nv2:
    Nude chess is best
    +1
  • DinohScene @ DinohScene:
    strip checkers > nude chess
    +1
  • K3Nv2 @ K3Nv2:
    Nude checkers get jumped
    +1
  • SylverReZ @ SylverReZ:
    @Veho, I guess you'd pick up something while watching tub streams.
  • SylverReZ @ SylverReZ:
    @K3Nv2, Dick fights. :tpi:
  • Veho @ Veho:
    Turkish olive oil wrestling.
    +1
    Veho @ Veho: Turkish olive oil wrestling. +1