在 opera 的 mail 目录中找到 index.ini,在里面会找到
[Index 30]
Name=郭爽的 blog
Id=1200000000
…
Update Frequency=10800
Last Update Time=1176083559
…
这样的内容。
Update Frequency=-1永远不更新
Update Frequency=60 1分钟
Update Frequency=3600 1小时
Update Frequency=86400 一天
Update Frequency=604800 一周
或者直接在菜单 feeds - manage feeds - edit 中修改更新时间间隔。
找到 skin.ini 文件(默认标准 skin在 skinstandard_skin.zip,自己安装的在 profileskinlikeie-0_8_7.zip 中,直接修改 zip 包内的 skin.ini 即可。注意 :opera关闭 才能保存,否则提示该文件使用中)


添加或者修改下面这段内容
[Options]
Large Images = 0
Button Text Padding = 0
Pagebar max button width = 100
Pagebar min button width = 50
这样 tab 最宽 100,最窄 50。有些skin中根本就没有 [Options] 项目,直接把上面 这些加进去即可。
原文在 How to install flash player without administrator privilege?
以下为引用内容:
First download Universal Extractor binary archive, extract contents and run UniExtract.exe.Drag & drop flash player installer inside Archive/Installer to extract, press OK and again press OK. Then copy NPSWF32.dll from MAINDIR inside Universal Extractor Destination directory to programplugins in your Opera installation directory.
via Sharing settings between Windows & Linux
大约就是在linux通过 ln 建立硬连接到相应文件
#!/bin/bash -
if [ ! -e ~/.opera ]; then mkdir ~/.opera; fi
cd ~/.opera
ln -s /windows/Opera/profile/cache4 cache4
ln -s /windows/Opera/profile/cacheOp cacheOp
ln -s /windows/Opera/profile/images images
ln -s /windows/Opera/profile/keyboard keyboard
ln -s /windows/Opera/profile/mail mail
ln -s /windows/Opera/profile/menu menu
ln -s /windows/Opera/profile/mouse mouse
ln -s /windows/Opera/profile/sessions sessions
ln -s /windows/Opera/profile/skin skin
ln -s /windows/Opera/profile/styles styles
ln -s /windows/Opera/profile/toolbar toolbar
ln -s /windows/Opera/profile/userjs userjs
ln -s /windows/Opera/profile/widgets widgets
#ln -s /windows/Opera/profile/cookies4.dat cookies4.dat
ln -s /windows/Opera/profile/download.dat download.dat
ln -s /windows/Opera/profile/global.dat global.dat
ln -s /windows/Opera/profile/notes.adr notes.adr
ln -s /windows/Opera/profile/opcacrt6.dat opcacrt6.dat
ln -s /windows/Opera/profile/opera.dir opera.dir
ln -s /windows/Opera/profile/opera6.adr opera6.adr
ln -s /windows/Opera/profile/oprand.dat oprand.dat
ln -s /windows/Opera/profile/opssl6.dat opssl6.dat
ln -s /windows/Opera/profile/override.ini override.ini
ln -s /windows/Opera/profile/search.ini search.ini
ln -s /windows/Opera/profile/urlfilter.ini urlfilter.ini
#ln -s /windows/Opera/profile/vlink4.dat vlink4.dat
ln -s /windows/Opera/profile/widgets.adr widgets.adr
exit 0
一个浏览器是远远不够用地…代理一个,测试一个,浏览一个…
经过折腾,终于可以在 ubuntu amd64 feisty 上跑 firefox,opera,flock和 swiftfox(swiftfox不能和 firefox同时)了。具体过程记不太清楚了,最终要的是需要安装 ia32-libs-gtk
sudo apt-get install ia32-libs-gtk
应该不是64位的程序了,但至少能用。
没有 ia32-libs-gtk时,swiftfox 会报告 swiftfox-bin: not found