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

30 August 2014

Bluefish Editor for Ubuntu. text/html/css/java/perl.....

Bluefish is a powerful editor targeted towards programmers and webdesigners,
with many options to write websites, scripts and programming code. Bluefish
supports many programming and markup languages, and it focuses on editing
dynamic and interactive websites.


 
C, Java, Perl, Python, XML, Html/CSS

Installation:

 Ubuntu and Debian users type:


sudo apt-get install bluefish




Read More »

28 July 2014

Install OpenShot video editor in Ubuntu via terminal. Best free video editor for Ubuntu

OpenShot is a free, simple-to-use, feature-rich video editor for Linux. The brainchild of programmer Jonathan Thomas, OpenShot has garnered a large and enthusiastic following for many reasons, one being Thomas’s responsiveness to user feedback.

Here is the tutorial for installing OpenShot in Ubuntu via Terminal:

STEPS

1. Open terminal (shift + alt + t) and paste this code inside

sudo apt-get install openshot openshot-doc

2. Enter your password when if asked. Here is the screenshots:


3. Things will be downloaded. And you'll find the software in the dash home (click the windows home icon) .

4. Wolla!
Read More »

26 July 2014

How to Re-Enable Hibernate in Ubuntu 12.04

Hey folks! For those who are using Ubuntu there is a tutorial to enable hibernate feature. We know that suspend doesn't work without graphics driver and even after installing graphics driver suspend may work but hibernate option will not be available in the Menu bar. To enable this, I have found a tutorial in HowtoGeek website, which I'll show here along with the screenshots.

Steps:

1. Open terminal (shift+alt+t) and paste this code:

sudo pm-hibernate



2. After that, paste this code in the terminal again:

gksu gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla






3. Something like the picture below will pop up. Inside it paste the following code:

 [Enable Hibernate]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes 


4. Save it (ctrl+s).

5. Wolla! Restart your systhem! You will have got hibernate feature again:








Credits:Howtogeek HIbernate turorial
Read More »

How to update or upgrade firefox in Ubuntu using terminal.

As you'll notice Firefox cannot be updated in Ubuntu using the about menu bar. The simplest way to upgrade is to remove  and install it again. You won't lose your Firefox files like book mark and all.

I have Firefox 26 in my system as in the picture. I'll be updating this. I'll show the updated screenshot in the end.






Steps

1. In terminal (shift+alt+t) enter this code:

               sudo-apt get update

    This will update the software list to latest version.

2. After this, copy the code below and paste it in terminal:

             sudo apt-get --purge --reinstall install firefox


















3. After the download and installation is finished, restart.



4. Wolla!  You have updated your Firefox Browser to latest version. Here is the proof:



Read More »

23 July 2014

How to install adobe reader on ubuntu

Adobe reader is an application for reading pdf files in your laptop which is one of the best pdf document viewer that is available free of cost. It's easy to install Adobe reader in your windows operating system, and also not that hard for Ubuntu too.
Anyway, here is the tutorial to install Adobe Reader in your Ubuntu system via Termianl

Steps:

1. Open terminal (shift+alt+t)
2. Paste this code in the terminal:  sudo add-apt-repository "deb http://archive.canonical.com/ natty partner"

3. After step no 2 paste this code again and hit enter: sudo apt-get update
4. Lastly to install the application paste this code: sudo apt-get install acroread
5. Installation will be done after all these steps....

SCREENSHOT


Read More »

11 July 2014

Flareget for Ubuntu deb

Ever wondered which is the best download manager for Ubuntu? The answer is FlareGet. You may have liked Internet Download Manager in Windows, but you surely would love Fareget if you are using ubuntu.

It has functionality like flash grabber in IDM and thus you can download flash videos. When downloading a file it creates multiple connections and multiple file segments to speed up download.

Installation:

Step 1

Click the link to download: Flareget_2.4_27_amd64.deb 

Step 2

Install with Gdebi or via terminal. That's it!

Screenshots


Read More »

VLC subtitle finder plugin for Ubuntu

Ever wanted to download subtitles easily directly from VLC in Ubuntu? Well, I have found the perfect solution for this. You just have to install a plugin in your VLC player. I am attaching the plugin file below which is in .deb format.

Below you will find steps of installation along with screen shots.

Step 1(Optional)

Install gdebi. You can install this directly from Ubuntu software center. This software can be used to install .deb files easily without the need to use terminal.













Step 2

Download this file : VLCsub

Right Click the downloaded file and open with gdebi. Select the install button and install like this:









After installation you will get a picture like the one below:











Now play a movie in VLC. And goto view in menu bar and select VLCsub like 
this:











You will get options like in the ones below. Click search by name and wolla there are the subs. Click download and the sub is loaded.



Tataa! The end!

Read More »

5 July 2014

How to install Bluetooth driver in Ubuntu. Tutorial for HP ProBook 445 G1 running Ubuntu 12.04 LTS.

Only for HP ProBook 445 G1(Ubuntu 12.04 LTS)

We owe it to linux for making android a reality. For the past few months I had a troublesome time finding the bluetooth driver for my laptop. Finding the driver was easy but installing never worked even though I downloaded the driver from the manufacturer. But luckily, I found one that worked.

So, today I'll be sharing that with all of you in case you own the same. Note that this driver does not work with Ubuntu 14 LTS version. I tried to install it but it just gave me an error. I am back in 12LTS and the driver works great here.










STEPS

1. Download this file first :  Ralink bluetooth driver
    Another link: Ralink bluetooth

2. Extract all files in a folder. Inside you will get a "SRC" folder. Remember the location of this folder.
    Now, in the next step we'll use 'Terminal' to install the driver.

3. Open TERMINAL by pressing ctrl+alt+t at the same time.

4. Write or paste this code without the quotes in the terminal:             "cd directoryofsrc"
    Here is an example of mine:       "cd /hp/home/mark/src"  
    You just need to direct cd to your driver folder location. The rest is easy.

5. Next write this code in the terminal:            " sudo make "
    The terminal will execute some codes.

6. After that write this code in the terminal: "sudo make install"
    If it reaches step 6 without any error, then, it is safe to say that the driver would work great.

7. Restart your system. Wolla! Bluetooth icon is there now.

Read More »