I assume most of those students weren’t “officially” given admin priveleges, which makes it extra funny
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…
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.
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.”
Ha, love the audio tell of the resource stealing
Still can. Only a few years ago, I would cat random things to classmates’ tty devices.
I remember back in college we would abuse the wall command on our shared Linux server so much that IT had to disable it
I’ve always wondered why the admin group is called wheel
Brodie Robertson made a video on that recently.
deleted by creator
We had similar issues and they disabled kicking participants. However, they didn’t disable muting teachers for another week.
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’.
I have no idea if this is true, but I’d be impressed if you just made it up.
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’.)
… So… Is it true or not?!
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.
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.
$ usermod -G wheel lntl
i think that’s right
Need to throw a
-a
in there otherwise wheel will be your only extra group.
Why declare a war over it? Just
sudo sed -i 's/%wheel/$(whoami)/' /etc/sudoers
or smth like that