If the phone is connected to the car via Bluetooth you could detect that with Tasker. Then you check if car-Bluetooth and wireless charger.
elmicha
- 0 Posts
- 40 Comments
If nobody has a better idea, you could create a loop device with a HFS filesystem, copy the CD to that filesystem, replace all bad filenames, then copy everything to a normal filesystem.
Edit: apparently there’s a --iconv option in rsync: https://askubuntu.com/a/540960
elmicha@feddit.orgto
Linux@programming.dev•Deprecated Linux Commands You Should Not Use Anymore
4·23 days agoI got used to
ip --br arecently.
elmicha@feddit.orgto
Open Source@lemmy.ml•SMS2Email: app that forwards SMS messages to SMTP Email server—has anyone tried this?
16·2 months agoI use SMS/RCS. Not everyone uses Signal, and I won’t install WhatsApp.
elmicha@feddit.orgto
Linux@programming.dev•QNX Introduces a Self-Hosted Developer Desktop
2·2 months agoThe article links to https://devblog.qnx.com/qnx-self-hosted-developer-desktop-initial-release/, maybe they don’t block your region.
elmicha@feddit.orgto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?English
1·3 months agoI have to use Windows at work, but I can use WSL on the developer laptop. Also I develop for/on Linux servers via ssh, so it’s good that I know Linux from home.
Keepass2Android can use an sftp server. If something was changed on the desktop, Keepass2Android will ask if it should merge the changes.
elmicha@feddit.orgto
Linux@programming.dev•Linux 6.19 Gets Rid Of The Kernel's "Genocide" Function
232·3 months agoSure, just break millions of other people’s scripts on a whim.
elmicha@feddit.orgto
Linux@programming.dev•Libxml2 Becomes Officially Unmaintained After Maintainer Steps Down
18·3 months agoDon’t forget the OpenDocument format of LibreOffice and the other format of the other office suite. Yeah, these will be retired any day now.
Also these.
You forgot the
-print0at the end of the find command. In theread -r -d ''you want to read NUL-separated strings, so you must tell the find command to also use NUL characters between the filenames.
elmicha@feddit.orgto
Linux@lemmy.ml•Is there a way to setup audio renderer (sink) [SOLVED]
3·4 months agoI found uPnP is not advised due to security risk
There are different uPnP things: one that lets apps open ports in your router (security risk) and one with media renderer (safe).
elmicha@feddit.orgto
Linux@programming.dev•Can someone please explain what is this ? https://curl.se/
6·4 months agoYes, facebook is running on a web server and the app (or a browser) is a client.
elmicha@feddit.orgto
Linux@programming.dev•Linus Torvalds Lashes Out At RISC-V Big Endian Plans
2·5 months agoSome big-endian architectures are supported, but not RISC-V:
A related problem is big-endian support, which is also 32-bit only, and also obsolete. Its removal is blocked because IBM is still supporting big-endian mainframe and PowerPC systems; as long as that support continues, big-endian support will stay in the kernel.
You said you/I/everyone can use multiple shells, I said: no, I can’t, at least not on all the machines that I have to use.
Some people work on machines where they are not allowed to install anything.
There’s jc (CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries).
If you’re not allergic to Amazon, a FireTV stick might be enough, at least for Jellyfin, Youtube/Netflix etc. (not sure about streaming from the browser).


I’m not familiar with pipewire, but is there a mixer somewhere in the pipe?