Not butterflies?
Daisy (she/her)
- 0 Posts
- 26 Comments
paccache can be configured to keep x amount of old packages and can be added as a pacman hook, so you never need to run that yourself!
Daisy (she/her)@lemmy.mlto
Programmer Humor@programming.dev•Everyone knows what an email address is, right? (Quiz)
41·9 months agoFails for when there is no TLD. Just send an email and validate a response eg from a link.
Certbot is your friend
Daisy (she/her)@lemmy.mlto
Linux@lemmy.ml•List all existing program paths from your Bash's history. (Bash One Liner)
2·11 months agoThat’s impossible, look up the Halting problem
But it is also a fun road!
Daisy (she/her)@lemmy.mlto
linuxmemes@lemmy.world•Converting an image to PNG alignment chart
8·1 year agoPure evil
Daisy (she/her)@lemmy.mlto
Programmer Humor@programming.dev•This is outrageous it's unfair!
121·1 year agoTo be fair, sometimes it is right to take the code from the questions. Eg if you want behaviour x and the question is “how do I do y, my code is only doing x?” Then the code you want is from the question.
Daisy (she/her)@lemmy.mlto
Selfhosted@lemmy.world•What skills are needed to self host without too many headaches?English
3·1 year agoUnraid is not a backup. It is good, but if your data goes wrong for different reasons or you lose the entire device, you can’t restore it. Dedicated backups are a must for anything serious!
Checkout
Depends how much time you spend in a text editor. If it is just for a few config edits and stuff, honestly there is little reason to learn. The real benefit is if you spend a lot of time editing text due to the time saved using more powerful commands. There is the additional benefit that vi/vim is installed on practically any Linux box, so you will almost always have a familiar editor to hand in an unfamiliar environment.
Go through the tutorial. It is quite good and teaches things incrementally with real world examples. Just run vimtutor to start.
Client: “Can you switch these two colours, you have 1 minute to fix it or you’re fired!”
Result:
Daisy (she/her)@lemmy.mlto
linuxmemes@lemmy.world•What do you guys do when you want to run unmaintained programs?
3·2 years agoThere’s pros and cons. On one hand, packing your dependencies into your executable leads to never having to worry about broken dependencies, but also leads you into other problems. What happens when a dependency has a security update? Now you need an updated executable for every executable that has that bundled dependency. What if the developer has stopped maintaining it and the code is closed source? Well, you are out of luck. You either have the vulnerability or you stop using the program. Additionally bundling dependencies can drastically increase executable size. This is partially why C programs are so small, because they can rely on glibc when not all languages have such a core ubiquitous library.
As an aside, if you do prefer the bundled dependency approach, it is actually available on Linux. For example, you can use appimages, which are very similar to a portable exe file on windows. Of course, you may run afoul of the previously mentioned issues, but it may be an option depending on what was released.
Daisy (she/her)@lemmy.mlto
Selfhosted@lemmy.world•PasswordManagement: which one of these options would you choose?English
2·3 years agoIt is just how I prefer to do my computing. I tend to live on the command line and pipe programs together to get complex behavior. If you don’t like that, then my approach is not for you and that’s fine. As for your analogy, I see it more as “instead of driving down the road in a car, I like to put my own car together using prefabs”.
Daisy (she/her)@lemmy.mlto
Selfhosted@lemmy.world•PasswordManagement: which one of these options would you choose?English
2·3 years agoOption 4: levy existing tools such as gpg and git using something like pass. That way, you are keeping things simple but it requires more technical knowledge. Depending on your threat model, you may want to invest in a hardware security key such as a yubikey which works well with both gpg and ssh.
Can’t forget to bash snaps too!
Who’s next?
Spamassassin is one of the applications you don’t really want to shorten like that…