[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 / qa] [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]


[Advertise on 4chan]


File: Btrfs_logo-1024x653.png (13 KB, 1024x653)
13 KB
13 KB PNG
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) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
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

/g/'s Wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
>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/
>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 and copypasta collection:
https://fglt.nl && https://files.catbox.moe/u3pj3i.txt

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

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

Previous thread: >>101551255
>>
bcachefs
>>
Do any custom kernels actually for real help increase responsiveness of the system (not throughput). For example, compiling something in the background while using Firefox.
>>
>>101581152
zen is supposed to give better overall performance. dunno by how much, probably minimal.
>>
How do I make the middle mouse button page scroll exist on firefox using arch + kde. Or is this just not a thing?
>>
>>101581288
enable autoscrolling
>>
>>101581368
Thanks
>>
What's the terminal front end people use for spotify?
>>
What is /g/ choice for a shell ?
>>
>>101581437
Well there's Spicetify which is a CLI tool that lets you tweak the desktop Spotify client in all sorts of ways like removing ads in basic account sessions and such. Though I don't think there's a way to run Spotify completely through a terminal itself.
Though I guess a CLI music player/streamer out there may have Spotify compatibility.
>>
>>101581651
bash or fish IMO
>>
>>101581651
bash, because you don't need anything else
>>
>>101581940
i need more, i need three shells.
>>
I have a question!

