我的(ljj_jjl2008)配置过程 ,请大家指正错误(已经很长时间没有更新调整,已经不适用于现在的版本)

仅供存放个人的配置文件,不要在本版发问。
回复
头像
bobobo80
帖子: 841
注册时间: 2007-12-09 22:36
联系:

#16

帖子 bobobo80 » 2008-01-07 16:54

好贴收藏了。昨天我的kubuntu界面不能自动上网了。就是说knetworkmanager不在系统托盘里,就上不了网了,目前正在寻找方案中。
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

#17

帖子 ljj_jjl2008 » 2008-01-12 16:51

我刚wine成功,用的是论坛里面别人提供的方法,方法是:
先用ies4linux安装ie6。
然后下载迅雷安装程序,用以下命令安装

代码: 全选

 env WINEPREFIX="/home/<你的帐号>/.ies4linux/ie6" wine <完整路径的迅雷安装程序>

用以下命令运行:

代码: 全选

 env WINEPREFIX="/home/<你的帐号>/.ies4linux/ie6" wine "/home/<你的帐号>/.ies4linux/ie6/drive_c/Program Files/Thunder Network/Thunder/Thunder.exe"

需要自己建立快捷方式。
blackfire
帖子: 24
注册时间: 2007-11-23 11:03

#18

帖子 blackfire » 2008-01-14 15:01

KKKKKKKKKKKKK
头像
gdzhljw
帖子: 314
注册时间: 2007-05-19 23:18
来自: 广东珠海

#19

帖子 gdzhljw » 2008-01-16 23:35

好不错的文章正是在下要找的
凡事都可行.但不都有益处。凡事都可行.但不都造就人。(哥林多前10:23)

my blog : http://gdzhljw.blog.163.com/
http://gdzhljw.blog.ubuntu.org.cn/
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

升级8.04后,永中不能启动的解决办法:

#20

帖子 ljj_jjl2008 » 2008-01-27 14:53

google了一下,貌似是libxcb的一个bug~~

暂时的解决方法:

代码: 全选

  sudo sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-6-sun/jre/lib/i386/xawt/libmawt.so


这样的话webstart是可以用了,然后就可以安装eioffice,但是不能启动,因为eio是自带的jre,还要再对eio执行一次

代码: 全选

   sudo sed -i 's/XINERAMA/FAKEEXTN/g' /usr/local//Evermore/EIOffice/Jre/lib/i386/xawt/libmawt.so


另一个方法就是添加

代码: 全选

  export LIBXCB_ALLOW_SLOPPY_LOCK=1
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

#21

帖子 ljj_jjl2008 » 2008-01-27 14:57

viewtopic.php?t=80890&highlight=&sid=bf ... 042b83d7b1
UBUNTU大版本的升级常常会引起诸多问题,最常发生的就是gnome启动不了,不能进入图形界面。因此,在升级时,务必要谨慎操作。
以下是我升级6.06到6.10时的5次失败的经验,同样适用于ubuntu6.10升级到ubuntu7.04, ubuntu7.04升级到ubuntu7.10等大版本升级,屡试不爽。
7.10到8.04方法
1。 更新源:

sudo gedit /etc/apt/sources.list


将所有的gutsy(7.10版本号)替换为hardy(8.04版本号).
2. 更新

sudo apt-get update


3.开始升级。使用:

gksu "update-manager -c" # "-c" switch tells it to look for upgrades at all.


开始升级,按照升级界面下一步。

错误的做法:

sudo apt-get dist-upgrade


这一个操作并没有很好的调用ubuntu的升级脚本,只是把软件包全部替而已。很容易导致系统问题。


提示:使用 gksu "update-manager -c" 会出现下载速度较慢,无法查看下载进度和升级过程难以取消的情况,你可以先使用

sudo apt-get -d dist-upgrade # "-d" 表示只下载文件


或者新立德工具进行升级文件下载后,再运行 gksu "update-manager -c" 升级。
注意。不能使用sudo apt-get dist-upgrade进行安装。如果使用这一命令安装开始,那么更不要强行退出,开始了就让他结束。
4. 升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:

sudo apt-get update
sudo apt-get upgrade


你会发现,原来还有很多软件包可以升级。重复的将它们全部升级完毕。直到没的升为止。
5. OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行

sudo apt-get autoremove
sudo apt-get clean


来清除旧有的文件,节约硬盘空间。
祝你一切顺利。

(另外一个说法:使用sudo update-manager -d)
qq181497216
帖子: 1
注册时间: 2008-02-09 21:44

[其它]

#22

帖子 qq181497216 » 2008-02-09 21:50

顶个
zxkane
帖子: 103
注册时间: 2007-11-02 10:46

#23

帖子 zxkane » 2008-02-21 13:49

源里安装的wine, 然后运行某些中文软件,菜单乱码。是因为没有装ie4linux吗?
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

#24

帖子 ljj_jjl2008 » 2008-02-22 7:30

zxkane 写了:源里安装的wine, 然后运行某些中文软件,菜单乱码。是因为没有装ie4linux吗?
到windows下copy一个simsun.ttc放到
~/.wine/drive_c/windows/fonts

