I upgraded to the Virgin Media Superhub 3.0 and discovered VPN passthrough was not working.
The solution was to put it into cable modem mode.
I upgraded to the Virgin Media Superhub 3.0 and discovered VPN passthrough was not working.
The solution was to put it into cable modem mode.
sudo apt-get install xclip -y
nano ~/.bashrc
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
source ~/.bashrc