Archive for Eylül, 2009

How to upgrade Firefox to 3.5 in Ubuntu

devdala_firefox_ubuntu_icon

Ubuntu 9.04′s default Firefox version is 3.0. However, nowadays the latest relase of Mozilla Firefox is 3.5.3. In Linux systems like Ubuntu it is hard to install or upgrade programs not similar to Windows operating systems. By the way, Mozilla Firefox has no 3.5.3 debian package. So the upgrade operation becomes harder.

Here is the way to upgrade/install Mozilla Firefox 3.5 in operating system Ubuntu

1. Firstly you must download the latest version of Firefox from its official web site. While I was writing this post, the latest version was 3.5.3.

Click here to download Mozilla Firefox 3.5.3

2. If your system has Firefox 3.5.x(3.5.1 or 3.5.2) paste the code below to Terminal and press enter button.(To open terminal: Application -> Accessories -> Terminal)

sudo rm /usr/bin/firefox && sudo dpkg-divert –rename –remove /usr/bin/firefox && sudo rm -r /opt/firefox

After this operation, open Firefox and follow this path Help -> About Mozilla Firefox.  There will be a window that is written that your Firefox version is downgraded to 3.0.8.

3. Next step is to move the file that was downloaded and placed on our Desktop named firefox-3.5.3.tar.bz2 Copy or cut this file from here and paste it to your Home folder. To reach it follow this path: Places -> Home

4. open the terminal by following this path: Application -> Accessories -> Terminal and paste this code below. After that press enter button

if [[ ! -f /usr/bin/firefox ]]; then sudo apt-get update && sudo apt-get install firefox; fi && if [[ -e ~/.mozilla ]]; then cp -R ~/.mozilla ~/.mozilla.backup; fi && sudo tar -jxvf firefox-3*.tar.bz2 -C /opt && rm firefox-3*.tar.bz2 && sudo mv /opt/firefox/plugins /opt/firefox/plugins.backup && sudo ln -s /usr/lib/xulrunner-addons/plugins /opt/firefox/plugins && sudo dpkg-divert –divert /usr/bin/firefox.ubuntu –rename /usr/bin/firefox && sudo ln -s /opt/firefox/firefox /usr/bin/firefox

5. Restart Firefox. If you look at its version by clicking Help -> About Mozilla Firefox, you will see 3.5.3

http://www.devdala.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/google_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/twitter_48.png

Ubuntu'da Firefox 3.5 yüklemek/yükseltmek

devdala_firefox_ubuntu_icon

Ubuntu 9.04 şu an en güncel Ubuntu sürümü ve bunun içinde gelen Firefox versiyonu 3.0.3 idi yanlış hatırlamıyorsam. Ancak şu an Firefox’un 3.5.3 sürümü çıkmış durumda ve gayet stabil. Ubuntu’da bu yükseltme işlemi pek de kolay değil. Birkaç başarısız denemeden sonra en sonunda nasıl yapıldığını buldum bu işin. Öncelikle debian pakedi aradım. Ancak bulamadım. Ondan sonra birkaç kez Synaptic Paket Yöneticisi’nden denedim yine olmadı.

İşte yöntem:

1. Öncelikle Firefox’un sitesinden en güncel Firefox versiyonunu indiriyoruz ki şu anda 3.5.3. İndirmek için tıklayın.

2. İndirdikten sonra masaüstünde gözükecektir.Orda dursun şimdilik

3. Eğer Firefox versiyonunuz 3.5.1, 3.5.2 veya başka diğer 3.5.x ise aşağıdaki kodu Uygulamalar -> Donatılar -> Uçbirim yolunu izleyerek terminali açıp yapıştırın ve entera basın

sudo rm /usr/bin/firefox && sudo dpkg-divert –rename –remove /usr/bin/firefox && sudo rm -r /opt/firefox

Yukarıdak işlemden sonra Firefox’u açıp Yardım -> Mozilla Firefox Hakkında’ya basıldığında çıkan ekranda Firefox versiyonun 3.0.8′e düşürüldüğünü göreceksiniz ki bu Ubuntu 9.04′ün kendi versiyonudur.

