Articles
-
Start a TypeScript Node Project
Minimal selection of tools and libraries for a TypeScript Node project.
Gists
-
gdb cheatsheet
target remote 127.0.0.1:4242 p/z $r0 # print, z: hex; t: two x/z 0x40021008 # eXamine display/z $r0 display/4i $pc - 1 display/z ((int)$sp)@4 stepi # step instruction info registers
-
Oracle Linux Cloud default user
cloud-user
-
psql essentials
Invocation:
psql -h host -p port -U user dbname
List tables:
\dt [*tbl*]
Show DDL:
\d tbl
-
Customize fat label with qemu virtual fat driver
-blockdev driver=vvfat,node-name=cidata,read-only=on,dir="$cidata_dir",label='CIDATA' \ -device virtio-blk-pci,drive=cidata \
-
Retrieve graphql schema
npm install gql-sdl npx gql-sdl -H 'Cookie:auth=token' https://example.com/graphql > example.graphql
Posts
-
Hello, World
This is my first post to test the website.