axzxc1236

joined 2 years ago
[–] axzxc1236@lemmy.world 2 points 2 years ago

If there is docker image for what you need, use docker image.

If not I would recommend systemd-nspawn, it's chroot but can run systemd init, with efforts you can run GUI applications from it too., wiping that is just sudo rm -rf.

[–] axzxc1236@lemmy.world 2 points 2 years ago

On Ubuntu 22.04 based distro, you can try install HWE (hardware enablement) kernels but you need a phone that can share WIFI/mobile connection through USB cable.

sudo apt update; sudo apt install linux-generic-hwe-22.04

[–] axzxc1236@lemmy.world 5 points 2 years ago (2 children)

Try posting output of lspci command here, gives us more information about your laptop hardware.

[–] axzxc1236@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

some sort of dashboard with monitoring and statuses of all my services

See if Uptime Kuma suits your needs.

Are there any major no-no things a newbie might do with Docker/selfhosting that I should avoid?

Allow password based SSH authentication, you should look into key based authentication

I wanted to have it behind a domain, how would I achieve it?

Use a reverse proxy (like caddy) which serves different content based on domain name.

[–] axzxc1236@lemmy.world 5 points 2 years ago

I think thunderbird always delay major version upgrade until <version>.2.

If you observe their changelog:

115.0: only offer binary download, not as upgrade

102.0: only offer binary download, not as upgrade

102.1.2: only offer binary download, not as upgrade

102.2: no such disclaimer

They also has the same disclaimer for 91.x, that's how Thunderbird decided to distribute update.

[–] axzxc1236@lemmy.world 8 points 2 years ago* (last edited 2 years ago)

https://netboot.xyz/

You might not need it but it's a very small image (3.5MB for multi-arch iso) so why not?

[–] axzxc1236@lemmy.world 5 points 2 years ago* (last edited 2 years ago)

Official wiki page that lists AP with Wifi AX support

(Some devices that lists "Snapshot" might be supported by 23.05 currently in release candidate phase)

If I remember correctly you can plug in phone line to RJ45, this stackovwerflow question lists some caveats.

[–] axzxc1236@lemmy.world 2 points 2 years ago

Ubuntu freezes package version number (with only few exceptions like browsers) when they release a new version.

You will either need to wait for a new version (most likely 23.10) or use 3rd party maintained PPAs.

[–] axzxc1236@lemmy.world 0 points 2 years ago

Ubuntu freezes package version number (with only few exceptions like browsers) when they release a new version.

You will either need to wait for a new version (most likely 23.10) or use 3rd party maintained PPAs.

[–] axzxc1236@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

If you mean automatically update IP part, duckdns website has a very comprehensive guide.

If you mean getting a free SSL certificate, you can use acme.sh (this is what I used) which has integrated support for duckddns (To use let's encrypt you need to use --server letsencrypt in your command)

 

This is a copy of my comment from Reddit.


My Linux distro is EndeavourOS (Arch Linux but installed with graphical installer), I installed pcsx2-git from AUR which currently provides version 1.7.4282.r0.g6d7eceb4f-1, I will give a rundown on what I did to get P3F Community Enhancement Pack on Linux.

  1. Get a Windows system (P3F Community Enhancement Pack requires that)

  2. Follow P3F Community Enhancement Pack's installation instruction step by step.

  3. Boot back to Linux and mount whatever disk partition that has P3F Mods folder.

  4. Rename your old PCSX2 config directory if you already played for a while (~/.config/PCSX2 to ~/.config/PCSX2.bak) (In Linux "~" equals to /home/)

  5. run pcsx2 once and close it to generate default config folder.

  6. Copy everything under P3F Mods/Files to ~/.config/PCSX2.

  7. Copy P3F Mods/.PCSX2/inis to ~/.config/PCSX2 and override original inis directory.

  8. Open ~/.config/PCSX2/inis/PCSX2.ini with any text editor.

  9. remove all occurrences of ..\Files\. (for example, Bios = ..\Files\bios becomes Bios = bios)

  10. change Snapshots = ..\Notes\snaps to Snapshots = snaps and "Logs = ..\Logs\logs" to "Logs = logs"

  11. save PCSX2.ini and close text editor.

  12. open a terminal (a program which lets you do Linux commands)

  13. do cd ~/.config/PCSX2

  14. do pcsx2-qt -elf elf/SLUS_216.21.ELF -batch -fastboot -nofullscreen -- iso/P3F.iso

  15. Does the game run? Did you see "P3F CEP" logo? (I hope it work for you too.)

  16. To restore old save, copy memcards folder from ~/.config/PCSX2.bak.

17 To quickly launch p3f, you can put a function under ~/.bashrc

function p3f() {
cd ~/.config/PCSX2
pcsx2-qt -elf elf/SLUS_216.21.ELF -batch -fastboot -nofullscreen -- iso/P3F.iso
}

then you can just type "p3f" to launch p3f.

[–] axzxc1236@lemmy.world 1 points 2 years ago

On desktop version of website, once you clicked into the community you can click subscribe button on the right side.

On mobile I see it after I click "Sidebar" button.

[–] axzxc1236@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (2 children)

Go to https://lemmy.world/communities/listing_type/All/page/1

This page lists communities from other lemmy/kbin servers that federates with the server you use. (server list available in https://lemmy.world/instances)

If you know other community's url from other server (e.g. https://lemmy.ml/c/asklemmy), copy and paste that to search function and you can browse that community without registering an account on other lemmy/kbin server.

Currently beehaw.org has de-federated with lemmy.world, that means if you paste a community from beehaw.org, the search function might (1) find the community but you won't see new posts and your posts and comments won't show up on beehaw server (2) doesn't find that community.

view more: next ›