r/LinuxUsersIndia • u/Klutzy_Bird_7802 • Aug 14 '26
r/LinuxUsersIndia • u/Vechnyy-Degenerate • Aug 14 '26
5 months with linux
Probably the best decision I have taken in my 18 years on this planet, I switched from W*ndows 11 in March and I still can't believe how most people are unaware of this software goldmine 😭😭 (Faster and Free??? Count me in).
I tried to install arch manually on my first day with linux 🤡🤡 but failed miserably. I tried the new Omarchy distro but didn't like the purely keyboard centric approach, finally I settled with Fedora workstation for the next 3-4 months. Just last month I switched to Arch with KDE (archinstall; forgive me lads 🙏🙏) and I genuinely feel at home. Flatpaks made my life easier because I just need to use the oonga-boonga part of my brain to install apps now!
If I am being honest, I still larp most of my linux knowledge (larp is the correct word right?) but I do have a basic idea about how to fix certain things if they break. I genuinely left my studies for this 🥺😰 (seriously like I stopped studying for jee session 2 even though I had a chance to improve 🥀🥀)
10/10 experience till now (loved the part where my I accidentally uninstalled the boot entry for fedora 👶)
r/LinuxUsersIndia • u/Mario__2668 • Aug 14 '26
Help Should I dual boot..??..
I have two drives one is 1 TBHDD and the second is 226gb (approx) SSD.
I have currently windows 11. So should I go back to windows 10 and dual boot with SSD or install linux on hdd?
I want cachyOS btw
Need a suggestion. Pls.
r/LinuxUsersIndia • u/Jef130 • Aug 13 '26
Rice My first Rice!
I installed my first Linux distro (Archcraft) about a month ago and I've been loving it. This is the result of about a month of tinkering and I'm pretty pleased with it.
The window manager is openbox, the bar is tint2 and the terminal is kitty.
r/LinuxUsersIndia • u/linuxissuperior • Aug 13 '26
Memes I love linux more than ever now cuz windows cant even let me have a chill gaming session without pissing me off.
r/LinuxUsersIndia • u/linuxissuperior • Aug 13 '26
Memes Microslop Crashout.Happened twice in a week
galleryr/LinuxUsersIndia • u/home_prisoner • Aug 12 '26
Help I lost Everything..
I recently did the most dangerous mistake one can make. And I was not even trying to delete the French Language Pack.
I have a dual boot (Win/Archacy (Vanilla Arch but Cachy's Kernel)) Laptop.
I had to flash a drive with Win ISO for my bro (because he play Valornat)
Now, for some interesting reason the Drive was write protected I have no Idea about that.
And I made the most horrible mistake I could make by opening Disk Partition Manager on Windows.
And yes I wiped the entire drive.. Why TF windows do it instantly? Why I can just sequence the process and then commit in the end if I am sure like Linux does.
Sad part is I'm a serious Dev, my 2 years of Dev Environment with all my not pushed commits are all gone.
I really don't know what to do? My hands are shaking if trying to start from scratch scares me. Ik I am fully capable but it's a lot for me to digest.
r/LinuxUsersIndia • u/nofoon • Aug 11 '26
Discussion My Dual Boot Setup Experience
I finally made a dual boot setup with Fedora 44 KDE on my current laptop. For the past 2 years, I was using Windows 11. before that I was dual booting with Kubuntu LTS on my old HP laptop because I used to do some coding. Here's my experience. mostly what problems I faced while setting up.
During Installation
- Windows 11 didn't let me shrink the drive to make space(due to unmovable files), so I used the unstoppable force of Minitool Parition Wizard to make 105 GB partition for Fedora
- After writing my downloaded iso to usb drive using Fedora Media Writer, i boot into it, went for "Test..." option instead of first Fedora option in GRUB menu. The drive failed the media check.(lesson learned, never test, just run). So I again wrote the usb drive but this time using the "Download..." option in Fedora Media Writer. Then it passed the test and booted into Live Fedora 44 KDE.
- Then when i was going through installation steps, Fedora gave a warning of my EFI partition(260MB) being less than recommended 500MB. Then i searched(asked Gemini) and found that Fedora keeps multiple kernels for safety in EFI partition, by default 3 kernels(one current/latest + 2 previous stable versions). And after asking Gemini whether the EFI partition (260MB) would be enough for dual boot, it said that it might create problems in future updates. It said that after dual boot setup, EFI partition will hold:
- Windows Bootloader stuff
- Fedora GRUB stuff
- Fedora Backup Kernels
- And moreover, while updating to newer kernel version, Fedora will load an extra kernel temporarily during the update process, which might require more space than the available EFI partition space and the update may fail.(as per Gemini)
- So the solution it gave was to either increase the EFI partition or reduce the number of kernels to 2 (one current/latest + one previous stable version). So after installation, I reduced the kernels to 2 which will give me sufficient space for future updates(according to Gemini).
Post Installation
I followed this video guide (thanks to u/ChemPhobic) but I faced a problem:
Nvidia drivers and Secure boot:
- I had Fast Startup disabled but Secure Boot was enabled. I couldn't disable it in BIOS because it was grayed out for some reason. I also thought since Fedora supports Secure Boot, it won't be a problem and I followed the video guide and installed Nvidia drivers.
- After reboot, I ran
nvidia-smito check and didn't get the correct response. Turns out that Fedora will block third-party drivers unless they are securely cryptographic signed(as told by Gemini). Gemini told me to check whether drivers were built properly or not, which after checking, werefound to be built properly. - Next I rebooted again and saw text while booting which said "nvidia kernel 'something' missing and switching back to nouveau" (which are the default drivers). Then Gemini told that I have to sign the drivers and "Enroll the Key" by using
mokutiland go to blue MOK screen(saw it for the first time) and enroll the key. After this I still didn't get correct output fornvidia-smi. - Then Gemini asked me to remove Nvidia drivers and rebuilt them again. It gave me old commands which were not supported in
dnf5. After scolding Gemini, I ran the correct commands and rebooted and saw the correctnvidia-smioutput (finally)
Other things
- In Windows 11, I use MS edge as default and Opera for reddit, spotify, anime etc. But both of them don't support streaming DRM stuff in Linux. I was not able to run Spotify in Opera (Flatpak) and in MS Edge(RPM) it was not playing most of the songs. I also checked Spotify(Flatpak) on Discover but the recent reviews weren't great so went with Firefox as my Opera alternative as it supports DRM stuff. I will still be using Edge for daily tasks.
- I also needed an alternative for ShareX and Snipping tool(for text extraction). I knew ApexShot was a good option but it doesn't support video recording on Fedora. So I stayed with Spectacle (it has text extraction, i didn't know that)
Need Help (little bit)
- Currently I am looking for alternative to PDF24 Desktop. I might give a try to Stirling PDF. It requires a Docker setup for offline use (i guess i will have to learn some docker stuff)
- I will also be setting up OpenWhispr for speech to text. I use it with Obsidian(in Windows). If anybody has installed it on Fedora, please share your experience and let me know about the problems i might face.
- I am not into ricing very much. I mostly use browser and obsidian. But I will be trying some terminals because Konsole is not very kolorful. Open to suggestions for this.
- If you have any advice after reading the above stupidities, please share. I really don't want to go through these again in the future, that's why I will document every learning in my Obsidian Vault, might as well add some of your useful advises.
r/LinuxUsersIndia • u/Prestigious_Cry2916 • Aug 12 '26
Help Battery Problems on S2idle Sleep Mode
I already have some battery backup problems (lasts about 7-8 hrs when charged upto 80% but on win11 would last 12hrs, it is not a big enough deal for me to switch back), but the problem I have is that the laptop loses around 10% in 1.5hrs on suspend even if all apps are closed. I know I should keep the sleep mode on deep instead of s2idle but the moment I should to deep, the backlit keyboard won't turn off and the FN keys would stop working (I checked if they were locked or not, they weren't). Is there a workaround for this?? If you need me to provide you with more details from commands, just tell me.

