Recent Posts
Looking to Buy a Decent Gaming Laptop
just installed Arch Linux bros
new discord server for pair-programming
RSS feed for Bharatchan ?
Sketch - A simple 2D graphics library in C
Tell me all about indiachan/bharatchan lore
User extensions to Bharatchan
OpenCL
/cyb/+/psg/: Cyber-Punk/Security & Privacy
poast your fav cool websites
/g/ - Total Rust Victory
alternative frontends
Zoho Appreciation
Post Indian product based companies, I'll start
Aarambh hai prachand..
zoho
the best android browser has arrived!!
Muh Saaarvice Economy
Emacs
Laptop RAM upgrade
Give me one tech tip you know about
Urge to watch Mr. Robot Hindi dub
soyjak.st forum which hacked 4chin blocks all indi...
Have you discovered female luke smith yet?
OTG vs Microwave
How do people who have a job get time to code on s...
Great time to be a /g/enius
Just found out linux foundation has their own free...
My ThinkPad arrived
(((Open)))ai playing new tricks
NEED ADVICE FROM true /g/entooman
Create something interesting with your skills now ...
Gonna make my own 34-key keyboard
just installed Arch Linux bros


Br4k9q
No.1040
what should I do next?
the tutorial I was fallowing made me install gnome
is it good?
I want to use tilling windows and rice it
mSrvwp
No.1041
>>1040(OP)
either install Ubuntu (minimal installation) or install Gentoo
afsP1W
No.1042
afsP1W
No.1043
install lutris if you game.


Br4k9q
No.1044
>>1041
ubuntu is too mainstream for me
gentoo is too complex for now
>>1042
can I swap it with xfce now?
>>1043
yeah will do
but the problem is that my ssd has limited space as I have dual booted windows to run arch
so I want to install games on my hard disk is it possible?
it keep asking me to password everytime I try to open drives on my hard disk
afsP1W
No.1045
>>1044
you can remove existing DEs and replace with new one, you can have multiple DEs too. Ask chatgpt for details.
>dual boot to run arch
if you just want to get feels have it in a separate media as in pen drive and test, or try in VM first then do whatever you want
>passwordd everytime i access drive
user group issue
LxNbaw
No.1048
I'm gonna install mint
afsP1W
No.1049
>>1048
got for mint xfce

VNNbMH
No.1052
>>1040(OP)
Install hyprland
LxNbaw
No.1054
>>1049
Why saar

scC/8H
No.1055
>>1040(OP)
install gentoo
afsP1W
No.1056
>>1054
it's better, less resource consuming and in general i found it more stable without any issues
0Zdr0R
No.1057
>>1040(OP)
Ignore all the install gentoo posts OP
It's only a meme
This is a good starting point and I recommend getting used to it before you do something drastic like switching to a Tiling WM and ricing
7D4/G0
No.1058
it doesnt matter, lunix doesnt support nvidia properly. i installed ubuntu yet again and nvidia proprietary driver installed and worked, after few months, its fucking gone man, it doesnt detect driver, it doesnt detect anything, fucking stupid piece of software worth nothing.


Br4k9q
No.1062
>>1057
too late yaar
I have already installed xfce now
that nearly broke my system
I need to install everything manually from taskmanager to bluetooth

scC/8H
No.1063
>he buyed kekvidea
snrk
oSIoh2
No.1089


Br4k9q
No.1090
YgJBuX
No.1092
>>1040(OP)
just RRR pyaare

q/sRpr
No.2065

x7qbZB
No.2075
Install i3 now(optional) and start learning bash scripting and for basics of command line watch :
(It is an information dense video, you may watch it 3 or 4 times to grasp everything)
4/Oul9
No.2090
You don't have phool freedum. Install Parabola GNU/Linux-libre as recommended by Free Software Foundation to unlock absolute freedumb.
E8NcWr
No.2112
>>1040(OP)
nixos is the real endgame, I never switched back, it's been 6 years now.

OoL2Oz
No.2114
>>2112
I have been wanting to try this for a while now, but are there any advantages over arch? Nix package manager can work with arch, and as for that system state reroll feature of nixOS, my arch never breaks.
iMpQwh
No.2123
>>2114
what I like about nix is, it is declarative. just write one config and that should run in almost any machine, it doesn't matter if it a linux, mac or window (wls). Apart from that you get nixpkgs, latest release of all software maintain by community. If you want to use more that one version of nodejs suppose, you can do that too without installing nvm.
other part is, if you a full time developer. nix comes very handy ngl. flake.nix, devshell, direnv these things are there to setup your development environment in no time (for a particular project you wanna work in).
the only downside is, it takes up disk space too quickly if you are constantly installing various software. but that should be fine, you can just delete the unused packages to clear the storage by nix-collect-garbage -d for instance.
I should recommend you to try that thing in a virtual machine before installing it in main machine. nix is not for beginners, you will get overwhelm by a lot of features and information. not to mention you have to invest a lot of time to understand the architecture (it's worth it!!!).
if you decide to install it in your machine
https://github.com/juspay/nixos-unified-template
this is a template i used to use at my initial stage. hope you find it helpful
ignore my inglish, not very good at it

OcekNi
No.2330
>>2123
thanks bhrata