6 private links
Nous avons souvent tendance à considérer un individu ou un système comme stupide parce qu’il ne remplit pas les objectifs prévus, qu’il n’a pas les résultats escomptés. Or, dans l’immense majorité des cas, une recherche un peu plus approfondie démontrera qu’il n’en est rien. La majorité des humains et des systèmes fonctionnent très bien. C’est juste que nous nous méprenons souvent sur l’objectif réel
Learn how to use metasploit
One of the leading problems in cyber security today is the emergence
of targeted attacks conducted by adversaries with access to
sophisticated tools, sometimes referred to as Advanced Persistent
Threats (APTs). These attacks target specific organisations or
individuals and aim at establishing a continuous and undetected
presence in the targeted infrastructure. The goal of these attacks
is often espionage: stealing valuable intellectual property and
confidential documents
libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.
Its main purpose is to provide the C++ developer an easy, efficient, platform and endianess-independent way to create tools which need to send, receive and manipulate network packets.
A 3D game engine written in Go!
A blog about D programming language
C library to restrict resources access and to perform basic profiling on subprocesses.
Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required.
You no longer need to save and send documents to move them around, simply move the view of the application to the machine where you need to access it.
Simple-Stupid user-space program doing "kill -STOP" and "kill -CONT" to protect from thrashing
Thrashing: https://en.wikipedia.org/wiki/Thrashing_%28computer_science%29
Stellar is a decentralized protocol for sending and receiving money in any pair of currencies. This means users can, for example, send a transaction from their Yen balance and have it arrive in Euros, Yen, or even bitcoin. We’re expecting to support the usual categories of transactions: payments to a merchant, remittances back home, or rent splits with a roommate.
Apprendre à utilisé gimp
The problem at hand is that with Docker, containers have different IP addresses on start. Even after a successful data migration or simply a restart of your container, you need to propagate that new information. For example let your app container know that the database changed IP address.
Unikernels promise some interesting benefits. The Ubuntu 14.04 amd64-disk1.img cloud image is 243 MB unconfigured, while the unikernel ended up at just 5.2 MB (running the queue service). Ubuntu runs a large amount of C code in security-critical places, while the unikernel is almost entirely type-safe OCaml. And besides, trying new things is fun.