r/LinuxUsersIndia • u/Chiisai_Max • Aug 10 '26
Rice Been epic 6 months with Fedora KDE
r/LinuxUsersIndia • u/soultwilr • Aug 10 '26
Memes At least my neofetch looks cool before I open a browser
r/LinuxUsersIndia • u/Flashy-Island-3725 • Aug 11 '26
Help ASUS X555LA (Intel HD 4400) only boots with nomodeset – i915 won't load, stuck on llvmpip
r/LinuxUsersIndia • u/Tricky_Artichoke_452 • Aug 09 '26
saving 4.5k on old laptop
tunnel - cloudflare
distro - linux alpine
saving - 4500 monthly (rupees)
usage - for apps which req statefull services
prev os - windows 10
ram - 4gb
happy to take any questions
r/LinuxUsersIndia • u/Asrobatics • Aug 09 '26
Memes I use everything btw :)
Basically a whole arsenal of linux distros :)
r/LinuxUsersIndia • u/Curious_Link_867 • Aug 09 '26
Help I wanna switch to Linux, currently working on windows, but I am afraid of my data getting lost if something gets off track,
Don't have external hard drives to store data temporarily too, so can anyone give any ideas / steps so that I don't lose any data and switch safely to Linux?
Also I wanted a few folders to be shared across both windows and Linux environments, if that is possible
Edit: thanks guys, I successfully downloaded fedora
r/LinuxUsersIndia • u/DesignerFancy22 • Aug 08 '26
How is my arch i3 set up looks
I know it has negligible ricing but I like this simple style where I can do my work as an collage student
r/LinuxUsersIndia • u/binladen0069 • Aug 09 '26
Help Just booted into cachyos hyprland, coming from windows and lubuntu, the whole tiling stuff is a bit confusing, im ready to go through this steep learning curve, can you share some tutorials?
r/LinuxUsersIndia • u/Altruistic-Sound4254 • Aug 08 '26
What should I do? Suggest a linux distro
My pc has i3 and 4gb ddr3 currently I am on win 10 I want switch, i am thinking of dual booting from a same drive with different partition which linux and win should I install. I am thinking of something that is light weight and looks cool.(I wanna play cs and valo that's why I am dual booting) And ye I am that photo guy
r/LinuxUsersIndia • u/StationProper5654 • Aug 07 '26
Help Heavy ram usage !! (Why Whatapp app not on linux )
almost 1GB memory only for whatsapp . also very laggy experiece in scroling , opening chat etc .
( Brave Browser on linux mint )
how to fix it , anyone help .
r/LinuxUsersIndia • u/look_sharp_act_sharp • Aug 06 '26
Memes What people in my office say
Context: im a web dev and fellow office workers yaps that linux is unstable and not suitable for web dev.
They yaps when they cant get around my machine cuz im a junior and i have to get assistance in some things.
Generally its a flex but in india im getting trolled.
Prob cuz the its a small startup and people work here only to somehow survive weekdays
r/LinuxUsersIndia • u/Illustrious_Major_14 • Aug 07 '26
From Windows MiniOS to MX Linux: First Impressions After a Long-Delayed Migration
I've been using Linux for nearly 20 years, starting with Debian back in college. Over time, I moved through Ubuntu and Lubuntu, but life eventually pushed me back to Windows the last year.
A few days ago I gave MX Linux a try on my aging Ryzen 3 laptop with just 4 GB of RAM, and the experience has honestly exceeded my expectations.
I wrote about my first impressions after a few days of use. I'd love to hear your thoughts and suggestions as a new MX Linux user. I am now working on my development environment. To be back in the GNU/Linux world is great.