4. İkinci adımda masaüstüne indirdiğimiz firefox-3.5.3.tar.bz2 klasörü seçilip sağ tıklanır kopyala veya kes komutlarından birine basılır. Ardından Yerler -> Başlangıç dizinine gidilip oraya sağ tıklanıp yapıştırılır.

5. Uygulamalar -> Donatılar -> Uçbirim yolunu izleyerek terminali açıp aşağıdaki kod parçasını yapıştırın ve entera basın

if [[ ! -f /usr/bin/firefox ]]; then sudo apt-get update && sudo apt-get install firefox; fi && if [[ -e ~/.mozilla ]]; then cp -R ~/.mozilla ~/.mozilla.backup; fi && sudo tar -jxvf firefox-3*.tar.bz2 -C /opt && rm firefox-3*.tar.bz2 && sudo mv /opt/firefox/plugins /opt/firefox/plugins.backup && sudo ln -s /usr/lib/xulrunner-addons/plugins /opt/firefox/plugins && sudo dpkg-divert –divert /usr/bin/firefox.ubuntu –rename /usr/bin/firefox && sudo ln -s /opt/firefox/firefox /usr/bin/firefox

6.Ve Firefox’u yeniden başlatın. İsterseniz Yardım -> Mozilla Firefox Hakkında’ya basıp versiyonuna bakabilirsiniz. 3.5.3 olduğunu göreceksiniz

http://www.devdala.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/google_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/twitter_48.png

Ubuntu’da terminale kod yapıştırmak

Linux adminleri için olmasa da Ubuntu kullanmaya yeni başlayan kişiler için çok gerekli bir bilgidir bu. Çünkü Windows’tan Linux’a adımını atan kişi ilk başta bir şaşkınlık krizi geçirir. Çünkü en basit programı yüklemek için bile bir parça kod yazmak gerekir genelde.

Uygulamalar -> Donatılar -> Uçbirim yolunu izleyerek terminal açılır ve buraya çeşitli komutlar yazılabilir. Bazen bu kodlar o kadar uzun olur ki teker teker yazmaktan insan heder olur. Onun için kodu kopyalayıp yapıştırmak gerekir. Yalnız önemli bir nokta ctrl+v kısayolu terminalde işlemez. Sağ tıklayıp yapıştır demek zorunda kalırsınız. Onun için terminalin kendi kısayolları kullanılmalıdır. Bu da “shift+ctrl+v“dir. Aynı zamanda terminaldeki kodu kopyalamak için de “ctrl+shift+c” kullanılır. Diğer klavye kısayolları:

ctrl+insert: kopyala(copy)

shift+insert: yapıştır(paste)

shift+delete : kes(cut)

shift-ctrl-V : yapıştır(paste)

http://www.devdala.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/google_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/twitter_48.png

Modern Warfare 2'ye demo çıkmayacak

devdala modern warfare

10 Kasım 2009′da çıkacak olan Call of Duty Modern Warfare’in devamı olan Modern Warfare oyunu için yapımcı Infinity Ward, demo yayınlamayacaklarını ve tüm güçlerini oyunun kendisini geliştirmekte kullanacaklarını belirtti.

Bomba gibi gelecek oyun, çıkış tarihini beklemedeyiz.

Modern Warfare 2 duvar kağıtlarını paket halinde indirmek için buraya tıklayın(Boyut: 4.28MB)

2009 E3 demosunu HD izlemek için:

http://www.devdala.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/google_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/twitter_48.png

Microsoft Security Essentials çıktı

703_Microsoft_Security_Essentials_

Yasal Windows XP, Windows Vista ve Windows 7 sahiplerinin ücretsiz kullanabileceği Microsoft’un gerçek zamanlı güvenlik yazılımı Microsoft Security Essentials beklenen tam sürümü 1.0.1611 çıktı. İndirmek için:

Windows XP için Microsoft Security Essentials indir

64 bit Windows Vista ve Windows 7 için Microsoft Security Essentials indir

32 bit Windows Vista ve Windows 7 için Microsoft Security Essentials indir

http://www.devdala.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/google_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.devdala.com/wp-content/plugins/sociofluid/images/twitter_48.png