Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Sunday, 8 June 2014

Zeal : Offline API documentation browser for Linux

Quoted from zealdocs.org "Zeal is a simple offline API documentation browser inspired by Dash (OS X app), available Linux and Windows".

Zeal gives you offline API documentation for most of the Libraries out there like Angular, Backbone, Django and many more. You can check the list on Dash's website

You can easily install on Ubuntu 14.04 by following steps
1. Run following in terminal
   sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa

2. then do  sudo apt-get update

3. and install with sudo apt-get install zeal

After installing Zeal it can be started from terminal by running zeal and add it to to Startup Application.

Right now only version supported is for Ubuntu Linux Trusty (14.04). Zeal is available for previous version but are not supported officially.

Issues and Solutions
  • I faced a minor issue after installing Zeal. I was not able to see main menu on top of it from where you can I found solution at zeal issues . I tried removing appmenu-qt5 package which worked from me. 
  • Every time starting Zeal will show a popup that it's Hotkey is confliting with system's. So I changed it's default Hotkey from Alt + Space to Ctrl + Shift + Space (Synapse is already using Ctrl + Space)

Installing Synapse launcher in Ubuntu 14.04

I recently upgraded from Ubuntu 12.04 LTS to 14.04. I was quite used to of the Awesome Synapse launcher on Ubuntu 12.04. Just press Ctrl + Space and synapse is there to serve you.

Unfortunately Synapse is not directly available through Software Centre in 14.04. But you can install through testing PPA. just follow this steps

1. Open terminal and add the ppa and press Enter

sudo apt-add-repository ppa:synapse-core/testing
 
2. Now update the Software Repository and after that install synapse

sudo apt-get update
sudo apt-get install synapse 
 
That's it. Now enjoy the awesomeness of Synapse.
 

Monday, 24 February 2014

Accessing Guest (VirtualBox) Node.js Application from Windows/Ubuntu Host

If you are running a Node.js Application inside a Ubuntu VirtualBox machine and want to test the same application in any browser inside your Windows/Ubuntu Host OS, then follow this small tutorial. You can even test the application on any other device in same wifi or lan network as your Host/Guest Machine.
The main reasons I wanted this kind of hack is
  • The Guest machine becomes slow and laggy if you start any browser in it to test your applications.
  • Sometime you just want to use CLI 1.
  • Test the Web Application in mobile or tablet device.
I am explaining here the steps to make it work.