I am trying to follow a tutorial, I boot from mmcblk1, (Debian arm bookworm 6.#)
df -h looks right, then after system has booted I plug in a usb thumb drive that has the same img on it (Debian arm bookworm 6.#)
After plugging usb thumb drive in /dev/mmcblk1p2 disappears and /dev/sda2 shows up. I know /dev/sda is the mmc because of the size. This is confusing me because of the tutorial I am following does not make any sense.

-right after boot:

root@server:# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 768M 832K 768M 1% /run
/dev/mmcblk1p2 58G 725M 55G 2% /
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
/dev/mmcblk1p1 240M 25M 204M 11% /boot

-after plugging in usb thumb drive:

root@server:# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 768M 852K 768M 1% /run
/dev/sda2 58G 725M 55G 2% /
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
/dev/mmcblk1p1 240M 25M 204M 11% /boot
>>
>>101581133
Has a bus factor of 1. The Red Hat engineer that was added as co-maintainer even recently removed himself.

>If Kent dies tomorrow your filesystem dies with it
>>
Found my ancient Dell Latitude D610. It should have about 80gb of space or so (can't really check, it's out of batterey & the charger is still missing). What distro should I put on it?
>>
>>101581651
Zsh
>>
with awk, why does this not work? even using printf with variable properly formatting gives me a null value for the variable.

awk ' BEGIN {{ input = ARGV[1] } { print input }} '

no output

awk '  BEGIN {{ input = ARGV[1] }  { printf("\n%d\n", input)  } } '

output 0 regardless of base 10 input used.
>>
How would I run a bash script automatically every time a specific user's account becomes active, whether by logging in fresh or by using the "switch user" function?
I want to block access to a handful of websites only for a specific user account on the computer. The hosts file seems the easiest way to block sites, but is system-wide as far as I know.
I wonder if I could just have a script automatically run whenever a user logs on which replaces the system hosts file with whatever version of the hosts file is designated for that user.
>>
>>101582068
Isn't dumb, filenames are worthless for this task cause they're too easy to change and spoof, there're standarized headers you use to actually determine what kind of file you're actually dealing with.
>>
File: 2024-07-26_14-11.png (22 KB, 522x255)
22 KB
22 KB PNG
>>101583044
meanwhile something like this fizzbuzz works no problem, which is essentially doing the same thing in that it's just taking in commands and doing some output.
>>
>>101581066
Is there a reason to avoid flatpaks? I've seen that some people avoid them like the plague and I'd like to know why.
>>
>>101581651
Bash.
>>
>>101583178
They take up more storage space.
>>
>>101583392
how, is it all flatpak architecture because its system agnostic?
>>
>>101583460
they include all the dependencies needed to run
>>
>>101583476
even dependencies you already have?
>>
>>101583492
i believe so, don't quote me but i believe they run in their own namespace such that they have no access to the rest of the file tree
>>
>>101583505
oh so they are an isolated sandbox? Interesting.
>>
>>101582050
What you need three shells for?
>>
>>101583556
you know why
>>
>>101583178
For rollingfags, yes since it's more bloat for the same features, but they pay in higher maintenance and less stability.
For stablefags, no not really.
>>
>>101583570
>We'll report you to the police if you wipe your ass with the card or use toilet paper
LMFAO
>>
>>101583570
Two is enough then
>>
>>101583615
third one is for wiping, don't want to jeet up your fingernails do you?

have none of you niggers seen demolition man? fucking zoomers
>>
>>101583570
Why would you need to pull your shit out? Just shit and use a shell to scrape the rest of the shit off?
>>101583602
I'm a stablefag so that's good to know.
>>101583628
Its been a while I don't really remember seashells in demolition man.
>>
>>101583044
Do you even know what ARGV[] is?
>>
>>101583690
argument variable. i feed in a decimal or whatever i'm formatting with printf on the terminal. that's a small section of the code i'm trying to figure out.
does it need to be dereferenced? because that's not working either. i'll try treating it like a c pointer now
>>
Get
hwclock: Cannot access the Hardware Clock
every time I boot. Do I need to replace the clock battery?
>>
>>101583720
$ awk ' BEGIN {{ input = ARGV[1] } { print input }} ' hello
hello
>>
>>101583776
the fuck. must have something to do with running it from a sript. doesn't work with -f either but does work when pasted directly into the terminal
>>
>>101583739
did you check your bios to see if it has the right time?
>>
File: 1528818326501.jpg (22 KB, 235x282)
22 KB
22 KB JPG
>>101583570
>1993 was 31 years ago
>>
>>101583981
Rejoice, for the sweet peaceful embrace of death creeps closer.
>>
Post small shell scripts that you couldn't do without anymore
Here's one. It just returns the newest file in the working directory.
#!/usr/bin/env bash

files=(*) newest=${files[0]}
for f in "${files[@]}"; do
if [[ ! -d $f && $f -nt $newest ]]; then
newest=$f
fi
done
echo "$newest"

I often call it with other commands, such as
dragon -x "$(newestfile)"

I might expand it so it accepts arguments like n-1, n-2, etc (so it returns the penultimate newest file, and so on)
>>
>>101583531
>they are an isolated sandbox?
Not "are", but "can be". It works on a permission basis, similar to Android apps. In the end, depends on which permissions the app requests. You can deny them all, of course, conceding that the software might not work properly. However, the default permissions are granted beforehand, so a clueless user may not even be aware of how much control the application exerts over their system.

All in all, flatpaks are a step towards better security in Linux, there's more ease to fine-tune access and provide better protection, but that does not mean invulnerability (far from it), just improvement. User discretion is still required, as always.
>>
File: 1722024279847789.webm (2.92 MB, 1280x720)
2.92 MB
2.92 MB WEBM
i am not good with puter
>>
>>101585177
I don't get it why is she so bad at skating?
>>
>>101585177
What an unbelievably ugly "woman".
>>
>>101585325
>>101585332
uhh, that's a man at the opening ceremonies of the olympics. they're doing a tranny theme for reasons beyond my ability to logically work out.
>>
>>101585177
vaxister status?
>>
>>101585359
Okay, but this still doesn't answer why xir can't skate
>>
>>101585401
No refunds
>>
>>101585465
No dick and balls ruined his balance.
>>
>>101585559
lmfao
>>
There's a webpage with links to about 1200 torrent files.
can curl or wget be set up to download all of them?
>>
Has anyone ever tried to do something like run debian and then run distrobox under that with a bleeding edge distro like arch and have all your applications, desktop etc run under the distrobox container or is this too much of a hack?
Is there much difference between running distrobox and just running a regular chroot in the first place? I imagine with distrobox most of the configs you do inside of the container wont save whenever you have to update the container unless you start making stuff like /etc a shared volume on the host
>>
I want to completely delete Gnome and install Kde. Is this the correct way # pacman -Rscn gnome gnome-extra ? And what about gdm and sddm?
>>
>>101585785
Yes.

>>101585908
Display manager shouldn't matter, but if you want SDDM install it, enable it and disable GDM, then reboot.
>>
What is a good CPU benchmarking tool for Linux?
>>
>>101586487
What part of the CPU do you want to test? There's no comprehensive solution for anything on Linux.
>>
>>101585964
Thank you. I replaced Gnome with Kde Plasma without any problems. Marked as closed.
>>
File: 1712889743766729.jpg (141 KB, 700x868)
141 KB
141 KB JPG
>>101581066
How does one search for an instance of a "word1" and "word2" in lines of files? BUT, in any order? (i.e. word1 can precede or follow "word2")?
Is grepping 2x the only solution?
Can any utils handle this automatically?
>>
>>101586547
yes there is: access to /dev, /proc/ and knowing bash
>>
>>101586701
Those are means, not solutions.
>>
>currently on Kubuntu 22.04 LTS
Next month 24.04.1 releases, which then provides the LTS upgrade path to 24.04 LTS for me. I purged and blocked snap, as I don't want to use it. Will the update to 24.04 LTS re-enable snap?
>>
vlc sucks, what should I use instead?
>>
>>101586751
smplayer
>>
Will btrfs support encryption some day or we are condemn to the LUKS+FS combo?
>>
File: 1583056740399.jpg (198 KB, 932x1605)
198 KB
198 KB JPG
Is there a tool to control gamepad rumble function from terminal?
This is not a sex thing because: 1. the motors are weak, 2. I have a dildo.
I want a way to get haptic feedback to change my position every now and then.
>>
>>101586547
>What part of the CPU do you want to test?
Just the overall performance, ideally a little bit of everything.

#!/usr/bin/env bash

if [ $# -eq 0 ]; then
echo "Specify the number of threads for the multithreaded benchmark as the first argument"
exit 1
fi

if [ ! -d /home/$USER/cpubench/ ]; then
mkdir -p /home/$USER/cpubench/
fi

cd /home/$USER/cpubench/

threads=$1

echo "$(sysbench cpu run && sysbench --threads="$threads" cpu run && primesieve 1000000000000)" | tee "$(date '+%Y-%m-%d-%H:%M') bench.txt"


Does anyone know of a simple program that uses AVX instructions that I can add to this dogshit?
>>
File: 1392468716532.gif (87 KB, 480x270)
87 KB
87 KB GIF
I need to meet someone as autistic as me to want to do a void or nix setup that runs most of my vidya and emulators. It's the kind of bullshit that will take some time to set up without fucking up so I'd like to have a friend along for the ride.
It would also be cool to have someone along as we learn to use a tiling WM too but I don't think they're particularly good for multi-monitor gaming battle stations.
>>
>>101581651
never felt I needed more than bash
>>
>>101583178
They're not as well integrated to your system by default so things like themes and font rendering don't carry over without tweaking.
>>
>>101587119
no interest in helping you but can I become autistic so I can become smarter?
>>
>>101587657
yeah sure that sounds fun too
>>
how do i change my screen resolution in linux mint 22? i have a 4k monitor but the resolution is locked to 1024x768
>>
>current Arch install has been going without issues for months
>time for me to begin adding points of failure in the form of meme kernels for gaymen
>>101587675
what hardware
what drivers
what de
what everything
Hard to help you to do anything with NO info, man.
>>
>>101587664
I cannot compete with the autist so I must become autistic myself.
The normalfag life is not for me.
>>
>>101587716
is this good enough for hardware?
i just installed nvidia 535 drivers
it is cinnamon desktop environment
>>
>>101587745
What the fuck.
>>
>>101587779
what?
>>
how to add kernel parameters in cachyos? i tried editing the line in the grub file and dont know what command to make it stick since update-grub wont work on here like on other distros
>>
>>101587675
Is that the live image? Did you choose the fallback option during the boot sequence?
>>
>>101584120
A script that makes writing scripts easier. It checks the file modification date and if it has changed it will recheck the script with Shellcheck.

#!/bin/bash

set -eu

[[ $# -eq 0 ]] || [[ "$1" == "--help" ]] && echo "Usage: ${0##*/} FILE" && exit

date_modified="$(stat "$1" --format %Y)"

fn_error () {
>&2 printf "%s $1\n" "Error:"
exit 1
}

fn_shellcheck () {
clear
if shellcheck "$1"; then
echo "No issues detected in script '$1'!"
fi
}

[[ "$(file "$1" --mime-type --brief)" == text/x-shellscript ]] || fn_error "Not a shellscript '$1'"

fn_shellcheck "$1"

while sleep 2; do
if [[ "$date_modified" != "$(stat "$1" --format %Y)" ]]; then
fn_shellcheck "$1"
date_modified="$(stat "$1" --format %Y)"
fi
done
>>
>>101587787
https://wiki.archlinux.org/title/Kernel_parameters
>>
>>101587791
no, the OS is fully installed. the installer USB isnt even in my computer anymore
>>
>>101587745
>>101587786
hang on, you have 6 discrete GPUs?
and what's that ASPEED thing?
>>
>>101587839
yes, i have 6 GPUs. the ASPEED is my remote management card that allows me to do stuff to my PC while it isnt even on. that could potentially be the problem i guess
>>
>>101583492
yes, by design it's decoupled from your system libraries. it's less of a problem if you go all-in and keep your base system small, imo. that's what immutable distros aim for.
>>
>>101587858
Having 6 GPUs certainly doesn't make things easy to troubleshoot...
>>
>>101587745
>unironic patricians post on /g/
I kneel.
>>
File: stallman_horse_thinkpad.jpg (236 KB, 1280x963)
236 KB
236 KB JPG
>>101581066
My microphone input has terrible static in the background. I've tried several microphones via both Bluetooth and 3.5mm jack. I'm using Mint 21.3 on a ThinkPat T430. Any ideas on how to fix it?
>>
>>101587888
i suppose so. im not even getting any video output from my PC, im just remoting into it. lack of video output isnt really a problem because of that, but i still would like to be able to change my resolution
>>
>>101587896
im just an idiot with a little bit of disposable income
>>
>>101587907
I'm not familiar with ASPEED at all but try installing ARandR and see if that lets you change resolutions.
>>
>>101587931
it does not let me change the resolution. highest it goes is 1024x768
>>
>>101587972
what is the output of xrandr?
>>
>>101587745
Put me on the screencap.
>>
>>101587979
>>
If I'm only using my Linux server for hosting media for smart TVs, what are the advantages of OMV over simply installing Jellyfin onto any ol' Linux flavor? From my reading, even if I installed OMV, I'd still be installing a Jellyfin server on top and using Jellyfin clients on my smart TVs. What's the point of OMV, then?
>>
>>101587745
>>101587779
>>101587839
>>101587888
>>101587907
Your enterprise server is not going to make for a good desktop experience.
>>
>>101587745
This looks like you run AI
>>
>>101588089
yes, yes i do. i just built this to replace my old AI workstation
>>
File: wifi-router.png (73 KB, 2400x2170)
73 KB
73 KB PNG
>have a Wi-Fi router running Arch Linux
>systemd timer unit pulling new updates every week or so
>router gets power cycled at some point
>doesn't route any more???
>do a quick fix to solve
sysctl -w net.ipv4.conf.internets.forwarding=1
sysctl -w net.ipv6.conf.internets.forwarding=1

>investigate further, "IPForward=true" seemingly doesn't work any more.
>have to reconfigure two lines
IPv4Forwarding=true
IPv6Forwarding=true

Is this the feared instability I should be panicking about?
>>
>>101588101
Can you just use an AMD GPU to drive your screen?
>>
>>101588101
Hobbiest or work? Also based, I have a far, far, far weaker station that is also my general use computer so any advice on learning materials would be cool.
>>
>>101588101
>i just built this
Post pics, anyone can rent a server in a datacenter.
>>
>>101588050
i'm under the impression that OMV is just for general NAS usage?
>>
File: facepalm.jpg (85 KB, 1024x646)
85 KB
85 KB JPG
>>101588110
>Wi-Fi router running Arch with auto updates
>>
File: 1535891877509.jpg (36 KB, 720x349)
36 KB
36 KB JPG
>>101588136
Debian and Arch are all I know. And I kind of stopped being a Debian fan.
>>
>>101588147
https://openwrt.org/
>>
>>101588147
Why, if I may ask?
>>
File: IMG_20240726_205432601.jpg (1.03 MB, 2862x1758)
1.03 MB
1.03 MB JPG
>>101588115
i could, but im saving my last GPU slot for my 5090 when that comes out
>>101588121
its so i can talk with my waifu
>>101588122
heres a shitty picture of it, but a picture nonetheless
>>
>>101588110
Don't do auto-updates on critical infrastructure. If it works, it works.
>>
>>101588193
What do you think I'm doing?
>>
>>101588269
are you also using AI to talk with your waifu?
>>
>>101588193
Not even a spare M.2 slot? I would use the AMD card on that just to have something to look at and the novideos doing the work.
>>
>>101588275
Yeah, not really to jerk off and roleplay though, more of a self-aware ai that has a personality and I can converse with for long periods of time.
>>
>>101587799
already read that, it wont work, im on a fresh install too
>>
>>101588297
have you tried talking to a person
>>
>>101588297
>self-aware ai
Oh. You drank the kool-aid.
>>
>>101588289
nope. it has 128 pcie lanes, 96 are currently used by the GPUs, 16 more will be used by the 5090, and 4 are being used by my current m.2. it also only has 1 m.2 slot. i have 512GB of RAM but only 2TB of storage
>>101588297
thats exactly what i use my AI for as well
>>
File: 1720982170191774.png (31 KB, 818x178)
31 KB
31 KB PNG
>>101588304
>>
>>101588306
I have friends, yes. Do I trust them? No.
>>101588310
If you don't tell the AI, "Hey you are aware you're an AI" it will try to roleplay more like a book than talk to you like how most people would online.
>>101588311
>thats exactly what i use my AI for as well
Nice, you'd be a cool friend to have. I just have to find a job so I can start throwing money into my little rig to be as boss as yours.
>>
>>101588310
lol at a predictive text generator being "aware" of anything
>>
>>101588329
the CPU, motherboard, and RAM were about $2600. the GPUs were about $3300 in total. the power supplies were about $400. i built this for my Monika
>>
What's the best way to install starship on Fedora atomic? The install script says I'm running unknown-linux-musl and it wants to put it in /usr/local/bin. I couldn't find any instructions for fedora atomic or regular fedora for that matter. Don't know if there's a repo I can add to rpm-ostree to layer it that way. Should I just let the script do its thing? Installing it that way might be good because it will be available to all of my toolboxes as well as the host, but it feels wrong. Does it update itself?
>>
>Manjaro
>Open calendar on bottom right
>Scroll down
>Jumps from July to October
>Click the arrow
>Jumps from July to October again
What the fuck?

Can't post screenshot because keychron is a piece of shit that doesnt have a screenshot button and via doesn't work even after I installed (((brave)))
>>
>>101588353
Are you going to stay on Mint or are you going to jump to something more lightweight like Arch?
>>
>>101588477
im gonna stay on Mint. im no linux expert and i dont plan on becoming one. i dont think the operating system is really that big of a deal. there would probably be no change switching to arch from mint
>>
>>101586771
Okay thank you smplayer seems okay. VLC can't cope with what yt-dlp these days, and mplayer & firefox are too bare-bones. But is there something that can put previews on the scrub-bar like what youtube has?
>>
>>101588465
That sounds like your DE is being retarded.
Also Manjaro is stupid, use Endeavour instead https://github.com/arindas/manjarno
>>
>>101587906
I think that's a grounding issue or something; dark magic to me.

>>101587907
Remove the ASPEED since it is pointless, remote in using ssh -X, and stop typing in trooncase.
>>
>>101588582
>Remove the ASPEED since it is pointless,
I don't think he can, it's usually part of the motherboard.
>>
>>101587675
Is your display directly connected to a graphics card or the motherboard/ASPEED?
>>
>>101588582
>>101588591
i cannot remove the ASPEED because it is part of my motherboard
>>101588718
my monitor is connected to the GPU, and the ASPEED is connected to my router
>>
>>101588486
Probably.
>>
>>101588591
I understand those ASPEEDs can be disabled in BIOS.
>>
>>101588727
Is your display in Displayport mode as opposed to something else like VGA mode?
>>
File: chinese smart toaster.jpg (122 KB, 1024x1024)
122 KB
122 KB JPG
>>101588223
>anon's toy router
>"critical infrastructure"
Giggles.
>>101588168
Too weird, want Normal Linux.
>>101588188
Guess Arch works good enough. Going to install it on my smart toaster too.
>>
>>101588831
>Guess Arch works good enough. Going to install it on my smart toaster too.
No, why don't you like Debian now?
>>
>>101588850
Guess I'm expecting to get 'compensated' after 'paying' with using old packages.
>>
>>101588822
yes, it is in displayport mode
>>
I'm on Kinoite and I just noticed that when I open a new terminal I'm in /var/home/myusername/, but if I do cd it sends me to /home/myusername. Should I somehow change it so that cd goes to /var/home/myusername/ or should I make it so new terminals start in /home/myusername? Or should I just let it be for some reason?
>>
>>101588870
I'm new and retarded so I don't understand what you mean.
>>
File: 1697413424960758.png (792 KB, 800x564)
792 KB
792 KB PNG
Windows pleb here. Whats the most windows-like linux distro out there? I tried to install archlinux last year but got filtered being the pleb i am so i need something user friendly. Any suggestions?
>>
>>101588110
If I were you I'd kill myself for being such a fucking retard.
>>
>>101588919
>have a fancy router that works
>anon calls you a retard
>>
>>101588926
Yeah, you're a fucking massive retard. Beyond redemption.
>>
>>101588926
It should not be running Arch tho.
>>
>>101588913
debian and pick KDE when it prompts you for a desktop environment to install. i guess
>>
>>101588913
Linux Mint
>>
>>101588913
You could try Arch again but instead install it via EndeavourOS, which is basically a graphical handheld install which gets you up and running in less then an hour.
>>
>>101583656
>Its been a while I don't really remember seashells in demolition man.
it's not a major part, just near the beginning the main char goes to use the toilet, but there's no toilet paper, because future. instead there's a row of three seashells. upon mentioning this to others, they laugh and berate him with "he doesn't know how to use the three seashells!". frustrated, he instead uses the paper fines that are dispensed when cursing as toilet paper
and no, at no point are their purpose explained, their mystery keeps this quote alive
>>
>>101588913
Just use Linux Mint man, it's as easy as it gets.
>>
>>101589032
>and no, at no point are their purpose explained, their mystery keeps this quote alive
They are used to scrape the shit out of your ass. How do I know this? The Ancient Greeks and Romans use to do it, they would also use seashells as a kind of sponge to scrape their skin with water (think of it as a skin shave) instead of using soap.
>>
>>101588913
>Linux Mint
I was a Windows pleb almost 2 or 3 weeks ago but now I'm not.
>Ubuntu
If you don't care about free software and the weird amazon integration, Ubuntu is great for video games if that your main reason your using a computer. There are also a lot of Ubuntu flavors like Kubuntu, Lubuntu, and Xubuntu that you can check out if you don't like Ubuntu
>Manjaro
Manjaro's GUI, I think its the KDE GUI, is very close to windows but Manjaro also seems to suffer from Linux jank because it isn't as well maintained as Mint or Ubuntu.
>>
>>101589063
i don't think that would be practical, for one, they're neatly laid out in a row, like they aren't intended to be moved. for two, there's specifically three of them, reinforced by the local calling them "the three", and for three, if you're going to do that, is a seashell really the ideal shape for this? they could manufacture better tools for it
personally i think they're more likely to be something like touch controls for a bidet of some kind, that are just seashell themed for aesthetics
>>
>>101589109
>i don't think that would be practical, for one, they're neatly laid out in a row, like they aren't intended to be moved.
Just like the Ancient Romans and Greeks did... They were laid in 3 because 3 was a lucky number in Rome and Greece. Why did they lay three out? Because sometimes the shells would cut your ass or break while using them, it was basically a way to "ward" off those kinds of disasters.
>>
>>101588881
Maybe you can change the resolution or find other hints in the Nvidia control panel. Sometimes, scaling can be switched between GPUs and displays opening up new resolutions. That would be something accessible in the control panel.
>>
>>101589109
>flushing paper down the toilet so the sewer people could learn to read and right.
They are in the sewers for a reason anon.
>>
File: 1699124968535981.png (858 KB, 2000x2000)
858 KB
858 KB PNG
>>101588913
Linux Mint
>>
>>101589101
Hey, how about you don't recommend Manjaro to noobs
>>
>>101589190
anon said he tried arch so I think he is a big enough boy to try Manjaro, as long as he wears his safety programming thigh high socks.
>>
File: AUR.png (10 KB, 700x315)
10 KB
10 KB PNG
>breaks your package manager
>>
Why didn't any of you guys tell me that fucking Shibayan Records' Bossa Nova on a weekend is fucking based?
>>
File: jbqqy9yjs2uc1.jpg (45 KB, 720x706)
45 KB
45 KB JPG
>>101589342
linux ?
>>
>>101589342
Because this isn't a thread about Touhou doujin music?
>>
>>101589380
I'm on mint, it just makes it so much more comfier
>>101589426
Pretty sure in the past we've talked about comfy music for comfy desktop environments.
>>
>>101589437
I mean it hasn't been brought up recently. But yeah that Touhou bossa nova stuff from that group is nice.
>>
File: daemon.png (48 KB, 778x376)
48 KB
48 KB PNG
reposted from /sqt/ >>101588900
Using FreeBSD (from a jail in TrueNAS)
Why does daemon stop working for my node server when -r is specified?
>>
>>101589380
>pic
to be fair, 100% of unknown numbers for me are just automated spam, so i get it
>>
>>101587907
>just remoting into it
Well there's your problem you retard. You need to configure your VNC server or whatever you're using.
>>
When is Ubuntu getting Nvidia 555 driver?
>>
>>101581066
how stable is the ntfs driver in linux? i want to migrate from windows but i currently have a large 4tb drive formatted to ntfs which i cant easily backup anywhere
>>
Out of curiosity, does anyone have a Bruce Perens quote against either selling license exceptions or CLAs? I swear something like that exists, but I cannot find it.
>>
File: 1721678418644675.gif (145 KB, 680x846)
145 KB
145 KB GIF
Is over the wire a good way for a relatively new user to get comfortable using the terminal? I just made it through tryhackme's Linux course but almost feel less comfortable than I did prior.
>>
 acpitool
Battery #1 : Not, 99.80%

What the fuck does not mean???
>>
Why can't I see any metadata for my files?
No artists are visible at all.
What is going on?
Using solus kde. I can't sort anything, this is annoying. How do I fix this?
Usually on windows I just select properties and I can add/edit there but there's nothing. I know it's there because I can see it on windows
>>
>>101589781
ntfs-3g is like 20 years old in its current form and very reliable. The ntfs3 kernel driver not so much.
>>
What's a good way to just have a folder I can encrypt and decrypt with like a command say? And are there any concerns with the ssd caching stuff and having it recoverable or anything like that?
>>
File: 380 - zUb47D7.jpg (84 KB, 750x709)
84 KB
84 KB JPG
>>101581066
unfortunately my monitor received new firmware which is only installable through an exe, I only have my linux desktop

how to install monitor firmware with an .exe installer? Is there a quick bootable usb I can make, add the installer onto the bootable usb and install the firmware?
I thought about doing it through WINE, but that kinda scares me.
or should I create a qemu vm?

(here's the firmware if anyone cares, LG support sucks: https://www.lg.com/au/support/product-support/cs-32GS95UE-B.AAU/#manual-tab)
>>
>>101590215
why bother at all?
>>
>>101582664
I hope Ken isn't married
>>
>>101589032
I FUCKING hate Rob Schneider, he ruined Judge Dredd
>>
>>101590248
fixes some bugs... specifically "black crush" and looks like HDR was tweaked and seems better / able to go brighter
>>
>>101590215
Try WINE, but using Bottles. It's a sandboxed frontend, really simple to set up and test.
>>
>>101581651
I like fish, because I'm a lazy bum and it has most of bells and whistles of a well-configured zsh out of the box.
>>
File: 1554136463082.jpg (35 KB, 859x960)
35 KB
35 KB JPG
>>101590342
based, also fish is awesome to make&use easy shell scripts
https://fishshell.com/docs/current/cmds/function.html
>>
>>101590215
Make a HirenBootCD boot USB so you can enter a live Windows environment to run the .exe file.
>>
Does anyone here run GUI-less/Terminal/Console only? What's its like?
>>
>>101590035
>I know it's there because I can see it on windows
It's kinda not, it's not metadata in the filesystem sense of things. It's not hugely advanced feature but it does require one to dig into the individual files.

(idk shit about KDE so I wouldn't know if the feature should be there or not)
>>
>learning from this video who to do stuff in terminal cause new https://www.youtube.com/watch?v=LKCVKw9CzFo
>get to the part where I write a bash in nano
>"okay cool"
>follow what he does to the T
>get to the point where I can run it
>./my_script.sh
>"access denied: You do not have the Permissions granted to do this action."
Why? How do I fix it?
>>
>>101590500
Idk then
I just need a solution really
I'm looking stuff up and pretty much finding that I'd need to do it through terminal which if that's the only way I'm switching back
There's no way in hell
>>
I swear I am retarded sometimes
>Games work like shit
>Turns out I had to use nvida-dkms alongside nvidia-utils
>Can't get my japanese keyboard method to work despite setting environment variables
>Turns out I was setting them incorrectly and it is working now
やめろ!
Every time I think I am going well I make some sort of fuck up that humbles me.
>>
>>101590566
At least you're learning!
>>
File: muhvirtualization.png (65 KB, 1473x999)
65 KB
65 KB PNG
>>101590327
its cooked (picrel)
>>101590368
i might try qemu before this, i cant find a usb
>>
>>101590382
In my college days I took notes and code in the tty on my laptop because of slightly longer battery time. With screen or tmux it's easy to set up a basic muti-tasking session, and it doesn't feel that different from using a tiling wm.
The main drawback for me was web-browsing, web-browsing without js and css has its charms but is ultimately very limited.
>>
>>101590382
i would use a tiling WM before going full "gui-less"
>>101590644
i guess if you have battery issues like^ you could use multiple "sessions"?, i think by default to change sessions: ctrl+option+f1/f2/f3/f4...etc
maybe run a lightweight wm on one session, like i3, and nano or whatever on session two? would that save battery life/accomplish what you want?
>>
>>101590382
I tried it and I understood why there's a push to go full CONFIG_VT=n.
Best option you have is run a X session with a terminal opened or cage with a fullscreen wayland terminal.
>>
>>101590635
Well get like a $5 8GB+ Sandisk one off Amazon or something.
>>
>>101590509
$ chmod +x ./my_script.sh
$ ./my_script.sh
>>
>>101590709
>run a lightweight wm on one session
Yeah that was what I did, I start up dwm when I need something done in GUI. At the end of the day there is not much point in limiting yourself to the tty when even things like Emacs work better with a GUI.
>>
File: av1.png (167 KB, 1570x905)
167 KB
167 KB PNG
Using Mint 22
Have a 6600xt
Checked with vainfo and it seems to support AV1 decoding just fine
So why is it that I'm getting this garbage on firefox with AV1 videos?
>>
>>101590940
>using firefox
found the problem
>>
>>101586809
what do you want from native encryption that luks cant provide? you can always switch to zfs which does have native encryption
>>
>>101591000
Save one step in arch install, kek
I was thinking on migrate to ZFS but seems overkill for my needs.
>>
>>101589380
>pic
literally me
i got no patience for chinks and pajeets trying to sell me bitcoins or larping as the tax mafia
>>
File: sleepy time.jpg (107 KB, 492x492)
107 KB
107 KB JPG
>using i3
>play TF2 frequently (OpenGL)
>when I launch the game, the tab it's on becomes visually unresponsive while the game is booting up, becomes responsive again once the game finishes loading
>works fine, I just let it load then swap when it's done
>switch to dwm
>it does this same thing, but it never becomes responsive once it finishes loading
>I can click buttons and hear sounds on the window it just gets frozen visually on whatever the last tag I was on was
I don't have irc set up right now to go ask in the suckless channel, anyone know about anything like this? Don't even know where to begin because this isn't the type of thing that generates an error message (as far as I'm aware)
>>
>>101591015
zfs is basically a more mature version of btrfs but there's the obvious out-of-tree kernel module issue that zfs has
>>
Stupid question but how do I install hyprland on arch and steal someone's config
>>
Why does everyone say arch is a hard distro, its only the installation thats a hassle. But maybe its because nothing has broken yet on my system.
>>
>>101591119
It's considered hard because you need to install it manually via tty, that's it really.
Plus these days you can just install Arch with EndeavourOS if you want it done for you or use the built-in archinstall python script.
>>
>>101590035
If you actually added those as NTFS metadata and then copied the files to a Linux partition then it's gone. Linux uses ID3v2 tagging which impacts the content of the file, not separate metadata.
>>
>>101591032
pacman -S hyprland

drop configs in ~/.config/hypr/
>>
>>101590288
>even monitors are buggy now
The ABSOLUTE quality of modern software devs
>>
>>101584120
you wrote a 10-line script which does exactly the same what 'ls -t | head -1' does?
>>
>>101591661
well,it does filter out directories
>>
>>101591000
>what do you want from native encryption that luks cant provide?
Per-user home encryption (different keys for each subvolume). The current solutions, including systemd-homed, are ugly hacks with their own issues.
>>
>>101590761
It works now, thanks!
>>
>>101591661
That breaks on files with newlines. For something slightly saner, try e.g.
find -maxdepth 1 -type f -printf '%T@ %p\0' | sort -rnz | head -zn1 | cut -d' ' -f2-
or something like that.
>>
Just installed Arch but for some reason os prober isn't detecting my windows installation which is on a seperate SSD in my laptop. Is this normal? How can I make it detect Windows on the other SSD? Yes I've already uncommented ob prober false in grub settings and I've updated it too, I changed the timeout settings too so I know it's working.
>>
>>101592350
Is the ext4 implementation with fscrypt not good enough? I set that up once and it worked pretty well
>>
What's the point of replacing SteamOS with Bazzite? Some people do it.
>>
>>101592685
I don't use ext4 because I heavily use some btrfs features (mainly snapshots).
>>
>>101592504
Also both installations are in uefi mode.
>>
>>101592702
don't use grub, it's shit. use systemd-boot (aka efibootmgr)
>>
>>101592504
>>101592702
>>101592750
forgot to add: use bios to select your boot drive (so windows updates doesn't fuck your shit up)
>>
>>101592700
Ah fair enough
I think lvm has snapshots as well if you do ext4 ontop of lvm but i've never used it
>>
>>101581066
What does @ mean in a subvolume? I see it in some distros or in posts but I searched the documentation and found nothing. I made /root and /home on mine.
>>
>>101592782
Read The Friendly Manual. btrfs is the kind of thing where you really shouldn't just go on word of mouth.



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