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












3
Coding Interviews in Best Korea Be Like...     (files.catbox.moe)
submitted by Master_Foo to Linux 6 months ago (+3/-0)
2 comments last comment...
6
Raspberry Pi 5 specs.     (www.youtube.com)
submitted by Master_Foo to Linux 7 months ago (+7/-1)
3 comments last comment...
5
Linux phone users?     (Linux)
submitted by froggy to Linux 10 months ago (+5/-0)
17 comments last comment...
Anyone actively using a Linux OS phone as a daily driver? If you currently use one, how is it with normal daily activities? Web Browser? Music players? Map/GPS? From what I've read, web sites have said it's not ready for general useage, but I'm curious to know just how behind it is. Especially given that big OS's like Manjaro offer images that can be used.
5
Tube Converter - a front end for yt-dlp     (news.itsfoss.com)
submitted by v0atmage to Linux 10 months ago (+5/-0)
3 comments last comment...
6
Interview with an Emacs Enthusiast in 2023 [Colorized]     (www.youtube.com)
submitted by Master_Foo to Linux 10 months ago (+6/-0)
2 comments last comment...
-3
OpenRC Purist vs Systemdick Heretics     (files.catbox.moe)
submitted by Kozel to Linux 11 months ago (+2/-5)
3 comments last comment...
I use Artix, btw
10
Microsoft Azure Linux is now available      (www.theregister.com)
submitted by AugustineOfHippo2 to Linux 11 months ago (+10/-0)
27 comments last comment...
1
Filesystem tree info     (Linux)
submitted by bonghits4jeebus to Linux 11 months ago (+1/-0)
1 comments last comment...
Is there a filesystem that, given a simple hierarchical layout of files and directories (ignoring links and whatnot), can answer basically instantly the question of the contribution of a subtree to the total FS usage? Say it's an average server root FS of 2TB full.
0
Fucking linux desktop original content     (Linux)
submitted by Kozel to Linux 1 year ago (+2/-2)
36 comments last comment...
Trying to get rid of shitdows for the nth time.

Imaged my windoze to VM and another disk just to be safe.

Installed Artix community edition. After reboot it won't boot. Stupid grub keeps trying to use wrong NVME. Found a fix grub command. Now panels keep resetting every restart, display scaling is total shit, arranging displays looks like that old windows bug where the windows tile all over the screen, random things don't work, printer won't work, sound keeps resetting to the wrong output every restart. Dumped it.

Installed devuan because everything works with debian. LiveCD couldn't find my network card. Plugged in a usb ethernet that worked, thought it would install drivers. Didn't install shit. Now I'm running some shit fuzzy resolution on a 4k monitor trying to figure out how to install AMD driver and dumped it. Fuck that.

Try void for 2nd time. New hardware. With previous PC it wouldn't work with my sound card. Forgot these fuckers make you manual partition. Figure it out watching some dude on youtube. Looking really nice. But I can't get many programs to work and scaling is shit and something else made me dump it.

Go for PCLinux. Yay, a WIZARD. I fucking love wizards and do not like manual partitioning in a terminal tool. Press next a few times, stuck on Please wait for 30 minutes. Dump it.

Gentooo lets goooo. Wait wtf their livecd is a fucking terminal and I have to reference a guide to get this motherfucker installed. Dumped it.

Do research. Apparently kde plasma isn't absolute shit at scaling. Install artix plasma as I've gotten furthest with this OS toward a usable system. Half the repos now won't update. Some key mismatch shit. Can't get the apps I want. Spend 2 hours finally find some copy paste about fixing keychains in pacman and reinitializing the fucker. Well now it fucking works like it should have out of the box. What shit is this that so much trouble is necessary to pacman? Got yay to work with arch aur. Installed most of the stuff I want. Now the problem is the fucking printer. I installed it through the control panel and selected the correct driver but it still not working.

