IT Related: Difference between revisions
Jump to navigation
Jump to search
(29 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Manufacturing and Making]] - [[Electrical and Electronic]] - [[Tools and Techniques]] - [[Tips and Tricks]] - [[IT Related]] - [[Stuff and Nonsense]] - [[Ham Radio Links]] - [[Other Links]] - [[Main Page]] | [[Manufacturing and Making]] - [[Electrical and Electronic]] - [[Tools and Techniques]] - [[Information Tables and Reference|Info and Reference]] - [[Tips and Tricks]] - [[IT Related]] - [[Emulation]] - [[Stuff and Nonsense]] - [[Ham Radio Links]] - [[Other Links]] - [[Main Page]] | ||
__NOTOC__ | __NOTOC__ | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 7: | Line 7: | ||
==General IT Information== | ==General IT Information== | ||
===Hardware=== | ===Hardware=== | ||
* | *<placeholder text> | ||
===Software=== | ===Software=== | ||
* | |||
====Linux==== | |||
*[[Useful Linux Command Line Stuff]] | |||
*[https://www.linuxtrainingacademy.com/ Linux Training Academy] | |||
====Linux Distros==== | |||
*[https://tails.net Tails] Privacy centric bistro that protects against surveillance and censorship | |||
*[https://www.proxmox.com ProxMox] | |||
*[https://linuxmint.com Linux Mint] | |||
*[https://www.kali.org Kali] | |||
====Windows==== | |||
*[[Useful Windows Command Line Stuff]] | |||
====Mac==== | |||
*[[Useful Mac Command Line Stuff]] | |||
===IT Links=== | |||
*[https://coderunnerapp.com CodeRunner] A lightweight, multi-language programming text editor and IDE for macOS. (PAID) | |||
*[https://smoothwall.org Smoothwall] Open Source Firewall | |||
*[https://min.io Min IO] a high-performance, S3 compatible object store. | |||
*[https://www.geoffchappell.com/ Geoff Chappell] Software Analyst | |||
*[https://www.lifewire.com LifeWire] Tech News | |||
*[https://microk8s.io MicroK8] Ubuntu Kubernetes | |||
==Networking== | ==Networking== | ||
===Networking Links=== | ===Networking Links=== | ||
*[[Networking Basics]] (What you really need to know) | |||
*[[Networking - Physical]] Layer | |||
*[[Networking - OSI]] Model | |||
*[[Networking - Application]] Layer | |||
===Network Protocols=== | |||
*[https://en.wikipedia.org/wiki/Border_Gateway_Protocol Border Gateway Protocol] (Wikipedia) | |||
====Network Services==== | |||
Information about network based services with a focus on technologies useful to makers | |||
*[[NTP]] Network Time Protocol | |||
*[[File Sharing]] Incl FTP, SMB, AFP, NFS TFTP etc. | |||
*[[SNMP]] Simple Network Management Protocol | |||
*[[Logging]] | |||
*[[Email]] Incl. SMTP, POP, IMAP | |||
*[[Streaming]] | |||
*[[Web]] http, https | |||
*[[SSH]] Secure Shell | |||
*[[MQTT]] MQ Telemetry Transport (prev. Message Queuing Telemetry Transport) | |||
*[[TCP Sockets]] Basic TCP data transfer | |||
====Utilities and Software Tools==== | ====Utilities and Software Tools==== | ||
*[https://mxtoolbox.com MX ToolBox] Network and DNS tools | *[https://mxtoolbox.com MX ToolBox] Network and DNS tools | ||
*[https://whatismyipaddress.com/ What is my IP address] | |||
*[https://dnschecker.org/ DNS Checker.org] Various network test tools including IP address WhoIs. | |||
*[https://www.grc.com/dns/benchmark.htm DNS Benchmark tool] Tests DNS speed from a long list of public servers | |||
*[https://brew.sh/ HomeBrew] CLI software Packet Manager/Installer for Mac & Linux | |||
*[https://alternativeto.net Alternative to] Tool for finding alternative software packages. | |||
==Coding== | |||
*[https://roadmap.sh/ Roadmap] Roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings. | |||
*'''Learn [[Programming]]''' - Sites that have information useful to people learning to program | |||
== | ===Programming and Development=== | ||
====Web Dev==== | |||
*[https://wphacks.com WP Hacks] | |||
*[https://www.xcloner.com xCloner] Wordpress Backups | |||
*[https://www.contentrobot.com Content Robot] | |||
*[https://www.wix.com Wix] | |||
*[https://www.w3schools.com W3Schools] | |||
*[http://www.cssplay.co.uk CSS Play] | |||
*[https://web.dev web.dev] | |||
====HTML5/CSS==== | |||
*[http://semantic-ui.com Semantic] | |||
*[http://getbootstrap.com Bootstrap] | |||
*[http://foundation.zurb.com Foundation] | |||
*[http://getuikit.com/ Get UI kit] | |||
*[http://960.gs 960 grid system] | |||
*[http://getskeleton.com Skeleton] | |||
*[http://lessframework.com Less] | |||
*[http://www.yaml.de Yaml] | |||
*[https://github.com/cbrauckmuller/helium Helium] | |||
*[http://metroui.org.ua Metro] | |||
*[https://html5boilerplate.com HTML5 Boilerplate] | |||
*[http://www.99lime.com/elements/ Lime] | |||
*[http://montagestudio.com/montagejs/ MontageJS] | |||
*[http://createjs.com CreateJS] | |||
====Javascript==== | |||
*[http://jquery.com/ jQuery] | |||
*[http://prototypejs.org/ Prototype] | |||
*[http://yuilibrary.com/ Yahoo UI library] | |||
*[http://backbonejs.org/ Backbone] | |||
*[http://underscorejs.org/ Underscore] | |||
*[http://dojotoolkit.org/download/ Dojo] | |||
*[https://angularjs.org/ AngularJS] | |||
*[http://emberjs.com/ EmberJS] | |||
====Ruby==== | |||
*[http://rubyonrails.org/ Ruby on rails] | |||
*[http://www.sinatrarb.com/ Sinatra] | |||
*[http://ramaze.net/ Ramaze] | |||
*[http://halcyon.rubyforge.org/ Halcyon] | |||
*[http://www.padrinorb.com/ Padrino] | |||
====Python==== | |||
*[https://www.djangoproject.com/ Django] | |||
*[http://turbogears.org/ Gears] | |||
*[http://web2py.com/ Web2Py] | |||
*[http://www.cherrypy.org/ Cherry] | |||
*[http://flask.pocoo.org/https: Flask] | |||
*[http://tutorialstonight.com Tutorials Tonight] Python tutorials for beginners (ultimate guide) | |||
====PHP==== | |||
*[http://framework.zend.com/ Zend] | |||
*[http://symfony.com/ Symphony] | |||
*[http://cakephp.org/ Cake] | |||
*[http://www.codeigniter.com/ Codeigniter] | |||
*[http://laravel.com/ Laravel] | |||
*[http://phalconphp.com/en/ PhalconPHP] | |||
*[http://silex.sensiolabs.org/ Silex] | |||
*[http://www.slimframework.com/ Slim] | |||
*[http://www.yiiframework.com/ Yii] | |||
*[http://fuelphp.com/ FuelPHP] | |||
====Perl==== | |||
*[http://www.catalystframework.org/ Catalyst] | |||
*[http://www.usegantry.org/ Gantry] | |||
*[http://mojolicio.us/ Mojolicious] | |||
*[http://perldancer.org/ Perl dancer] | |||
====ASP.NET==== | |||
*[http://www.asp.net/mvc ASP.NET] | |||
====Java==== | |||
*[http://spring.io/ Spring] | |||
*[https://vaadin.com/learn Vaadin] | |||
*[http://www.gwtproject.org/?csw=1 GWT] | |||
*[http://hibernate.org/ Hibernate] | |||
*[https://www.playframework.com/ Play] | |||
====Server side Javascript==== | |||
*[https://nodejs.org/ NodeJS] | |||
*[https://www.meteor.com/ Meteor] | |||
====NoSQL databases==== | |||
*[https://www.mongodb.org/ MongoDB] | |||
*[http://couchdb.apache.org/ CouchDB] | |||
*[http://orientdb.com/ OrientDB] | |||
*[http://redis.io/ Redis] | |||
*[http://hyperdex.org/ Hyperdex] | |||
*[https://www.clusterpoint.com/ Clusterpoint] | |||
====Relational databases==== | |||
*[https://www.mysql.com/ MySQL] | |||
*[http://www.postgresql.org/ PostgreSQL] | |||
*[https://www.sqlite.org/ sqLite] |
Latest revision as of 13:35, 26 June 2025
Manufacturing and Making - Electrical and Electronic - Tools and Techniques - Info and Reference - Tips and Tricks - IT Related - Emulation - Stuff and Nonsense - Ham Radio Links - Other Links - Main Page
In development: These pages are very much in development and need much work - send any suggestions to us on the normal channels! |
General IT Information
Hardware
- <placeholder text>
Software
Linux
Linux Distros
- Tails Privacy centric bistro that protects against surveillance and censorship
- ProxMox
- Linux Mint
- Kali
Windows
Mac
IT Links
- CodeRunner A lightweight, multi-language programming text editor and IDE for macOS. (PAID)
- Smoothwall Open Source Firewall
- Min IO a high-performance, S3 compatible object store.
- Geoff Chappell Software Analyst
- LifeWire Tech News
- MicroK8 Ubuntu Kubernetes
Networking
Networking Links
- Networking Basics (What you really need to know)
- Networking - Physical Layer
- Networking - OSI Model
- Networking - Application Layer
Network Protocols
- Border Gateway Protocol (Wikipedia)
Network Services
Information about network based services with a focus on technologies useful to makers
- NTP Network Time Protocol
- File Sharing Incl FTP, SMB, AFP, NFS TFTP etc.
- SNMP Simple Network Management Protocol
- Logging
- Email Incl. SMTP, POP, IMAP
- Streaming
- Web http, https
- SSH Secure Shell
- MQTT MQ Telemetry Transport (prev. Message Queuing Telemetry Transport)
- TCP Sockets Basic TCP data transfer
Utilities and Software Tools
- MX ToolBox Network and DNS tools
- What is my IP address
- DNS Checker.org Various network test tools including IP address WhoIs.
- DNS Benchmark tool Tests DNS speed from a long list of public servers
- HomeBrew CLI software Packet Manager/Installer for Mac & Linux
- Alternative to Tool for finding alternative software packages.
Coding
- Roadmap Roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings.
- Learn Programming - Sites that have information useful to people learning to program
Programming and Development
Web Dev
HTML5/CSS
- Semantic
- Bootstrap
- Foundation
- Get UI kit
- 960 grid system
- Skeleton
- Less
- Yaml
- Helium
- Metro
- HTML5 Boilerplate
- Lime
- MontageJS
- CreateJS