VirtualTam's bookmarks
103 bookmarks found
-
Windows Workstation - Survival Kitâ„¢ (2020)
2020-12-04 Previous Editions:
- FancyZones tiling manager
- Run quick command launcher
- Shortcut Guide Overview
-
Technical Writing Style Guides
2020-08-16 -
-
/r/golang | Learning Distributed systems
2019-09-16 - https://github.com/golang/go/wiki/Courses
- https://dataintensive.net/
- https://columbia.github.io/ds2-class/
- https://github.com/brendandburns/designing-distributed-systems-labs
- https://azure.microsoft.com/en-us/resources/designing-distributed-systems/en-us/
- https://www.distributed-systems.net/index.php/books/distributed-systems-3rd-edition-2017/
-
Microsoft Excel as a Programming Language
2019-09-02 - https://news.ycombinator.com/item?id=429505
- https://www.quora.com/Can-MS-Excel-be-considered-a-functional-programming-language
- http://www.felienne.com/archives/2974
- https://news.ycombinator.com/item?id=6416631
- https://pt.stackoverflow.com/questions/99642/o-excel-%c3%a9-uma-linguagem-de-programa%c3%a7%c3%a3o
-
Make. It. Simple. Linux Desktop Usability
2018-11-27 - https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-1-5fa0fb369b42
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-2-d34b86fd9b79
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-3-780f127f5794
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-4-13be6486b358
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-5-d810a0d2f368
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-6-1c03de7c00a9
-
MIDIOX - MIDI Yoke Junction
2018-11-13 -
KeePass / KeePassX / KeePassXC
2018-05-27 -
-
ReactOS 0.4.8 released!! | ReactOS Project
2018-04-16 - https://www.reddit.com/r/linux/comments/8cf4em/reactos_48_released_primary_nt6_software_support/
- https://en.wikipedia.org/wiki/OpenVMS
- https://en.wikipedia.org/wiki/Dave_Cutler
- http://www.itprotoday.com/management-mobility/windows-nt-and-vms-rest-story
- http://www.roughlydrafted.com/2009/07/30/readers-write-how-microsoft-got-windows-nt/
-
Linux - Network over USB (usbnet)
2018-04-03 -
https://superuser.com/questions/145933/how-to-add-usbnet-driver-to-the-linux-kernel#145944
-
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/usbnet.c
-
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/cdc_ether.c
-
https://raspberrypi.stackexchange.com/questions/9636/usb-to-usb-mimicking-ethernet
-
https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=131042
-
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=130810
-
https://www.raspberrypi.org/forums/viewtopic.php?p=865905#p865905
-
https://raspberrypi.stackexchange.com/questions/13917/raspberry-pi-communication-over-usb
-
https://developer.ridgerun.com/wiki/index.php/How_to_use_USB_device_networking
-
http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/
-
Fonts - ArchWiki
2018-03-17 - https://wiki.archlinux.org/index.php/Font_configuration
- https://wiki.archlinux.org/index.php/Metric-compatible_fonts
- https://wiki.archlinux.org/index.php/Microsoft_fonts
- https://www.reddit.com/r/archlinux/comments/5r5ep8/make_your_arch_fonts_beautiful_easily/
- https://www.reddit.com/r/archlinux/comments/2diqx8/what_font_packages_do_you_usually_install/
-
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352