top:
day week month all

Linux

Community for : 4.1 years

v/Linux is home to all things related to the Linux Operating System. All goats are welcome, it doesn't matter if you have never used Linux before, or, You are an experienced pro. Please be respectful!

Owner: lord_nougat

Mods:
TheRealBuddha












11
I installed Linux (so should you) | PewDiePie [21:52-ads]     (www.youtube.com)
submitted by Love240 to Linux 20 hours ago (+13/-2)
27 comments last comment...
https://www.youtube.com/watch?v=pVI_smLgTY0

This is huge for the Linux community.

PewDiePie has 110 million subscribers and this video garnered 4,129,995 views in 2 days.
15
FUCK Karol Herbst and her call to rid Linux of Conservative Developers     (www.youtube.com)
submitted by iSnark to Linux 1 week ago (+16/-1)
6 comments last comment...
https://www.youtube.com/watch?v=1WDEcTi9Ego

Piss on all of the liberals that fucked-up our once great society!
0
Stall-man, another fake jewish agent     (files.catbox.moe)
submitted by Dingo to Linux 3 weeks ago (+0/-0)
0 comments...
Who would have thought that within a year or two of this excellent showing, he ate a piece of his foot while posing as a (((fellow linux user))) and advocate?
5
Adapting a 1930s Teletype for use as a Linux terminal     (yewtu.be)
submitted by RollinDaGrassTyson to Linux 2 months ago (+5/-0)
1 comments last comment...
14
Linux's Sole Wireless/WiFi Driver Maintainer Is Stepping Down     (www.phoronix.com)
submitted by Kozel to Linux 2 months ago (+14/-0)
11 comments last comment...
3
sixos: A nix OS without systemd [video]     (media.ccc.de)
submitted by Kozel to Linux 2 months ago (+3/-0)
1 comments last comment...
https://media.ccc.de/v/38c3-sixos-a-nix-os-without-systemd

Slides: https://cfp.cccv.de/media/38c3-community-stages/submissions/...

On NixOS, either the initrd "secrets" or the software that decrypts them is stored unencrypted on writable media. Ownerbooted sixos closes this loophole without any "trusted computing" voodoo, eliminating all unencrypted storage except for an eeprom whose hardware write-protect pin is connected to ground... coreboot [loads] an immutable pre-kexec kernel from write-protected SPI flash... authenticate the user, decrypt writeable storage, kexec into the post-exec kernel... The speaker runs ownerbooted sixos on his workstations, servers, twelve routers, stockpile of disposable laptops, and on his company's 24-server/768-core buildfarm.

