Autologin Linux

Getting one click boot is very satisfactory but you should know the security risks asscoiated with it. Nevertheless, here is the guide to Setup Autologin. Configuring TTY Replace ar0177417 with your username /sbin/agetty -n -N -i -a ar0177417 tty1 38400 linux Autostarting Display Server Replace Hyprland or startx with your desired WM or startx for xorg For Fish Shell Add this to your fish config if status is-login if test -z "$DISPLAY" -a "$XDG_VTNR" = 1 export LIBSEAT_BACKEND=logind exec dbus-run-session Hyprland &> /dev/null end end if status is-interactive # Commands to run in interactive sessions can go here end For Bash Shell Add this to ~/....

September 09, 2023 121 words 1 min

Basic Git Cheatsheat

Git is a very powerful version control and a project managing tool. Every dev has to use git for projects. Below is my git cheatsheat. Below are some basic commands and some settings every developer should know Basics git init for initiating a git repo in a folder git add to add file/folder to staging area git commit to commit changes git push to publish changes to remote git status to check status of git repo including staged and unstaged changes Branches You can use branches for making a copy of repo, implementing a feature and then merging it back to main branch...

Effortless Directory Regeneration Using Pacman

I was trying to edit /etc/pam.d and fix elogind on my Artix Installation. Unfortunately, It went badly and I messed up my pam.d directory.However, I Found a Fix. In pacman, It is very easy to check files owned by packages. So, We can simply generate a list of packages which have files in pam.d and reinstall them. Steps Remove Files to be regenerated Then, Stock Files are regenerated by using the following command: For Bash Shell pacman -S $(pacman -Ql | grep /etc/pam....

Decentralized Social Media

Social Media has changed drastically over the years.But the question is “Can you really trust these companies?”. Decentralized social media apps and websites are gaining traction especially because of recent policy changes of social media apps such as Reddit and Twitter. Last Year, Twitter was acquired by Elon Musk and raised API prices and changed the platform for better or worse. Similarly, Reddit also increased its API prices. Decentralized Social Media such as Mastodon, Lemmy, and Kbin gained popularity due to this....

June 19, 2023 189 words 1 min

Blocking Ads on Spotify

Are you tired of constantly being interrupted by ads while listening to your favorite music on Spotify? If so, you’re in luck! I just stumbled upon SpotX, the Spotify ad blocker that will revolutionize the way you listen to music. SpotX and BlockTheSpot are simple, lightweight tools that blocks all ads on Spotify, allowing you to enjoy uninterrupted music all day long. With SpotX, you no longer have to put up with annoying ads or pay for a premium subscription to get rid of them....