Page A

*** currently under construction ***

Read More

Page B

*** currently under construction ***

Read More

Page C

*** currently under construction ***

Read More

Twelve steps to enable IPv6 in government and organizational networks | APNIC Blog

Guest Post: 12 fundamental steps to deploy IPv6 within governmental and organizational networks. Source: Twelve steps to enable IPv6 in government and organizational networks | APNIC Blog

Keep a remote X11 app running after disconnecting the Session

Xpra is the tool of choice 🙂 Install xpra on server and client like: [code language=”bash”] root@h2545526:~# apt install xpra . . xpra (2.1.3+dfsg-1ubuntu1) wird eingerichtet … [/code] start e.g. firefox on the server: [code language=”bash”] xpra start :100 –start-child=firefox [/code] now connect from remote through Ssh: [code language=”bash”] xpra attach ssh/user@serverFQDN/100 [/code] With xpra