【原创】linux 下面的炒股 淘宝汪汪 使用
本人新手 用的是ubuntu 7.04首先 搞定国内源
1、修改为国内源
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
sudo gedit /etc/apt/sources.list
--------------------------------------------------------------------------
#传说中的台湾大学 中国电信adsl 150k/s
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main restricted universe multiverse
#貌似是常州电信 候补源
deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://ubuntu.beryl-project.org feisty main
#AUTOMATIX REPOS START
deb http://archive.canonical.com/ubuntu feisty-commercial main
deb http://www.getautomatix.com/apt feisty main
deb http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
#AUTOMATIX REPOS END
#传说中的中国科技大学 5M/s
deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
--------------------------------------------------------------------------
然后
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
2 安装 wine
打开终端 添加钥匙
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
修改下源
For Ubuntu Feisty (7.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Edgy (6.10): *64-bit packages not available*
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Dapper (6.06): *64-bit packages not available*
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list
For Debian Etch (4.0): *64-bit packages not available*
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list
然后
sudo apt-get update
sudo apt-get install wine
这样 wine就安装上了
不过 最好上这里 下载 一个deb包
http://forum.ubuntu.org.cn/viewtopic.php?t=51600
更改下一些东西
安装RAR 压缩/解压缩程序
安装
sudo apt-get install rar
建立软链接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
这样,以后只要在命令行输入unrar,就可以解压或者压缩文件了,安装完成后,归档管理器也同时集成了rar组件。
然后安装 下载 一些炒股软件
本人用的是 通达信的
大智慧 好像不行...我试过了
下载后 直接 来到终端
去到你 股票软件目录
wine xxx.exe (安装文件)
就安装好了.
重启
在左上
应用程序 wine 那里会出现你安装的程序 点下就出来了
然后基本可用的了
(其实很多exe文件 单击右键 就会出现 用wine打开 很方便)
关于淘宝汪汪
其实也是 wine 跑(这个是绿色版本,安装版本我发现不可用,安装出错
最新的阿里汪汪出错也是)
http://www.9xz.net/soft/2267.htm
这里下载
rar文件的解压 (右键解压到这里)
然后 同样的
通过终端
也是来到 你淘宝1.7的目录
wine WangWang.exe
就ok了
如果觉得 次次 都要wine的话 可以
在桌面 右键 建立启动器
wine (xx软件的目录) xx .exe
然后选择个图标
就ok了
http://www.ibmnb.com/attachment.php?aid=410152&noupdate=yes
http://forum.ubuntu.org.cn/download.php?id=15469
关于qq 2007
看这里
http://forum.ubuntu.org.cn/viewtopic.php?t=63843&highlight=qq2007
本人新手
关于 炒股 淘宝汪汪 的使用 本人是通过 自己摸索出来的
转载时候请注明 mokia1985
谢谢
[ 本帖最后由 mokia1985 于 2007-7-14 14:39 编辑 ] 支持啊,股票和旺旺都搞定了。对于不玩游戏的人来说,完全可以抛弃windows了 呵呵 终于有人支持了,linux下面跑特效 绝对pp过 vista.
游戏 wow war3 cs 更是小意思 靠wine搞定
linux的 下面游戏也是有的 有些做得很不错 那RTX可以在wine下直接安装吗? 应该可以的 搞定,:) :) :) :) 都是wine模拟的 要是有linux下的软件 多好 支持一下,有参考价值。
页:
[1]