#linux help
Explore tagged Tumblr posts
Text
I hate stable distros but I also kinda need this thing to Just Work whenever I turn it on
172 notes
·
View notes
Text
LINUX DISTRO OPINIONS WANTED
Okay I know theres a bunch of you [Distro]-offical blogs following me and many others with strong opinions about linux, help me out here. I'm moving my desktop from windows to linux(yeah I know sue me I was through every year of "this is the year of desktop linux", it never was) and borked my laptops void install(also dont ask im not a smart bot sometimes). Sell me on your linux flavour in the notes(pref in the replies but do ya rebloging if you wanna make more chaos discussion ) <3
PC: standard gaming/streaming/art set up, AMD cpu, nvidia GPU im replacing with AMD once finances arent hell. Maybe a little coding but I leave that stuff for work cause im too sad to code for free rn
Laptop: One of those suped up xps13s, allllllll up in that maxed i7 from that gen and no gpu to speak of. Just my mobile code machine and maybe light gaming
random tags of linux accounts I can think of, please share with all them distro fuckers
@arch-official @debian-official @ubuntu-official @retropieos-official @sinsinewave @recursive-wizard @puppylinux-unofficial @puppylinux-official @transhuman-priestess (:P)
#vga.txt#linux#linux help#distros#computer help#transfem#<- I mean; I had to :p#196#<- also cause :p
129 notes
·
View notes
Text
hey im planning to switch over to linux and need advice from the smart people of tumblr, please and thank you. my messages are open so if you need any info to help me out hmu.
General Questions:
im seeing everyone saying ubuntu, mint, and ziron are "the #1 go to versions for beginners" but like... which is it?
i also hear about security being the best with linux but nothing about it coming with antiviruses. does it come with one like how windows comes with defender or do you install that yourself, or is it something different entirely?
all the sources i look at talk about downloading and installing linux but i want to know what to expect when first getting a prebuilt pc with the OS, like the system 76 pcs. do you have to set it up like when you install it or is it as easy as getting any new computer?
i know nothing about coding and im planning to get a computer from system 76 since it seems like the best, and its by far the only source that only comes with linux, and since my current one was pretty much ruined by someone i thought could fix it after a faulty outlet fried its insides, he didnt and made it worse.
so yeah, which linux version do you suggest for a computer moron, any suggestions for computers would be nice (max price is $1,300), i'll put the specs and my uses under the read more.
Preferences:
It ONLY comes with Linux. I despise what Windows has become and don't want to even bother dual booting cause I feel with the switchovers happening they're gonna get salty and make something that'll turn your computer into a bomb if you use Linux with it.
Kinda beefy but not a supercomputer. I don't use AI stuff, I'm not a programmer, but I do frequently play modded Minecraft with my friends and run smps for my Discord servers. I recently switched to Modrinth cause ATLauncher had been giving me trouble. Curseforge is out of the question.
At the most, I'll be playing VRChat with friends while having Spotify or Youtube in the background for music and Discord open in case someone needs my help in one of my servers, similar goes for running one of my SMPs just minus the VR.
Gaming Questions:
I also play VR games often, especially BeatSaber (modded ofc im not insane), and I have Half Life Alyx that I haven't been able to finish cause my already dead and gutted PC struggles to run it anymore even with the lowest settings. My current headset is a two feet in the grave, barely hanging in there, held by tape Oculus Rift S thats as old as my current PC whos also dead. I plan to get a new headset soon and had the Quest 2 recommended to me by friends. If theres better alternatives that isn't Meta please let me know.
I'm a DBD addict. Does it really run DBD or was that just the one guy from the one video I saw.
My friends also often drag me onto Roblox so I need to know if that'll be an option for Linux too.
I know I could probably look up all this myself but every source is outdated from years ago or they all say different things and it just confuses me.
Art Questions:
My current tablet is a Wacom, I got it before knowing how greedy the company actually is, and I plan to switch to a Huion after this tablet dies on me. If compatibility is an issue with it please let me know what to do about that.
I usually use Medibang but I don't think it runs on Linux from what I've seen, if I'm wrong lemme know. Am I going to have to switch all the files over to something else before getting a Linux or are there programs I can use that'll load them?
I also write and need to know if I need to switch all my files to something else before porting it all over to the Linux PC. I just used the default notepad and document programs on Windows.
But yeah, that's all my questions for now. If I think of any more I'll just edit this post. Sorry if I sound super dumb for all this, I tried finding information sources myself but like I said all of them weren't too moron friendly or had relevant information. Most sources I found were articles or reddit forums from years ago so I thought "Hey, why don't I just go ask the computer nerds directly?" so here I am.
#linux help#linuxposting#arch linux#linux mint#linux#computers#computer#computer advice#computer help#switching from windows to linux#computer science
24 notes
·
View notes
Text
linux users what’s a server distro that’s
easy to set up
stable
not debian based
thank you
13 notes
·
View notes
Text
Hm. Well I suppose if I were to ask anywhere, tumblr wiuld be the place. Can anyone guide me through migrating to linux. Ive tried. I want windows without the spying and lack of rights. Yes I know thats not what Linux is meant to be. But I think its reasonable to want the ease of use the windows UI provides (7 my beloved) and the freedom of linux. Thanks <3
24 notes
·
View notes
Text
I need a little help, i realized the program tray/system tray on my computer running linux mint is tearing and only that. I don't know what i did but i something i did lead to that because that wasn't there before i swear
9 notes
·
View notes
Text
So I have a Linux problem, and I'm just gonna post it here. I dunno if I have the reach for this, but if you know a potential fix, I will gladly accept it:
Basically, I run Zorin OS 17.2 Core on my Mid-2017 MacBook Pro (Two Thunderbolt Ports). This computer has been hell to make work, but after years of fiddling and finding drivers and terminal commands, it works almost like OEM.
My last problem with this machine, and the only thing that does not function like it's OEM, is the Sleep/Wake function. This is a known issue with 2016 and newer MacBooks on Linux; However, there are workarounds.
Namely, I found a kernel parameter that prevents Deep sleep and only allows the computer to go into s2idle when the lid is shut. This isn't great because it means the dies quickly and gets hot when the lid is shut, but I can't really do anything about it. This did, however, fix an issue I was having where the audio would just stop working if I ever shut the lid.
The final issue was getting the computer to wake up on its own. Every time I start the computer up (not waking it up; only powering it up from a complete shutdown) I have go into terminal and run this:
sudo bash -c 'echo "0" > /sys/bus/pci/devices/0000\:01\:00.0/d3cold_allowed'
I don't know what this command does, but without it, the machine will just never wake up. If you close the lid without running this at initial startup, it cannot be woken back up until it is rebooted.
That's not really a problem, since it's only once per reboot, and I don't reboot my laptop very frequently.
You know what would really make this even more seamless, though? If I could run this command using Ubuntu's startup applications menu. That way, I wouldn't have to manually open terminal every boot just to run this command. It would just run automatically, and I'd never have to worry about it. It would work like OEM! (Minus the less efficient sleep state.)
However, I can't do that. I've tried that. In fact, I have that exact command in my Startup Applications app, as we speak.
Any time I start the computer up and DON'T manually run the command, if I shut the lid, the computer sleeps. It will, however, wakeup (unlike if the command had never been input). HOWEVER. Unlike running the command in terminal, when it finally wakes up, the cursor photo changes into a gray square, my Night Light settings are reset, my wallpaper changes to black, my system accent color is changed to default, and any time I click inside the password box to login, the field immediately becomes inactive again. It doesn't stay active long enough for me to even get two letters typed. All this happens while "Authentication Error" rapidly and randomly flashes below the password box.
Eventually, if I don't force shut down the machine, it'll crash. It'll throw me into terminal mode, and it'll infinitely repeat an error claiming it could not write to some 'systemd jounral' thing because the operating system is in read-only mode. After that it'll either repeat that error over and over, creating endless lines in terminal mode, or it'll just freeze, and I have to restart the laptop either way. So, my question is:
WHY.
Why does running this command in terminal and running it via Startup Application have different results, and is there any way to fix it??
#rambles#linux#linuxposting#help#linux help#zorin#zorin os#ubuntu#ubuntu 24.04#zorin os 17.2#mac#macbook#macbook pro
17 notes
·
View notes
Text
Linux wizards I call upon you in my time of need (I have a question). I've hardly ever messed with Linux beyond using the arch install script on my laptop. Is it possible to store windows 10 and Linux on the same drive? I have a small SSD that I'd like to store both operating systems on, but then allocate a separate drive for each OS to use for actual storage. I really only wanna do this because idk shit about Linux rn so I need to be able to dual boot it with Windows as a backup plan. 😋
8 notes
·
View notes
Text
Hey, I'm finally gonna try Linux properly soon, and I'm wondering which distro I should start off with first. I know Ubuntu is the popular one but there's plenty of distros out there so I wanna hear the community's suggestions as well. Also is there anything I should know before diving in? I normally use Windows if that helps
11 notes
·
View notes
Text
please god i want to switch to kde so fucking bad somebody please help me figure out why the fuck the icons wont change... i set them to a gnome xp icon pack like 5 months ago and now literally no qt or kde related applications will stop using that xp icon pack no matter what i do please help me i am begging. this is literally the only reason i havent switched. this carries over to other desktop environments too. dolphin when opened in cinnamon still uses the xp icons even when i have a different icon pack selected in cinnamon. (gtk applications seem to actually change to the selected icon pack in kde, like if i open nemo in kde it works properly with the kde icon theme)
10 notes
·
View notes
Text
good to know for next time :(
hey, privacy concerned folks,
DON'T USE BALENA ETCHER TO USB YOUR ISOs
As @tailsos-official stated in their blog post, it displays ads which is weird for a simple disk imaging tool and more important:
It shares your IP address, the file name of the image the model of the USB stick and a bunch of other things with the Balena company and third parties.
On Windows, use Rufus instead. It's pretty neat.
On Mac, use the Raspberry Pi Imager. It does its job. Or if you don't mind the terminal, use dd. It's built-in.
On Linux you can use dd, or whatever comes with your DE. Or whatever else you prefer. We got options.
You can also use Ventoy and just chuck all your ISOs on it. No need to reformat your usb drives again just for a new boot stick. One USB to rule them all.
sources under the cut
youtube
454 notes
·
View notes
Text
Steam deck ish?

Running KDE Plasma (Kubuntu) on a Nintendo switch. My steam deck.
65 notes
·
View notes
Text
★ 148 // “Tux Paint”
#jojo's bizarre adventure#jjba#steel ball run#sbr#johnny joestar#offerings#tools used:#tux paint#// Yeeeeah buddy TWO offerings today!#I think one of my siblings had a Linux computer growing up and Tux Paint was installed on it because the interface felt familiar#Can't say I've drawn extensively in this program though. Lot of surprisingly decent brushes and features in it though!#It's nice to mess around with a new digital toolbox#I really cannot help myself making starry neon and sparkly ass Johnnys!!!#This was a ice excuse to try out different colors and shading. I'm a big fan of low neon lighting where skin appears pinkish in hue.
57 notes
·
View notes
Text
yummy thank you!!!
User agents are funny because it's basically just a little ID card that says "hi this is who I am don't worry I would never lie to you :)" and websites will just go "ok! :3"
423 notes
·
View notes
Text
So I'm looking at a laptop to use for uni. I'm looking at framework and sadly apple (eugh) and I'm wondering if there's other brands worth considering. (The only reason I'm looking at apple is the insane battery life) I would say my "requirements" are good Linux / BSD (BSD is a stretch) compatibility and non soldered components (ram SSD etc).
57 notes
·
View notes
Text
Okay, so, I'm confused. Therefore, I'm turning to the Linux community of Tumblr for advice.
I'm trying to install the latest dev version of Wine.
WineHQ allows you to add Repositories based on your kernel version.
I'm running Zorin OS 17.2, which, according to the dev blog post, is based on Ubuntu 24.04 LTS (Noble).
However.
When using this command:
cat \etc\os-release
(Note: I had to use backwards slashes on Tumblr. Typing out c(slash)o results in this: c/o. I'm using the proper slashes irl.)
As WineHQ tells me too, and the terminal reports that
VERSION_CODENAME=jammy
Jammy is the codename for Ubuntu 22.04 LTS (what Zorin OS 17.0 was based on.)
So now I'm confused. I know this distro is supposed to be running Noble's kernel, but it's reporting that it's running on Jammy. Now I don't know whether to install the Jammy or Noble version of Wine, and I need help knowing which one to choose. Did the Zorin Devs forget to relabel the codename when they diverted from 22.04 in Zorin OS 17.1? Is something else going on that means this is actually still 22.04? Is there something else going on??
Idk, and I need help because idk what version of Wine to install.
14 notes
·
View notes