BGP is the protocol used to talk between networks. It is the protocol of the Internet. To connect your network to other networks you will likely...
Vim with plugins is a popular IDE option. The reason most people stay away from Vim is the steep learning curve. Most of Vim’s power comes...
The first server listing in the nginx configuration will be the default action for all domain name requests to that server. This will be true unless...
BGP uses different metrics to select which path to send data. This is how BGP chooses paths. Attribute Description/Notes Winning Metric Weight local to the router...
Also see this vim maze game. This vim/vi game covers basic movement commands. I highly recommend starting with some basic commands and then just using vim to...
Given a valid IPv6 address, this generator returns a regular expression which will match all valid forms of that IPv6 address. This includes compact forms, canonical...
Border Gateway Protocol (BGP) is the protocol of the Internet. It is the main external gateway protocol used to connect separate networks to one another. This...
Making regular backups is crucial for any system administrator. Terrible things happen and data gets lost. This may be due to hackers, programing errors, hardware failures...
OHosti is the first result I found when I put “free VPS” into google. I checked out their website, and man, it looks slick. The site...
Websites are made up of HTML, which is a form of XML. XPath is a syntax for selecting sections of XML. It is useful for scraping...