Posted in 2010年01月4日 ¬ 21:05h.LuckyBoy
引言:前段时间一直没空翻译,所以直接贴了英文版的在上面,可能难为了那些英文比我还烂的童鞋(本人至今公共英语四级未通过),今天拿来翻译下,上面一行是英文,下面一行是中文,翻译的不好的地方请大家指教 Installing the Client Program 安装客户端程序 Install PPTP Client from the Ubuntu Project: 从Ubuntu Project安装PPTP客户端 apt-get install pptp-linux 上面那行是命令,在终端输入的,不翻译了 Installing the Configuration Program 安装配置程序 Note: you may wish to skip the configuration program and configure the client by hand. 注意:你可能想要跳过安装配置程序,并且手工配置客户端 1. add the following lines to the sources list file, /etc/apt/sources.list : 1.添加下面几行到源列表,/etc/apt/sources.list # James [...]
继续阅读 »
Posted in 2009年12月4日 ¬ 17:27h.LuckyBoy
就在刚刚,我快崩溃了,因为Firefox下面不能输入中文了,iBus切换不出来了,原因未知,Google许久,非常艰难的,找到一个应急方法 $ sudo vim /usr/bin/firefox 在开头加入 ########### XMODIFIERS=@im=ibus GTK_IM_MODULE=ibus export XMODIFIERS GTK_IM_MODULE ########### 重启firefox,问题解决
继续阅读 »
Posted in 2009年12月4日 ¬ 17:17h.LuckyBoy
今天一个朋友给我发来一个delphi写的程序源码,需要在Windows环境下编译,我问他用的是什么版本,他说是用 Lazarus ,上网Google之,原来Lazarus是开源的Delphi环境,那不是可以在Linux下面跑了? 尝试着 $ sudo apt-get install lazarus 竟然成功了,经过了几分钟的等待,安装完成了,下面就是打开源代码,但是发现提示缺少lnet,于是继续Google之行 找到了,http://sourceforge.net/projects/lazarus-ccr/files/lNet/ 下载 解压,cd进去,执行 $ make 运行 Lazarus ,Package-> open package file,找到 lnet/lazaruspackage 目录,打开 lnetvisual.lpk 安装成功,重启Lazarus,搞定,编译程序 这下好了,Delphi的程序Linux下面也能用了
继续阅读 »
Posted in 2009年12月3日 ¬ 15:04h.LuckyBoy
其实也不是啥大问题, $ sudo vim /usr/bin/qq 在 #!/bin/sh 下面加一行 export GDK_NATIVE_WINDOWS=true :wq退出再运行就没问题了
继续阅读 »
Posted in 2009年11月3日 ¬ 10:47h.LuckyBoy
一般出现这个问题基本上都是都是因为想要装ibus输入法,添加了ppa的源,例如: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures The last 3 times I have updated, this missing key keeps coming up. Can some one direct me to the public key? W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 632D16BB0C713DA6 解决方法是 执行下面两行命令 $gpg [...]
继续阅读 »