/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

outflux.net
| | gist.github.com
2.2 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | blog.dornea.nu
1.3 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | blog.oddbit.com
2.9 parsecs away

Travel
| | Overview I was recently working with someone else's C source and I wanted to add some basic error checking without mucking up the code with a bunch of if statements and calls to perror. I ended up implementing a simple must function that checks the return value of an expression, and exits with an error if the return value is less than 0. You use it like this: must(fd = open("textfile.txt", O_RDONLY)); Or:
| | blog.hypriot.com
20.6 parsecs away

Travel
| [AI summary] A guide on upgrading the Docker Engine on an NVIDIA Jetson Nano Developer Kit to the latest version using Ubuntu's repository and the official Docker Community Edition.