-
Recent Posts
Categories
- algorithm (1)
- automation (3)
- c++ (2)
- cloud (1)
- design (6)
- git (2)
- java (10)
- jenkins (1)
- linux (17)
- python (6)
- search engine (1)
- security (1)
- server (3)
- tech watch (6)
- test (3)
- troubleshooting (7)
- Uncategorized (2)
- virtualization (3)
Archives
- March 2012 (4)
- February 2012 (6)
- January 2012 (2)
- November 2011 (5)
- October 2011 (1)
- August 2011 (3)
- July 2011 (8)
- June 2011 (10)
- May 2011 (4)
- April 2011 (6)
- March 2011 (1)
Links
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
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
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