Archive for the ‘ubuntu’ Category
Install PhpStorm on Ubuntu
I use Ubuntu 11.10 and in this short note I will provide steps to install PhpStorm.
1. Install Java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer |
And check that Java’s been installed well:
java -version
|
Or:
javac -version
|
http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
2. Download PhpStorm for Linux. You will download PhpStorm-5.0.4.tar.gz or something like this. BTW, I download it using Google Chrome.
http://wiki.jetbrains.net/intellij/Installing_and_running_PHPStorm_on_Ubuntu
3. Click on the downloaded archive so that Archive Manager will be opened. Extract all files to ~/PhpStorm/
if you don’t have this folder create it.
Don’t uncheck “Re-create folders” and “Overwrite existing files”. Everything should be like on the screenshots above. Otherwise the folder structure will be broken and you might get the error, when you’re launching phpstorm.sh
:
Error: Could not find or load main class com.intellij.idea.Main
4. After the PhpStorm archive has been extracted quit the Archive Manager.
5. Open the Terminal and find phpstorm.sh inside ~/PhpStorm/PhpStorm-121.390/bin/
folder and run it:
sudo ~/PhpStorm/PhpStorm-121.390/bin/phpstorm.sh |
Congratulations, PhpStorm should be installed and launched!
Ubuntu on Dell Inspiron 15 3520 laptop log
Today I’ve got my Dell Inspiron 3520 laptop with pre-installed Ubuntu Linux. This article contains the log, notes and tips about Ubuntu and this laptop.
Shortly about the hardware configuration:
15.6″ (1366×768) LED / Intel Pentium B960 (2.2 ???) / RAM 4 ?? / HDD 500 ?? / Intel HD Graphics / DVD+/-RW / LAN / Wi-Fi / Bluetooth / Camera / Ubuntu Linux 11.10 (Oneiric Ocelot)
Dell says that for this laptop.
Also, before I bought it the list of Ubuntu’s certified hardware had been checked against this notebook. I found out that this laptop is a certified hardware of Ubuntu but it should have pre-installed Ubuntu only.
After starting the laptop, Ubuntu asked some data about me, what city I am, default login/password, etc. Then I have a working operating system out of the box. I like it!
Then I decided to install some updates. To my surprise, there were lots of updates! 20 minutes of updating the system.
1 2 |
sudo apt-get update sudo apt-get upgrade |
It’s very interesting for me is it possible to upgrade from 11.10 to Ubuntu 12.04 keeping all the drivers for the laptop. Think, I’ll test this later
The next step, is installing the Chromium form the Ubuntu Software Center. Everything is OK.
Then I needed something like Google Talk on Windows but for Linux. Unfortunately, there isn’t an analog of Google Talk for Linux But there’re some chat clients that can work almost like Google Talk. I use Empathy Internet Messaging that comes with Ubuntu.
What about hardware, it works good except of fan. The fan is too loud. I’m going to investigate this problem. I have some links where the similar fan problem mentioned:
Ubuntu heating my laptop
Ubuntu noisier than Windows 7
Fan keeps running indefinitely on Ubuntu after system was temporarily hot
February 23
Today I installed Skype form the Ubuntu Software Center. I logged in without any problems. The look of Skype differs from Windows Skype but it works and there isn’t any ads!
Yesterday, I installed Chromium web browser and logged in with my Google account. Today, when I worked with Chromium surprisingly it installed all the browser extensions I have on Windows. All this happened without restarting a browser.
February 28
I’ve just installed DropBox and there’re some my video files in 3gp format. Ubuntu has just downloaded and installed corresponding codecs for watching the video of this format when I clicked to open the video file!
It isn’t the end! I’m going to continue this log.