/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

eklausmeier.goip.de
| | blog.dornea.nu
3.8 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.
| | programmingpraxis.com
3.4 parsecs away

Travel
| | The unix wc command counts the lines, words and characters in a file; the Unix V7 man page is shown below: NAME wc - word count SYNOPSIS wc [ -lwc ] [ name ... ] DESCRIPTION Wc counts lines, words and characters in the named files, or in the standard input if no name appears....
| | programmingpraxis.com
3.0 parsecs away

Travel
| | A perfect number is a number for which the sum of its proper divisors is equal to the number; for instance, 28 is a perfect number because it is the sum of its proper divisors 1 + 2 + 4 + 7 + 14 = 28. A perfect totient number (A082897) is a number for...
| | ops.tips
36.1 parsecs away

Travel
| Yet another blog post on how to create a virtual network that connects network namespaces using a brdige, veth pairs and iptables.