/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

www.darkoperator.com
| | erwin.co
1.4 parsecs away

Travel
| | [AI summary] A guide on setting up and configuring the OpenSSH server (sshd) on Windows 11 for remote access and administration.
| | mariocarrion.com
1.9 parsecs away

Travel
| | I'm starting the Mono POSIX shared memory wrapping, decided to begin dllimporting shm_open, however doesn't seems to be easy at all, my current effort is: using System; using System.Runtime.InteropServices; namespace Mono.Posix { public class SharedMemory { public SharedMemory () { } [DllImport ("librt", EntryPoint="shm_open", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.StdCall)] public static extern IntPtr Open ( [MarshalAs (UnmanagedType.LPStr)] string name, int oflag, int mode_t); public...
| | www.hutteman.com
1.9 parsecs away

Travel
| | [AI summary] A software developer discusses and troubleshoots compatibility issues of the SharpReader RSS reader application on legacy Windows 9x systems, seeking community input on API limitations and suggesting virtualization as a workaround.
| | pingbin.com
29.9 parsecs away

Travel
| [AI summary] A technical guide detailing how to automatically deploy .NET 6.0 Core applications to an Ubuntu server using GitHub Actions, NGINX, and MySQL.