[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / 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 acceptance emails will be sent out over the coming weeks. Make sure to check your spam folder!


[Advertise on 4chan]


File: 1625717466205.jpg (44 KB, 506x600)
44 KB JPG
Users of all levels are welcome to ask questions about GNU/Linux and share 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%

Try a random distro:
https://distrosea.com
https://distro.moe

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
https://tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html
>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

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

Previous thread: >>109157114
>>
On Wayland, is it possible to designate Caps Lock as the Compose key while making Shift+Caps Lock behave as normal Caps Lock?
>>
>>109178022
You're better off binding capslock to both shifts at once
>>
>>109178022
Not natively in a wayland compositoy. Check if keyd can do it.
>>
>>109178186
strictly speaking it depends on the compositor
having said that, its unlikely that any of them support this
anon could patch one of them (dwl would probably be easy enough) but something like keyd is probably less work
>>
Reposting in case other poster won't check old thread
>>109174454 #
Appreciated, though, do you have any comparisons between them? I can not find anything more descriptive than "better" or "easier" in discussion around them, and I am probably not going to do the tests themselves or try new ones unless this one fails. Is there something that makes it significantly better as an option?
Also... How do you transfer files into a vm without internet... I know this is probably a silly question but I am not seeing a way to open the directory for the vm in my normal lm file manager
>>
>>109178429
virtiofs
>>
>>109178457
Any good documentation on using it with ioracle vm?
I got the package but it seems like every tutorial does something very different and combines options and things I either do not have or do not see
>>
>>109178429
NTA, but apart from VirtualBox there's also VMware Workstation, while it's proprietary, it has been made free by Broadcom though they hide the download links very well, thankfully you can find them here:
https://github.com/gandli/vmware-downloads
The main advantage of VMware Workstation over VirtualBox is that it has better virtual drivers for windows guests, specifically the 3D acceleration drivers are the best available, so if you want to utilize 3D graphics inside a windows guest then VMware Workstation is superior to VirtualBox.
>do you have any comparisons between them?
The way both VirtualBox and VMware do virtualization is entirely through software, Qemu/KVM on the other hand actually utilizes modern CPU instructions meant for virtualization and is capable of directly passing hardware to guests (however, this requires manual configuration), as such it has a lot less overhead if configured correctly.
>How do you transfer files into a vm without internet
VirtualBox and VMware both have a feature called "Shared Folders" that allows you to expose a folder from your host to the guest, however this requires you to install the Guest additions (for VirtualBox) or VMware tools (for VMware) inside the guest first. For Qemu/KVM, you need to install virtio drivers inside the guest, after you're done installing them then add a filesystem in virt-manager like picrel, the source path is the host folder you want to share, and the destination is where it is mounted inside the guest.

Also some warning: the Qemu/KVM virtualized display driver (QXL) is only capable of 2D graphics, if you intend to use 3D graphics in your guest then you need to do GPU passthrough which requires you to have second GPU and is notoriously difficult.
>>
>>109178336
>>109178186
I thought KWin might support it (at least by manually editing some config file) because there's already a setting that turns Caps Lock into Esc and Shift+Caps Lock into normal Caps Lock, but no Compose equivalent. That's unfortunate, but I'll look into keyd and do this >>109178056 if that doesn't work.
>>
>>109177983
Why does rsync work better than cp for copying large amounts of data to USB drives?
>>
>>109179826
it shouldn't, unless you're updating a copy of a dataset, in which cases rsync can copy just what's different instead of everything
>>
>>109179860
Well it does and here I am complaining about it. We are talking about moving movies around, not a data set.
>>
>>109179115
You might want to file a bug report for it on bugs.kde.org it's probably an easy thing for them to add.
>>
>>109179862
have you done any tests? like use time(1) with io cache clearing in between? because i haven't noticed any difference and can't imagine there would be especially just with some large files
>>
>>109179826
Yeah I’m gonna need evidence of that
>>
>>109179826
Different buffer sizes maybe?
>>
does anyone know if the virtual keyboard issues are completely fixed on plasma 6.7.2 ?
i didnt even have it enabled but apprently it was still showing up on the login screen making it really hard to enter my password
>>
I'm trying to use minidlna and my Toshiba hard drive keeps unmounting which seems to be a hardware issue when using with Linux. It doesn't happen on Windows and I know its not my pc since my wd drive acts fine when using minidlna. Is there a way around this?
>>
Why does my microphone sound way worse on Linux than it does on Windows? People have recommended using Easy Effects, and I've looked up tutorials online, but my friends hardly perceive any difference in the quality of my sound. Disabling fast boot/hibernation hasn't helped, either.
>>
File: file.jpg (35 KB, 337x1011)
35 KB JPG
>>109180265
>>109180265
not sure, has been werking for me. Have to choose it as source. Changes should be noticeable immediately if you're input monitoring and messing with it.
>>
File: windows in TYOOL 2026.png (576 KB, 900x900)
576 KB PNG
Assuming I just want to run applications and do a bit of vidya modding/tinkering, how much am I going to be limited on Bazzite's immutable system?
>t. Windows-tard
>>
>>109180558
None because the immutability is done in userspace for system packages only.
>>
>>109180558
what actually appeals to you about bazzite over say something like fedora?
>>
>>109180433
I’ve used two of those three plugins, and more, yet the quality is no where near as crisp as on Windows according to my friends. For reference, I’m using an AT2020 USB.
>>
>>109180566
Low level gaming optimizations and somewhat on the bleeding edge.
I got filtered pretty bad by CachyOS because it was too lightweight and I ended up installing every fucking dependency on Earth to do basic shit with the AUR.

I was considering ZorinOS but they don't support HDR yet.
>>109180564
Oh okay. Why's the immutability such a big deal for power users then? Seems like you can still rice the fuck out of your DE.
>>
>>109180581
>Why's the immutability such a big deal for power users then?
It's mostly of interest to phone-brained zoomers and docker kool-aid drinkers.
>>
File: linux_windows.png (37 KB, 300x300)
37 KB PNG
>>109178429
One use case for VirtualBox is using it for Windows 7 guests as there's supposedly VirtualBox drivers for Windows 7.
Otherwise you should always pick Virt-manager (as in Qemu (as in KVM)) over anything else.
>>109180581
>immutability
>power users
I thought "immutability" was for retards for retard-proofing their system as the whole thing boots up and acts sort of like an Android system.
t. stupid
>>
>>109180658
>I thought "immutability" was for retards for retard-proofing their system as the whole thing boots up and acts sort of like an Android system.
Same.
That's the thing though. If it's just a complete net positive, why isn't everyone doing it?
>>
>>109180664
Because it makes changing the base system a huge pain in the ass. Just have backups.
>>
>>109180750
Why are you changing the base system?
>>
>>109180813
Want to install a different version of nVidia drivers than the distro comes with? That's changing the base system. WiFi needs a blob driver? Base system. Want to mount a CD image with audio tracks? Base system change.
>>
>>109180658
Immutability give you a (theoretically) zero maintenance system, and it's honestly quite close to truth. Bluefin just works, I never have to think about any system maintenance. Only immutable Linux distros have achieved this in the OS world. The only problem is the drivers, so it's the image maker's job to make sure the image has as many drivers as possible. As long as your hardware is supported there's no problem.
>>
>>109180927
It's almost as good as not being insanely poor and having backups.
>>
File: 1782846417828333.jpg (81 KB, 790x767)
81 KB JPG
I've been hitting a roadblock, i need to access several parts of my file system at times (i.e. working on a project and i wanna glance at my notes spread across different directories) but is profoundly annoying for me; having Dolphin open just to copy and paste paths feels like the caveman way, but from within the context of other applications, i.e. text editors/ides, searching from within them always has the same two outcomes:
>search is laser focused on the current directory/the directory from within the application was launched (in the case of say, vim)
>it sits on my $HOME directory and i either have to manually navigate where i want it to search (defeating the whole fucking point) or the search also grabs many useless .cache/ or .local/share trash files i don't care about
The problem is the same for me, the search's root is "hardcoded" basically, and that default is useful like 40% of the time. I ried to integrate fzf into my workflow to fix this somehow, but i can't seem to figure out how to make it work. Maybe what i need is to write my own CLI file picker. Or maybe there's something that already does what i want. Basically, a search dialog (CLI, i want to chain it to other tools if possible) that lets me choose between a default list of search roots before starting to crawl, maybe appending $CWD at the top for convenience. I also have heard about file indexers like baloo, but not sure how reliable are these.
>>
File: file.png (5 KB, 291x30)
5 KB PNG
is this bad?
>>
>>109181091
Yes, it's bad. You should probably restart to clear it all out as it seems to be memory leaking.
>>
>>109181091
this is basically my system after a week of running
>>
>>109181091
Depends. Swap is there to be used. Could be normal, but may also be a sign that something is leaking memory or not managing its memory very well.
>>
When I switch from balanced to performance power management profile in KDE all of my CPU cores heat up 20 degrees.
Why? I'm not doing anything that I wasn't before.
>>
>>109181162
Because that's literally what the performance profile does. It ups the power limit so the CPU draws more power. More power == More heat. It doesn't matter that you haven't put a load on the CPU, it's still running with an increased power budget and it will use that budget even if it appears to be lightly loaded or idle.



[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.