Monthly Archives: May 2011

git svn workflow and some tips

Git svn simple tutorial 1. get a copy of your project from svn server by git svn clone: git svn clone –no-metadata /path/to/svn/project (alt: git-svn init https://svn.kde.org/home/kde/trunk/kdesupport/strigi) some example: git svn clone -T http://192.168.1.5/svn/search/dev  search-git git clone a repository with customized … Continue reading

Posted in git | Leave a comment

debian squeeze搭建最简xfce4开发环境(二 常用软件及问题解决)

1.how to install xfce4 and choose x window manager sudo apt-get install xfce4 sudo update-alternatives –display x-window-manager sudo update-alternatives –config x-window-manager 中文支持参考:Debian简明中文支持 2.run 32 bit applications: sudo apt-get install ia32-libs sudo apt-get install ia32-libs-gtk then qq, forti ssl vpn client … Continue reading

Posted in linux | Tagged , | Leave a comment

debian squeeze搭建最简xfce4开发环境(一 Debian简明中文支持)

1.1 for chinese locale support: dpkg-reconfigure locales select all locales like zh_CN.***, zh_TW.*** 1.2 how to install chinese fonts apt-get install ttf-bitstream-vera msttcorefonts  (seems no use) apt-get install xfonts-wqy ttf-wqy-zenhei for MS windows fonts, copy Chinese font to /usr/local/share/fonts sudo … Continue reading

Posted in linux | Tagged , | 2 Comments

install wine 1.3.9 unstable

  I get the wine unstable package for debian from here: http://dev.carbon-project.org/debian/wine-unstable/ when I run wine, got the following errors: $ wine /usr/bin/wine: line 63: /usr/lib32/wine/wine.bin: No such file or directory /usr/bin/wine: line 63: exec: /usr/lib32/wine/wine.bin: cannot execute: No such … Continue reading

Posted in linux | Leave a comment