OS

Nautilus ve Ssh Bağlantısı

Gnome kullanıyorsanız,nautilus file browserı öntanımlı olarak geliyor.Nautilus’un gayet başarılı bir özelliğinden bahsetmek istiyorum.Eğer uzaktaki bilgisayarlara bağlanıyorsanız bu özelliği bilmeniz çok işinize yarayacaktır.Çünkü uzaktaki bilgisayarla dosya işlemleri yaparken kullanacağınız komutları bu işlemi bilerek kolayca kendi bilgisayarınızdaki dosyalar gibi değiştirebilir,yeni dosyalar yaratabilir ve ya bulunan dosyaları silebilirsiniz ya da kolayca kendi bilgisayarınıza kopyalayabilir isterseniz tut sürükle bırak ile karşı bilgisayara dosyalarınızı atabilirsiniz.Nasıl mı yapacağız ?File browserımızı(nautilus) açıyoruz.Daha sonra Back(geri) tuşunun tam altındaki defter simgesine tıklayıp adres yazma kısmını aktif hale getiriyoruz.Daha sonra oraya

  1.  

› Continue reading

Tags: , , ,

Tuesday, May 19th, 2009 Fun, Life, Linux, OS, Tips, Uncategorized Comments Off on Nautilus ve Ssh Bağlantısı

Highlighting Nano

If you accessing to remote host and changing some configuration file or anything from console you have to be careful because any mistake can cause a big fault.So that i think when changing configuration file from console two color is not enough.That’s why lets make a colorful nano. First create a “.nanorc” file with

  1.  

then write into it

  1. span class=”st0″>"/usr/share/nano/tex.nanorc""/usr/share/nano/perl.nanorc""/usr/share/nano/python.nanorc""/usr/share/nano/html.nanorc""/usr/share/nano/ruby.nanorc""/usr/share/nano/nanorc.nanorc""/usr/share/nano/java.nanorc""/usr/share/nano/patch.nanorc""/usr/share/nano/man.nanorc""/usr/share/nano/c.nanorc""/usr/share/nano/sh.nanorc"

› Continue reading

Tags: , , , , ,

Thursday, May 14th, 2009 Linux, OS, Tips, Uncategorized Comments Off on Highlighting Nano

Gcc 4.3 and Header issues

I’m using gcc 4.3.3 version and nowadays i’m trying to write hybrid file transfer system with c++ on Linux.The problem is i used to use some function in c or c++ like strcmp() with including string library but now when i try to compile I’m getting some error like
error: ‘strcmp’ was not declared in this scope
Simple example code
In gcc 4.1 version i can compile this code without any error or warning

  1. #include <string>
  2. #include <iostream>
  3. "gccHeaderIssue","gccHeaderIssue""kelimeler ayni"

› Continue reading

Tags: , , , , , , ,

Wednesday, May 13th, 2009 C & C++, Linux, Programming, Uncategorized 1 Comment

Re-Enable restarting X server with Ctrl+Alt+Backspace in Jaunty

Normally, we can restart x server with CTRL+ALT+BACKSPACE keyboard combination in an older version of Ubuntu.But in jaunty this is not possible because newer version of Xorg disabled this property.So that if we want to re-enable this feature we just have to modify Xorg.conf file,lets do that from console

sudo nano /etc/X11/xorg.conf

then add this 3 line to it

  1. Section "ServerFlags"
  2. Option "DontZap" "False"
  3. EndSection

then save the file and quit.Logout and login again, it should be work.

Tags: , , , , , , , ,

Wednesday, May 13th, 2009 Linux, OS, Tips, Uncategorized 1 Comment

I Installed BETTER


› Continue reading

Tags: , ,

Saturday, May 9th, 2009 Fun, Linux, OS, Uncategorized Comments Off on I Installed BETTER