/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

github.com
| | www.babaei.net
4.0 parsecs away

Travel
| | Previously I've described the process of building Crypto++ on both FreeBSD and Windows using the GCC, MinGW and VC++ compilers. Now, we want to develop our own cross-platform cryptographic wrapper library around Crypto++. I've already uploaded the full source code to GitHub. You can find the link to the code on GitHub at the end of this article. Before you proceed, you have to build the Crypto++ library as I mentioned earlier here.
| | sergioprado.blog
3.9 parsecs away

Travel
| | In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB.
| | joaoventura.net
4.6 parsecs away

Travel
| |
| | isthisit.nz
17.1 parsecs away

Travel
| Installing an F# development environment on Ubuntu is easy! We use .NET Core as the runtime rather than the traditional Mono, and then install the VS Code editor with the F# extension Ionide. First up install .NET Core. Follow the instructions on the Microsoft website. These will always be up to date and also provide installation options for non Debian based linux distributions. By default Microsoft has telemetry enabled. This collects data about the commands run through the dotnet executable and sends the supposedly anonymised timestamp, operating system information and country it thinks your IP address belongs to. Run the command below to disable it, though one would think it should be disabled by default.