I can’t think of a standalone gui app that does this (and a simple google search didn’t find one).
If you have a gui desktop (gnome,kde,xfce,lxqt,enlightenment,budgie…) it will have a built in function in it’s settings to do this, or leverage one of the parent ones (ie budgie is based on gnome, lxqt on kde).
If your custom environment is pared down to the point where you don’t have an equivalent to gnome-system-tools and don’t want to install it, you might have to just use date at the command line.
- 0 Posts
- 22 Comments
Honestly sounds like a job for a Raspberry Pi Zero.
Small battery pack and a USB key, a bit of software setup, off you go.Install Raspbian: https://www.raspberrypi.com/documentation/computers/getting-started.html#raspberry-pi-imager
Set it up as a hotspot:
https://www.raspberrypi.com/documentation/computers/configuration.html#enable-hotspotConfigure Samba share:
https://www.raspberrypi.com/documentation/computers/remote-access.html#samba
Mountaineer@aussie.zoneto Technology@beehaw.org•USB-C charging is now mandatory in EU, here's what you need to know - GSMArena.com newsEnglish36·6 months agoThis is basically a botspam talking point.
It doesn’t matter.
If you’ve got bad cables, you should do the same thing you would do with a bad iPhone cable or any other cable that no longer serves its purpose - recycle it.
Now buy another cable that’s actually good, if you don’t know which one that should be, maybe find out which ones your phone provider sells.
This is a self correcting issue over time.
Mountaineer@aussie.zoneto Privacy@lemmy.ml•What's inside the QR code menu at this cafe?English2·9 months agoI have a friend group that insist on all events being planned through facebook.
I’ve missed out on events in the past due to not taking part.
It’s no longer a hill I wish to die on.
Mountaineer@aussie.zoneto Privacy@lemmy.ml•What's inside the QR code menu at this cafe?English1·9 months agoI agree and use Signal myself.
But people like the extra features of WhatsApp like desktop/web clients with seamless history sync and all the other little things that WhatsApp provides.
The average Joe doesn’t even think about security or privacy, they just know that the results of using WhatsApp are superior than using SMS.
iMessage is a non starter everywhere out of the US, it just doesn’t have the market penetration.
As an Australian, no one I know (many of whom own iPhones) talk about the blue-green bubble stuff.
They recognise where the fault lies and simply don’t use the app.
Mountaineer@aussie.zoneto Privacy@lemmy.ml•What's inside the QR code menu at this cafe?English131·9 months agoIn certain places like India, WhatsApp is the default means of communication for everyone.
You can use it without phone data if you are on wifi, it supports better quality than sms for sending images, you can video chat with it, it’s cross platform, etc etc.What’s more amazing to me is that it’s not more popular in western countries.
Mountaineer@aussie.zoneto Gaming@beehaw.org•did you hear that Dr Disrespect tried to make a comeback the other day with a Deadlock stream?English29·9 months agoNah, that was worth watching.
Funnily enough, I’ve got a few friends who are long time iPhone users, who actually point this stuff out themselves:
“OMG! Have you seen the eye watering price of the new one?”
“Yay, I finally get stuff you’ve had for years.”Neither party would ever consider anything else, and they both buy the new model every year. 🤷
At this point I admit that my reasons for choosing Android all those years ago no longer exist or matter, but I can’t imagine changing ecosystem either.
Mountaineer@aussie.zoneto Linux@lemmy.ml•Can a Linux installation be run as a VM in Windows?English8·10 months agoI think all the existing answers are on the basis of creating a new Linux VM.
And if I understand you correctly, you already have a bare metal Linux install that you want to run whilst Windows is up.
This is the best search result I could find: https://forums.virtualbox.org/viewtopic.php?t=93437
It sounds like Virtualbox will indeed create a pseudo vhdx that points to a real partition, but windows is going to give you permissions drama.
The above link is out of date though, so its best viewed as info rather than guide.
Good luck.
If you need to use windows because of a software issue, not a hardware issue, you’re probably best off running windows in a VM.
That way your linux install is making the WPA3 connection, and as far as the Windows install is concerned, it’s on a wired lan.
This has the added benefit of not having to reboot, you just always start linux and turn the windows VM on and off as required.
My gut suggests it’s a font issue, like librewolf is using a system font and firefox is using embedded or downloaded fonts.
backing that up with a search, I see there’s lots of people complaining of font rendering issues of various types in the librewolf subreddit: https://www.reddit.com/r/LibreWolf/search/?q=font
I don’t know what your fix is, but I hope this helps guide you.
Mountaineer@aussie.zoneto Asklemmy@lemmy.ml•How to send a fax from an Android phoneEnglish12·1 year agoThis requirement is designed to be hard, and as such is a major red flag to me.
What else is this company going to be difficult with?
Can i only get customer support or cancel my account in person, between 9-4 on the 2nd Friday of the month?
I would consider alternatives, if possible.
TOTP is a defined standard, specifically RFC 6238.
But I still have 3 different apps on my phone so that I can get on to various customer VPNS. 🤷♂️
Can’t tell if you’re joking, but a Request For Comments is effectively a proposal for how a process should be performed.
Some of them are eventually ratified as internet standards by the IETF.
Plenty of them remain useful as defacto standards even without formal acknowledgement.
Mountaineer@aussie.zoneto Linux@lemmy.ml•Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?English11·2 years agoWindows XP is basically firmware at this point, and has been for over a decade.
Lots of proprietary hardware that works perfectly, will not work on newer versions of Windows due to lack of drivers.
I see it constantly in factory situations with scales, scanners and robot controllers, it would only be worse for million dollar x-ray machines.
Mountaineer@aussie.zoneto Asklemmy@lemmy.ml•I have to give an elevator pitch for an assignment, and thinking of pitching the fediverse. Any advice? Resources?English16·2 years agoThink about your audience and the specific features that will potentially appeal to them.
Depending on who that user is, the same feature/quirk can be either a pro or a con.
There’s lower user numbers here compared to something like Reddit, but the people involved tend to be of an average higher tech literacy.
So there’s not as much noise, but there’s also not as much signal.As a user, you can spin up your own instance, which gives you complete control… But it also introduces a financial and moderation expense, not to mention inherently leading to fractured communities.
Just look at the Android discussion, it’s occurring on at least:
Android@lemmy.world
Android@lemdro.id
Android@lemmy.mletc etc
I don’t think it’s strictly compliant, although they claim to have based it’s syntax on Korn shell, which is the strictest definition of POSIX shells.
You can do pretty much everything in powershell that you can do in something like bash BUT, it will be done slightly differently, so trying to make a script cross compatible is pointless (you might as well just write it natively in powershell etc).
Powershell isn’t inherently bad, unlike bash for instance which just allows piping out text output, Powershell can pass around true .net objects.
But if what you’re looking for is cross OS compatability, you’re pushing shit uphill.99.9% of the time, I open powershell and just ssh into a “real” linux box.
Firefox + ublock origin.
I just clicked through a few long youtube videos without hitting any ads.edit: my apologies, I missed your iOS problem.
So, when he dies?
Because if ever there was US president who intends to try for “President for life”, it’s this guy.