Network

Rsync - Limit Upload

Today my father asked me to send him some things. There were 10 files of approximately 250MB each; too much work to send via email, 2.5GB would exceed my limit on Dropbox, and …

avatar
Julio Batista Silva

Dynamic DNS

I often need to access my computer remotely to transfer files, stream music, or manage programs. For this, I need to know the IP address associated with my computer, but both NET …

avatar
Julio Batista Silva

Share Internet via Ad-Hoc

On Computer 1, connected to the internet via cable: # ifconfig wlan0 down # iwconfig wlan0 mode Ad-Hoc # ifconfig wlan0 192.168.0.1 up # iwconfig wlan0 essid rede # iwconfig wlan0 …

avatar
Julio Batista Silva