| Denny's profileJava DreamsBlogLists | Help |
|
|
November 07 升级到Edgy后, Vmware server不能启动。I can't start vmware server after I upgrade Ubuntu to lastest version "Edgy". do as this article(http://dengyin2000.spaces.live.com/blog/cns!AF4AB52B167D7EE7!237.entry), it still can't work. Finally I google an solution for this problem, please see http://www.debian-administration.org/users/emeitner/weblog/6 change command "vmware" to "LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD vmware" September 19 安装VMWare Server, 模拟Windows Xp虽说以前通过linux4ie安装了IE, 但这个确实不好用, 一旦有javascript错误,看不到javascript错误弹出窗口,对调式来说的话根本就没有, 所以其实跟没有一样,所以调式IE的话,我还是希望切换到windows xp中用VS调式javascript。今天狠下心装了VMWare Server, 再在上面装了一个Window XP。 虽说慢一点(鼠标有点晃),其实的跟真正的Windows没有区别。 安装VMWare Server http://forum.ubuntu.org.cn/viewtopic.php?t=22441 http://thinkbase.net/w/main/Wiki?2006-08-26+%E5%9C%A8+Ubuntu+6.06+%E4%B8%8A%E5%AE%89%E8%A3%85+VMware-server+1.0.1 今天发现一个问题, 我更新内核后发现VMWare需要重新设置。 我们只学要再运行下 这个应该内核的C库吧。 sudo apt-get install linux-headers-`uname -r` build-essential xinetd 然后再重新配置下 sudo /usr/bin/vmware-config.pl Show 下我在Ubuntu下的Windows XP September 17 File permission (chmod)
user@host:/home/user$ touch file1 file2 file3 file4 Add owner execute bit: user@host:/home/user$ chmod u+x file1 Add other write & execute bit: user@host:/home/user$ chmod o+wx file2 Remove group read bit: user@host:/home/user$ chmod g-r file3 Add read, write and execute to everyone: user@host:/home/user$ chmod ugo+rwx file4 Details in: https://help.ubuntu.com/community/FilePermissions September 06 Ubuntu 常用技巧快速设置指南 http://wiki.ubuntu.org.cn/%E5%BF%AB%E9%80%9F%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97/DapperDrake 挂载硬盘 /etc/fstab /dev/hda1 /windows/C ntfs auto,user,ro,nls=utf8,umask =000 0 0 /dev/hda5 /windows/D vfat auto,user,rw,utf8,umask=000 0 0 /dev/hda6 /windows/E vfat auto,user,rw,utf8,umask=000 0 0 http://forum.ubuntu.org.cn/about19112.html 环境变量的设置 /home/denny/.bashrc export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06 export CLASSPATH=$CLASSPATH:$JAVA _HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar:. export MAVEN_HOME=/usr/local/maven-2.0.4 export PATH=$PATH:$MAVEN_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:. adsl拨号设置 第一次使用 sudo pppoeconf 设置好了之后以后只要使用下面两个命令拨号或断线。 sudo pon dsl-provider sudo poff 设置xserver 主要有显示器分辨率等等 sudo dpkg-reconfigure xserver-x 安装MPlayer http://wiki.ubuntu.org.cn/%E5%AE%89%E8%A3%85MPlayer |
|
|