Skip to content

Instantly share code, notes, and snippets.

View nicelife90's full-sized avatar
🌴
On vacation

Yanick Lafontaine nicelife90

🌴
On vacation
View GitHub Profile
@nicelife90
nicelife90 / VMware vSphere 6.x Licence Keys
Created September 29, 2022 23:26 — forked from CHSuworatrai/VMware vSphere 6.x Licence Keys
VMware vSphere 6 and 7 Licence Keys
VMware vSphere 6 Enterprise Plus
1C20K-4Z214-H84U1-T92EP-92838
1A2JU-DEH12-48460-CT956-AC84D
MC28R-4L006-484D1-VV8NK-C7R58
5C6TK-4C39J-48E00-PH0XH-828Q4
4A4X0-69HE3-M8548-6L1QK-1Y240
VMware vSphere with Operations Management 6 Enterprise
4Y2NU-4Z301-085C8-M18EP-2K8M8
1Y48R-0EJEK-084R0-GK9XM-23R52
@nicelife90
nicelife90 / SerialPortManager.cs
Created July 2, 2021 04:18 — forked from heiswayi/SerialPortManager.cs
Singleton .NET SerialPort wrapper class | Blog: https://heiswayi.nrird.com/serialportmanager
/*
MIT License
Copyright (c) 2016 Heiswayi Nrird
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@nicelife90
nicelife90 / freetds_install_ubuntu_14.md
Last active November 28, 2017 22:28 — forked from ghalusa/freetds_install_ubuntu_14.md
Installing and Configuring FreeTDS on Ubuntu 14.04.4 LTS and Establish a Connection via PHP PDO

Installing and Configuring FreeTDS on Ubuntu 14.04.4 LTS and Establish a Connection via PHP PDO


Install

sudo apt-get install -y unixodbc unixodbc-dev unixodbc-bin libodbc1 odbcinst1debian2 tdsodbc php5-odbc