Below you will find pages that utilize the taxonomy term “Telework”
Blogs
SShuttle - quick and temporary VPN over SSH
Every once in a while you find a gem. One of these for me is SShuttle – until now I have not known about this one.
Use-case: I just been trying to get Ubuntu Make to install Eclipse IDE and the local AARNET download mirror is just refusing to cooperate (https://github.com/ubuntu/ubuntu-make/issues/90). A quick forward to a remote VPS fixed the issue without headaches
Install sudo apt-get install sshuttle
Run sshuttle -r username@servername.
Blogs
Barebone Ubuntu 14.04 Cloud Desktop
Since I have found some issues with my previous LXQT setup in real-life work I decided to fall back to standard Lubuntu for my cloud desktop. As part of this I also switched to TightVNC which seems a lot easier to configure.
Add local user account adduser USERNAME<br></br>adduser USERNAME sudo
Install Lubuntu Desktop sudo apt-get install --no-install-recommends lubuntu-desktop tightvncserver
TightVNC Configuration sudo vim /etc/lightdm/lightdm.conf
#<br></br># VNC Server configuration<br></br>#<br></br># enabled = True if VNC connections should be allowed<br></br># port = TCP/IP port to listen for connections on<br></br>#<br></br>[VNCServer]<br></br>enabled=true<br></br>port=5900<br></br>width=1366<br></br>height=768<br></br>depth=24
Blogs
Ubuntu 14.04 Amazon EC2 Cloud Desktop using LXQT
Using Amazon EC2’s free usage tier to host your own cloud desktop is a very economical way to to have a desktop at hand anytime you can not be near one. Since I quite often use Chromebooks these days when on the road this is a particular handy way should I need a full desktop for certain tasks.
Since Ubuntu 14.05 is my default desktop on my normal hardware I obviously want to have my cloud desktop running the same underlying OS.
Blogs
Jitsi Ubuntu VoIP SIP Client
The latest instalment in my never-ending quest to find a decent SIP client (see Ubuntu SIP I & Ubuntu SIP II) I came across JITSI (http://jitsi.org/). Since the website looked very interesting and the project seems very well maintained (http://jitsi.org/index.php/Main/Screenshots) I decided to give it a go.
The installation is a breeze with a Ubuntu/Debian package available and the installation also adds the repository to keep the package up to date.
Blogs
Co-working in Australia
After reading an excellent article by Brad Reed on Network World (this seems to be the online version: Co-working: the ultimate in teleworking flexibility),�I finally got motivated enough to do some more research about this�phenomenum in the two places of interest to me (Austria and Australia)�as well as write a quick entry about this.
The whole co-working concept has been interesting me ever since it started, but the organisational issues associated with starting such a�venture (and as with everything else – a lack of time) have always�prevented any serious attempt to actually move in this direction.