[-] axzxc1236@lemmy.world 38 points 1 year ago

I have seem similar thread on Reddit, this answer I liked the most.

Hello can you hear me? Oh wait, wrong planet, sorry

Is the gist of it.

[-] axzxc1236@lemmy.world 8 points 1 year ago

I do this in winter, warms my room a little while doing (what I think is) good.

[-] axzxc1236@lemmy.world 11 points 1 year ago

I am using ZSH, that function that allows you to type part of the command and then do UP key to find previous command starts with same prefix is killer function for me.

(I don't know if this function is added by oh-my-zsh or not.)

[-] axzxc1236@lemmy.world 8 points 1 year ago* (last edited 1 year 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 29 points 1 year ago

Stats from my seedbox (all public torrents)

Uploaded: 638.311 TiB

Downloaded: 29.120 TiB

Ratio: 21.91

[-] axzxc1236@lemmy.world 8 points 1 year ago* (last edited 1 year 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 19 points 1 year ago

Use a cellphone under trees in rain.

Learned few days ago that it's not actually dangerous, at least doesn't make you have a higher change to be struck by thunder.

[-] axzxc1236@lemmy.world 11 points 1 year ago* (last edited 1 year ago)

Serverhunter is a search engine for cloud servers and has easy to use filter functions.

I am surprised that I didn't see anyone link to https://lowendtalk.com/ and https://lowendspirit.com/, OP can ask in both places and see what people have for offer.

[-] axzxc1236@lemmy.world 35 points 1 year ago

Is it really crucial to find a VPN that supports port forwarding

It's crucial when the only seeder won't open their port.

what’s the go to option now that it’s becoming increasingly uncommon

My opinion: I wish qbittorrent 4.6 would release sooner, it comes with I2P support, which I've seen discussed on lemmy a few times.

[-] axzxc1236@lemmy.world 11 points 1 year ago* (last edited 1 year ago)

Reasons I can think of:

  1. The official Android client for lemmy, Jerboa, only supports 0.18 and later, unless users download older version from github and sideload manually.

  2. Sorting is broken pre 0.18, new posts keeps flowing in.

  3. Performance improvement by removing web socket from lemmy. (which fixes 2, which is why 1. happens)

12
submitted 1 year ago* (last edited 1 year ago) by axzxc1236@lemmy.world to c/cybersecurity@sh.itjust.works

I only know about CVE-2013-3900 (WinVerifyTrust) which allows modified files to pass signature check unless you tweak registry to enable patches.

I think there must be other instances like this where Microsoft won’t fix vulnerability or chooses insecure defaults, is there a list?

4
submitted 1 year ago* (last edited 1 year ago) by axzxc1236@lemmy.world to c/linux_gaming@lemmy.world

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 17 points 1 year ago

HDMI splitter, some product specifically says they are able to bypass HDCP.

4
submitted 1 year ago by axzxc1236@lemmy.world to c/linux@lemmy.ml
29

I keep seeing "502 Bad Gateway" when trying to browse lemmy.ml, and after turning on proxy in my browser it works instantly, after a few tests it seems that lemmy.ml has issues with IPV6.

Two curl commands shows very different result for me.

view more: next ›

axzxc1236

joined 1 year ago