Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, July 22, 2013

Install Android SDK on Eclipse On Linux Distributions

To start developing Android apps we need to first choose an IDE platform or environment. I recommend Eclipse. It is really good and efficient to develop android apps. I will give the step by step installation of Eclipse and set up it to develop android apps. Reqired Steps: 1. Open a terminal by typing Ctrl+F2 2. Type 'sudo apt-get install eclipse' enter, enter your password , this will install Eclipse platform. 3.  After...
Read More

Sunday, July 21, 2013

Linux Mint 1.14 Nadia Wireless Problem

I installed Linux Mint 1.14 Nadia a few months ago. Wireless  wasn't working because of the driver was not installed. In some linux mint distributions you can have this problem, nadia is one of them. Also, in some ubuntu distributions you can have the wireless problem too. To solve this problem you need to install wireless driver and reboot your computer or restart network services. To doing this there is several methods....
Read More

Saturday, July 20, 2013

Ubuntu 11.10 waiting up to 60 more seconds for network configuration 'problem'

!-- google_ad_client = "ca-pub-9384858954425908"; /* eeecoder_footer_AdSense1_728x90_as */ google_ad_slot = "5232400677"; google_ad_width = 728; google_ad_height = 90; // --> I upgaded my ubuntu 11.04 Natty to ubuntu 11.10 Oneiric Ocelot a few weeks ago. To handle some issues I have needed to modify /etc/network/interfaces file. After some modifations I get the message:"waiting up to 60 more seconds for network configuration"...
Read More

Friday, July 19, 2013

Vodafone Mobile Connect Software in Ubuntu

To install vodafone mobile connect software enter the following commands into terminal: wget https://forge.betavine.net/frs/download.php/626/vodafone-mobile-connect_2.25.01-1_all.deb sudo dpkg -i vodafone-mobile-connect_2.25.01-1_all.deb After the installation you can run the software from Applications->Internet Category. The picture...
Read More

Sunday, May 26, 2013

How to Encrypt Files in Linux

To encrypt a file we are going to use gpg software. That software is a command line executable software. First you need to install it if it is not installed before in your pc. To do this open a terminal and type: sudo apt-get install gpg After that compress the file you want to encyrpt. And type in the terminal gpg -c fodername.tar.gz and then type your password twice. It's done :). Delete the file you encrypted. Use foldername.tar.gz.gpg...
Read More

How to shutdown the Linux PC automatically at a specific time

Linux has a beautiful code which provides the PC can close itself at a specific time which is determine by the user. :) To do this use the command given the next line: sudo shutdown -h x here x is the time with unit of minutes....
Read More

Sunday, March 17, 2013

Linux Dağıtımlarına Matlab Kurmak

Kuruluma başlamadan önce matlab2012a iso dosyasını aşağıdaki torrent linkinden indiriyoruz. http://thepiratebay.se/torrent/7834627/Mathworks_Matlab_R2012b_UNIX_ISO İndirdiğimiz iso dosyasını /home/kullanıcı-isminiz/Matlab dizinine çıkartıyoruz. Çıkarma işlemi bazı bilgisayarlarda 10 dakikayı bulabilir malum iso dosyası 5GB..  Bu...
Read More