Archive

Archive for the ‘Linux’ Category

How to install Nvidia Driver 180.29 on your ubuntu

March 6th, 2009 3 comments

If you are using older drivers then 180.29 version you should* install new drivers so you will have better performence with 180.29 version. Don’t worry it is piece of cake to install it on your ubuntu.

Firstly, go on ( System->Administration->Software Sources ) then click on “Third-Party software” tab. Now you should see a button “+Add” shows on it.

deb http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu intrepid main

As you see above there is two lines of address. You should add them one-by-one by clicking this “+Add” button. when you are done with that it is time to get PPA keys for this repository.

Now use there commands

cd ~/Desktop
gedit temp.key

Read more…

VN:F [1.9.11_1134]
Rating: 8.5/10 (6 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Categories: HowTo, Linux, Tips, Ubuntu Tags: , , ,

Subversion (SVN) Server Nasıl Kurulur (Turkish)

December 19th, 2008 8 comments

Merhaba arkadaşlar subversion hakkında türkçe yazılmış çok fazla kaynak olmamasından dolayı bu yazımı türkçe yazdığımı belirtmek istiyorum. Halen ingilizce dilinin artık global bir dil olduğunun bazı kişiler tarafından kabul edilmeyişide ayrı bir tartışma konusu bence.

Neyse hemen anlatmaya başlıyorum. Aslında kişisel olarak bir projeyi tek başıma yapıyorsam bunda daha başarılı olabildiğimi düşünüyordum ancak bazı nedenlerden dolayı anladım ki atasözümüz olan “Bir elin nesi var iki elin sesi” var sözü gerçekten yerinde ve mantıklı söylenmiş bir söz. :) . Geçenlerde üniversitede grup çalışması yaptıgım samimi arkadaşlar ile bir projeye başlama kararı aldık ve ortak bir çalışma ortamı oluşturmam gerekiyordu. Ortak çalışma ortamı çok şekilde yaratılabilir aslında;

  • Subversion
  • CVS
  • SourceSafe
  • Team Foundation Server
  • Birkaç duyulmamış sistem daha

Bu sistemler arasında en mantıklı ve uygulanabilirliği açısından rahat olan sistemin subversion olduğunu düşünüyorum. Linux altında çalışmışlığınız var ise bir Subversion (SVN) server kurmak yanlızca 30 saniyenizi alacaktır. Subversion sistemini windows işletim sistemilerinde de kurabiliyoruz ancak tabiki biz linuxumuza kurup rahat ve hızlı çalışmanın tadına varacağız :)

Read more…

VN:F [1.9.11_1134]
Rating: 7.0/10 (15 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)

.htaccess problem at Apache2 (Ubuntu)

September 8th, 2008 No comments

Hi, Everyone,

Today i have faced with a problem which made me sick of apache2. Since i’ve done with this stupid problem it will be my pleasure to writing solution to my blog page   :)

Ok!, If you are running apache2 first you should know about that you got the configuration file at ;

sudo nano /etc/apache2/apache2.conf -> just check out this file to see what it contains exaclty

and you can see error log’s at ;

sudo nano /var/log/apache2/error.log  -> which helps a lot

So, to enable .htaccess files on your server first you have to edit ;

sudo nano /etc/apache2/sites-available/default

when you open this file you have to see some lines like;

DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

you have to be sure the Document root is correct. Then you need to change the “AllowOverride None” to “AllowOverride All” then we are done with this part.

Read more…

VN:F [1.9.11_1134]
Rating: 4.0/10 (2 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Categories: HowTo, Linux, Ubuntu Tags: , ,

TDFSB 3D File Browser

June 15th, 2008 1 comment

Here is a new nice project i’ve just heard about TDFSB…. Which reads directory information and displays it as a 3D world. cd’ing into another directory is possible by simply walking into the assigned sphere. It also reads images and text files and displays their contents. It plays MP3 files and MPEG-1 videos as 3D objects.

Shortly, it is a 3D world inside your pc. This is really nice and interesting tool for your boring pc. Just imagine.. you can fly between your files.. your documents.. even your pictures..

This project came to me with really nice ideas. I am glad to talk about TDFSB because it has been coded 6 years ago. A developer [Leander Seige - i hope this is true] coded this tools with simple code in first time. But now just take a look at it. He and some other developers are came with new ideas.

I have run this tool with my system which is Ubuntu Hardy 8.04 and of course to run TDFSB nicely, you gonna need a hardware accelerated 3d graphic card. While walking arround your documents you can also listen mp3s or you can watch some of your video files.

Read more…

VN:F [1.9.11_1134]
Rating: 7.0/10 (1 vote cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Categories: General, Linux, Research Tags: , , , , ,

How to Convert NRG files to ISO format?

June 8th, 2008 No comments

Assume that  you have some ” .nrg ” files with you which is already burned in windows OS and you want to burn this file in linux OS. Here the OS which i tested is Ubuntu.

You need to install a little application.

sudo apt-get install nrg2iso

then to convert files

cin@nexus:~$ nrg2iso here_nrg_name.nrg here_new_iso_name.iso

that’s all you need to do..

now you can burn iso file with any CD/DVD/Blu-RAy Writer..

How a good one..

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)