Yeni Kurulum Yapanlar için Kullanışlı Ubuntu Paketleri
23 Oct 2014
This is the list of the packages i like most:
- For unity
- open-terminal from nautilus by right clicking(sudo apt-get install nautilus-open-terminal)
- open terminal inside terminal by clicking F4 (sudo apt-get install nautilus-terminal)
- preview something on nautilus by pressing spacebar (sudo apt-get install gnome-sushi)
- nemo (it extends nautilus with lots of fruitful features) how to install:
- useful add-ons webpage:
- A useful tex-editor
- A useful vector graphics tool
- sudo apt-get install inkscape
- For remote Ssh
- For client: sudo apt-get install openssh-client
- For server: sudo apt-get install openssh-server
- Latex
- for compiling (sudo apt-get install texlive-base)
- latex editors
- Kile
- Gummi (it compiles simultanesously)
- TexStudio
- Miscalleneous
- gedit ~/.bashrc (terminal acildiginda calisacak komutlar)
- gedit ~/.editrc (terminal acildiginda tuslarin ozel islev kazanmasi)
Some useful posts which are fount to be useful:
- How to change the default gcc compiler in ubuntu?
- http://stackoverflow.com/questions/7832892/how-to-change-the-default-gcc-compiler-in-ubuntu/7834049#7834049