I'm afraid I may not have the strength to persevere through this printer installation task.
4
Advanced Bash Scripting - (Yes, it's a pdf),      (michael-herbst.com)
submitted by ParnellsUprising to Linux 1 year ago (+4/-0)
1 comments last comment...
2
Mint 21 is best Mint     (Linux)
submitted by totalitariat to Linux 1 year ago (+2/-0)
5 comments last comment...
I just upgraded the storage on a ~10 year old Asus laptop from HDD to SSD, and installed Linux Mint 21.1. I had Mint 19 on the old HDD. I was prepared for the ass-pain of trying to get all my stuff reinstalled, but unlike 19 everything I wanted just installed with little fuss and only a little troubleshooting. GQRX-SDR, CHIRP, ProtonVPN, LibreWolf & FileZilla were all included in the software manager so I didn't have to go search on a browser. Didn't have to go hunting for drivers or configurations to connect to the SDR. Even HPLIPfor my also ~10 year old printer installed with no problems, which may possibly be the first time I've had HP software run correctly on first install on Linux or Windows. I had a lot of trouble getting stuff to work on 19, but I also have learned more since then, so I wonder how much of that was just newbie incompetence.

I keep this laptop out in the barn and just leave it there to mess with radios or listen to videos while I work, and I had largely written it off as outdated, but this SSD is fast as hell and it boots and opens things almost just as fast as my new laptop. It's amazing how the only thing that's really progressed in consumer electronics is graphics.
13
How to rip youtube videos from the command line     (itsfoss.com)
submitted by v0atmage to Linux 1 year ago (+13/-0)
9 comments last comment...
https://itsfoss.com/download-youtube-linux/

Install (ubuntu):

`sudo apt install youtube-dl`

Example:

Download the rick rolled video in mp4 format:

youtube-dl https://youtu.be/dQw4w9WgXcQ -f mp4

Edit:

This project is NOT dead. It has active pull requests on github and a new release coming out soon: https://github.com/ytdl-org/youtube-dl
4
Infinite Bash History     (excessivelyadequate.com)
submitted by v0atmage to Linux 1.1 years ago (+4/-0)
0 comments...
https://excessivelyadequate.com/posts/history.html

TLDR; Add to your .bashrc or .bash_profile:

#Read this number of lines into history buffer on startup.
export HISTSIZE=1000000

#`HISTFILESIZE` is usually set after bash reads the history file (which is
#done after reading any configs like `.bashrc`). If it is unset at this point,
#it is set to the same value as `HISTSIZE`. Therefore we must set it to `NIL`,
#in which case it isn't "unset", but doesn't have a value either, enabling us
#to keep an unlimited history.
export HISTFILESIZE=""
3
Install DOSBox in Ubuntu to Play Retro Games     (itsfoss.com)
submitted by ParnellsUprising to Linux 1.1 years ago (+3/-0)
5 comments last comment...
28
Average first time linux user     (files.catbox.moe)
submitted by albatrosv15 to Linux 1.2 years ago (+29/-1)
31 comments last comment...
31
Story of my life     (files.catbox.moe)
submitted by albatrosv15 to Linux 1.2 years ago (+31/-0)
10 comments last comment...
19
I use Arch btw     (files.catbox.moe)
submitted by albatrosv15 to Linux 1.2 years ago (+19/-0)
3 comments last comment...
2
The Bastard Operator From Hell Collection     (bofh.bjash.com)
submitted by redgreenpill to Linux 1.2 years ago (+3/-1)
0 comments...
8
Recommend a nonwoke GNU Linux to try?     (Linux)
submitted by The_Reunto to Linux 1.3 years ago (+8/-0)
7 comments last comment...
I've plugged and played with Linux Mint and a few others over the years, but I'm looking for something new to try. Tired of the woke policies creeping into development teams. Any recommendations for something not compromised?
4
The art of the CLI (Command Line Interface)     (github.com)
submitted by ParnellsUprising to Linux 1.3 years ago (+4/-0)
5 comments last comment...
2
Tutorial - How to Install LibreWolf Browser on Linux - 04/Aug/2022     (www.joshwhotv.com)
submitted by charliebrown_au to Linux 1.8 years ago (+2/-0)
0 comments...
https://www.joshwhotv.com/video/.Q2d7nA/how-to-install-librewolf-browser-on-linux-04-aug-2022-charliebrownau

Video - Tutorial - How to Install LibreWolf Browser on Linux - 04/Aug/2022 (Charliebrownau)
- https://www.joshwhotv.com/video/.Q2d7nA/how-to-install-librewolf-browser-on-linux-04-aug-2022-charliebrownau

#LibreWolf #Browser #Linux #Software #Open-source #Privacy #Security #Based #Tutorial
2
Linux without Microshaft taint     (Linux)
submitted by GenericVoatNameNumber6million to Linux 1.8 years ago (+2/-0)
15 comments last comment...
I have been out of the I.T. scene for a while. My machine recently died, and I am looking for a flavor of Linux without "improvements" from Microshaft.

Any thoughts on an O.S. that would be more old school Linux than the recent version of Ubuntu?
12
OS Boxes     (www.osboxes.org)
submitted by AugustineOfHippo2 to Linux 2 years ago (+13/-1)
7 comments last comment...
8
Linux RNG gets a major improvement     (slashdot.org)
submitted by v0atmage to Linux 2.1 years ago (+8/-0)
20 comments last comment...
1
Which browsers are viable in 2021?     (Linux)
submitted by Wahaha to Linux 2.7 years ago (+2/-1)
13 comments last comment...
I'm still on Firefox, for lack of anything better. Tried out Brave, but it wouldn't even let you move tabs to the bottom or allow for vertical tabs. Immediately uninstalled that garbage. Also using qutebrowser on the side. It's only downside is that it isn't feature complete, yet. But it is good enough to handle most of my browsing just fine and is philosophically in line with what I expect from a browser.

Firefox with the new proton nonsense has become completely unusable, though, so my plan to hold out until qutebrowser is ready was thwarted. For now I disabled updates, but that's not going to cut it for very long.