I changed from Gnome to KDE to fix the framedrops in Firefox YouTube. Intel i7-13700H.
elmicha
- 0 Posts
- 37 Comments
elmicha@feddit.orgto
Linux@programming.dev•Here's an easy way to handle multiple Firefox profiles on Linux
2·2 months agoI see several options that start with
>--, like--env=MOZ_APP_REMOTINGNAME=Personal- are these copy and paste errors or is it a special syntax that is described somewhere?
I didn’t try it, but this looks like it should work.
elmicha@feddit.orgto
Linux@lemmy.ml•How do you setup swap when installing Linux if the system has SSD?English
6·2 months agoAnd why do I want this? And if I want this, why is it not the default already? SSDs have been mainstream for ten years I guess, so shouldn’t any current Linux installer do the right thing by now?
elmicha@feddit.orgto
Linux@lemmy.ml•Killing an AppImage process : is it okay to kill AppRun.wrapped ?
5·3 months agoCan you use
pkill -fwith the full command line? Or is it the same for all AppRun.wrapped processes?
elmicha@feddit.orgto
Linux@lemmy.ml•No audio for videos but only for one user and with pipewire
1·3 months agoI’m not familiar with pipewire, but is there a mixer somewhere in the pipe?
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·4 months agoI got used to
ip --br arecently.
elmicha@feddit.orgto
Linux@programming.dev•QNX Introduces a Self-Hosted Developer Desktop
2·6 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·6 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.
elmicha@feddit.orgto
Linux@programming.dev•Linux 6.19 Gets Rid Of The Kernel's "Genocide" Function
232·6 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·6 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·7 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·7 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·9 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.
When I still had a Samsung phone I used Heimdall, but apparently it was not touched for 5 years, so I’m not sure if it still works for newer phones.