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


Brief downtime for maintenance shortly. Maybe 10 minutes. Idk.

[Advertise on 4chan]


File: distrobox.png (989 KB, 1600x900)
989 KB PNG
Users of all levels are welcome to ask questions about Linux and share experiences.

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

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

If you would like to try out Linux you can do one of the following:
0) Install a Linux distribution of your choice in a Virtual Machine.
1) Install a 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 Linux distribution without installing anything.
3) Go balls deep and replace everything with 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 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

Linux Games:
>>>/vg/lgg

Previous thread: >>109655761
>>
File: 1773288049181587.png (2.09 MB, 1075x1350)
2.09 MB PNG
>Friendly Linux Thread
>>
File: 1769899873194316.jpg (60 KB, 1024x894)
60 KB JPG
Use f2fs.
>>
>>109688045
I use it for my SD cards
>>
>>109687821
Distrobox edition? I will not be very friendly and civil if you use docker instead of podman
>>
>>109688244
Use it on your SSD.
>>
File: 1770755184878199.jpg (114 KB, 640x640)
114 KB JPG
i'm getting an old laptop to use linux for the first time ever and i will install arch on it
>>
>>109688950
What laptop is it? If you haven't chosen one already, avoid chromebooks as many of them use eMMC drives.
>>
>>109688963
thinkpad t490s
>>
How can I check a computer's RAM make and model from inside Linux (going into the BIOS not allowed) and without opening the case?

I already tried
sudo dmidecode -t memory

But that's not giving me the info I want (namely, the model number of the specific RAM stick used. It gives me the serial, which is useless for me)
>>
>>109689212
Part Number is also blank?
>>
>>109689299
DDR4 3000
that's just the type and the speed in Mhz
>>
>>109689314
It just says "DDR43000"? Usually the Part Number tells you literally everything about it.
>>
>>109689350
Yea. It just says that

Full output of one 8GB stick:
Handle 0x0030, DMI type 17, 40 bytes
Memory Device
Array Handle: 0x0027
Error Information Handle: 0x002F
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GiB
Form Factor: DIMM
Set: None
Locator: DIMM_A2
Bank Locator: BANK 1
Type: DDR4
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 2666 MT/s
Manufacturer: A-DATA
Serial Number: 8A240500
Asset Tag: Not Specified
Part Number: DDR4 3000
Rank: 1
Configured Memory Speed: 2666 MT/s
Minimum Voltage: 1.2 V
Maximum Voltage: 1.2 V
Configured Voltage: 1.2 V
>>
>amd anti-lag
>enable
>lag appears
>disable
>lag disappears
Thanks Lisa Su
>>
Does anyone have any thoughts on running tmux in a headless Linux environment?
Are there better ones?
>>
File: 1763206473008786.jpg (6 KB, 230x219)
6 KB JPG
can I somehow force elogind to create reproducible cgroup names for login session? it seems it assigns c1,c2,c3... to each subsequent login session and it messes up with my rootless podman setups
>>
>>109688983

have you read about libreboot and coreboot i sure havent
>>
>>109691667
never heard of it
>>
>>109690957
You can patch the source code to do whatever you want to, yeah. I have a feeling they're not supposed to be deterministic though. Why does your rootless podman care about elogind?
>>
>>109690883
It's bad, use low_latency_layer instead.
>>
>>109687821
can i go binary only on gentoo?
>>
>>109692536
They make it fairly easy to go majority binary-only on Gentoo these days, yeah. Though some things might still not have binary packages so you'll need to build as normal.
But also then why not just go with Arch instead?
>>
>>109691989
rootless podman depends on systemd to provide it cgroup parent to create new cgroups, when this condition isn't met it tries to start containers in cgroup belonging to PID 1 that just happens to be top level cgroup root, to which I as an unprivileged user have no access.
Solution would be to manually specifying my login session's cgroup, but that's a permanent setting you cannot change later (you can clone containers and change it then but it's yet another inconvenience).
and no, I am not going to treat my containers as cattle where runtime is purely immutable and separated from data plane so I launch containers with start instead of run.
>>
>>109692536
just use arch
>>
File: stux.jpg (79 KB, 500x335)
79 KB JPG
>>109687821
How far back would you have to go in terms of hardware if you wanted to build a desktop PC that used exclusively libre software? Going easy-mode and saying that said PC would also be hooked up to ethernet so you don't have to go through any wifi chicanery.
>>
so from last thread, went through some bs but I basically reinstalled Fedora KDE,then it would still got to ios and had to select the boot, then I clicked something and the nvme went LOLLMAO EVEN mode, nd now I was on Bios loop, so back to Live USB, had to create a 1.99gb partition, leaving back the broken installation there, since that would prevent any fresh installation and now it works fine and no problems so far,boots correctly, played palworld a couple of hours, transferred some CD's, didn't knew that Fedora would basically show you every format in different folders and it was just that easy to get my CD's there, only transferred some, watched some animu, I only cant post here because "lol your IP range etc"

and yes SMART status was good, but that tiny section now hold a very broken and angry grub or whatever



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