2023-08-24

2023-08-24

FlyPie

  • Opensource Voxel Build Game
    • https://github.com/Demindiro/OwnWar
  • 開源遊戲專案索引
    • https://awesomeopensource.com/search?q=minecraft
    • https://osgameclones.com/
  • 把 Java 轉成 Javascript
    • https://teavm.org/

Mat

  • Find out what websites are built with - Wappalyzer
  • https://6bcf7279.info/2017/06/04/w82pzpn7/
  • ldconfig -p
  • strace ls 2>&1 | grep -e 'openat.*AT_FDCWD'
    • result:

        openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
        openat(AT_FDCWD, "/usr/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3
        openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
        openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
        openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
        openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
        openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
        openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
        openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf", O_RDONLY|O_CLOEXEC) = 4
      

Jim

DreamerC