摘要: 安装了语言包后,在那个语言窗口里面,拖住汉语选项放到第一个,应用,关机重启即可然后 应用 关闭, 重新登录。 就OK 阅读全文
posted @ 2012-06-25 15:18 麦壳饼 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 使用automake准备编译 的步骤安装好 automake 后, klaus@ubuntu:/mnt/hgfs/Lane/Lane$ automake configure.in:14: version mismatch. This is Automake 1.11.3, configure.in:14: but the definition used by this AM_INIT_AUTOMAKE configure.in:14: comes from Automake 1.9.6. You should recreate configure.in:14: aclocal.m4 with. 阅读全文
posted @ 2012-06-25 11:37 麦壳饼 阅读(551) 评论(0) 推荐(0) 编辑
摘要: mount: RPC: Unable to receive; errno = Connection refused 的解决方法192.168.70.58: ~# mount -o nolock 192.168.70.178:/emrc-etc /mnt/EMRC-ETC mount: RPC: Unable to receive; errno = Connection refused mount: mounting 192.168.70.178:/emrc-etc on /mnt/EMRC-ETC failed: Bad file descriptor原因是没安装 portamp 你需要 ap 阅读全文
posted @ 2012-06-25 11:37 麦壳饼 阅读(1526) 评论(0) 推荐(0) 编辑
摘要: mount: 192.168.70.178:/ failed, reason given by server: Permission denied 问题使用 exportfs -a 看下。 如果没有。 则编辑下 vi /etc/exports 下面是内容, 写成: /root/ *(rw,sync) 注意 root 是 root 用的跟目录。 * 的意思是所有的主机, 你也可以写www.xxx.com 或者 之类之类的, 如果是IP , 他会反解析为 主机名, 如果这里面没有那个主机名, 就会提示没权限。 最好的方法直接是 * , 如果非常有必要。 那你就使用主机名好了。下面是我的mount 阅读全文
posted @ 2012-06-25 11:37 麦壳饼 阅读(372) 评论(0) 推荐(0) 编辑
摘要: ecere 编译过程中遇到的问题先在 https://nodeload.github.com/ecere/sdk/tarball/master 下载到最新源码解压后, 直接make显示如下:Bootstrapping eC compiling tools... Building ecere... Building ec... Building ecp... Building ecc... Building ecs... All done! Building dependencies... Building libungif... Building 2nd stage ecere... src/ 阅读全文
posted @ 2012-06-25 11:37 麦壳饼 阅读(771) 评论(0) 推荐(0) 编辑
摘要: CodeDom Assistant CodeDom的强大工具, 有些BUG修正了下,发到CodePlex,大家有需要的可以看看一、第一次编译并调整代码 二、修正泛型无法生成CodeDOM代码 后期我会用到这个工具, 如果有需要修改, 会及时修改和改进, 有兴趣的可以参与进来。 http://codedomassistant.codeplex.com/ Generating CodeDom Code By Parsing C# or VB 使用C#或者VB生成CodeDom代码IntroductionI find writing CodeDom code kind of like writing 阅读全文
posted @ 2012-06-25 11:36 麦壳饼 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 新版ubuntu中打开终端的方法和安装ssh 的方法首先按住Alt,然后按一下F2,出来一个运行框,在里面输入 gnome-terminal即可运行。 要安装ssh则可以在命令行中输入 下面的内容 , sudo apt-get install openssh-server 结果如下:klaus@ubuntu:~$ sudo apt-get install openssh-server [sudo] password for klaus: 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包是自动安装的并且现在不需要了: kde-l10n-de l 阅读全文
posted @ 2012-06-25 11:36 麦壳饼 阅读(402) 评论(0) 推荐(0) 编辑