Cat Ba Island: Too humid for my camera
Reply
Open the terminal app
su
followed by:
ifconfig eth0 up <static ip>
route add default gw <gateway ip>
dev eth0 setprop net.dns1 <dns ip>
Line feed ‘\n’, 0x0A, 10 in decimal
CR Carriage return, ‘\r’, 0x0D, 13 in decimal
Windows and DOS: ‘\r\n’
UNIX: ‘\n’
MAC: ‘\r’
The usual install-plugin method hangs, therefore this is what I did to install the MigLayout plugin in my Griffon Application:
That’s it, worked like a charm for me.