VirtualTam's bookmarks
235 bookmarks found
-
networking - Linux Command line tool to work with netmasks / CIDR notation - Server Fault
2018-05-15 - http://jodies.de/ipcalc
- http://deepspace6.net/projects/ipv6calc.html
- http://www.routemeister.net/projects/sipcalc/
- https://www.linux.com/learn/intro-to-linux/2017/8/manipulate-ipv6-addresses-ipv6calc
- https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html
- https://technicalworldforyou.blogspot.fr/2013/06/ipcalc-command-line-tool-for.html
- https://github.com/troglobit/netcalc
-
- https://en.wikipedia.org/wiki/Context-free_grammar
- https://en.wikipedia.org/wiki/Recursive_transition_network
- https://eli.thegreenplace.net/2010/01/28/generating-random-sentences-from-a-context-free-grammar/
- http://davidsd.org/2009/01/the-real-theorem-generator-a-context-free-grammar/
- https://www.reddit.com/r/Python/comments/1h5ucz/defining_a_contextfree_grammar_easily/
- https://stackoverflow.com/questions/4543008/efficient-context-free-grammar-parser-preferably-python-friendly
- http://nltk.sourceforge.net/doc/en/ch07.html#formalizing-context-free-grammars
- https://stackoverflow.com/questions/17695611/nltk-context-free-grammar-genaration
-
Migrating to Sensu
2018-04-04 - https://roobert.github.io/2015/11/09/Sensu-What/
- https://blog.sensuapp.org/our-journey-implementing-sensu-to-monitor-kubernetes-in-production-5764aff2dd50
- https://phillbarber.blogspot.fr/2015/03/nagios-vs-sensu-vs-icinga2.html
- https://www.reddit.com/r/devops/comments/56xrnj/how_are_people_suffering_through_sensu_core/
-
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/
-
Validating Atom and RSS feeds
2018-04-02 Specifications:
- Atom:
- RSS 2.0:
- http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared
W3C Validation services:
- https://validator.w3.org/feed/
- https://validator.w3.org/feed/docs/
- http://www.feedvalidator.org/
- https://github.com/rubys/feedvalidator
- https://lists.w3.org/Archives/Public/www-validator/
- https://groups.google.com/group/feedvalidator-users
Literature:
- https://feeder.co/knowledge-base/rss-feed-creation/how-to-validate-a-rss-feed/
- http://www.rss-specifications.com/feed-validators.htm
Threads:
-
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
-
API The Docs
2018-03-07