Skip to content

{ Tag Archives } linux

NautilusSVN -> endi RabbitVCS!

NautilusSvn – TortoiseSVN’ning Linux kloni mavzusidan tanish bo‘lgan NautilusSvn endilikda RabbitVCS deb nomlanadigan bo‘ldi.
RabbitVCS’ni Ubuntu’ga o‘rnatish NautilusSVN’ga o‘xshash:

Go to http://wiki.rabbitvcs.org/wiki/download
Download latest package for Ubuntu (as for this writing it is rabbitvcs_0.12-1~hardy_all.deb).

Open the terminal and run the following commands:

1
2
3
sudo apt-get install ipython meld python-configobj python-nautilus python-svn subversion
sudo dpkg -i rabbitvcs_0.12-1~hardy_all.deb
nautilus -q && nautilus &

Done.

Also tagged , ,

NautilusSvn – TortoiseSVN’ning Linux kloni

UPDATE: RabbitVCS
NautilusSvn Nautilus (GNOME fayl menejer) uchun qo‘shimcha bo‘lib, Windows operatsiyon tizimida ishlovchi TortoiseSVN‘ning klonidir. SVN lar bilan Windows foydalanuvchisi sifatida ishlashni boshlab, TortoiseSVN’ga juda ham o‘rganib qolgan edim. Mana axiri Ubuntu uchun ekuvalentini topib oldim. Garchi NautilusSvn hali rasmiy ravishda e’lon qilinmagan bo‘lsada beta versiyasi ham yomon ishlamayapti.
Quyida NautilusSvn’ni Ubuntu’da o‘rnatish uslubi keltirilgan.

Go [...]

Also tagged , ,

GIT source through HTTP proxy (Linux/Ubuntu)

1. Install socket

$ sudo apt-get install socket

2. Create a proxy-cmd.sh file (for e.g. under ~/bin) and put following code:

#! /bin/bash
 
(echo "CONNECT $1:$2 HTTP/1.0"; echo; cat) | socket YOUR_PROXY_ADDRESS PORT | (read a; read a; cat)

3. Set GIT_PROXY_COMMAND:

export GIT_PROXY_COMMAND=/PATH/TO/proxy-cmd.sh

4. Done. Enjoy :-)
Src: http://groups.google.com/group/android-platform/browse_thread/thread/1e082b3c4a9d85ca

Also tagged ,

Android nima?

Android – dastlab Andy Rubin tomonidan ishlab chiqilgan, keyin Google, hozirda esa OHA tomonidan rivojlantirilayotgan mobil uskanalarga moslangan erkin va ochiq kodli opretsiyon tizimdir.

Android Linux kerneli ustiga qurilgan va barcha programmalari Dalvik virtual mashinasida ishlaydi. Programmalar Java programmalash tilida yoziladi.

Also tagged ,

Ubuntu 8.04 – Hardy Heron: Numpad ишламаяпди

Solution
Go to :
1) System
2) Preferences
3) Keyboard
4) Switch to tab “Mouse Keys”
5) Uncheck “Allow to control the pointer using the keyboard”
6) Done.
Агар тизим тили Ўзбекча бўлса (менда шундай) у ҳолда ечим қуйидагича:
1) System
2) Мосламалар
3) Keyboard
4) “Сичқонча тугмалари” бўлимига ўтинг
5) “Allow to control the pointer using the keyboard” дан белгини олиб ташланг
6) Тамом.
Умуман олганда ўзбек тилига таржимани [...]

Also tagged ,

Linux Kernel in a Nutshell

Freely available for download

Also tagged

Xayr Windows…

Ayni paytda Linux o‘rnatyapman…

Also tagged ,

e-books

Applied Microsoft .NET Framework Programming – MS Press – Jeffrey Richter
Building XML Web Services for the Microsoft .NET Platform
C & C++ Programming Style Guidlines – Fred Richards

Also tagged ,

2 Documentary Movies about GNU/Linux

The First one: The Code Linux
“Let me make an analogy, an analogy between programs and recipes. So, program is like a recipe; each one is a list of steps to be carried out. With rules that had to tell when you are done, when to go back, and at the end there is a certain [...]

Also tagged ,