Explore >> Select a destination


You are here

yurisk.info
| | www.kentik.com
15.6 parsecs away

Travel
| | Explore the essentials of BGP Routing with our comprehensive tutorial and examples. Learn about autonomous systems, routes, peering, and BGP configuration to optimize your network performance and security.
| | blog.brokennetwork.ca
15.8 parsecs away

Travel
| | Studying for the CCIE and other data networking oddities.
| | www.jamieweb.net
14.4 parsecs away

Travel
| | Installing and configuring the Quagga network routing software suite and establishing a BGP peering session to exchange routing information.
| | whatibroke.com
72.3 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...