Explore >> Select a destination


You are here

whatibroke.com
| | brianreiter.org
66.7 parsecs away

Travel
| | Monterey uses TCP:5000 by default for a system process which stops aspnet core apps from starting properly as configured in launch.json in all of our aspnet core projects in vscode because that is the default template. "env": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "https://*:5001;http://*:5000" } [master] $ ASPNETCORE_URLS="https://*:5001;http://*:5000" dotnet bin/Debug/netcoreapp3.1/WebApp-OpenIDConnect-Group-Role-Transform.dll crit: Microsoft.AspNetCore.Server.Kestrel[0] Unable t...
| | www.leerichardson.com
83.3 parsecs away

Travel
| | A quick reference guide for starting the CRUD process from scratch with a new entity in ASP.Net Boilerplate
| | coderwall.com
47.6 parsecs away

Travel
| | A protip by projectcleverweb about ruby, php, python, open source, linux, ide, ios, git, html, javascript, ui, windows, community, and cross-platform.
| | cocomelonc.github.io
106.0 parsecs away

Travel
| [AI summary] The post explains reverse shell techniques in cybersecurity, detailing how attackers use them to gain remote control over a target system by connecting back to their machine, with examples in various programming languages and tools like netcat.