axzxc1236

joined 1 year ago
[–] axzxc1236@lemmy.world 2 points 1 year 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 3 points 1 year ago

You can bet stocks like SpaceX will sky rocket in price, since people know there are aliens on other planet now, not just conspiracy or theory.

[–] axzxc1236@lemmy.world 30 points 1 year ago (5 children)

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 5 points 1 year ago (1 children)

Also using PurelyMail, tt's the cheapest non-free email service I can find.

It passes email delivery tests, setup SPF, DKIM and DMARC easily without issue.

The downside is that it's basically one man handling whole this service, but I assume this service has been fully automated because the margin of profit is so low.

[–] axzxc1236@lemmy.world 1 points 1 year ago

Some video players can open .mpls files (usually found under PLAYLIST folder), if your video player supports that you probably can see chapters.

[–] axzxc1236@lemmy.world 10 points 1 year ago (5 children)

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 2 points 1 year 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 1 year ago (2 children)

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

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

nano by default puts a new line character at the end of file, can you use stat command to check if file size is off by 1 byte?

[–] axzxc1236@lemmy.world 0 points 1 year ago (2 children)

Mkvtoolnix for converting bdmv folder to mkvtoolnix without re-encoding.

[–] axzxc1236@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (1 children)

Deep packet inspection is a thing, AFAIK people in China uses a software called v2ray to counter that.

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

All the series I recommends below are complete. (tells story from start to end)

  • Tengen Toppa Gurren Lagann (There are TV series and movies that both tell similar story but not the same, TV series have darker story)

  • Kill la Kill

  • Blast of Tempest

  • Assassination Classroom

  • Back Arrow (first half of series is meh but it becomes better and better)

  • Mob psycho 100

  • Summer Time Render

 

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.

 

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 ›