Never tried it, and IIRC, motd is just a text file - but does that stop you from running a systemd timer to update it every few minutes? Or, if it’s your own server and there’s only a single user (logging in), put a script in your profile that changes the motd for the next login?
Elvith Ma'for
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
- 0 Posts
- 18 Comments
Elvith Ma'for@feddit.orgto memes@lemmy.world•This is a real job posting and I think I'm 122·2 days agoSo… Is the company on question a construction company or a brothel?
I somewhat get it - end as much processes as possible, apply everything that is possible, then restart and apply the remainder. My pet peeve is just that it should automatically shut down after applying the updates instead of staying at the lock screen, when I say install and shutdown…
Elvith Ma'for@feddit.orgto Technology@lemmy.world•'We're done with Teams': German state hits uninstall on MicrosoftEnglish5·4 days agoLast week I noticed that Lemmy doesn’t like certain characters when posting URLs and silently replaces them - in my case
%20
got converted into+
which broke my link. I experimented a bit with other „percent encoded“ values and there are more that get replaced.I’m currently collecting a bit of data to open a bug report - links even get changed when put in a codeblock or inline code…
Check this comment out where I used every possible value from
%00
to%FF
in URLs. The second half (above%80
) gets wild
Elvith Ma'for@feddit.orgto Selfhosted@lemmy.world•feedback on my next steps for self hostingEnglish6·4 days ago2)There’s nothing you can’t “undo”. I think you’re overthinking this.
Adding to this: Deploying via Docker (or podman or k8s or…) and/or installing every host via Ansible makes this even easier.
665.99983726383 - The number of the Pentium beast
Elvith Ma'for@feddit.orgto Technology@lemmy.world•An analysis of X(Twitter)'s new XChat features shows that X can probably decrypt users' messages, as it holds users' private keys on its serversEnglish11·7 days agoThats the problem. Say, I’m offering you a cloud drive and tell you “your data is end to end encrypted”. You sync data from your PC to my server and from my server to your mobile phone. Would that mean
- That everything between your devices is encrypted (=I can’t see what you’re saving, neither can “the state”, hackers,…)or
- That your data is encrypted in transit, but is saved unencrypted on my server (which means everyone with access to my server can see your data) or
- It’s encrypted in transit and also on my server, but the keys are also ony server, so that everyone with access to my server can in theory decrypt everything and access everything?
1 is what you want, 2 and 3 are often what you get…
Elvith Ma'for@feddit.orgto Technology@lemmy.world•An analysis of X(Twitter)'s new XChat features shows that X can probably decrypt users' messages, as it holds users' private keys on its serversEnglish111·7 days agoDo not look at all those (proprietary) E2EE definitions to closely - you might find several that define TLS as end to end…
Elvith Ma'for@feddit.orgto Privacy@lemmy.ml•to where is the samsung keyboard app pasting my clipboard contents and how can i stop this?12·8 days agoI don’t have a Samsung currently, but IIRC the Samsung keyboard has a clipboard organizer that lets you access and paste the last x things you put in your clipboard.
On one hand it’s nice, as you could copy some text then the link afterwards and paste everything in e.g. a Lemmy post in one go. One the other hand it means, that it can and will access every in your clipboard. As long as you use it, it’s somewhat fine - the keyboard has access to everything you typed anyway. But if you’re not using it, either check if you can disable that feature or just disable the whole app if possible
And if you panicked before and fucked up the opened file while hammering on the keyboard:
:q!
Elvith Ma'for@feddit.orgto Technology@lemmy.world•How the US is turning into a mass techno-surveillance stateEnglish8·9 days agoShhhh… Don’t make it even more obvious. The fig leaf covering it is already so flaccid, that it might instantaneously turn into dust at the slightest disturbance.
Elvith Ma'for@feddit.orgto Technology@lemmy.world•Google Restricts Android Sideloading—What It Means for User Autonomy and the Future of Mobile Freedom – PurismEnglish681·10 days agoDepends. Are you from the EU or not?
Not that hole, I see you coming.
How’s your eye a hole? ( ͡° ͜ʖ ͡°)
Elvith Ma'for@feddit.orgto News@lemmy.world•“The intern in charge”: Meet the 22-year-old Trump’s team picked to lead terrorism prevention1·13 days ago*half a brain cell
Elvith Ma'for@feddit.orgto Selfhosted@lemmy.world•Submitting an App for iOS approvalEnglish2·17 days agoOracle Cloud offers 4 ARM cores, 24GB RAM and 200GB storage in their free tier (IIRC you can even divide that into 4 separate VMs). Very useful for cheap testing, if your code/server supports ARM.
Even then, a small underpowered x64 VM for testing purposes is often free on all hyperscalers. Not the fastest server, but depending on the use case?
Elvith Ma'for@feddit.orgto Showerthoughts@lemmy.world•YouTube ads have ruined the good, old-fashioned Rick Roll.1·7 months agoNice! May I recommend you share that with all of our professional rickrollers? (Or may I share it there?)
Same. They do have some features that sound kinda sane and may play a role here - like the system field are write protected. Programs can request to run a script on start-up to modify them before the write-protection kicks in. Also they might want/think it’s a good idea to run some part of the updates on the new kernel version instead of the old one or maybe do a cleanup on a successful boot or so. Also, maybe they want to force a reboot straight to Windows before the update is finished to prevent problems with dual boot - that could rule out “install and shutdown and only continue with the remainder on the next boot”. Also it might be for convenience, as the next boot is as fast as usual and you do not see 10 mins of “applying updates” when you didn’t calculate with that.
But if you offer “install and shutdown”, it should shutdown in the end and not stay on the lock screen and hopefully go into sleep mode…