[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor applications are now being accepted. Click here to apply.


[Advertise on 4chan]


Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.
2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org
https://wiki.debian.org

/g/'s Wiki on GNU/Linux:
https://igwiki.lyci.de/wiki/Category:GNU/Linux

>What distro should I choose?
https://igwiki.lyci.de/wiki/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
https://overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/fglt/'s website:
https://fglt.nl

GNU/Linux Games:
>>>/vg/lgg

IRC: #sqt on Rizon
https://fglt.nl/irc.html

Previous thread: >>106627408
>>
im on a paranoid streak and the fact that any random fucking program can just read my ssh keys is driving me insane
>>
>>106639029
tpm 'em
>>
File: Sweating Profusely.gif (124 KB, 356x200)
124 KB
124 KB GIF
>Timeshift backup
>Personal files on external drive
>Windows dual-boot OS on a separate physical drive
>Fallback laptop if somehow everything goes south
Everything is going to be fine. Just take a deep breathe, and relax....
...Okay.

"Main computer. Begin Operation In-Place Upgrade: Linux Mint 22.2 Zara.
...and....Execute!"
>>
File: 1696077920033.png (159 KB, 398x559)
159 KB
159 KB PNG
>dummy plug hasn't arrived yet
>weekend has started
>>
>>106639317
Damage Report!
>Sir, all our tests show systems are operating at full capacity! Everything is in perfect working condition!
Mission accomplished. Ensign, bring the alert status back down to green.
>>
>switch to linux
>struggled but got it working

Can i make grub look not that ugly?

Also when i use brave, i can't use 4chanx, i tried taper monkey but it doesn't work, it works on firefox though. Also when i click the scroll key, i can't scroll like i do on windows, can i fix this?
>>
>>106640873
1. Plymouth
2. idk why don't you just use firefox
3. you have to set it up and it probably depends on your de/wm
>>
>>106639029
AppArmor/SELinux.
>>
Tried upgrading a Debian Wheezy VM to Jessie, and now I'm hit with "Oh no! Something has gone wrong". Reinstalling gnome didn't help, and 3 acceleration is enabled.

The more confusing thing? I recreated this on a laptop with a much older CPU running a slightly newer version of VirtualBox, and the VM there boots just fine, but the hardware/software end shouldn't make that much of a difference...can it?
>>
>>106641188
>the hardware/software end shouldn't make that much of a difference...can it?
yes, it can since most of what debian does is autoconfigure for your hardware.
hell, most every distro does.
>>
>>106641188
Does Wayland work or is that still broken in VMWare?
>>
>>106640873
Try violentmonkey. Scroll thing you just have to enable in browser setting from what I remember.
>>
>>106641289
I wouldn't know. I'm using VirtualBox

Captcha:PAYDJ
>>
>>106639014
How can I create my own manpages? I've thinking about using this format for note taking, and then use a page like w3m to view them (w3m supports hyperlinks, pictures and urls). Would this be a stupid idea?
>>106641188
Unrelated but what font is this?
>>
>>106641618
Excuse the typos, I'm a bit sleep deprived at the moment. Anyway, another option would be to keep on using markdown for notes but convert them to html afterwards. The main idea is to use the terminal for note taking and keeping things somewhat simple.
>>
Does anyone have any experience with microOS, kalpa or aeon? Do they bring anything useful to the table?
>>
File: 1758011052896258.jpg (20 KB, 475x515)
20 KB
20 KB JPG
I just got me a shiny new internal hard drive. I plan to dual boot Linux and Windows (never Mac), torrent and store videos on it. I formatted it in ExFat for "compatibility." Then I did more research. I fucked up, didn't I? A day or two of work will let me get it swapped to NTFS assuming I don't screw up, is it worth it?
>>
>>106641720
I've heard it's more lightweight.
>>
>>106641732
yes use a real filesystem
if you're using windows that's ntfs or nothing
also, how do you plan to boot linux from a exfat or ntfs disk for that matter?
>>
what's the easiest way of setting a max priority/nice number for a given process?
use case: ffmpeg chews through my old potato if ran with default user priority, and there are cases when I'm not the one invoking it directly but it's called by other programs, and I forget to change their priorities from time to time
>>
>>106641789
That was poor sentence structure on my part. I'll dual boot, but neither Windows nor Linux will be on the drive in question, I just want constant access to some media so I don't feel like I'm missing much. I think Linux can do an okay job accessing NTFS file systems now so I could let it mooch off of some Windows space, but I was going to have another click clack disk regardless. The drive is basically a commons I can yank out and use as a backup later.

Anyway, unless there's a safe way to convert in place, I'm going to have to
>Shrink the ExFat partition
>Create a new NTFS partition
>Copy my files to the NTFS partition
>Delete the ExFat partition
>Expand the NTFS partition
I just finished a backup of the important stuff so that's no concern. Fun, but at least the drive isn't past half full.
>>
>>106642120
what's wrong with exfat? I'm curious what you found
>>
what is the difference between a arch and gentoo installation? both are that you set up linux manually but with gentoo you spend time waiting for it to compile?
>>
>>106642166
Mostly the issue is that it's not journaled and more prone to getting messed up if it's interrupted for any reason. Your data is just that much less safe. NTFS also offers some kind of symbolic linking I don't really understand and more access controls. For example, I wanted to make it so a particular large file can't be accidentally deleted in two keystrokes. NTFS has a relatively simple option for that, ExFat does not.
>>
>>106642189
Arch is focused on already-built binaries while Gentoo is focused on compilation of binaries with additional tweaks by the user for their usecases and hardware.
>>
>>106642206
does windows still not support ext4 in fucking 2025?
>>
>>106642258
No it doesn't. It only currently supports btrfs through an installed driver.
>>
>>106639029
Use passphrase. Have a secure passphrase cache like KDE wallet or GNOME keying if you don't want to type passphrase all the time.
>>
>>106642332
The whole point of a passphrase though is that it's a ton of characters but easy to remember
>>
>>106642258
Fuck you, fuck the horse you rode in on, and fuck ya mudda. Eat shit and die, but give me lots of money first.

T. Microsoft
>>
>>106642343
The whole point of a passphrase is to prevent unauthorized access to your private key. Having weak password just lowers security.
>>
>>106642392
Well duh because it's basically impossible to brute force. An even five word diceware passphrase made using random.org dice rolls is basically ironclad.
>>
In yet another episode of the saga of the Fujitsu T726 Mousepad That Refuses to Work Properly:
>Last episode, after semi-permanently screwing up the mousepad (and introducing keyboard stutters) after installing fprint, the problem was finally resolved after reinstalling all the system packages
>In today's episode, we find that putting the system in sleep mode also causes the exact same problem
>However, unlike the last time, a full shutdown (restart does nothing) actually resolves the issue
>Now that the mousepad is working, I can finally see which module controls it
>Successfully shut off and restart mousepad with modprobe -r psmouse && modprobe psmouse (plus pressing the function key for turning mousepad off and on)
>Ladies and gentlemen, we got him.jpg
>Sleep and wake laptop, mousepad isn't working again as expected
>All according to keikaku
>Go to terminal
>Cracks knuckles
>Waggles fingers
>It's hacking time
>modprobe -r psmouse
>keyboard stops working
>mfw
Thankfully I have a touchscreen and touch keyboard installed. If I reactivate the psmouse module the keyboard starts working again, but the touchpad still remains nonfunctional and the keyboard stutter/freeze continues until the next full shutdown. It's very bizarre. I ended up "fixing" it by just disabling automatic sleep entirely and making it hibernate instead. All's well that ends well lol.
>>
>>106639029
if you don't trust a program, you wouldn't be running them with permission or access to your own user/use files in the first place.
if you want an os that doesn't trust the user, get an iphone
>>
lads, after recent update my void install started using more cpu power for just about anything
I realised that opening a few webms in in firefox in rapid succession, seeking through a video in mpv or launching various applications would ramp up CPU fan speed
I checked it with htop and sure, seeking through video can take up to 500% of my 12 thread CPU, it wasn't like that before
I checked what was updated and it was just firmware packages, qemu and thunderbird, I reverted firmware related packaged and it's still the case after a reboot
what can I realistically do now?
>>
Hello anons, college is starting soon again and I've been thinking about using markdown for note taking. So far, I've been using LibreOffice and I have no complaints, but markdown seems like it could be faster to use than LibreOffice.
I know the keyboard shortcuts for LibreOffice and I use them extensively, they make the process so much easier.

Is this a good idea or should I stick to LibreOffice since I already have a reliable system for taking notes? I do plan on attempting to sell my notes to younger students once this year ends, but most people aren't too tech-savvy here, so that's another thing to take into account.
>>
>>>/int/215052015

What do you think about this?
>>
>>106642768
It's some guy trying to bait on /int/? Good for him.
>>
I have a bit of a problem. I am trying to install a package on an immutable distro, namely SteamOS. Since podman is installed by default I just installed distrobox and then an arch linux environment. Everything works inside the container. I installed the package and even exported it outside of it generating a .desktop file I can launch from the start menu.

The problem is that I can't add a shortcut to .local/bin because it interferes with the ranger command inside the container. The .local/bin script runs a command inside the podman container but .local/bin is shared by both the host and the container meaning something like this happens
>host runs distrobox enter arch -- ranger
>distrobox runs ranger which now points to .local/bin instead of /usr/bin/ranger
>distrobox attempts to run a distrobox container
>distrobox fails because there's no podman installed inside the container

Where do I go from there?
>>
>>106643226
For now I just added an alias in .bashrc
>>
>>106643226
>running a file manager from a container
this is a clown world.
>>
>>106643421
it just werkz
>>
File: file.png (260 KB, 1338x637)
260 KB
260 KB PNG
Is the Rembrandt bug still around?

Is there no fix for piece of shit bug? Linux is unusable to me with this bug
>>
>>106643432
see >>106643226
>>
>>106642649
Install LMDE
>>
What are some interesting and niche DEs? I discovered IceWM and I think I will try it.
>>
>>106643567
HerbstluftWM
>>
>>106643567
Niche DEs are niche for a reason, but IceWM is good if you want a WM that feels like a DE.
>>
>>106641188
You should've used virt-manager with qemu/kvm instead of shitty virtualbox
>>
>>106642258
Why would they?
>>
>>106639029
Why do you think you're supposed to password-protect your ssh keys?
>>
>>106643632
>wsl
>azure linux
>>
>>106643226
Hardcode the path to /usr/bin/ranger
distrobox enter arch -- /usr/bin/ranger
>>
>>106643643
>wsl
Uses NTFS
>azure linux
That's not windows
>>
File: 1758322676793775.png (510 KB, 639x640)
510 KB
510 KB PNG
>>106639014
If I install an application via bottles or lutris how can I easily locate the folders of installed files
>>
>>106643648
The problem here is the fact .local/bin is shared by both host and container. It's the distrobox command that causes an error because podman isn't installed inside the container
>>
>>106643706
For Bottles they would be in
>~/.var/app/com.usebottles.bottles/data/bottles/bottles/
while if using the binary AUR version if you're on Arch you'd find them in
>~/.local/share/bottles/bottles/
while config stuff is in
>~/.config/bottles/
>>
>>106643720
Change the distrobox command script to run /usr/bin/ranger instead of ranger
>>
thinking about getting into DWM as my first twm, not that I think it's going to happen any time soon, but what's going to happen when everything moves to wayland?
>>
Is there a way to keep your thumbnails when using gocryptfs?
>>
>>106642111

just read nice help or man nice
usually nice priority ffmpeg handles
>>
>>106643948
DWL already exists but you can just switch to hyprland or sway if you want to use wayland. or you could use their xorg equivalents of hypr and i3
>>
>>106644121
I know I can launch it with nice, and in scripts I made it's done that way... but I don't want to go through the trouble of re-compiling video editors from the source to do that, and I tend to forget to set the nice level of the editors, plus I don't think the editors themselves benefit from it. I do have other processes in mind that I would like to "clamp down" on, but I don't think listing them would be productive.
>>
For programs like OBS, is it better to get the AUR got version or a flatpak/app image?
>>
Is any of these really worth trying?
Even Gentoo didn’t meet the guidelines.
>>
File: 1756924645086249.jpg (616 KB, 1073x1536)
616 KB
616 KB JPG
I have a super old Android phone, the bare minimum to be considered a smart phone. I want to use it like a linux computer, with a mouse and keyboard. Can I accomplish this? Both from an OS standpoint, and also in terms of the need to have multiple usb devices plugged in at the same time and also with power.
>>
>>106644762
>Gentoo didn’t meet the guidelines.
obviously, Gentoo allows you to install whatever, something the fsf is allergic against.

So no, these distros you can safely ignore.
>>
How to get good Wi-Fi on Linux? My Wi-Fi is not resonating well.
>>
>>106644874
cable connection to an access point
>>
>>106644762
They're good as completely free as in freedom distros. And come with the obvious drawbacks of
- Nvidia drivers won't work on them
- Only wifi cards with foss drivers will work on them
- no codecs
etc
I ran Trisquel for some time on my libre booted T400, until I upgraded to a modern Dell Latitude and threw that fire hazard away.
>>
>>106644874
iwd is the current best way to purely connect to wireless net, though it could also just come down to your wireless card not playing nice with kernel drivers or needing separate drivers not found in the kernel.
>>
>>106644874
Use an Ubuntu certified laptop with Ubuntu.
>>
>>106644762
>Even Gentoo didn’t meet the guidelines.
it can, there's options to easily achieve a fully-free installation, one example being setting ACCEPT_LICENSE to the license group @FSF-APPROVED explicitly.
the only reason gentoo isn't on that list, along with some others, is that gentoo provides the option to use things the fsf doesn't approve of, and just making that an official option is enough for them, since to the fsf, this isn't /just/ a technical issue.
>>
>>106644933
More like if Ubuntu has your OEM brand as something that works with it properly then wifi should work fine.
>>
>>106644874
PCIe wifi > USB wifi
>>
>>106641016
>>106639029
This helps greatly: https://apparmor.pujol.io/
Also using Snap/Flatpak as much as possible since those don't get access to dotfiles.
>>
>>106641236
As in, the actual host hardware?

I know the name of the CPU is passed over, but I didn't think it actually did anything hardware-specific beyond that. If anything, I assumed that VMs had their own "hardware" that OSs would configure themselves around
>>
>>106644762
kek
https://stallman.org/to-4chan.html
>>
Is Nouveau nowadays the only option for old Nvidia Tesla microarchitecture GPUs (8/9/200 series)?
>>
>>106643642
How does this prevent others from logging into your computer?
>>
>>106645064
lmao rent free
>>
>>106643626
>qemu
I did try qemu for a different thing in the past, but couldn't get it working
>>
>>106641188
>>106641236
>>106645038
FWIW, my main PC has a 7th gen Ryzen, whereas my laptop has, I think, a 3rd gen i7.

So now the question is, what do I even do about this?
>>
archlinux is so stable
https://old.reddit.com/r/archlinux/comments/1nm0da0/do_not_update_today_it_breaks_pipewire/
https://old.reddit.com/r/archlinux/comments/1nlg0wf/latest_update_break_dns_for_anyone_else/
https://old.reddit.com/r/archlinux/comments/1nljsau/psa_systemd_update_to_2582_breaks_name_resolution/
https://old.reddit.com/r/linux_gaming/comments/1nldfk8/psa_gaming_with_a_controller_on_latest_systemd/
>>
File: 1647695046320.jpg (166 KB, 1013x1013)
166 KB
166 KB JPG
>>106645529
You don't understand, it doesn't break from updates and if it did it would be in the news so it's your fault for not reading them, but if it isn't in the news then it's your fault for not testing earlier and not finding the issue and not updating the news.
Arch is very reliable and it works on my machine that is set up just the way I like it, if it doesn't work on your vanilla install then it's your fault for not customizing it the way I did, but I'm not going to bother doing a fresh install in a VM to see the issues for myself I will just continue parroting that Arch works.
>>
>>106645529
I'm still on 257.9
Thank Geeko for making OpenSUSE Tumbleweed so stable.
>>
>>106645819
If only patterns wouldn't reinstall dozens of unneeded packages with every zypper dup.
>>
i spent hours upon hours upon hours and i finally got cs2 working (still not as good as widnows) on my arch with wayland and nvidia gpu. why is linux so gay? CS2 runs better even on my arm mac, which has no native support for cs2.
>>
>>106645881
Use a newer Photoshop version
>>
>>106645529
>https://old.reddit.com/r/archlinux/comments/1nm0da0/do_not_update_today_it_breaks_pipewire/
I use PulseAudio and it Just Works(TM).

>https://old.reddit.com/r/archlinux/comments/1nlg0wf/latest_update_break_dns_for_anyone_else/
>https://old.reddit.com/r/archlinux/comments/1nljsau/psa_systemd_update_to_2582_breaks_name_resolution/
Anyone actually using systemd-resolved is a moron, it's one of the worst parts of systemd and DNSSEC validation has long been a problem. Use unbound and point /etc/resolv.conf to it.

The input thing I don't know, haven't used my xbox360 controller in years.

>>106645783
Works on my machine.
>>
>>106645956
>DNSSEC validation has long been a problem.
that's not really a problem though
>>
File: 1733982459118919.png (52 KB, 493x760)
52 KB
52 KB PNG
my chromium fonts look weird, any ideas on what to do about it?
>deleted .config/chromium
>deleted .config/fontconfig and /etc/fonts/conf.d
firefox and other gtk applications look just fine
>>
>>106646011
why would you delete /etc/fonts/conf.d?
>>
>>106646004
Last time I tried systemd-resolved it would randomly stop resolving names when validation was enabled (servfail) and I had to restart the service to get it to work properly again for a while. Complete trash. I've been using unbound with root hints since then and I'm not going back.
>>
>>106646061
I reinstalled fontconfig right after, just wanted to make sure there were no custom symlinks there
>>
What's the best lazy man's distro?
>>
>>106646122
does a lazy man want to customize appearances?
>>
>>106644874
I use wpa_supplicant with a basic config and it seems to just work for me
Sometimes it might just be your access point being shit
>>
>>106646122
Fedora Workstation.
>>
>>106645075
What do you mean? You don't have a password on your account?
>>
>>106646011
Install dejavu fonts and see if that fixes anything
>>106646185
>rpmfusion
>>
>>106645956
Systemd-resolved is used with systemd-networkd when setting up dhcp because systemd-resolved is responsible for asking your dhcp server for the dns nameservers
>>
>>106646222
You mean the DNS servers from your ISP that you shouldn't use either way? Yeah, don't care.
>>
>>106646210
Most used parts of the repo (like Nvidia drivers) can be enabled in Gnome Software, it even prompts you to do when you do the first launch.
>>
>>106645143
Install virt-manager, add your user to the libvirt group and it should just work
>>
>>106646238
No the DNS servers from your router that you would have pointing towards your pihole server
>>
>>106646263
Just put it in /etc/resolv.conf and disable resolved? Holy fuck.
>>
>>106646274
Or you can just get your router to do it instead of having to manually set it in every system or every time you do a reinstall.
>>
>>106646111
>when validation was enabled (servfail)
You know, it's well know that it doesn't work well with it. The simple solution is to disable it.
DNSSEC, despite its name, doesn't really do much to secure your dns anyway. You'd use one of the more modern options if you cared about that.
>>
When did you realize that Arch doesn't respect your time?
>>
>>106646319
What's the modern option to DNSSEC? DoH?
>>
>>106646485
DoH or DoT, yeah.
>>
>>106646468
>When did you realize that Arch doesn't respect your time?
Actually Arch is the distro that respects my time. On Debian I was always wasting my time compiling my packages because the ones that Debian ship are outdated as fuck.
>>
>>106646485
>DNSSEC
irrelevant for home users
>DoH
helps ad companies exfiltrate data
>DoT
rational choice if you use 3rd party dns
>dnscrypt-proxy Anonymized DNS
the gold standard
>>
>>106646468
yeah, all I needed was a minimal amount of time bootstrapping lfs and compiling, configuring, and maintaining all my own software. arch doesn't do any of that for you fucking waste of time.
>>
I think I'll use the git version of OBS from AUR
>>
>>106646506
Those aren't designed to replace dnssec.
>>
>>106646506
DoT and DoH are suppose to complimen DNSSEC
>>
File: file.png (143 KB, 848x493)
143 KB
143 KB PNG
I am using Firefox installed from Flathub and it has troubles decoding some mp4 files posted on 4chan. I get these warnings in console. Downloading the file and playing it in mpv works as expected. Considering the tricky situation of codec licensing on free software, what's the best approach here? Using a version of firefox from somewhere else? It's probably worth mentioning that I am using flatpak because I am using an immutable disro
>>
>>106646567
>dnscrypt-proxy Anonymized DNS
Whats the difference between using this and using Unbound with both DoT 3rd party dns and with DNSSEC?
>>
>>106646717
use a decent distro and not a toybox.
>>
>>106646717
>immutable disro
Do the fedora immutables also come with their own crappy 3rd party flatpak repo?
You could try setting up distrobox and installing firefox through an archlinux container or something
>>
>>106646759
I did that for several other programs that aren't available on flathub. I was just naively hoping for an alternative solution
>>
>>106646716
for what purpose? You get integrity protection via tls, you don't need an extra signature. Obviously, this stands and falls with the dns server you query.
>>
>>106646319
>DNSSEC, despite its name, doesn't really do much to secure your dns anyway.
Dumb take. DNSSEC provides DNS record authentication, nothing more.

>>106646485
>>106646506
Completely different purposes. Data authentication vs privacy.

>>106646567
>>DNSSEC
>irrelevant for home users
Stupid take. DNSSEC is a way to prove a DNS record was not tampered with, it's relevant for EVERYONE in the same way TLS (SSL) is.

>>106646737
If you're using unbound you should be using the root hints file and only talking to authoritative servers in the first place. Along with DNSSEC, you will be immune to DNS censorship, but your traffic will be visible, so OPTIONALLY you could run unbound on a trusted VPS or other unmonitored machine, and have that serve DoH/DoT for you.
>>
>>106646786
>for what purpose? You get integrity protection via tls, you don't need an extra signature.
TLS only authenticates the server providing DoH, not that the records it provides you weren't tampered. If you use a DoH server and someone spoofed DNS to it, you're getting the spoofed records. With DNSSEC the DoH server can validate the records before sending them to you, otherwise there's no way to tell.
>>
>>106646759
Good news, it worked as expected. I just had to launch the containerized firefox once and then overwrite the profile with my flatpak version profile. The mp4 videos are playing without problems now
>>
>>106646781
You can install the firefox tarball directly from their site or the appimage if firefox has one, i know librewolf has an appimage. You could also see if the librewolf flatpak fixes your issue.
>>
>>106646809
>If you're using unbound you should be using the root hints file and only talking to authoritative servers in the first place.
Pretty sure i already have this set up since i more or less followed the pi-hole guide but used different dns providers for DoT
>but your traffic will be visible, so OPTIONALLY you could run unbound on a trusted VPS or other unmonitored machine, and have that serve DoH/DoT for you.
Wouldnt your traffic will still be visible even if your dns requests wont?
>>
>>106646832
Yes, hence it stands and falls with the server you query. If you can;t trust the server, why are you asking it?
>>
>>106646981
If you trust person A and he's been fooled by person B and gives you misinformation, do you just eat shit or do you verify what A tells you?
>>
>>106647012
by asking person C?
when does it end?
>>
>>106647048
With DNSSEC all the way from the root servers.
>>
>>106647012
If person A has the correct zone signing key and sings the misinformation with it, you will still get it despite dnssec.
>>
why is tmux allowed to spam the system journal every time a pane is split?
>>
>>106647108
If that happens then A isn't trustworthy and you're made a fool.
>>
>>106647120
see >>106646981
it's the same shit in the end, you either trust the dns server or not. The point of dnssec was preventing 3rd parties from intercepting and changing the dns answers. You don't have that problem with DoH or DoT.
>>
>>106647147
It's not that you don't have the problem, you are assuming you don't. Unless you control the DoH server, you just don't know.
>>
>>106647172
anon, a 3rd party can't just intercept tls and modify it. If they can force the server to modify anything, they can also do it in a dnssec scenario. It's the same shit in the end, besides that dnssec will let your ISP and potentially others read your queries.
>>
>>106647207
>besides that dnssec will let your ISP and potentially others read your queries.
Now you're just got diarrhea of the brain.
>>
>>106647232
dnssec is just dns with a signature, it is not encrypted, anon.
>>
>With 64K page size (aarch64 with 64K page size config) and 4K btrfs block size, the following workload can easily lead to a corrupted read:
Kent was right and they despised him for it.
>>
>>106646536
Use debian unstable or backports?
>>
https://systemd.io/CONVERTING_TO_HOMED/
has anyone actually done this
>>
How much less RAM do tiling window managers use than a fully fledged desktop environment like Xfce?
>>
>>106647735
what's the benefit of doing this?
>>
>>106647735
Absolutely not.
>>
>>106646122
Slackware.
>>
>>106646737
You're routing requests through a proxy which can't read your DNS queries to a DNS server which can only see the proxy's address. It's equivalent to running all your clearnet DNS queries through a VPN.

>>106646809
Nobody cares glowie.
>>
>>106647804
>glowie
facepalm.
>>
>>106647741
>XFCE
Somewhere between 1gig to 500mb
>kde, gnome, etc
Probably more closer to 2 or 3 gb
>>
>>106647804
>You're routing requests through a proxy which can't read your DNS queries to a DNS server which can only see the proxy's address
Thats the same thing as DoT and DoH
Your isp or vpn will still know what sites you're connecting to.
>>
>>106647954
yeah but how much RAM does an average tiling WM consume?
>>
>>106647975
>Thats the same thing as DoT and DoH
No, it hides your address from the DoT server by means of a proxy. Where the proxy can't read your requests.
>Your isp or vpn will still know what sites you're connecting to.
Not really because most of the 'internet' is 14 Cloudflare IPs, and most of the rest is Google, Microsoft, Amazon, or Faceberg.
>>
>>106648024
how are you supposed to guarantee the proxy cant read your requests?
>most of the 'internet' is 14 Cloudflare IPs, and most of the rest is Google, Microsoft, Amazon, or Faceberg.
that's not how it works
>>
>>106648024
isn't the "T" and "H" here TLS/HTTPS?
pretty sure the whole point of that is to wrap it with encryption so your ISP doesn't see you're requesting the IP address of pornhub
but once you connect to the IP address of pornhub they still know what you're doing. They know that with DNSSEC and DNS over encryption.
>>
File: 7ZcUJ27.png (50 KB, 163x214)
50 KB
50 KB PNG
hello friends, i'm new to linux. have been daily driving cinnamon on my main pc for a week now and it's been fun. however i tried to install it on my dusty old laptop, an acer aspire e1-531- and found that the keyboard/touchpad only work in the live USB environment, but not after i install the operating system. i switched to arch/manjaro because i heard that it could help because of the drivers or something but i'm still having the same issue. i need help and i'm blocked from asking questions in the discord for whatever reason.
>>
>>106645859
Just blacklist them with Myrlyn or via command line.
>>
>>106648013
Less than 1gb
>>
>>106647741
My bspwm install is currently using ~2.5 GB while running a browser, file manager, gimp, mpv, and multiple terminal instances.
>>
>>106639014
Is it a good idea to use this if I plan on using KDE with x11?
https://github.com/josephcrowell/kwin-x11-improved
I know they're planning on dropping x11 support with KDE 7, so could this be an "alternative"? if so, how would I install it?
>>106643948
Is not like x11 is going to suddenly disappear one day, dwm will be fine. Also, check out "dwm flexipatcher".
>>106644762
If you're interested in a libre OS, sure I guess. I only tried Parabola once, it was tedious to install and I couldn't daily drive it due to a video drivers issue. It's basically just libre Arch.
>>106648635
Try to install the package "xorg-drivers", maybe that's the issue.
>>
>>106648200
>how are you supposed to guarantee the proxy cant read your requests?
Public key crypto. Read the protocol description.
>that's not how it works
By traffic volume it is.
>>
>>106639014
greetings gentlemen, so a few weeks ago I decided to install linux again because i have shitty performance on windows despite having a pretty decent machine. anyway i used to be an arch user but i decided to take an easy option and went with opensuse tumbleweed. so i backed everything up and downloaded the installation media and threw it on a flash drive and installed it. went into bios, changed it to boot from the m2 device with linux on it and
>unable to mount root partition
okay so maybe i have a bad install so lets go ahead and redownload it and install it again and reformat everything and this time lets use ext4 and not encrypt the disk because i really don't need all that
>unable to mount root partition
okay so lets now try to install the version that i currently have running on my laptop which is a few months old but we can update it
>unable to mount root partion
any ideas gentlemen?
>>
File: 20250712_170337.jpg (2.12 MB, 4000x2252)
2.12 MB
2.12 MB JPG
>>106649492
>>
>>106649511
same error every time, checked the UUID on the device and it was right, checked secure boot vs regular boot, kinda at a loss and thinking i might just build a new computer since this one is 8 years old anyway.
>>
>>106649511
Which filesystem type do you use for root, and is it encrypted?
>>
>>106649614
ext4, no
>>
File: SuperTux 2.webm (3.94 MB, 852x480)
3.94 MB
3.94 MB WEBM
https://www.youtube.com/watch?v=XWS8qgz9OBY
>>
im new to linux, i wanted to use the programs ikachan and ikatube but im not sure how to configure them. is there a manual or guide of some kind?
>>
>>106649492
>>106649511
idk how to troubleshoot suse, but I would turn off secure boot, run a live environment and check the bootloader's kernel parameter vs my disk's UUID
>>
How many of you use a WM on a desktop? Always felt they were only necessary on laptops and touchpads but I'm interested in trying them out. Just seems not as useful when I have a mouse and full keyboard
>>
>>106649826
>only necessary on
Never necessary.
>>
Are there any laptops on which Linux has equal or better battery life and power efficiency compared to Windows/macos?
>>
>>106649898
Any of the laptops that Canonical has said work with Ubuntu
>>
>>106649908
Does Ubuntu have some magical firmware for them or are they still good with any distro?
>>
>>106649917
It usually means that any Linux will work good on them.
>>
>>106649908
>only Alienware, Dell, HP, Lenovo
Interesting that no meme products like Framework are on this list
>>
>>106649946
Alienware's been owned by Dell for years now
>>
File: 1745203474647870.png (28 KB, 772x664)
28 KB
28 KB PNG
>>106649790
>install wine
>create a prefix with default settings by running "winecfg" in a terminal
>disable filetype associations while you're at it(trust me.jpg, it's in the desktop integration tab)
>unzip and run the exe
it should be about it really. there is some annoyance with japanese text, I think you need a japanese locale on your host system and maybe pass an environment variable for wine to pick up
>>
>>106649635
Something must be wrong with the configuration, then.
Replace the partition UUID with the /dev/sdX in your GRUB boot entry, maybe it actually is wrong.
>>
>>106649898
The Surface Laptop Go has ~8 hours runtime on Kubuntu, I could work the entire day at the office when I forgot the charger at home.
Dunno how that compares with Windows.
>>
File: 1716255123588595.jpg (78 KB, 828x801)
78 KB
78 KB JPG
is it possible to to show a progress bar when coping or moving files from the terminal instead of trying to guesstimate it?
>>
File: slap lazy.png (5 KB, 500x300)
5 KB
5 KB PNG
>>106651014
>is it possible to to show a progress bar when coping
>>
>>106651014
Not with cp or mv. Rsync can show that
>>
>>106649492
Check what mode your SATA driver is in the BIOS, switch it around and see if it helps. Ahci is usually the best for compatability
>>
>>106651014
learn how to pipe and and use pv
>>
>>106639014
>trying to file share in Virt Manager Win10 KVM
>source the file and give it a path name
>boot up virtual machine and navigate to file
>try to click on anything inside the directory
>*The directory name is invalid*
>click out of the directory
>entire directory stops showing up on VM windows
What the hell is going on.
>>
>>106651328
are you trying to use vritio-9p to windows? and you installed the driver in windows?
>>
>>106651292
it's on an m2 if that makes any difference
>>
>>106651363
Just check your BIOS and see if it's in raid mode or some other bullshit
You should be able to search for SATA. Or look in device configuration.
It's worth checking cuz it's possible the installation image has the raid driver but not the base install when you try to boot
>>
>>106651358
virtiofs. all appropriate virt drivers installed.
>>
>>106651425
from what i can tell, trying to run an executable file inside the directory seems to crash or stop VirtO-FS service and only when i start it again can i see the directory.
>>
So this particular game keeps, doing this, worked fine yesterday but now it just opens like this, any idea why?
I already tested other game and launches fine
>>
File: error_2.png (146 KB, 1286x698)
146 KB
146 KB PNG
>>106639014
hello fren, I am a retard. please help me understand what's wrong??? this error happens every time I run 'sudo apt upgrade' or simply try to install a new package. I get that there's some error happening with installing the linux headers, but I don't know how to fix it. it mentions an error log, which I have looked at, but from what I gather it's mad cuz the compilers are different or something?? idk man please help me out cuz this shit is annoying.

