591
TIL (lemmy.world)
submitted 7 months ago by yogurtwrong@lemmy.world to c/linux@lemmy.ml
all 41 comments
sorted by: hot top controversial new old
[-] tourist@lemmy.world 63 points 7 months ago

I assume most of those students weren't "officially" given admin priveleges, which makes it extra funny

[-] atzanteol@sh.itjust.works 78 points 7 months ago

They may have been, things were far more trusting back then.

X servers, for example, would accept any connections. So we would often "export DISPLAY=friendscomputer:0.0" in the computer lab and then open windows of embarrassing content. Which at the time would likely be ASCII art....

[-] tankplanker@lemmy.world 30 points 7 months ago

One of my favourite wars was to open audio files on other people's SPARCs, somebody had the loudest bag pipe music that usually ended things.

Access to the SPARCs was normally restricted to third year but if you knew the right person you could get an account created pretty easily. Had the fastest access to the internet at the time within the uni as well.

[-] guleblanc@lemmy.world 13 points 7 months ago

I used to work at a company that did distributed QA. Other people's tests would run on your desktop. It worked surprisingly well. But occasionally a test of some audio resource would play on your speakers "The discrete cosine is a real, discrete version of the fast Fourier transform."

[-] tankplanker@lemmy.world 1 points 7 months ago

Ha, love the audio tell of the resource stealing

[-] wmassingham@lemmy.world 8 points 7 months ago

Still can. Only a few years ago, I would cat random things to classmates' tty devices.

[-] walthervonstolzing@lemmy.ml 57 points 7 months ago

Little known fact: A Stanford mainframe kept logs of the activities of the 'wheels' in a journal -- the 'journal of the wheels'. Young George Lucas, who briefly attended the university, found that journal, and became fascinated with the 'Wheel Wars'. He later drafted a document that he called 'Journal of the Whills', based largely on what he read on those logs; this is the draft that later became 'Whill Wars', and ultimately, of course, 'Star Wars'.

[-] TheEEEdiot@sh.itjust.works 49 points 7 months ago

I have no idea if this is true, but I'd be impressed if you just made it up.

[-] walthervonstolzing@lemmy.ml 33 points 7 months ago

Thanks indeed; but I think I'd be more impressed if it were actually true.

(but yeah, the first draft of Star Wars was called 'journal of the whills'.)

[-] zzzzzz@lemmy.ml 10 points 7 months ago

... So... Is it true or not?!

[-] Hupf@feddit.de 19 points 7 months ago

It's true. You can trust me, I'm a doctor.

[-] billwashere@lemmy.world 5 points 7 months ago

I’m a doctor not an escalator…

Wait wrong Star show.

[-] billygoat@catata.fish 4 points 7 months ago
[-] kariboka@bolha.forum 3 points 7 months ago
[-] billygoat@catata.fish 3 points 7 months ago
[-] kariboka@bolha.forum 3 points 7 months ago

Haahaha i am so glad you got it.

[-] billwashere@lemmy.world 45 points 7 months ago

In my freshman year of computer science our main computer lab was filled with Sage IV machines. Basically a Motorola 68k series with 4 or 5 serial terminals. Most people were writing Pascal code or using a simple word processor. But god forbid you were on there with someone taking assembly language. Because they could write really stupid code with super tight loops that never allowed any other code to run, and the only thing you could do was reboot. So if you hadn’t saved your code you were fucked.

So I never purposely wrote really bad code that would overwrite unprotected shared memory with random quotes from Marvin from HHGTG to mess with other people. I would never do that. That would have been unethical and shit… 🤔

I did learn a lot of basic hardware and operating systems though so there’s that.

https://en.m.wikipedia.org/wiki/Sage_Computer_Technology

[-] bleistift2@feddit.de 45 points 7 months ago* (last edited 7 months ago)

The best part of working in a meat grinder startup were the Linux masters teaching you stuff like

cat /dev/random > /dev/pty23

or

su _otheruser_
chsh -s /bin/false
[-] lhamil64@programming.dev 21 points 7 months ago

What is /dev/pty23? From context, I assume another users terminal so it just spams garbage to their screen?

[-] yogurtwrong@lemmy.world 16 points 7 months ago

cat /dev/random > /dev/pty23

Imagine someone adding this to your .profile

[-] Thatoneguy@sh.itjust.works 32 points 7 months ago

I remember back in college we would abuse the wall command on our shared Linux server so much that IT had to disable it

[-] agent_flounder@lemmy.world 31 points 7 months ago

I've always wondered why the admin group is called wheel

[-] dan@upvote.au 37 points 7 months ago

It's from the phrase "big wheel", meaning a person with a lot of power/influence. Similar to "big cheese"... It would have been better to use "cheese" instead of "wheel" IMO.

[-] WalrusByte@lemmy.world 29 points 7 months ago

What if wheel referred to a wheel of cheese? Best of both worlds that way!

[-] ndonkersloot@feddit.nl 9 points 7 months ago

I always think of it as 'being behind the wheel', which gives control of whatever direction you want to steer into.

[-] PlexSheep@feddit.de 2 points 7 months ago

Pretty sure it's not. I saw something on this topic a few weeks ago but can't quite remember. Iirc, it was a term in an early early OS, where a bit in memory was the privilege but and could be set or unset by turning a real wheel on the computer. This Stück with some people developing UNIX, so they called the wheel group wheel, but none of them are sure who came up with this.

Of course, this is just hearsay.

[-] j7126@lemmy.world 2 points 7 months ago
[-] PipedLinkBot@feddit.rocks 2 points 7 months ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=5vmp6Pg8rWc

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[-] mrbn@lemmy.ca 27 points 7 months ago

Reminds me of the "Op" wars on IRC. All users would be given @ status and the point was to kick everyone before you got kicked. Writing scripts for this was my first "taste" at programming.

[-] palordrolap@kbin.social 22 points 7 months ago

Reminds me of the test server shenanigans I had at an old job versus a colleague. All in fun. Nothing in production.

One was the faux Bash shell that kind of worked OK until you pushed it or tried to do anything fancy. It was the default shell for the user called "root", but that wasn't the UID 0 user. It had been, but I renamed it. Then created a new "root" with a different UID. Of course, the faux shell would tell "root" that it was UID 0.

The other was the simple background loop that would detect any rival admin sessions and SIGHUP their shell process. First user on the box to run that pretty much had free reign, and everyone else was logged off instantly.

[-] fl42v@lemmy.ml 8 points 7 months ago* (last edited 7 months ago)

Why declare a war over it? Just sudo sed -i 's/%wheel/$(whoami)/' /etc/sudoers or smth like that

[-] smegforbrains@lemmy.ml 8 points 7 months ago
[-] cerement@slrpnk.net 7 points 7 months ago

got a similar situation in MUDs, someone finds a way to frob everyone else up to wizard level and the whole round of the game just becomes a mess of shouts

[-] lntl@lemmy.ml 3 points 7 months ago

$ usermod -G wheel lntl

i think that's right

[-] jonman364@sh.itjust.works 4 points 7 months ago

Need to throw a -a in there otherwise wheel will be your only extra group.

this post was submitted on 22 Nov 2023
591 points (98.5% liked)

Linux

45443 readers
1088 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS