top:
day week month all

Linux

Community for : 3.2 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












22
This is nice     (Linux)
submitted by Kozel to Linux 1 week ago (+23/-1)
31 comments last comment...
I've run into some problems with linux, and I either figured out how to fix them myself and grew my knowledge or I talked on forums and was offered working solutions. I've encountered some bugs, and after reporting said bugs, the developers actually fixed them really fast, and other users offered workarounds. It is quite nice.

Lets contrast that to my time on Windows. I filed bugs, or I upvoted bugs, and they sit unfixed for years. I run into trouble and I ask for advice and I'm told to sfc /scannow by copy and paste indian faggots. In a corporate environment, I filed bugs and got dicked around level1/2 support forever by nigger pajeet faggots. And eventually I find my own workarounds or alternative methods to get the thing done. These motherfuckers are getting thousands of dollars a month and can't be bothered to resolve my issues but some random nerd will do it for free on a linux forum. In a number of instances, I'm proud to have been that nerd for other people.

Anyway I'm quite pleased with my Artix install. I've been running it for 12 months now. This was me 12 months ago. https://www.upgoat.net/viewpost?postid=64507c6eac032
15
Software (SQLite) Code of Ethics.      (www.sqlite.org)
submitted by Dingo to Linux 1 week ago (+15/-0)
12 comments last comment...
https://www.sqlite.org/codeofethics.html

Spoiler, the first "rules" are the 10 commandments. They have 72 rules, strangely enough. Not in agreement with this list, as my code of ethics is far simpler than this. However, it seems who made this list wanted nothing to do with the new BS intersectional crap and put a bunch of hard bible shit in there instead.
10
Ubuntu Linux Cases     (pomf2.lain.la)
submitted by Dingo to Linux 1 week ago (+10/-0)
23 comments last comment...
https://pomf2.lain.la/f/x251r75j.jpeg

Ubuntu (from the wikipedia site):

There are many different (and not always compatible) definitions of what Ubuntu is.[7] Even with the various definitions, Ubuntu encompasses the interdependence of humans on another and the acknowledgment of one's responsibility to their fellow humans and the world around them. It is a philosophy that supports [u]collectivism over individualism[\u].

So, the Ubuntu movement by Mandela is the basis of philosophy for ubuntu linux?

https://en.wikipedia.org/wiki/File:Experience_ubuntu.ogv

It seems Ubuntu is now "communism for linux".
6
10 Free Linux Books That Will Make You a Linux Master     (www.tecmint.com)
submitted by carnold03 to Linux 3 weeks ago (+8/-2)
19 comments last comment...
5
Hacknix is a script that installs all Kali Linux tools in your Debian-based operating system.      (github.com)
submitted by iSnark to Linux 2 weeks ago (+6/-1)
0 comments...
3
Native Linux Graphic Editor     (icons8.com)
submitted by Kozel to Linux 3 weeks ago (+3/-0)
8 comments last comment...
https://icons8.com/lunacy

I've been using Affinity 1 with Wine, but it was finicky and sometimes crashed. I tried a bunch of other programs and found Lunacy by chance. Its actually pretty good and has tons of free assets. Another good program is BoxySVG.
3
A little something for Linux Newies: How to Install LibreOffice 7 on Linux (Well explained & Easy to follow)     (www.youtube.com)
submitted by iSnark to Linux 2 weeks ago (+3/-0)
2 comments last comment...
https://www.youtube.com/watch?v=EAr4aaa9K1s

We go through the steps to uninstall the previous version of LibreOffice and install the new LibreOffice 7 using Linux Mint. This tutorial likely would apply to Ubuntu and other Ubuntu-based Linux distros as well.

Can be adapted to other recent versions of LibreOffice.
1
This ZSH Plugin Manager Is Really SUS [19:34] - Brodie Robertson      (www.youtube.com)
submitted by Love240 to Linux 3 weeks ago (+1/-0)
0 comments...
1
How do I load i2c-module and i2c-i801 driver?      (Linux)
submitted by 2Drunk to Linux 1 week ago (+1/-0)
10 comments last comment...
I'm using an ASUS Laptop running Mint and Garuda. Haven't decided which OS to keep. I'm trying to run OpenRGB for the laptop and both OS give the same error. I'm not very intelligent so I need basic instructions or link to a write up.

This is the actual error msg:

"One or more I2C/SMBus interfaces failed to initialize.
RGB DRAM modules and some motherboards' onboard RGB lighting will not be available without I2C/SMBus.
On Linux, this is usually because the i2c-dev module is not loaded. You must load the i2c-dev module along with the correct i2c driver for your motherboard. This is usually i2c-piix4 for AMD systems and i2c-i801 for Intel systems."

This might be beyond my comprehension. I'm using a intel system.
1
Sheepish Goy on Reddit Ask Obvious Question in Linux Forum - Misinformation Ensues     (libreddit.bus-hit.me)
submitted by Dingo to Linux 1 week ago (+1/-0)
4 comments last comment...
https://libreddit.bus-hit.me/r/linuxquestions/comments/1cf0blg/is_linux_infiltrated_by_cia/

This is a good example of how the conversation is controlled. Look at the downvotes and crap answers that get all the traction and upvotes. Obvious who the "bots" (accounts run by an "agenda" rather than a "person") are in this case.

The question is about the (((CIA))) control of Linux and the user gives an example. Linux goats must know at this point that systemd, elogind, wayland, and these new package delivery systems (snaps, flatpak) all attack vectors on the linux userspace security. On top of that, who the hell knows what's deep in the kernel code itself (this Rust language for example is another "progressive" hack) and let's not get started about the obvious hardware backdoors.

The Link does not go directly to reddit but another place to obfuscate social media information and tracking.

@Kozel @iSnark
0
Anyone know why a mysql query call to simply select count(*) would take 9 seconds for 2.3 million entries?     (Linux)
submitted by CoronaHoax to Linux 23 hours ago (+0/-0)
2 comments last comment...
I moved a db from a personal machine to a VPS, mariadb to mysql, and now -

select count(*) from table_name;

calls are taking like 9 seconds.

Also a lot of other calls that used to take like 0.5 seconds now take 10. They're all calls that are under an index...

Can anyone please tell do you know are there any settings that are likely to alleviate this? I'm finding it hard to believe just 2.5 million records are causing this much slow down just because it's a VPS (4 gb ram, 2 cpus, should be respectable enough hd access)?