- 2
- 1 375
Computer Man
United Kingdom
เข้าร่วมเมื่อ 29 พ.ย. 2024
Linux, development, Linux development, some opinions.
Installing Arch Linux on a Chromebook [Manual Arch install and chat]
This old Chromebook is having new life given to it due to the joys of Linux, but there are further some optimisations I would like to make... time for a manual Arch install!
Also relevant
===========
HP Chromebook 14: chromebook.wiki/chromeosdevices/hpcareena
ArchWiki - Installation guide: wiki.archlinux.org/title/Installation_guide
Also relevant
===========
HP Chromebook 14: chromebook.wiki/chromeosdevices/hpcareena
ArchWiki - Installation guide: wiki.archlinux.org/title/Installation_guide
มุมมอง: 106
วีดีโอ
tzyfetch - the making of a super simple neofetch [Chat and Dev]
มุมมอง 1.3K10 วันที่ผ่านมา
Want a nice introduction into Linux development? Well, there are worse ways than creating your own simple fetch script. I created tzyfetch as an exercise in actually finishing something and keeping things as simple as humanly possible, and it was a very fun and rewarding experience. tzyfetch GitHub: github.com/cappsyco/tzyfetch AUR: aur.archlinux.org/packages/tzyfetch With thanks os-release by ...
I love videos of Arch being installed on weak hardware. I'm looking forward to the kernel video!
Very useful thnx
Very nice video and project, enjoyed it very much - thanks!
It's a very nice video
He is going to hit it big. Mark my words
+1 for algorithm
As for your use of tabs/spaces: Use tabs to indent, but never to align. Tabs can be any size on a system, you cannot know in advance what size they will be. When used for indention, tabs are better than spaces because they never create ambiguity, and in your editor you can choose how many spaces you want to see a tab indention. However, if you align things in code or strings, this will look wrong when displayed in an editor or system where the user has chosen a different tab size.
Yeah you're absolutely right, I've probably broken the alignment on other systems now as the other indents on the help text are actually spaces, so I corrected entirely the wrong bit
Why are you worried about your RAM in the beginning? Empty RAM is wasted RAM. It's like having a car and then never driving it. Only RAM in use serves a purpose. If apps don't need the RAM right now, a system should use it for something else, like caching files or as a ramdisk for /tmp or whatever servers a meaningful purpose to make your system run smoother. People being obsessed with how many unused RAM they have is just stupid. E.g. cache can simply be dropped by the kernel at any time, so this RAM is instantly available when a process requests it but until then it would be a waste to not use it.
My thinking is if the idle usage is good and low then that bodes well for when I'm actually using it for important stuff so I was momentarily confused why it was higher until I realised I was recording, haha
"alias btw=neofetch"