代码:

kate ~/.wine/system.reg


找到这两行

代码:

"MS Sans Serif"="sserife.fon"
"MS Serif"="serife.fon"


替换为

代码:

"MS Sans Serif"="SIMSUN.TTC"
"MS Serif"="SIMSUN.TTC"


另外修改
其中如下部分
代码:

[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1144897563
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2"="SimSun"


保存退出,OK了
(解决某些按钮显示乱码的问题)
ddl_851027
帖子: 63
注册时间: 2006-04-21 16:00
来自: 重庆
联系:

#25

帖子 ddl_851027 » 2008-02-22 13:48

收藏
什么叫有钱人?三有一无,有钱、有房、有车、无老婆,天天对我说:不要省钱,随便花!
skyforwing
帖子: 7
注册时间: 2008-02-23 19:17

#26

帖子 skyforwing » 2008-02-26 19:00

顶哦。。。都几唔错哦。。收藏来参考
fanpuyu
帖子: 4
注册时间: 2008-02-20 16:44

#27

帖子 fanpuyu » 2008-02-28 14:30

好,解决了偶的IE6问题!
感谢楼主!

收藏!
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

#28

帖子 SecretZero » 2008-02-28 14:57

。。用了这噶命令,不能开机。。

代码: 全选

sudo chmod -R 777 /var/lib/locales/supported.d/
cd /var/lib/locales/supported.d/
sudo touch ja
sudo touch ko
sudo touch zh
sudo chmod -R 777 /var/lib/locales/supported.d/
sudo echo "ja_JP.UTF-8 UTF-8" >>ja
sudo echo "ja_JP.SJIS SJIS" >>ja
sudo echo "ja_JP.EUC-JP EUC-JP" >>ja
sudo echo "ko_KR.UTF-8 UTF-8" >>ko
sudo echo "ko_KR.EUC-KR EUC-KR" >>ko
sudo echo "zh_CN.UTF-8 UTF-8" >>zh
sudo echo "zh_TW.UTF-8 UTF-8" >>zh
sudo echo "zh_CN.GB2312 GB2312" >>zh
sudo echo "zh_CN.GBK GBK" >>zh
sudo echo "zh_CN.GB18030 GB18030" >>zh
sudo echo "zh_TW.Big5 Big5" >>zh
cd -
sudo dpkg-reconfigure locales
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

DOSBOX自动挂接盘符

#29

帖子 ljj_jjl2008 » 2008-03-03 15:12

Howto Automount drive
Open a terminal session, and it should take you to your home directory. If not, type cd /home/yourname/
Create a directory to store your DOS programs in. I called mine dosprog, so I typed mkdir dosprog The full pathname to this file is home/yourname/dosprog
Open dosbox by typing dosbox
You are now in the dosbox shell. Neat, huh? Note that it automatically puts you at the Z:\ drive We want to change that. Try typing in the dos command C: Note that it says the drive doesn’t exist. We could mount the C drive everytime we open dosbox by typing mount c /home/yourname/dosprog everytime, but why do that whendosbox can create a configuration file to take care of that for you! But first we need to create the file.
At the dosbox Z:\ prompt, type in config -writeconf /home/yourname/dosbox.conf You now have the configuration file.
Type exit. This puts you back in your terminal session
Type sudo gedit dosbox.conf This will open the dosbox configuration file.
Scroll down the dosbox.conf file to this section
[autoexec]
# Lines in this section will be run at startup.Type the following in on a new line:
mount c /home/yourname/dosprog
This will automatically mount the C: drive to your dosprog directory.
If you want dosbox to automatically start on the C: drive, enter C: on a new line after your mount line.
Save and quit gedit.
Now at the terminal prompt, type in dosbox It should auto mount the C: drive, (and if you followed step 8a, it will also start you on the C: drive)
Manually Mounting a CD-ROM
Place a CD in your CD-ROM. Ubuntu will happily auto-mount the CD for you to /media/cdrom0 assuming that you placed teh CD in that drive. If you have more than one CD-ROM drive Ubuntu may will have mounted it to /media/cdromx where x is a number. Now that we’re done with that OS stuff back to DosBox.
Type mount d /media/cdrom0 -t cdrom
Now your CD is mounted in DosBox to the D: drive. Again if you’d like to test this type, D: and press enter. Now type dir and press enter. You should again get a listing of all items on the CD.
Mounting a directory to a drive in DosBox
Open triminal windows and type the following command
dosbox
This launches DosBox in a new window, and starts you with a Z:\ prompt
So now on to really mounting a drive. I suggest you mount a directory that you have permission to write to (as a user, not a superuser). Your home directory (/home/username) works nicely.
Type mount c /home/username
This mounts your home directory to the C:\ drive in DosBox. If you’d like to test this, type C: and press enter.
Now type dir and press enter. Just as in DOS, you will get a listing of all items in your directory.
guopeng1
帖子: 44
注册时间: 2008-01-30 9:08

#30

帖子 guopeng1 » 2008-03-03 23:18

支持下 :D
回复