|
You are here |
eklausmeier.goip.de | ||
| | | | |
blog.dornea.nu
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Yet another blog post on how to create a virtual network that connects network namespaces using a brdige, veth pairs and iptables. | ||