What have you found bad about bash arrays? I have some simple usage of those (in bash) and they work fine.
Linux, C, DOS, Vim, networking. he/him
What have you found bad about bash arrays? I have some simple usage of those (in bash) and they work fine.
aiui apt will compare downloads from repositories against the repository signing key, whereas downloading a deb and installing it manually with dpkg bypasses that.
So theoretically the Debian website could get compromised and provide you a malicious deb package. That has happened to other Linux distros before so it’s not entirely unrealistic.
Practically I think that’s very unlikely.
I know apt has the --download
option if you’d like to fetch deb packages on the commandline, though I’m not sure if apt compares the package with the key during this process. I hope it does. You could probably run apt in verbose mode and hopefully see this happen.
Some references:
It is pretty nice but ultimately it’s just Debian with a slightly different package set and a theme. You can boot the regular live image and set the theme to Adwaita-dark and there’s not really much difference.
Then post your credit card number, expiry, and CVC
I am a huge Vim nerd, but I do a lot of copy-paste with one-off minor formatting in between. Sometimes Vim is more efficient at this, but often it really isn’t and I’m quicker to use a dumb Notepad-like.
I’ve previously used Gedit in Gnome 2, Pluma which is MATE’s equivalent, Xed which is Linux Mint’s equivalent, and currently on Mousepad which is XFCE’s equivalent. That’s also mostly the history of my desktop environments over the last two decades.
No it doesn’t, Termux is just a set of Linux packages which are compiled to use the Android Termux application data directory as the base install path. There is no separation from the host system like a container does with Linux kernel namespaces. The only permission in Termux is what Android itself enforces.
deleted by creator
Make one with a bunch of arcade buttons and an RP2040 running the GP2040 firmware:
However, having done this, you will learn NOT to cheap out on buttons. Cheap Chinese clone buttons absolutely suck. Once you buy a set of proper arcade buttons or keyboard switches, plus a bit of wire, you’ll have spent as much as the 8BitDo stick costs anyway.
I’ve been playing with 86Box lately to setup Windows 95 to play some old games.
Win95 has a bug where it doesn’t run on fast CPUs, so using one of the original CD images in a VM like KVM is not possible.
(I later found https://github.com/JHRobotics/patcher9x which you can use to patch the install images)
I tried Bochs but it was impossible to use, it drops to a text debugger and wants you to connect over VNC which isn’t what I wanted anyway. PCem lost a lot of momentum after going unmaintained, and there is no Linux binary.
86Box has both AppImage and Flatpak, and comes with a nice configuration GUI. It’s easy to use and works well for what I want to do.
I like how it seems to properly emulate the BIOS and specific devices, so you can use the actual original drivers too.
I gave Tangram and Ferdium a look but the rendering engine they use is awful and makes my eyes hurt. Old Chrome/Chromium used to have the same problem years ago. I’ll stick to Librewolf pinned tabs.
It means feeling of affection, mostly used by anime weaboos: https://en.wikipedia.org/wiki/Moe_(slang)
Use an open source 2FA which lets you export
You can store your recovery codes as files in KeepassXC
McMurphy’s Mansion
https://www.myabandonware.com/game/mcmurphy-s-mansion-271
A puzzle solving text adventure where you go around your relative’s estate trying to uncover 12 gold bars. I have fond memories of playing this as a child with my Scottish grandmother.
Alphaman
https://www.mobygames.com/game/21019/alphaman/
https://www.myabandonware.com/game/alphaman-315
A humorous post-apocalyptic roguelike starring Elvis and Donald Trump (the 90s version).
I worked with the creator Jeff to release the original source code, and it’s seen a little bit more recognition in roguelike circles recently
I use FolderSync app to do this, it can sync from many cloud services to phone and vice versa, heaps of sync options for which networks to sync on, how often to sync, etc:
https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.full
There is a free version by the same author, but I haven’t used that in a long time so I’m not sure of its capabilities.
Can you force all DNS via TRR (aka DNS-over-HTTPS)?
I don’t know what Pi-Hole is capable of but that’s possible on open source routers like OpenWrt.
I agree with you, this turns me off buying any of these devices too. I look after my stuff and keep it for a long time, so I don’t want something the manufacturer is going to forget about and never update again after 6 months.
You can get replacement joysticks on AliExpress. Apparently it’s not a difficult swap. Look up guides on iFixIt or YouTube. Make sure you get the correct stick for your device, 1000 or 2000.
Mine has a similar problem, it would turn on under AC power but not battery. Maybe capacitors? I’m not sure I still have it anymore.
The joystick was terrible I agree. I loved the mods people did adding the Neo Geo Pocket joystick or a d-pad but they looked too difficult for me.
If you run your scripts through https://shellcheck.net it’ll pick up things like this. Also available as a Linux package for offline use.