VirtualTam's bookmarks
107 bookmarks found
-
-
Windows Workstation - Survival Kit™ (2017)
2017-05-18 Chocolatey package manager
Cmder terminal emulator and shell / cmd / msys session manager
MSYS2 POSIX / MinGW collection
- http://www.msys2.org/
- https://github.com/msys2/msys2/wiki
- https://github.com/Alexpux/MSYS2-pacman
- https://chocolatey.org/packages/msys2
Vagrant VM provisioning
VirtualBox VM engine
-
Windows - Dynamic-Link Library Search Order
2017-05-02 - http://stackoverflow.com/questions/2463243/dll-search-on-windows
- https://msdn.microsoft.com/en-us/library/7d83bc18.aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx
- http://stackoverflow.com/questions/518228/is-it-possible-to-add-a-directory-to-dll-search-path-from-a-batch-file-or-cmd-sc
-
Cross-platform shell wrapper
Alternatives:
- pbs (discontinued) - https://github.com/amoffat/sh/tree/pbs
- sh (*nix only) - https://github.com/amoffat/sh
-
Microsoft SAM sings about Windows XP
2017-04-30 -
Autotools - A Practitioner's Guide to GNU Autoconf, Automake, and Libtool (article series)
2017-04-27 Updated published book: http://shop.oreilly.com/product/9781593272067.do
-
Building a DLL in Cygwin
2017-04-25 error: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'
- https://cygwin.com/ml/cygwin/2014-04/msg00058.html
- https://stackoverflow.com/questions/10486116/what-does-this-gcc-error-relocation-truncated-to-fit-mean
- https://www.technovelty.org/c/relocation-truncated-to-fit-wtf.html
error: undefined symbols not allowed
- http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
- http://stackoverflow.com/questions/17487891/libtool-undefined-symbols-not-allowedin-i686-pc-mingw32-shared#22884787
error: undefined reference to winmain
- http://stackoverflow.com/questions/33734016/undefined-reference-to-winmain-with-cygwin-and-cmake
- http://stackoverflow.com/questions/13871617/winmain-and-main-in-c-extended
Autotools:
- https://www.sourceware.org/autobook/autobook/autobook_135.html
- https://www.sourceware.org/autobook/autobook/autobook_136.html
- https://sourceware.org/autobook/autobook/autobook_137.html
- http://stackoverflow.com/questions/26151995/autotools-make-doesnt-create-dll-under-cygwin
- https://autotools.io/libtool/windows.html
Cygwin:
General:
-
via https://superuser.com/questions/466570/nmap-says-0-hosts-up-even-though-i-can-ping
$ nmap --unprivileged -e <INTERFACE> <OPTS...>