Ventoy is just soooo fucking useful.
Idk which has worked best. Currently it is running on a debian derivative called “sparky” for no particular reason. As I said, bluethooth magically started working so I’m not changing anything.
I really strongly recommend you prioritize a popular distro as a novice user. When you have problems, it will be a lot harder to get help if you are using something obscure. People who are using more common distros won’t be able to know if your problem could be due to some oddity of your distro. So they will be more reluctant to offer solutions.
Mint is a really good first choice. And you should just try the thing I suggested about booting from USBs and seeing if networking and other basics work properly.
Only proceed to something like sparky if nothing else works.
The good news about having a device from 2018, is there should be no (few) surprises. Other people will have tried things already. It’s a similar benefit as choosing a popular distro.
deleted by creator
You are thinking too hard I think in the wrong direction. Use Mint unless you have a strong feeling/need for something else. In which case, use that. Choice of first distro is not really that important. Pick a popular one and if it’s wrong for you, you’ll figure it out.
What you haven’t mentioned is any research you have done regarding hardware support/compatibility for your specific device. I searched the specs you listed and it came up with some netbooks like CB012DX. I actually have an older, shittier version of this device running a debian derivative. (Mint is also in the debian family FYI.) And I’ve had fun installing various linuxes on even older, shittier chromenetbooks over the years.
Assuming yours is in this ballpark, I have one really important piece of advice for you. Before you think anymore about it, download ISOs of your top 1 or 3 distro choices, flash them to USB and attempt to boot. These super cheap devices cut corners on components. It is not unlikely that you will have some hardware that either doesn’t have open source drivers, or has some sort of theoretical support that will be too esoteric for you to implement at your current skill level. It is quite common on these devices that everything works fine except networking or something like that. So you might be able to exclude some of your choices based on that. Try to find a distro that works reasonably well out of the box.
You should find the various names your device goes by
As you have probably read, booting from a flashed USB is non-destructive of you normal system (unless you choose to format your disk or something of course). Assuming you have no issues booting, try out all the hardware features you have like: trackpad (different kinds of click, drag, zoom etc), ethernet, wireless (2.4 + 5ghz network), bluetooth, speakers, headphones, external input device, external displays, fingerprint scanner, touch screen, all keys and buttons, cameras, mics, sensors, keyboard lights. Any external devices you like to use: mice, keyboards, dongles, should also be included. I suggest making a list and systematically checking each item.
You can use this amazing tool called ventoy to flash one USB boot drive to have multiple distros available. You can even keep a windows ISO on there. It will even let you reserve a portion of the disk for persistent storage. Ventoy substantially improves this whole process so you don’t have to have 10 different USB disks floating around. It is well designed and straight forward to use.
So on my current netbook, I was lucky that networking has been no problem. people with a slightly different model have to use an external wifi dongle (and not all wifi dongles are compatible with linux). I have never gotten anything form the speakers, but they might have arrived broken, apparently it’s pretty easy to blow out the speakers and I didn’t test while ChromeOS was still installed. Using an arch-based distro, the touch screen worked but now in Debian it doesn’t. I don’t really care about that. I really wanted Bluetooth to work and I couldn’t for the longest time til one day it just magically solved itself and I haven’t reinstalled since then because I am not sure I’d be able to re-solve it.
The other piece of advice has to do with storage. Depending what software you run, it can require a bit of space. 64gb could be gone quickly. This will be somewhat controversial (for good reason) but I always end up devoting the full eMMC to the system partition and having a permanently mounted SD card for /home
, user storage and maybe even some of the system temp directories. This goes against common advice because SD cards are more prone to failure. So you need to have a good backup plan or just accept the risk. But if you run out of storage space on your system drive you can get yourself into the kind of mess that requires reinstalling.
In terms of both storage and RAM/CPU use, you will want to be extremely judicious of you application use. Firefox is a beast on any operating system.If you like to have a bunch of hungry tabs going on, you can’t really optimize the OS.
No I’m one of those “think!” nutjobs
But obviously instances blocking other instances is part of it.
We’re trying to have an intelligent discussion here.
You think every Lemmy admin should be forced to fed with CSAM instances, and therefor host on their own servers CSAM? Wow great plan you have for expanding the fediverse.
deleted by creator
frustrating to learn to find
So when you are pointed at a mega threads that is 2k posts long over 10 years, where you are told the answer is, how do you attack it? LearnEd one.
Ha. have you seen the looneys here on Lemmy asking for signatures?
The point of social platforms is to be social.
Agree. And there are cultural issues in forums that make them really annoying. Some forums like to consolidate topics into mega threads like “if you have questions about xyz go to the xyz mega thread”. Then you go there and its a 300 page chronology starting in 2008 of completely disorganized conversation. 20 posts per page with no way to read it more easily.
You could do that on reddit with a pinned post but usually mega threads were at least limited to daily/weekly/monthly instead of indefinite.
It would be solved for people who are primarily interested in tech and gaming. How about bellow challenges?
Gaming is huge so presumably lots of gamers are interested in the wider world, which is not exactly well represented here compared to the major platforms.
And we can’t ignore the inherent complexities of federation. If a user signs up to another instance but for some reason that instance (or game 's instance) is blocked by others or even goes offline, then it will be confusing if not ruining of their experience.
In another subthread I came up with the below, is this what you mean? I haven’t tried it yet.
/home/user/folderApple
is always empty/home/user/folderApple-original
mounts ontop of /home/user/folderApple
at boot/mnt/drive/folderBanana
also mounts ontop of /home/user/folderApple
when/if it becomes available (later in the order)Ideally I’d like to avoid a script because my experience is they aren’t very durable. I make mistakes and they are difficult to troubleshoot. So I am trying to just use the tools that are already available in the system.
But maybe there is something in the idea of using a second mount, like if
/home/user/folderApple
is always empty/home/user/folderApple-original
mounts ontop of /home/user/folderApple
at boot/mnt/drive/folderBanana
also mounts ontop of /home/user/folderApple
when/if it becomes available (later in the order)The results are the same no matter which order I do the mounts in.
don’t delete your post, people wrote things here.
You can tell hugo to build from an arbitrary directory of markdown in the config file. Then it’ll just do it’s best. I have done this experimentally on completely un-optimized obsidian vaults for just my own local use. IIRC there are some mandatory frontmatter elements that hugo requires (date, draft status, and/or title? consult the docs) which will prevent a file from appearing at all if they are missing. Depending how vigilant you are with that kind of thing you can get a more or less janky site straight away.
There are also some plugins, bash scripts etc around that will assist in this. In tidying up the files, selecting which ones to publish, mirroring to another directory etc. I have had mixed success personally, but my vaults are sprawling, badly organized and the frontmatter is often a mess which is all on me. Someone who is less/differently negligent would have different luck. I can provide some links to relevant projects if anyone is interested.
boooooo crypto yuck
because
zsh
I swapped out~
->$HOME
. In addition to some permission denied that you always getfind
ing over the home dir, I get these weird hits:lib atomic is something I’ve heard of vaguely but certainly not anything I use. I couldn’t identify any way this file was doing anything outside the
~/.konan
dir.the CSS files there were a few different ones in a couple different Firefox profiles. it’s the user customization. But I don’t think it should have anything to do with the directory I was asking for.
If I give it a bit more of a hint, telling to look in
~/.config
specifically, now I get some (but not all) the links I expect.And suggesting it searches in the
.konan
dir where it found lib atomimc, it now doesn’t find anything.Could be all kinds of things getting the way. Different versions of relevant tools, filesystems/setups, permissions…