https://marketplace.visualstudio.com/items?itemName=VisualCppDevLabs.VisualCforLinuxDevelopment Setting up your project for Linux Development With this extension you can author C++ code for Linux servers, desktops and devices. You can manage your connections to these machines from within VS. VS will automatically copy and remote build your sources and can launch your application with the debugger. Our project system supports targeting …
List of Windows DCs
Original posts: https://stackoverflow.com/questions/354037/how-do-i-find-out-which-computer-is-the-domain-controller-in-windows-programmati Your own logon server: Own logon server with C#: List of all domain controllers in particular domain: List of all domain controllers computer is connected to:
Authenticate domain user using LDAP, providing IP of Dc
Original post: https://gist.github.com/dzitkowskik/279164c1343e652660dc
Create SSL certificate for testing
makecert comes (for instance) with Visual Studio (it’s deprecated, but still useful). Open a VS command line (as admin). Sample command line for a test certificate: -r: self-signed -pe: private key exportable -n: Followed by name of publisher’s certificate (“CN=…”) -m: duration in months -sky: Subject’s key specification (here: Exchange) -ss: Name of the subject’s certificate store …
Converting PDF from RGB to CMYK with freeware or OSS
Original post: https://graphicdesign.stackexchange.com/a/38313
How to git clone from *local bare* repository
Original post: https://stackoverflow.com/a/38970914
Change Password when connected with Remote Desktop
Instead of CTRL+ALT+DEL press CTRL+ALT+END.
List of a available DBs on SQL server instance
To exclude non-user DBs: or
Listing DBs and their users with rights on SQL Server
Original post here: https://www.sqlservercentral.com/Forums/1560182/Script-to-get-the-list-of-users-and-permissions-in-a-database#bm1560813 With multiple result sets: Single result set using COALESCE-Operator:
Highly automated driving, development from scratch to pre-production
Based on the ROS communications framework a higly automated (self-) driving car was being developed from scratch to pre-production.