MoLoPoLY
- 9 Posts
- 17 Comments
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•Howto Install bootloader afterwards?English
1·10 months agoI have one additional question. Sorry. According to the wiki I should use
grub-mkconfig -o /boot/grub/grub.cfgto generate a new menu after removing or installing other kernels. But obviously/boot/grub/grub.cfgis wrong, at least for me (the subdir grub doesnt exist here). In my case the file is under/efi/grub/grub.cfg. Is that also OK? When mounting ESP I followed https://wiki.archlinux.org/title/EFI_system_partition#Mount_the_partition#Typical_mount_points and chose the 2nd variant.
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•Howto Install bootloader afterwards?English
1·10 months agoMany thx. Worked fine.
If I install a new kernel, I have to recreate the entries with
grub-mkconfig -o /boot/grub/grub.cfg. But do I have to do that also for kernel updates?I don’t think so, because the filename should not change, if I’m right?
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•How to start a script after logging in AND WiFi is ready?English
3·10 months agoAhh ok. Since in this case the script should only run at start and then exit, I use oneshot. Many thx.
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•How to start a script after logging in AND WiFi is ready?English
12·10 months agoYep, I know. But when I only depend on
After=network-online.target Wants=network-online.targetthis doesn’t mean, I have a working internet connection. That’s why the loop.
Or is that wrong?
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•How to start a script after logging in AND WiFi is ready?
4·10 months agoWhat’s the difference between oneshot and simple?
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•How to start a script after logging in AND WiFi is ready?English
12·10 months agoNice. I will try the systemd unit. Meanwhile, i have added a loop in the script, which helps a little bit:
maxwait=15 if [[ $(nm-online -x) != *"online"* ]]; then echo "missing internet connection, waiting..." for (( i = 1; i <= maxwait; ++i )); do sleep 1 & echo $i if [[ $(nm-online -x) == *"online"* ]]; then break fi if [[ $i -eq $maxwait ]]; then echo "No internet connection" exit 1 fi wait done fiIn my test, this exits the script after 15 seconds without connection, but continues, when the connection is available or is established within this time.
But i think, its a nice idea, to add this to the script AND use the systemd unit together.
Many thx. I hadn’t referred to groups, but at least that’s how it makes sense.
MoLoPoLY@discuss.tchncs.deOPto
Arch Linux@lemmy.ml•Games no longer start under steamEnglish
21·10 months agoI uninstalled Steam with
pacman -Runs steam. After that there were still several folders within my home. I removed these and then installed steam withpacman -Syusteam aga in. Luckily I didn’t need to reinstall the games as they are installed on a separate partition. I simply remounted the library and can now start the games without any error messages. Thanks for your help.BTW: Whats the difference between
pacman -Rnsandpacman -Runs? What does u mean?
Do you know which locations, i have to remove?
Many thx. This is exactly what I want. Will try that when I’m batch from vacation.
On mobile im using Cromite. At least for me very useful. I haven’t tested it fully for privacy, but I don’t see any unexpected http requests to spooky Google services or similar thing’s.
I don’t care much regarding new features as the latest security patches are included.
MoLoPoLY@discuss.tchncs.deto
Linux Gaming@lemmy.world•Slimbook Hero (MANJARO) new linux gaming laptop with i7-13620H and RTX 4060 8GBEnglish
1·2 years agoI wonder why they choose a nvidia GPU. Is the performance and support with nvidia on par with windows in this times?
MoLoPoLY@discuss.tchncs.deto
Open Source@lemmy.ml•Webmail server with multiple mail accounts
2·2 years agohttps://roundcube.net/ is the main webside. You can download the complete *.tar.gz file from https://github.com/roundcube/roundcubemail/releases. Screenshots are at https://roundcube.net/screens/
MoLoPoLY@discuss.tchncs.deto
Open Source@lemmy.ml•Webmail server with multiple mail accounts
2·2 years agoHmm sounds like a Webmail client, like Roundcube. Luckily (at least from my point of view) it has no ‘unified inbox’, but you can have as many mail accounts you want, with one login, from different vendors. You can selhost it easily. I use it on a Raspberry Pi with one login and have then access to gmail, yahoo and some other accounts.
To mimic a ‘unified inbox’ you can forward all the different accounts, to one ‘major’ account, so that you receive every mail in this inbox. Than you can create a ‘sending alias’, to answer the incoming mails with the proper SMTP service. Nothing easier than that with Roundcube.
Feel free to try my SyncMarks. It’s available for any Desktop browser and can sync across all Browsers. The backend is working as Web GUI.
Backend: https://codeberg.org/Offerel/SyncMarks-Webapp
Browser Extension: https://codeberg.org/Offerel/SyncMarks-Extension
I don’t know what happens with manifest v3, because the Mozilla variant is not compatible to Chromium. Maybe I have to use 2 independent branches. But I try to avoid that. Manifest v3 is a big mess of bullsh*t.
But anyway feel free to try it. You are welcome.





With Arch based, like CaxhyOS or Manjaro? Whenever I install new things or at weekends or when something important is fixed. But god beware, not every day. There is no reason for that.