Nicholas Workshop
  • Home
  • About
Subscribe

Network Computing

A collection of 3 posts
Dynamic DNS on GoDaddy
Network Computing

Dynamic DNS on GoDaddy

GoDaddy doesn't support DDNS out of the box. Luckily it provides APIs to control the DNS fields, so you can dynamically update it by yourself, with some tools. Create GoDaddy API keys Go to this page and generate a production key. https://developer.godaddy.com/keys Install tool godaddy-dns This
May 6, 2018 1 min read
Download Videos With m3u8 Files
Network Computing

Download Videos With m3u8 Files

ffmpeg \ -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7" \ -i https://url/file.m3u8 \ -c copy video.mkv
May 6, 2018
Use Only One Adapter Within Multiple Network Adapters
Network Computing

Use Only One Adapter Within Multiple Network Adapters

Suppose we have more than one network adapter, how could we designate the adapter used to access the Internet? One way would be manually configure the default gateway. Easy way (2 adapters and with little networking knowledge): Suppose you want to use wireless connection in the condition of having both
Jun 16, 2010 1 min read
Nicholas Workshop © 2023
Powered by Ghost