文章 | 文章列表>> |
2008-06-26 10:19:49
2008-06-04 08:15:59
2008-05-05 09:37:42
2008-03-18 11:34:41
2008-03-18 11:30:44
2008-03-14 04:50:33
After Mac 10.5 release I couldn't use DMGextractor to extract .dmg file to iso file.
Actually I can extractor .dmg file and got iso file, but when i use
mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint
got error message like
wrong fs type......
But I found HFSexplore could read .dmg file directly under windows.
You can download from http://hem.bredband.net/catacombae/index2.html.
much easier than use dmgextractor to convert to iso then read file.
Actually I can extractor .dmg file and got iso file, but when i use
mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint
got error message like
wrong fs type......
But I found HFSexplore could read .dmg file directly under windows.
You can download from http://hem.bredband.net/catacombae/index2.html.
much easier than use dmgextractor to convert to iso then read file.
2008-03-05 04:47:46
First of all I want you know some useful links for install Ubuntu:
1. http://linuxhelp.blogspot.com/2006/06/six-steps-to-installing-ubuntu-dapper.html
2. http://garamchai.frivologs.com/my-move-to-ubuntu/
It's so easy to install Ubuntu on your desktop or laptop that you do not need read the links above. BUT for some Laptop you may need some tricky configuration setup, like my toshiba satellite pro 6100 and TE2100. Both them have same video card which is GeForce4 420 Go.
..
1. http://linuxhelp.blogspot.com/2006/06/six-steps-to-installing-ubuntu-dapper.html
2. http://garamchai.frivologs.com/my-move-to-ubuntu/
It's so easy to install Ubuntu on your desktop or laptop that you do not need read the links above. BUT for some Laptop you may need some tricky configuration setup, like my toshiba satellite pro 6100 and TE2100. Both them have same video card which is GeForce4 420 Go.
..
2008-01-25 10:48:20
2008-01-25 10:30:14
It took me long time to find this solution, enjoy it!!
1. convert mac .dmg file to iso which could be read in Linux or PC
download java app from
http://hem.bredband.net/catacombae/dmgx.html
you can put .jar file on linux or PC
> java -jar dmgXXXX.jar
This will pop-up simple GUi to choose your dmg file and name of ISO file.
2.mount iso file to your cdrom under linux
>mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint
if you don..
1. convert mac .dmg file to iso which could be read in Linux or PC
download java app from
http://hem.bredband.net/catacombae/dmgx.html
you can put .jar file on linux or PC
> java -jar dmgXXXX.jar
This will pop-up simple GUi to choose your dmg file and name of ISO file.
2.mount iso file to your cdrom under linux
>mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint
if you don..
2008-01-25 06:57:28
I found the DVD from internet and download it, burn it in DVD then in stalled it on my Toshiba Pro 6100 laptop. Could be installed other PC.
The intel version installation is fine, but just not restart. error message in picture below.
uphuck 10.4.9_v1.4a AMD edition
http://rapidshare.com/files/52871547/uphuck_10.4.9_v1.4a.part01.rar
http://rapidshare.com/files/52876390/uphuck_10.4.9_v1.4a.part02.rar
[url]http://rapidshare.com/files/52879603/uphuck_10.4.9_v1.4a...
The intel version installation is fine, but just not restart. error message in picture below.

uphuck 10.4.9_v1.4a AMD edition
http://rapidshare.com/files/52871547/uphuck_10.4.9_v1.4a.part01.rar
http://rapidshare.com/files/52876390/uphuck_10.4.9_v1.4a.part02.rar
[url]http://rapidshare.com/files/52879603/uphuck_10.4.9_v1.4a...
2007-11-26 11:09:30
2007-10-02 07:07:43
Open Mac on PC with VMWare player instead of VM
workstation, not install mac,because the download file is somebody else
installed in VMWare.
1. Installation instruction found here:
http://www.aegisryan.com/2005/09/11/simplest-installation-of-mac-osx86-in-vmware/
2. Download source
HJSplit Pro
http://rapidshare.com/files/32480450/HJSplitPRO.rar
tiger-x86.tar.bz2
[url]http://rapidshare.com/files/32488483/tiger-x86.tar.bz2...
workstation, not install mac,because the download file is somebody else
installed in VMWare.
1. Installation instruction found here:
http://www.aegisryan.com/2005/09/11/simplest-installation-of-mac-osx86-in-vmware/
2. Download source
HJSplit Pro
http://rapidshare.com/files/32480450/HJSplitPRO.rar
tiger-x86.tar.bz2
[url]http://rapidshare.com/files/32488483/tiger-x86.tar.bz2...
2007-09-17 11:04:51
2007-09-14 08:23:56
2007-09-14 07:38:38
2007-09-12 11:01:55
2007-09-12 07:37:12
After installed gwt-linux-1.4.59 and run the code in "GWT in action". got error message like "Can't load IA 32-bit .so on a IA 32-bit platform) "
found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0
what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;
after this i can run my code as mormal user rather than sudo.
found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0
what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;
after this i can run my code as mormal user rather than sudo.
2007-09-12 07:08:05
after read the article from http://stlzy.blog.51cto.com/69882/32018
I found this from web site http://www.funtoo.org/en/articles/linux/tips/prompt/
THEN this is what I done in my ~/.bashrc, find PS1 for the color prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[35;1m\]\u@\[\033[34;1m\]\H> \[\033[0m\]'
how to select the colour you like from the select link, because couldn't find colors in Ubuntu.
have a fun.
I found this from web site http://www.funtoo.org/en/articles/linux/tips/prompt/
THEN this is what I done in my ~/.bashrc, find PS1 for the color prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[35;1m\]\u@\[\033[34;1m\]\H> \[\033[0m\]'
how to select the colour you like from the select link, because couldn't find colors in Ubuntu.
have a fun.


博客统计信息
51CTO推荐博客
自定义区块
speedooo 的BLOG
公告
最新评论
友情链接
文章
51CTO推荐博文