Thursday 21 February 2013

Converting Latex to HTML using Pandoc

Install Pandoc using your disto's package manager, or by following the installation instructions here.

Then use:
 pandoc input.tex -o output.html --mathjax  

Nice and straightforward!

Wednesday 20 February 2013

Linux Remote Desktops: A Comparison


This is the final post in a three part series exploring Ubuntu-based remote desktop options. See posts one and two for an exploration of NoMachine and ThinLinc.



My primary motivation for testing these remote desktop solutions was my desire to find a remote desktop solution that worked as Windows Remote Desktop - in terms of speed and functionality. While Linux and Windows do have differing user paradigms - Windows being designed around a single user logon, I was looking for the ability to log on to my system both at work and at home, resuming my session from wherever I was. My work machine is behind a VPN, and I need my sessions to be responsive enough to work as if I was working on the local machine.

Productivity therefore is of primary importance to me, and closely tied to this is the latency of a connection. I find that a slow, lagging connection impairs not only my ability to work in the graphical environments I require, but also affects my desire and motivation to try to continue to work remotely. For these reasons, I've found that using NoMachine, via the FreeNx client is most suitable for my purposes - there was just too much latency within a Cendio Thinlinc connection during my testing. To be clear, your mileage may vary - the latency I experienced may be down to a specific interaction between something in my setup and Thinlinc, but during testing over a number of days, at a variety of times, under different network condition, the NoMachine sessions consistently delivered a near desktop speed experience.

I'm interested to hear about the experience of others, using either of the Linux remote desktop solutions I tested - feel free to add them in the comments below.


[Image Credit] lifeskillsfromthedojo.com

Another Linux Remote Desktop Solution: Cendio ThinLinc

This is the second post in a three part series exploring Ubuntu-based remote desktop options. See posts one and three for further exploration and conclusions.

After the popularity of my earlier post reviewing FreeNx, Pierre Ossman, a developer at Cendio, informed me of their product, which provides an alternative remote desktop/thin client option for Linux. This post details my comparison of FreeNx and Cendio ThinLinc, as options for remote desktop solutions that rival Windows remote desktop.

Installation and use of Cendio ThinLinc

Obtaining and installing the software is relatively easy - you do have to give Cendio your email address before they will email you the download link, but the installation instructions are straightforward, and the installer does a good job of pulling in any additional required packages. The installation instructions simply consist of unzipping the downloaded package and executing an install script.

For me, the installer did seem to pull a a significant number of additional packages - these packages may just be required as ThinLinc provides a little more functionality than Nx. Overall, the ThinLinc installation took longer and felt a little less friendly than Nx, requiring slightly more configuration and interaction during the install process.

ThinLinc administration page
Once installed, the ThinLinc server is administered via a webpage at http://localhost:1010


Downloading and installing the client is also a simple process, and connecting to the server is straightforward, as can be seen in the box below:









It took me a bit of time to figure out how to disconnect from a session without logging off - the ability to resume a session from multiple locations is a primary driver of my remote desktop use. After some digging around in the documentation however, I found the relevant information - pressing F8 while logged into a remote session pops up a menu that provides the option to disconnect from the session, without ending it.

Now for the best bit - downloading and running the client on the same machine as the server allows you to start a ThinLinc session on that machine. Working in this session then allows connection from another location - using the ThinLinc client at work, for example, leaving programs running and then using the client from home to connect to that same machine gives the same experience as Windows Remote Desktop - the one feature I've missed ever since I've moved to using Linux full time.

Finally, it's worth noting that neither ThinLinc or NoMachine support the full Unity desktop that that is default in Ubuntu versions later than 11.04. Because of this, you need to ensure that gnome-session-fallback is installed:
 sudo apt-get install gnome-session-fallback  


The Comparison
The results of my comparison can be found in the final post of this series: Linux Remote Desktops: A Comparison.




[Image credit] RoomMaster2000

Juniper Network Connect in Bodhi, Ubuntu and Linux Mint

The Juniper Network Connect client simply wouldn't launch for me under any of the Linux distributions listed in the title of this post, even after trying multiple Java version installations.

Thankfully, Paul Smith at Mad-Scientist.us has put together a great script which allows connection to a Juniper WebVPN from a Ubuntu-based distro. He has a great write up on his blog, so I won't repeat his instructions here, other than to say he makes it incredibly simple to get connected to your institution WebVPN.

I followed his instructions on a reasonably fresh install of Bodhi Linux*, and ended up running into a "missing /etc/resolv.conf" error. This can be fixed by running the following command:
 sudo dpkg-reconfigure resolvconf  
Answer Yes to all the prompts and restart your machine once the tool finishes.

Launching Paul's script (hosted here at Github, should you want to check out the code), should now present you with a working GUI, allowing you to connect you to your WebVPN. He also provides the option of connecting via the command line, detailed further in his blog post

As usual, any issues or comments in the box below!

* If you haven't checked this distro out, I highly recommend it - it absolutely flies even on older hardware, and is Ubuntu-based giving access to the huge Ubuntu software repositories

[References]
Mad-Scientist.us
Bohdi Linux Forums