Unless you jump through a crazy number of hoops, your domain just gets blacklisted by every spam filter under the sun.
Unless you jump through a crazy number of hoops, your domain just gets blacklisted by every spam filter under the sun.
I mean, ever tried hosting your own email server in ${CURRENT_YEAR}? Might as well write those mails to a thumb drive and throw it out of the window.
I can (and do) just read the ~/ssh/.config
file if needed, it’s quite legible. In most cases however zsh autocompletion does all the heavy lifting for me (ssh ser(tab) -> ssh servername
).
Still a cool idea for a script, and if it works well for you more power to you, just saying there’s more ergonomic and universally applicable solutions. (Only mentioning this since you said “I couldn’t find a decent solution to this problem”).
It will be a cold day in hell when I consider using any software running on Someone Else’s Computers ™ for journalling or note taking. Even less so when there are a number of FOSS, self-hostable, highly configurable and feature-rich solutions out there (I personally am partial to Trilium).
How is it a “trap” to spend an hour or two configuring a tool to your exact needs, which you will then probably be using literally every day for years.
why linux will never be a viable solution on the desktop
Has been pretty viable for me for the last 7 years or so.
why self hosting will never take off
Literally who cares, the community stands to gain nothing from another few million novice users who don’t even know or care to learn how to formulate a question or usable bug report.
Sure, by all means, as I said, in that case I’ll just continue downvoting and not being sad when mods take action to keep the discussion on topic.
Sucks for them. When I want to read about it I open a newspaper.
I do agree, filtering would be a better solution for sure.
I don’t have any problems and I don’t want to read about others’ problems constantly while browsing a fucking tech news aggregator.
That’s all too bad and obviously I’d rather everyone was well behaved and happy. But I’m sorry to say I still don’t care enough to want to constantly read about this stuff in spaces that are supposed to be about technology (in the case of technical mailing lists and Github issues, literally exclusively) instead of people.
I don’t know what your exact issue with Hackernews is, I rarely visit it.
To clarify, I am alleging that a lot of this “censorship” is just mods deleting posts which have been sufficiently downvoted by people like me who are not particularly interested in the alleged sexual crimes or social justice plights of people, especially when we actually want to read about tech. Give me a way to filter this out a priori or use dedicated channels to discuss it and I won’t have to downvote it.
To use your analogy, write your warnings to stderr which I can easily redirect to /dev/null while still consuming the program output, and we’re golden.
Of course, it’s forbidden, that’s definitely a more parsimonious explanation than people simply not being interested in reading rape allegations on a tech news aggregator, a technical mailing list or a Github issues page, of all places.
edit: or the Lemmy programming community.
inb4 zoomers unironically want this
How is that a complicated alias? Seems pretty straightforward to me. But again, if you prefer a shell script which does the same thing but separated line by line, also fine
No need to overcomplicate things, just write a small shell script or even just an alias. I use this daily:
alias get-rekt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && flatpak update -y && flatpak remove --unused --delete-data -y"
adjust accordingly for Fedora and/or snaps. Obviously doesn’t work for appimages or manually compiled stuff which should be a last resort if there’s no other sensible way to install stuff.
edit: voyager shat the bed with the code block but you get the point
What else did you expect from Microsoft Linux? They’ve been taking notes from the best for some time now.
For distros I’ve been mainly looking at Manjaro, Linux Mint or plain old Ubuntu. Can you recommend anything that might fit for me or will I maybe run into any issues with my chosen three?
Like others I would caution against Manjaro, the distro maintainers have shown on multiple occasions that they are not exactly on top of it all.
Ubuntu derivatives are typically great works-out-of-the-box distros. Canonical (the company behind Ubuntu) has made a number of questionable moves with Ubuntu over the years so I would rather suggest going for Linux Mint instead. Mint is based on Ubuntu but IMHO fixes most of these issues.
My main concerns for switching are that I’ll have a hard time with university work because we mostly use teams for video conferences and work together with word, and other office stuff.
Since Microsoft Teams is an electron app, it works very well as a web app in a chromium-based browser like Brave or chromium
itself, there’s no real need to install any separate app. I use it daily that way and I have no issues either with screen sharing, videoconferencing or chat.
Microsoft office is a tougher nut. LibreOffice may or may not work for you - there’s a good chance it won’t be 100% compatible with existing office documents, and may for example slightly change pre-existing formatting. If that doesn’t matter to you, LibreOffice could be completely fine as a replacement. Otherwise, Microsoft Office 365 in the browser works as well on Linux as on Windows, maybe try if that is a workable solution for you in most cases. I find that for me, the web version goes 95% of the way, and for the last 5% I keep a windows 10 VM with Office installed around.
We also are required to do some virtual machine stuff where we use virtualbox.
The de facto standard virtualization solution on Linux is KVM/QEMU, but Virtualbox does appear to exist for Linux, so I don’t see a blocker there.
Also I’m a bit worried that some games on uplay, epic and other platforms aren’t available anymore.
I don’t play much, but I don’t think there’s a good solution to that. Setting up non-Steam gaming setups on Linux (e.g. via Bottles or Lutris) is IMHO finicky at best. Also, AFAIK a number of online multiplayer games don’t work simply because the DRM software refuses to work on Linux. You can check ProtonDB for a database of games and their support on Linux. If there are blockers there, maybe consider a dual-boot setup.
As a python developer and user of websites, please no. The web is already a slow mess and my laptop is already spinning up fans on some websites that really shouldn’t do anything much more complicated than load text and images from a database and display them. CPython would make it exponentially worse. At least pick a sensible performance focused implementation.