idk what you need to know but I'm on kubunto 25.04
>>
>>106648013
20M or less
>>
>>106652045
dkms is a kernal module manager system thing, it's trying to rebuild your modules but fails on the amdgpu module.
you can try to manually reinstall the dkms amdgpu module somehow, idk on your package manage.
>>
>>106652127
I used
>sudo apt remove --purge amdgpu-dkms
and well it no longer throws the error but who knows if I won't run into problems later. I am new at this.
>>
File: 1736003125182295.png (397 KB, 1202x676)
397 KB
397 KB PNG
>>106651139
I don't get it
>>106651219
thanks, it worked, I will use that from now on instead
>>106651319
I don't know what pv is, but since rsync already solved the issue I don't think I will need it. Thanks anyway.
>>
>>106652186
You no longer need dkms for amdgpu as it is part of the standard Debian kernels.
>>
>piece of shit celeron3050 notebook for a boomer who got infected twince where people manage to navigate him to install anydek..

I am thinking fedora silverblue with gnome mostly because automatic updates
any opinions on this?
>>
>>106653174
Gnome is too bloated for a piece of shit celeron
Install mint or some other distro with xfce unless fedora has an immutable version of xfce
>>
>>106653236
k, thinking opensuse leap xfce
>>
jesus is Vivaldi on Linux on GTK?
menus and dialog boxes are fucking rounded
>>
>>106653300
That should work or something with lxqt
>>
>>106653355
Vivaldi is chromium right? It just uses whatever chromium uses
>>
File: 1737594037532700.webm (2.94 MB, 853x480)
2.94 MB
2.94 MB WEBM
Sorry if this is stupid question.
I have a fully configured and working install on old laptop.
I want to migrate that to a new laptop, but I don't want install new and bother with configure again.
And I can't take out the drives to mirror it.
What can I do?
The OS is on single drive, not sure about the partition, but the old laptop has 320 GB drive while the new has 512 GB drive.
>>
Can I get some help please?

I bought a new HDD, I want to encrypt it and automount it on Artix OpenRC

how should I go about it?

When I used systemd I just installed gnome disks and did it that way haha
>>
>>106653404
You can set up the partitions on the new drive and copy the files over with rsync over the network but this should be done with both pcs booted into a livecd with everything manually mounted
>>
>>106653607
Is there simple option?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.