mackwinston

joined 1 year ago
[–] mackwinston@feddit.uk 28 points 5 months ago (1 children)

An older friend of mine told me years back about an incident that happened on a university VAX running Unix. In those days, everyone was using vt100 terminals, and the disk drives weren't all that quick. He was working on his own terminal when without warning, he got this error when trying to run a common command (e.g. ls)

$ ls -l
sh: ls: command not found

So he went on over to the system admin's office, where he found the sysadmin and his assistant, staring at their terminal in frozen horror. Their screen had something like:

# rm -rf / tmp/*.log
^C^C^C^C^C^C^C^C^C^C
# ls -l
sh: ls: command not found
# stat /bin/ls
sh: stat: command not found

A few seconds after hitting return, and the rm command not finishing immediately, he realised about the errant space, and then madly hammered Ctrl-C to try to stop it. It turns out that the disk was slow enough that not everything was lost, and by careful use of the commands that hadn't been deleted, managed to copy the executables off another server without having to reinstall the OS.

[–] mackwinston@feddit.uk 1 points 9 months ago

As a workaround, you could use OBS and use OBS's virtual camera so Discord is streaming what it thinks is a camera, and set up whatever you want to share on your desktop through OBS.

[–] mackwinston@feddit.uk 7 points 10 months ago (2 children)

How old is "older?"

I run the latest Debian on a 10 year old Macbook Pro. Linux has given this laptop a second life as a lab machine - it's still plenty fast enough and it has a really nice screen (Retina) which Debian gets right out of the box with no tweaking. The only thing I needed to do when installing Debian is manually get the drivers for the WiFi hardware during the install (although Debian has the non-free firmware by default these days, they aren't permitted to distribute all firmware and the WiFi hardware in this machine unfortunately happened to be one of those).

[–] mackwinston@feddit.uk 2 points 1 year ago

You can use dd on another machine to make a bitwise copy of the card before you first use it.

[–] mackwinston@feddit.uk 13 points 1 year ago (1 children)

Debian (a very conservative distro) switched to Wayland by default in debian 10 if I'm not mistaken (we're now on 12).

I didn't notice the change until I tried to run a niche program that really needs X11. Unless you're doing this kind of thing, then you can probably just use Wayland. At least in Debian it's really easy to switch between Wayland and X11 by selecting the session type when you log in.