FGLT - Friendly GNU
FGLT - Friendly GNU
FGLT - Friendly GNU
[ ]
08/21/20 New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17 New trial board added: /bant/ - International/Random
10/04/16 New 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 box!
If you would like to try out GNU+Linux you can do one of the
following:
1) Use a live image and to boot directly into the GNU+Linux
distribution without installing anything.
2) Keep using your current OS and run GNU+Linux in VMware for
Windows or Parallels for macOS.
3) Do the reverse of step 2 in QEMU.
4) 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%
>>92017989
Why not just use OpenBSD?
>>92017989
probably alpine?
>>92017996
Poor software support.
I want the lightweight security but with decent software.
>>92018453
You're trying to discern a fine line while walking a wide street. The whole point of openbsd security is the
limited software and code auditing required to guarantee security.
>>92018508
Kdenlive is a KDE program so as usual it brings in a bunch of KDE dependencies if you want to install it if
you aren't already using Plasma 5. Using the Flatpak version would mean not having to worry about shit
like that besides the shit the Flatpak itself needs to download alongside Kdenlive itself.
>>92018542
I understand, but is there much point in what is basically moving the dependency clutter elsewhere?
>>92018558
For the Flatpak it just installs things like Qt6 environment frameworks and such IIRC.
>>92017989
Fedora. Never try Arch cuz some faggot say it has no bloat.
>>92018558
Yes and possibly more focused dependency resolution. A lot of binary package managers include every
compilation flag enabled, which means they were compiled with support for a lot of other things (like
perhaps kwallet) and may complain that the library it was compiled to use is not available. The
maintainers of the binary don't know what you intend to use KDE elements for, but they provide as much
interoperability as possible with the software they have chosen to maintain.
For this case maybe a flatpack is best.
>>92017989
isn't void meant to be the bsd of linux? it was made by a netbsd guy.
>>92019457
Does it using musl and busybox instead of glibc and gnu-coreutils make it more like OpenBSD? Alpine's
the same way.
how do i make porn user on my nas so only that user can stream porn via samba from luks drive
>>92021113
*should i be
How can I inspect what a profile installs on Gentoo? For example I want to see the differences between
the generic desktop one and "gnome". I want to know that because I'm not sure whether I need to
manually install pipewire and all the work it entails manually or if the profile already has it.
>>92021113
no
what is that even? what's a "Linux kernel lockdown"?
>>92021113
You should enable Secure Boot, but beware that some kernel module (Nvidia, VirtualBox) needs to be
signed with a MOK or it won't be loaded when Secure Boot is enabled.
This is done automatically when you already have Secure Boot enabled, but enabling it afterwards may
require reinstalling the driver, which is done in System Settings -> Driver Manager.
>>92021493
What relation does secure boot have with kernel modules?
Aren't we long passed the secure boot scheme in a point where filesystem or initramfs gets mounted?
what exactly causes linux to boot slowly for me? I'm not trying to be a windows shill but historically, w10
has always booted incredibly quickly for me on both hdd and ssd
my windows installation is like 4 years old on a 4 year old mx500. my linux one on a 9 momth old mx500
and it takes maybe an extra ~6 seconds on the black screen while booting
once both are booted they're both similarly snappy/fast, the only difference I notice is during boot. is there
anything I can do about this or should I just suck it up?
I prefer the way that XFCE and MATE look (classic themes) I like the lightweightness of XFCE and MATE.
I dislike GTK for being too near to GNOME.
I like Plasma because of its features, I like QT a bit more than GTK but I also dislike Plasma for almost
always looking modern and also being more heavy in resource usage.
What should I do now?
>> Anonymous 03/11/23(Sat)08:18:34 No.92022313 ▶ >>92022591 >>92026135
>>92022193
LXQt I guess?
>>92022313
Guess I'll try it again.
The last time I tried LXQt it was buggy and pretty bare bones even more so than XFCE.
noob here
why do I always have to enter a password to automount a secondary ntfs formatted disk? I keep my
wallpapers on that drive so I have to set it everytime I log in and entee the password for the disk
>who cares about wallpapers when you don't see them 99% of the time
it's a matter of principle
>>92021739
systemd-analyze blame
You can run which may show you what process is taking
longer at boot.
Disabling CPU mitigations in Linux kernel options can also sometimes give a general
all around performance boost.
>>92021508
The point of SB is guaranteeing you only ever load signed code in kernel space. That coverage doesn't
end because you loaded a new driver after the initrd chroot.
>>92002947 →
anyone?
>>92022591
>The last time I tried LXQt it was buggy and pretty bare bones even more so than XFCE.
Sorry to say that not much has changed.
Your best bet would probably be to run Plasma, and strip it down/disable the parts you don't want. Plasma
definitely doesn't need to look "modern", you can theme it to look however you want.
>>92021739
Most weird random issues are caused by systemd or wayland. The quality of software is rapidly declining
and as more people from the older generations die we're going to see it worsen rapidly. Webshit
standards are spreading throughout.
>just restart it and see if it fixes itself
>>92022816
see
>>92022823
Unnecesary software complexity and human incompetence, What a great mix!
>>92022832
I use Windows, macOS, Gentoo (wayland, no systemd) and Arch (wayland, systemd).
>>92022789
>Disabling CPU mitigations in Linux kernel options can also sometimes give a general all around
performance boost.
where can I read more about this? using two machines, one with a zen+ cpu and another with zen2
>>92022789
>You can run systemd-analyze blame which may show you what process is taking longer at boot
network manager shit is taking twice as long as everything else wtf
>>92021508
Secure Boot is not a step, it's a continuous guarantee – if every link in the chain only executes signed
code then there is no opportunity for unsigned code to run.
Security is a process that extends from hardware (GPU not accepting unsigned firmware) up to network
communication (intranet website refusing to load on an untrusted device).
>>92021739
I think I heard somewhere that newer versions of Windows will start the UI before the boot process is
finished so that it feels snappier to the user when booting. Not sure about any of the details, though.
>>92023171
That may explain why on my work computer even when I'm able to quickly sign into Windows and it
shows my desktop, it takes an extra minute for things to actually start opening. Huge delay before I can
get anything actually running.
>>92023223
That Windows PC probably also has fast boot on as default too, so it always turns on basically instantly.
>> Anonymous 03/11/23(Sat)09:47:13 No.92023280 ▶ >>92024486 >>92026135
>>92023171 (me)
>>92023240
>"fast boot" and/or "fast startup"
I think that's what it was called.
>>92023310
Yeah I think it's called fast startup or "hybrid boot" officially. It basically unloads everything but the NT
kernel and keeps it in a file on the C:\ drive so when you turn the computer back on the kernel is already
loaded and ready to go so everything loads super quickly.
What's a lightweight distro that just werks? Would Xubuntu be a good choice?
>>92023683
>What's a lightweight distro that just werks?
gentoo
>Would Xubuntu be a good choice?
gentoo
>>92023814
ebin
Is there a Linux audio player that still get some kind of support that you
can skin like gqmpeg?
>>92024402
Audacious is suppose to be a Linux clone of Winamp.
>>92023280
It's not "schizos" systemd is a naive millennial attempt at "modernizing" linux that throws away decades of
solid sensible design principles. But retards like >>92022832 are unable to understand this because
they've been masturbating to tiktok for far too long and will simply screech if gimmick of the month (tm)
isn't quickly delivered to them regardless of its merits.
The result has been a steady erosion of freedom, the continued encroachment of harmful corporate
practices on the open source world, and a devolvement in good development practices that is slowly but
surely turning linux into an undebuggable mess.
Then even tried to take out Stallman and Linus with smear campaigns.
If you think the corporate world (specially Microsoft) hasn't got a budget allocated for harming OSS it
doesn't control, embracing and controlling it, you have another thing coming.
>>92022839
i don't use wayland or systemd. like i said, i use a script. it's based on gentoo's wireplumber launcher and
runs when i start X.
>>92024422
Performance blows and file permissions are weird. The latter causes breakage in some cases, esp going
outside of distro package management.
>hardware, service provider, and infrastructure
Using hardware vulns for surveillance capitalism purposes is super illegal and basically never done.
Service provider / infrastructure can only see what IPs you connect to. Which isn't a lot of information
given everyone uses the same handful of companies. Not being able to control your OS is a huge privacy
issue because it de-silos all your financial / medical / criminal / social info in one source. It's not
Microsoft's information; they dgaf. They outsource everything they can to India and Africa where the locals
will absolutely sell anything they can to organized crime.
>>92024420
Copy the library from another system and put it in /usr/local/lib/ (I think), run ldconfig, enjoy.
Get it from here: https://packages.ubuntu.com/focal/amd64/libidn11/download
>>92024486
Although yes trying to snub Linus was pathetic, it doesn't have anything
to do with Systemd.
>>92021222
Explore the profile directories in the Gentoo ebuild repo.
>>92024486
>The result has been a steady erosion of freedom, the continued encroachment of harmful corporate
practices on the open source world
What's your reasoning for this?
>>92025695
>they are crying
No, like two people are.
>>92026135
read this https://wiki.gentoo.org/wiki/Efibootmgr
i don't give a shit if this helps or not
next time format your message properly and make it concise, this isn't a fucking chat room
>>92026478
i gave you all tje info necessary. of course that doesn't help. i looked up all internet info on initramfs amd
this problem and all shit on google is ofr newbs saying "what ia initramfs" "this is initramfs" none actually
say how you intrect with it or what you can do shit works
>>92026135
The worst part is that it's a pretty simple fix, but I won't tell you because of your shit behavior.
But yeah, it seems the only way I got through was by disabling signature checking. Otherwise I keep getting
blocked by invalid or "marginal" signatures", whether I have actually the latest archlinux-keyring packages or
the "latest" as of the ALA snapshot I'm drawing from (03/03/2022)
>>92026878
kill yourself nigger i already fix by myself. fuck You and fuck the childish rapist nigger linux community. yall
pedos. i not because I help
I just switched from Debian to NixOS. My mouse is now acting weird. Been using xfce4 on both, and with
NixOS, if I move my mouse, then click and hold at the same time, the click reacts late.
As in:
>Position mouse above title bar of window
>Start moving towards another window's title bar
>At the end (while still above first window) click and hold
>Click only registers at second window and starts moving it
Any ideas how to debug this? I tried another mouse already, but it did the same.
>>92028379
For any future readers: seems like disabling libinput fixed it.
>>92028315
Based.
Hello, new linux user here and also ABSURDLY inept when it comes to computers.
Chose Fedora workstation.
I'm trying to teach myself how to do this whole nvidia drivers thing for Steam games,
without much success, but I don't want to bother you guys with dumb and probably
repeated questions, so I'd just like some confirmation on whether I'm using this
rollback stuff correctly or not so I can experiment by msyelf.
>Game tells me I need vulkan and that comes with nvidia drivers
>Follow instructions to do this on terminal
>Get it done, game still tells me to fuck off, but now I've also completely lost internet connection
>Search for way to do rollback, get told to use
So rather than continue fucking up without knowing if I could fix it, I chose to just go with a fresh install of
the OS. As I'd prefer not having to repeat the install AGAIN, please tell me if the aforementioned rollback
command is the proper way and how not to fuck it up. I promise I'm trying to learn by myself and I'll use
the resources in OP, but I'd like this security net.
Incidentally the game I was trying to play straight up told me my distro wasn't supported. Was Fedora a
mistake? Am I just hopeless and should go back to the toxic embrace of windows?
>>92028544
Would it kill to order the fucking kernel settings inside menuconfig alphabetically???
>>92029692
>Follow instructions to do this on terminal
What instructions? The GNOME Software GUI can do this for you.
>dnf history rollback <number>
That rolls back the package manager state if the old packages are available, not the system state. Stock
Fedora doesn't provide system-wide rollback.
The first step after a Fedora install is go to rpmfusion.net and add all the repos. Everything you need to
get Steam and nVidia drivers running should be provided by the package manager / software center GUI.
Just don't install things outside of package management if you don't know what you're doing. It's a
common problem people have coming from Windows. Linux doesn't have uniform system config / ABI
across distros, so you can't just download "Linux" software direct from vendors and blindly expect it to
work.
>>92030149
The only thing that works out of box on Linux is the terminal bro.
>>92017976 (OP)
bros, I'm just curious, what happened here? trying to boot from an older kernel also
gets stuck but at systemd not this block thing. It doesn't happen with mint nor fedora,
just ubuntu. I decided to use mint for now as I gather more knowledge before trying
other distros. don't really want a howto fix, just looking for some understanding on
what had gone wrong.
btw is elementary os the most goated GNOME distro or should I use regular GNOME on something like
arch or ubuntu? I need to switch to GNOME because all the popular people on the internet use it and KDE
is too windows-like
>>92030980
install gentoo and enroll your own certificates
>>92030980
isn't elementary pantheon?
>> Anonymous 03/11/23(Sat)18:11:51 No.92031209 ▶
>>92031084
Pantheon is modified GNOME
>>92031344
https://bodhi.fedoraproject.org/
i've just installed Manjaro on Termux on my Mi Pad 5 cuz i wanted to have proper Anki desktop on my
Xiaomi Pad 5.
But after I've managed to install it, run it, install Anki and the addons I wanted, and then shut it down...
>>92031344
Between a few days and the next point release depending on the package and nature of the update.
Median is probably like 3 weeks.
I have Ubuntu LTS so I don't have to update the OS that often, but it comes with
pretty outdated packages. Homebrew has up to date packages, and they're all
binaries which is pretty cool, so I don't need to waste my time with compiling stuff.
Perhaps some people will recommend using PPAs for up-to-date binaries for
Ubuntu. But then I have to go and hunt a PPA for each package I want, and how do I
know I can trust these PPAs? I think Homebrew is pretty trustworthy, it's a big project.
Thoughts?
LTS distros are for corpos home users should be on testing/rolling release/the equivalant
What's the objectively best image viewer for Linux? Like JPEGViewer for Windows.
>>92031452
libaom 3.6.0 has been out for over a month, yet Fedora still only lists 3.5.0
>>92032078
Check >>92031434
>>92031854
I looked up distrobox, it seems to be for running different distros inside containers?
I'm just looking to install packages though. Maybe I should try Homebrew on Linux if I can be bothered. I
installed pyenv so I could get the latest version of Python, but I think it then built the latest Python from
source, which is probably why it took so long and my CPU started melting. Homebrew has binaries so I
could have just installed the Python 3.11 binary I think. So the next time I need a new version of
something maybe i'll try Homebrew, if I can be bothered to install it.
Thank you for your suggestion of distrobox but yeah I'm not sure it's what I'm looking for at the moment...
but maybe one day I will need something like that, so thanks.
>>92032536
pyenv has an option to download binaries instead of building from source fyi. i don't remember what the
option is off the top of my head
how the fuck can i share a drive over smb on fedora? holy shit i sometimes hate gnome, this should be a
simple task
Do some of you use Twitch with dmenu (or bemenu, or xmenu etc.) and can also map followed channels
(offline in a txt file) and search them? I'm looking something like wtwitch but I could press <shortcut1> to
search Twitch channels and <shortcut2> to see who is online or offline in my following.txt file. Then I could
also press <shortcut3> to search channels, select one and select one VOD from list.
I can do everything already with wtwitch, but I can't use it with dmenu and I'm forced to open terminal and
then use my bash aliases to use that. There is some scripts to do something but most of them are
incomplete or don't do everything.
>>92032756
So I want basically ytfzf but for Twitch.
>> Anonymous 03/11/23(Sat)19:58:05 No.92033068 ▶
>>92032585
Ah fair enough thanks maybe I'll try that next time
>>92031451
. is current directory, did you forget to cd to .sh directory?
>>92032650
https://docs.fedoraproject.org/en-US/quick-docs/samba/
GNOME only supports DAV
What cheap laptop's would you recommend me that are good for programming and 3d models
i wanna use a tiling wm because usually keyboard based workflows i find have productivity advantages
overpoint and click for things that you do often. however i cbf being a tinkerer and individually installing all
the components that would usually come in a desktop environment and then fucking around in config files
trying to make it all look not complete dogshit together. since no mainstream DEs include a tiling window
manager what's the best option for installing a wm that just werks? does replacing the default WM in
XFCE work smoothly?
>>92034497
AwesomeWM works out of the box. You can use Super + S for the keybinds at any time.
>>92031829
This.
What is the equivalent of Map Network Drive in Windows on Linux? I'm using KDE if that matters
>>92033708
some bioses need to have disks in ahci mode to be detected in linux
>>92034538
sweet, thanks
>> Anonymous 03/11/23(Sat)22:41:48 No.92035162 ▶ >>92042175
95% of my vidya runs on Linux and I only want Windows for the 5% that don't, so I'm trying to decide
whether I should change from dual booting to a VM with gpu passthrough or not (getting new drives so I'm
going to be reinstalling everything anyway).
But I'm a bit confused, what gpu does Linux actually use by default when you follow the steps to make a
windows VM with gpu passthrough? Say I've got an igpu and then a main gpu, when Linux boots will it be
using the main gpu until the VM is launched and then changes to using the igpu, or will it just be using the
igpu the whole time even when the VM is off?
>>92035129
If you ever feel like changing something AwesomeWM has extensive documentation
https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html#
>>92034979
nevermind i got it
fileSystems."/media/anime" = {
device = "//10.0.0.246/anime";
fsType = "cifs";
options = [ "credentials=/etc/samba/credentials,uid=1000,gid=100" ];
};
will all programs still run if I don't have a desktop environment? I know Nano, htop, etc will
run in the terminal, but will say LibreWolf run?
I got a cracked windows game I'm trying to run with wine 8.1. It loads up and plays fine but for some
reason it's missing sound effects. Music plays fine, just sound effects either don't play at all or are super
delayed. Using Ubuntu 20.04. Any advice to troubleshoot it?
>>92035389
i have to wonder why stuff like nix, guix or even yast never took off. the kind of stuff that pretty much
replaces every file in /etc.
>>92034144
>programing
you don't need anything fancy specs wise, but a ThinkPad is very nice to type on
>3d modeling
from what ive read online, something with a powerful CPU. Honestly, I'd go for
something used on eBay, 3 to 5 years old, with upgradeable RAM, storage, battery,
wifi card, etc etc. As long as it has a i5/Ryzen 5 or higher that can boost its wattage to
above 20W, it should handle 3d modeling fine. Trying to buy a laptop that can come
close to a in performance desktop is just throwing money away.
>brand?
Dell, or Lenovo's ThinkPad line. HP makes terrible laptops, ASUS is a non-entity, >Apple, there really
aren't any other brands.
>>92030149
Is this the reason why I get RPM Fusion errors when I install or update stuff because I did not go to that
site to add them? That and Pycharm give me errors on their repos when I install or update anything. I am
nearly done with getting things set with Fedora but does any Fedora user know how to enable
over/underscan the easy way? Seems like a bitch to do in the Terminal no matter how much I followed
instructions to do it.
>>92035883
i dont know, it's objectively better
anyways, is libre office draw my only option for changing the embedded
fonts in a pdf?
best video player for linux? specifically one that can loop videos, idk why that's so hard to find in the many
ive tried.
>>92036561
mpv
shift+L during a video to loop, or use the flag --loop-file=inf beforehand
>>92036441
Yeah. The correct way to handle pretty much any binary distro is add repositories to your high level
package manager and install software with that. Manually downloading and installing packages is almost
always wrong. Barring odd niche items like drivers for strange printers or crypto wallets. In those cases
you install them using the highest level tool possible, dnf, apt, or whatever. Never run rpm -i or dpkg -i
Fedora has an official copr for PyCharm that's available in the software store, and nVidia drivers are in
rpmfusion.
>> Anonymous 03/12/23(Sun)03:09:45 No.92038112 ▶
>>92036561
Best video player for any OS is mpv.
>>92035883
Because the files in /etc are not that difficult to deal with. You can template files with Ansible if you wanted
to automate them but realistically speaking it is not that difficult to open a text file in Vim one time, set it up
as necessary, close it and never look at it ever again.
>>92029692
Apparently, everyone else is afraid to state the obvious – Fedora is very far from being a popular choice
for any kind of gaming.
This >>92030149 is a good reason to stay away from this distro – having to add unofficial repos for basic
things like drivers is madness.
What does the Fedora installer do if it doesn't give you a functional system in the end? If it knows you
need those repos, why doesn't it enable them at the right time?
>inb4 non-free
Non-argument.
>>92031676
What sort of packages are old on Ubuntu?
Most software you need is always up to date (browsers, IDEs, chat programs, yt-dlp). Drivers and the
graphics stack are updated at every point release.
>>92034143
fucking lmao
>>92029692
>>92038167
Using nobara is fine though right? It seems to set fedora up for gaming.
>>92035883
Nix and Guix can't manage configuration, only render it. Needless to say, this is useless beyond the most
basic case of provisioning a new system.
>>92036561
VLC
>>92038384
I have no idea, but I doubt that a good gaming distro can be built on such a shit base.
>>92038425
So what is the ideal gaming base for a distro then?
>>92033565
>>92031451
it was a dumb thing, but because they mixed two versions of manjaro (minimal with anki, and regular),
both of them having two different .sh filenames, in the same guide, It drove me nuts and Android is not the
best to go exploring your filesystem.
>>92039108
Yes they do.
>>92038518
I don't know which is ideal, but I know it's not Fedora.
>>92038518
Nobara is a good one. Basically if Fedora had a Mint-style fork geared for gaming and content creation
first and foremost. Also uses Calamares to install instead of Anaconda, so that's a big plus.
Otherwise distros like Arch and Gentoo that get graphic driver updates faster then others is what you
want.
>>92038440
>responds to civilized criticism with ad-hominem
My expectations were low but holy shit, get a life
>>92039249
What's wrong with Fedora?
>>92028315
can you dm me the fix
>>92022757
https://wiki.archlinux.org/title/fstab
I had this script bound to Super+T that used to work but broke for some reason, maybe related to a
GNOME update?
Its purpose is to either spawn a terminal if there's none or focus a terminal if there's one. Before, I had to
always spawn a new terminal but after a while end up with tens of terminals open. I couldn't reproduce
this behavior using normal GNOME settings so I had to script this.
D=`xdotool get_desktop`
A=`xdotool search --limit 1 --class 'Gnome-Terminal$'`
if [ ! -z "$A" ]
then
xdotool set_desktop_for_window $A $D
xdotool windowfocus --sync $A
xdotool windowactivate --sync $A
else
gnome-terminal
fi
>>92040103
You're bypassing GNOME to move a window with xdotool, doesn't this defeat the purpose of using
GNOME?
On KDE one would accomplish this by scripting KWin, so I think you should look into something similar for
GNOME, perhaps their compositor has a DBus interface you can use.
>>92040142
>You're bypassing GNOME to move a window with xdotool
I'm not really familiar with the whole architecture, isn't X11 a windowing system? Why is gnome using X11
if it's handling the windows itself?
>doesn't this defeat the purpose of using GNOME?
i dunno i just want my terminal without having to move view and opening a new one window every time I
need one or sifting through my open windows to find my terminal
>I think you should look into something similar for GNOME, perhaps their compositor has a DBus
interface you can use.
apparently it's called mutter, I'll look into it, thanks.
But it's probably not going to be as convenient as xdotool and a shell script
>>92040193
X11 is one windowing system. It's not used in Wayland sessions, for example.
>>92035758
No, Librewolf can't write to a raw framebuffer if that's what youre asking. afaik
NetSurf is the only browser with that capability.
>>92035162
It will be using the integrated GPU the whole time.
Is TuxedoOS and the Tuxedo laptops any good? Build quality? Hardware support? General difference to
Ubuntu/Kubuntu etc
>>92042281
From what I've heard it's another Ubuntu derivative that's worth using.
>>92040750
Considering how much work goes into developing Chromium and Firefox to keep it safe I wonder if such
smaller browsers are worth it even if you need something specific such as that anon without desktop
environment.
Is there a way to add categories to the default Gnome app launcher, instead of having all apps thrown out
in it in random order ? Are there better app launchers for Gnome ?
>>92035758
idk about Wayland but you can run plain Xorg with on program in it. I suppose it was called "kiosk mode"
or whatever when people did that kind of setups.
>>92043174
idk about categories but what i know you can do is:
you can drag&drop icons to change the order.
if you drop one icon over another it will create folder-like object that you can use as a category. just like on
android. but i don't think that's what you're looking for. it will require additional click to open a program.
>>92043467
just install ubuntu m8
How do I color the "header" part of a terminal? The part that says foo@bar. I've seen variations from just
the first part being colored to the whole thing being green to symbols being appended at the end
>>92044113
search "colored prompt"
>>92044148
>prompt
Yeah, that did the trick. I just needed to figure out what that thing was called
>>92044339
I stopped downloading porn and now there's nothing to backup really.
how good is Budge compared to other wm? at first look it seem like pantheon that works.
>>92044527
ty fren
>>92044384
kek
I've come to accept that I have some sort of mental disorder and most interfaces just overwhelm me with
the amount of shit on screen. Likely some sort of acquired ADHD. To combat this, I've switched over to
Awesome-WM and it makes things more manageable. Wondering if any anons here can relate and have
any recommendations for software that can keep me productive?
Thanks for your consideration.
>>92044754
for me I just makes everything fullscreen and use multiple monitors. that way I can hone focus to one
monitor/window at a time.
>>92044391
sex
>>92044391
the girl?
Do write speeds get much slower when you're booting from a Live USB? I'm using a Kubuntu Live USB to
get in to a broken Windows machine. In the other USB port is a stick that I'm backing shit up to. The
reported write speed is less than 1 MB/s.
>>92017976 (OP)
What does /fglt/ think about WSL? I've been using arch for the past two years but I was thinking of
switching because I need some Windows programs that don't run well with wine
>>92045802
EndeavourOS *is* Arch.
>>92045833
It's not the Live USB itself that's slow, it's just that the writing to the other USB is slow as fuck.
>Try to put the stick in a port thats connected to another USB header
Already done. The two ports are on opposite sides of the machine.
>>92045811
I know it's Arch based. I meant does it seem like it holds updates back like Manjaro?
Anyone know which kernel update will address the TPM-induced stutter with AMD CPUs?
>>92045802
>>92045993
If EndeavorOS is anything like Antegros, it's the standard Arch repositories + an extra repository vs.
Manjaro where they fingerfuck all the packages and have completely separate repos altogether.
>>92046153
I've only heard about this on Windows, Does it really happen on Linux?
>>92045993
>>92046153
I just looked it up, and yeah, it looks like the standard Arch repos with some of their own overrides in a
separate repo, just like Antegros, which is their supposed "spiritual predecessor".
>>92046227
Yeah, it was introduced in Linux kernel v6.1, and as of 6.2.2, it's still not fixed. I heard they were working
on a fix through a Brodie Robertson video, but searching for it, I can't find anything else.
what's the point of using nix/guix outside of their respective distros? won't that duplicate the system
packages?
>>92046841
there is no point to use any package manager outside of the distro(s) it's made for
>> Anonymous 03/12/23(Sun)14:53:55 No.92047272 ▶
>>92046841
One reason is if you want to try it out before getting the full system. To get acquainted with it (it won't
conflict with your other package manager, so although you will have redundant libraries it won't break
anything).
Also for deploying software on other machines. For example I configured a web server for guix and then
wanted to host it, so I just got a VPS that had CentOS and put guix on top of it which could then run my
server configuration.
But I also don't recommend making multiple package managers a normal thing. The idea situation is
always to have a single one.
>>92047499
Making fun of something and using a meme that was derived from making fun of it are 2 very different
things.
They only seem like the same thing when someone is on a witch hunt and wants to see drama
everywhere (or so they can "cancel" someone).
>>92047564
>not playing libre cities
scandalous
sensors
is running even remotely accurate? when under any load it shows my CPU temp to be roughly
50 degrees and as soon as I close whatever software I'm running it instantly reports 28-29°C
>>92039573
Somebody tell me straight because I've been seeing this for years and never understood it: is it just a
minimalism-autism thing that's making you fags screech at the idea of enabling a repo, or are y'all
legitimately retarded that pasting a thing into terminal is just too fucking hard? How in the flying fuck is this
a legitimate complaint, let alone the worst thing you can think of about Fedora? It's like uninstalling an OS
because you don't like the default wallpaper.
>>92048261
If the maintainers of the software didn't include it in their repository it's unsupported. That's all. You
probably just need to know a tiny bit more about your distro and how packages are managed to make it
work correctly every time.
>>92048363
>If the maintainers of the software didn't include it in their repository it's unsupported.
In the case of Fedora, it's a technicality to appease retarded US laws particularly because DoD is IBM's
biggest client.
>You probably just need to know a tiny bit more about your distro
Project more, faggot
Trying to customize xterm font on i3. For some reason, .Xdefaults seems to be ignoring `faceName`. To
be more specific, no matter what I put there, I get some generic and a bit too widely space monospace
font. If I don't have faceName in there at all, then xterm has some aliased font
>>92048570
Guess I should post my .xDefaults
xterm*Background: black
xterm*Foreground: white
xterm*utf8: true
xterm*locale: true
xterm*renderFont: true
xterm*faceName: Noto Sans Mono
xterm*cursorBlink: true
>>92048261
If you genuinely compare installing system components, as root, with changing a wallpaper, then there's
nothing to discuss with you.
>>92048567
You just went full retard
>> Anonymous 03/12/23(Sun)16:25:24 No.92048767 ▶ >>92048879
>>92048652
It's called an analogy, Anon. Autists usually struggle with understanding those, so no surprise there.
>>92048604
Maybe try without spaces "NotoSansMono" or try wrapping it in quotes.
And verify that the font is found by fontconfig with fc-match
I'm on arch and I have a really weird problem where I can't connect to my home wifi from my laptop unless
I connect to a different wifi network first (phone hotspot) and then connect to my home network.
My Laptop is using Intel® Wi-Fi 6E AX210 and no other device seems to have issues connecting to my
home wifi
>>92048767
>i-i was just pretending!
>>92035786
my guess is that the sound effects are stored in a different format than the music and whatever
library/specific function that would be responsible for reading it is acting up
isnt the console littered with error messages by any chance?
>>92035758
>>92040750
librewolf has a headless mode
browsh can be used as an alternative front end
>>92048776
Can confirm the font shows with fc-match. I tried with spaces, dashes, double quotes and single quotes.
Still nothing. Funny enough, I also put pixelsize=14 at the end and that works
>>92049256
Investigating it further, I almost suspect I already have Noto Sans running, though Neofetch does NOT
say as much. I also tried switching to a serif font for giggles, no luck there
>>92049560
devuan with icewm
puppy
netbsd
alpine
hello frens, i am windows user, but i'm probably going to update my pc soon and will likely switch to linux
during the same process. i would probably classify myself as a noob+ when it comes to linux, and i have
questions. i was probably going to install arch or something since this will be my daily...here are my
questions bros:
will i still be able to run windows softwares that i use for uni and work
will i still be able to vidya without shitty performance, or in other words, has linux gaming advanced to a
point where it's actually viable
if i can't do both of these things i will probably use tiny11 instead. if i can do both of those things i will
probably switch my laptop to arch eventually if all goes well. it'd be cool if i could customize everything,
use a window manager that looks like windows xp maybe
>>92049329
Welp, I installed a different font (Cascadia Code) and that worked right away. Weird.
>>92049776
Linux is only worth it if you're genuinely interested in it, or feel like learning about it might be a useful skill
for you in the future, but most importantly, if you're willing to make sacrifices. If you want everything to just
work, stick to Windows. LTSC is great; I recommend 2019.
>>92049893
Well, I mainly want to use it because it's open source. Ethical reasons, I guess. As a programmer I also
like the idea of customizing everything.
So I can't run .exe files, even with emulation? I can't vidya? I thought Steam had some sort of proton layer
out, but that it was still "in development" and doesn't work very well except for major AAA games.
>>92049960
>So I can't run .exe files, even with emulation? I can't vidya?
99% of the stuff will work fine, but then if you're still gonna boot into Windows for that 1% that just won't
work on Linux, then aren't you gonna start asking yourself "why bother" in the first place?
>customizing everything
I also heard about this meme before I used Linux. I imagined it being like, tick boxes and sliders to make
your shit exactly how you want it. In reality, the "customisation" is more about swapping out one half-
assed component for another and praying it won't give you even more problems. And if you complain about
literally anything, you'll just get told to "code it yourself lmao".
>>92049960
Proton is extremely good now, you can play the majority of steam games with no issues.
You can always check protondb if you want to know if something will run on linux.
>>92017976 (OP)
Gentoo appears to be stuck updating keys when trying to sync new packages.
running 'sudo emaint -a sync' just gets stuck on 'Refreshing keys via WKD ...'. There's no network activity
and no cpu activity for it.
Anyone know how to fix this?
>>92050513
I seem to have the same kind of issue when loading layout.conf when trying to install a package.
It just gets stuck on Downloading 'rsync://rsync.gtlib.gatech.edu/gentoo/distfiles/layout.conf'
>>92050653
I tried changing the repository mirror in repos.conf/gentoo, but it still uses gatech
>>92050697
I think my isp is doing something retarded.
I was able to change GENTOO_MIRRORS in make.conf to change it from gatech. I'm using an http ipv4
mirror now. It says it connects, then it's awaiting a response, then it fails.
>>92050763
disabling ipv6 fixed it for some reason
>>92050099
>I imagined it being like, tick boxes and sliders to make your shit exactly how you want it. In reality, the
"customisation" is more about swapping out one half-assed component for another and praying it won't
give you even more problems
So...I can't skin my OS to look like windows 98 or some cool shit? Just basic minimalist garbage like
Ubuntu??
I'm bothered by how far apart the letter spacing is, but I'm stumped on how to fix it. I
tried putting lineSpacing, lineSpace, maybe fontSpace and a few other things.
Am I stuck with this? Is there something I'm missing? Alternatively, what's another
good font I can use?
Hi, so I own pic related and have enabled drivers in the kernel - super easy. Just one
thing - I have two choices (among a few redundant ones)
and
They both sound the same with minor differences, but with an external DAC like a Focusrite Scarlett should I
just stick with Digital Stereo Duplex? KDE depreciated pavucontrol as its baked into the DE now so I can
switch freely but as far as Linux audio optimization goes what would be the correct profile?
>>92051296
werks on my machine
>>92051388
Maybe a different font is the answer.
>>92051439
Terminus 12 is beautiful.
terminus-fonts btw
Is this the correct partitioning/formats for using this USB drive on Windows? I
thought it was but Windows can't see the drive.
>>92051689
NTFS is should work, but generally you want to use exfat to go between windows and linux.
>>92051357
They are exactly the same, the differences are in your head.
Hi,
I'm getting "Segmentation fault (core dumped)" error recently when using FFmpeg. I just update my Arch.
This only happens when encoding x265 via hardware (hevc_nvenc), no matter what options I used.
Everything else is fine, even h264_nvenc.
I'm unsure where the error is coming. Maybe isn't a FFmpeg issue. I can't rollback to ffmpeg 5.x because I
don't have that package.
>>92051876
>nvidia
>>92051981
It worked less than a week ago. I'm encoding via software now and is extreme slow. There is no info
across internet, Idk why.
>>92051876
this is the closest thing i found
https://github.com/HandBrake/HandBrake/issues/5002
>>92052406
It's more experimental. There's no reason to use Debian Sid over something like Arch or OpenSUSE
Tumbleweed.
>>92051689
Yes. How does it show up in the Disk Management interface in Windows?
>>92051722
No reason to use exfat for PC to PC. It's a worse filesystem in every way.
currently wrought with temptation to download windows to play destiny 2 and maplestory - torvalds and
stallman grant me your strength
Is there like a sed or awk generator? Like I give the input and desired output and it does the calculation
itself?
>>92053732
Ask Chat GPT. It'll probably do a shit job but maybe something will work.
You should probably just learn how the tools work or ask somebody.
>>92053784
it actually gave me exactly what i wanted
>>92053428
You could always use one of those custom 10 ISOs that remove telemetry completely from the system to
have all the Windows compat and none of the gaff. Something like AtlasOS, which is an open source one.
>>92055088
i've never heard of that what the hell! thanks anon will look into it
>>92055319
It's one of many, though Atlas is the only open source one. Another one that is pretty good is ReviOS.
All these custom ISOs have carving out the telemetry shit as the main thing in common.
>>92017976 (OP)
vimbros hepl me
im trying to remove all all whitespace from my selection. I start by selecting what i want
then i type this command
%s/\s\+$//e
but it tells me
E33: No previous substitute regular expression
>>92017976 (OP)
How do I disable my laptop fan on Linux Mint? The fan's bearing is broken so it doesn't do shit anyway.
Laptop is a good old Lenovo Z580.
>>92055745
Ubuntu would do the job. Just get the latest LTS ISO and you're golden.
I'll be getting my NVME really soon and I really don't want to reinstall my shit.
I was thinking about partitioning the same way as the sata (boot swap root), copy each partition from the
running OS, update my fstab and grub configs and just reboot.
Would that work?
>>92055505
In the motherboard's BIOS settings (but I'm guessing it won't let you do that) or open it up with a
screwdriver and disconnect it
>>92056073
Yep. If you're booting from a PARTUUID (you really should be) you won't even need to change anything.
Just make sure to wipe the other drive first or re-generate its UUID
>>92017976 (OP)
What does the % symbol mean in:
$ man %command%
$ info %command%
$ %command% -h/--help/-?
$ help %builtin/keyword%
>>92056158
>just carve the fan out with your knife
I appreciate what you're saying, but there's gotta be a way to do it from bash. I don't feel like swapping the
fan because I don't use the laptop enough. It's almost 15 years old. I only still have it because it has a
bunch of data, and that laptop got me through college.
>>92057078
You might be able to do it with fancontrol but a lot of fans aren't controlled by Linux they're controlled by
the motherboard (based on temperatures or a custom curve, etc)
>>92057058
it's just to identify a placeholder
>>92036561
mpv just werks
but if you find it too arcane and minimalist for you vlc is an option as well. Also doubles as a music player
if you want
>>92057414
I'd rather just use a GUI built around libmpv like mpv.net or mpc-qt.
>> Anonymous 03/13/23(Mon)03:49:36 No.92057484 ▶ >>92057500
>>92057478
Mpv doesn't really need a GUI
>>92057484
Well yeah, but for the people that need a GUI to be comfortable they exist.
>>92057500
The OSI is user friendly enough and the keyboard shortcuts are simple and easy to memorise too
>>92053428
>>92055088
>>92055319
>wallahi brothers shaitan is tempting me to consume alcohol and drugs
>salam alaikum brother, just drive around town with your cousins inhaling laughing gas in the car, it's not
NOT allowed
>bismillah brother!
>>92057594
You good, anon.
>>92057516
I'm not saying it isn't user friendly nor hasn't got easy to memorize keybinds. I've used base mpv for years
and I'm happy with it.
can i actually use this thread to convert people to gnu/linux? or is it just larp
>>92057809
I mean, sure I guess? I dunno what you're really asking for.
You mean the posts in here would want whoever you want to "convert" to feel better about changing from
Windows/Mac to Linux?
so I switched from debian to gentoo for my server, mostly to clean up everything it was a mess. Set
everything up in a vm and booted, but the files I set up in local.d to start some services didn't work. I'm
retarded and read through all the openrc guides but they're not that helpful.
My question is what am I doing wrong here?
#!/sbin/openrc-run
command="pythonprogram"
description="I'm retarded"
pidfile="/run/${RC_SVCNAME}.pid"
command_args="-p ${pidfile}"
command_user="user:user"
directory="/home/user/program/"
command_args_background="--daemon"
extra_started_commands="reload"
procname="program"
depend() {
need net
}
reload() {
ebegin "Reloading ${RC_SVCNAME}"
start-stop-daemon --signal HUP --pidfile "${pidfile}"
eend $?
}
start() {
ebegin "Starting {RC_SVCNAME}"
start-stop-daemon --background --start --exec \
--u command_user --chdir directory \
command --pidfile pidfile \
I'm getting "start-stop-daemon: (null) does not exist"
>>92057875
yea
>>92057892
>when something becomes mainstream
don't worry I daily drive deblobbed OpenBSD and LFS
posted from dvorak qutebrowser running without a window manager or mouse
>>92057902
use systemd
>>92058134
oh ok
>>92058134
not a solution
>>92058161
try it and you won't want to go back to this shit. if you want a random retarded guess as to where the
script is failing, I'd say pidfile is not defined at the stop function
>>92058171
>>92058161
I think I'll just run those programs with a script that launches everything with & at the end and call it a day
fuck it
>>92058188
From what I can tell he is trying to run a python script at boot so I think a hacky solution like adding it to
your .bashrc is adequate
>>92058278
Yeah, screw actually creating services, that shit's for distro maintainers
>>92058297
based
>>92058285
yes, plus the server is on 24/7 so it doesn't matter how something is stopped/started
>>92057775
I know. I just meant that anyone that says Mpv needs a GUI hasn't properly given it a shot and taken the
time to learn how to use it. It does everything you could need it to do.
I can't imagine why anyone would want a GUI unless you use GNOME (Celluloid integrates a bit better
than stock Mpv because GNOME doesn't follow the same established standards as others)
>>92058352
I recently just found out it can also run m3u8 files for iptv. Shit's a little miracle.