LXQT on Arch
- 0 Posts
- 7 Comments
Joined 2 years ago
Cake day: June 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
mikesailin@lemmy.mlto Technology@lemmy.ml•2024: announcing the year of the OpenStreetMap vector maps11·1 year agoI’m very happy to see OSM moving in the vector tiles direction. I was glad to contribute.
mikesailin@lemmy.mlto Linux@lemmy.ml•(Constructively) What is your least favorite distro & why?18·1 year agoNIXOS. It has a very steep learning curve without acceptable documentation and once I climbed the learning curve, I realized that it was very different from the Linux that I love.
mikesailin@lemmy.mlto Linux@lemmy.ml•What distros have you tried and thought, "Nope, this one's not for me"?7·2 years agoNIXOS is definitely not for me. The documentation sucks and there are less cumbersome ways to restore a system.
Color green for normal users and red for root. then date, hostname. and finally time of day
At the time you first install the system do: “yay -Qqe >newinstalls.txt” which will create a list of installed packages. Then later you can do it again but to another file: “yay -Qqe >nowinstalls.txt”. Then do: “diff newinstalls.txt nowinstalls.txt” which will give you a list of the differences between the two.