(via https://news.ycombinator.com/item?id=42881772)
21
Facebook's decided that Linux is malware, labelled Linux groups as being "cybersecurity threats"     (distrowatch.com)
submitted by Kozel to Linux 3 months ago (+21/-0)
7 comments last comment...
0
Cat command is soydev bloatware.     (Linux)
submitted by registereduser to Linux 3 months ago (+0/-0)
2 comments last comment...
$ echo "$(<file)"
46
Microsoft Caught Sabotaging Linux Kernel 6.13 With Unauthorized Code      (www.theregister.com)
submitted by Kozel to Linux 3 months ago (+47/-1)
20 comments last comment...
4
I fsck'ed this morning!     (Linux)
submitted by iSnark to Linux 3 months ago (+5/-1)
2 comments last comment...
LINUX! Gotta love it!
1
Kodachi Linux     (distrowatch.com)
submitted by iSnark to Linux 3 months ago (+1/-0)
6 comments last comment...
https://distrowatch.com/table.php?distribution=kodachi

I'm test driving it now! Give it a look-see if you've not tried it.
6
Me, after fixing some shit I broke     (files.catbox.moe)
submitted by Kozel to Linux 4 months ago (+7/-1)
6 comments last comment...
1
nm-settings     (people.freedesktop.org)
submitted by iSnark to Linux 4 months ago (+1/-0)
0 comments...
https://people.freedesktop.org/~lkundrak/nm-docs/nm-settings.html

nm-settings — Description of settings and properties of NetworkManager connection profiles
0
Link all the things.     (Linux)
submitted by registereduser to Linux 4 months ago (+0/-0)
4 comments last comment...
Got a bunch of ~/media/music/bunchashit/bunchafolders or ~/bin/bunch/different/script/folders ?

eg.. want to symlink every script under ~/bin/ into ~/bin/all


'
#!/bin/bash

search subdirs by ext. and create symlinks.
echo ""
echo "========================================"
echo "Run from dir above target dir. Important!!"
echo "Target dir is where sym links will be created"
echo "
========================================"
echo ""

read -erp "Enter target dir: " dir


for i in $(find . -name "sh" -o -name ".py" -o -name "*.pl" | grep -v sandbox); do ln -s $PWD/$i $dir/$(basename $i); done
'


Why does formatting on this site look like some nigger put the site up?
8
Linux Network Manager     (Linux)
submitted by iSnark to Linux 4 months ago (+8/-0)
18 comments last comment...
I've used the default "Network Manager" since I began using Linux. I really don't like Network Manager, as I've found it to be highly erratic! What have you guys used that's been rock solid?
5
elementaryOS 8 is the DEI Linux Distribution     (youtube.com)
submitted by Dingo to Linux 4 months ago (+5/-0)
4 comments last comment...
https://youtube.com/watch?v=4bnZF_F3OOs

This is a video from Bryan (((Lunduke))), but the presentation is sound. If you're looking for a linux distribution to avoid, here it is.
16
It took me less than twenty minutes to download Alma Linux, get it installed, configured, and logged into Upgoat...     (Linux)
submitted by iSnark to Linux 5 months ago (+16/-0)
39 comments last comment...
2
OSes RHEL 9.5 debuts alongside AlmaLinux, Rocky, and Oracle updates     (www.theregister.com)
submitted by iSnark to Linux 5 months ago (+2/-0)
6 comments last comment...
https://www.theregister.com/2024/11/25/rhel_95_now_on_wsl/

Plus, soon you'll be able to run Red Hat Enterprise Linux as a supported option under WSL
12
Any cool new stuff I can be a hacker with?     (Linux)
submitted by Kozel to Linux 5 months ago (+12/-0)
12 comments last comment...
Hello esteemed hackers,

Have you found any cool new stuff recently? Share it.

I will share some cool stuff as example:

You can use Waydroid to run Android inside of Linux.

You can use PWA (Progressive Web Apps) to make web apps, which means you could make a shortcut and you click it and a app pops up but its actually an a website pretending to be an app. It is useful for something like an online ai or a browser based messaging service or maybe a calendar.

You can use LM-Studio to run local AIs. The models with "Instruct Uncensored" and "Kunoichi" have no problem being racist or telling you how to do questionable things.

x64 Wine got released you can get it on Chaotic-Aur without compiling if you btw enough

BTRFS is pretty cool and you can use Snapper or Timeshift to have backups
3
I really hate dealing with Linux developers     (Linux)
submitted by AugustineOfHippo2 to Linux 5 months ago (+3/-0)
14 comments last comment...
Every single time I need something, I always get
" Here's a pile of completely disorganized poop, everything you need is right there". And of course, every single time I shift through the poop and organize it into something useful, it is missing multiple critical pieces. To which they respond by shoveling even more disorganized piles of poop.
It just never ends.
Every Linux dev I've worked with does this, without exception.
1
So I spun up an instance of Fedora 41 (Cinnamon Desktop)     (Linux)
submitted by iSnark to Linux 5 months ago (+1/-0)
1 comments last comment...
And I have to say that I'm quite pleased with it! I was on Debian before that, and Fedora is impressively more stable. Rock solid network connectivity, a constant issue when I used Debian...

If you're new to Linux, give Fedora a try...
6
Linus Project removes Russian maintainers until they can prove they do not work for Russian state-sponsored organizations     (news.itsfoss.com)
submitted by PoundOfFlesh to Linux 6 months ago (+6/-0)
8 comments last comment...
https://news.itsfoss.com/russian-linux-maintainers-geopolitics/

Torvalds sounds unhinged here:

Ok, lots of Russian trolls out and about.

It's entirely clear why the change was done, it's not getting reverted, and using multiple random anonymous accounts to try to "grass root" it by Russian troll factories isn't going to change anything.

And FYI for the actual innocent bystanders who aren't troll farm accounts - the "various compliance requirements" are not just a US thing.

If you haven't heard of Russian sanctions yet, you should try to read the news some day. And by "news", I don't mean Russian state-sponsored spam.

As to sending me a revert patch - please use whatever mush you call brains. I'm Finnish. Did you think I'd be supporting Russian aggression? Apparently it's not just lack of real news, it's lack of history knowledge too.

Another maintainer commented:

We finally got clearance to publish the actual advice:

If your company is on the U.S. OFAC SDN lists, subject to an OFAC sanctions program, or owned/controlled by a company on the list, our ability to collaborate with you will be subject to restrictions, and you cannot be in the MAINTAINERS file.

But why would a global project that isn't based in the US and is led by a Finn cuck to US sanctions? Gay.
1
Atomic Desktops     (youtu.be)
submitted by iSnark to Linux 6 months ago (+2/-1)
0 comments...
2
Question to the womenfolk of Upgoat/Voat...     (Linux)
submitted by iSnark to Linux 6 months ago (+2/-0)
9 comments last comment...
How many of the women on this site use Linux? What flavors of Linux are you running if you are using Linux?
1
Bullshit wtf! It seems somehow my laptop's hdmi is slower than it's laptop display?     (Linux)
submitted by CoronaHoax to Linux 6 months ago (+1/-0)
12 comments last comment...
I bought an expensive laptop with 4k and I was expecting performance when watching videos etc. I've already got a performant desktop that is doing great / playing smooth.

I got my laptop working and played a video I played earlier while it was still running windows and it ran like shit (now the laptop runs linux). I played the video again on the desktop and I could swear that although some scenes weren't perfect, they were indeed pretty dang smooth. I went back and forth between the laptop and desktop on the same monitor and definitely the laptop on some portions of the video was unacceptably shitably choppy. It seems that it's during times of significant large visual movement.

I ran the video again with mpv, as I had to compile vlc without vaapi support, and indeed now on the laptop's screen the video is smooth as butter, even better than the desktop on the monitor. However when the laptop was set to back mpv with the monitor, it was back to noticeable shit chop.

Wtf is my expensive ass laptop cheaping out on their hdmi hardware! wtf!

This is pissing me off because for this damn thing to be worth my time it needs to be a full desktop and laptop replacement. wtffffffffff