Linux

Here you may find stuff related to linux, desktop also but mostly server administration.


Linux backround process

Running as background process with nohub nohup scp & > nohup.out 2 > &1 nohup scp -r -p root@www.example.com:/var/www/ /var/www/ & >nohup.out 2>&1 nohup scp -r -p root@www.example.com:/var/www/logs /var/www/ & >nohup.out 2>&1

Netbeans error

I been using Netbeans and following solved the problem: manticore:/etc/sysctl.d# telnet ::ffff:192.168.1.1 Trying ::ffff:192.168.1.1... telnet: Unable to connect to remote host: Network is unreachable manticore:/etc/sysctl.d# sysctl net.ipv6.bindv6only net.ipv6.bindv6only = 1 manticore:/etc/sysctl.d# sysctl net.ipv6.bindv6only=0 net.ipv6.bindv6only = 0 manticore:/etc/sysctl.d# telnet ::ffff:192.168.1.1 Trying ::ffff:192.168.1.1... Connected to ::ffff:192.168.1.1. Escape character is '^]'.