上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页
摘要: http://my.oschina.net/zhangdapeng89/blog/565931.去掉讨厌的有关vi一致性模式,避免以前版本的一些bug和局限set nocompatible2.backspace有几种工作方式,默认是vi兼容的。对新手来说很不习惯。对老vi 不那么熟悉的人也都挺困扰的。可以用set backspace=indent,eol,start来解决。indent: 如果用了:set indent,:set ai 等自动缩进,想用退格键将字段缩进的删掉,必须设置这个选项。否则不响应。eol:如果插入模式下在行开头,想通过退格键合并两行,需要设置eol。start:要想删除 阅读全文
posted @ 2014-03-07 10:33 johnsonshu 阅读(314) 评论(0) 推荐(0)
摘要: 参考文章:http://stackoverflow.com/questions/6202342/switch-android-x86-screen-resolution1) 用VBoxManage 增加启动分辨率选项。 -- 不想追加特殊的话,就不用加 -- VM_NAME_HERE改成自己的虚拟机名称VBoxManage setextradata "VM_NAME_HERE""CustomVideoMode1""320x480x16"2) 启动虚拟机,在多选菜单出来时,选 a,然后加个vga=ask的选项进行启动3) 把需要的各个分 阅读全文
posted @ 2014-02-16 12:23 johnsonshu 阅读(1301) 评论(0) 推荐(0)
摘要: 由于vmware无论怎么整,声音都出不了。 改用virtual box了。很多注意点都参照了这篇文章http://www.android-x86.org/documents/virtualboxhowto1) 启动时出错kernel panic - not syncing: tried to kill idle task原因: 需要把HOST主机的BIOS修改支持虚拟化。 选项:Interl Virtualization2)Sound device: change toSound Blaster 16. ICH AC97 will not work. (if you have a soluti 阅读全文
posted @ 2014-02-16 11:31 johnsonshu 阅读(507) 评论(0) 推荐(0)
摘要: 我发现无论如何,wmware上是出不来声音的。我放弃android-x86-4.3-20130725.iso 在 声音上有问题现在安装这个版本:android-x86-4.0-RC2-eeepc.iso至少把网络问题解决了1)修改vmx配置文件,改成:ethernet0.virtualDev = "vlance"2)重启之后,alt +F1 进root3) ifconfig eth0 upifconfig eth0 dhcpsetprop net.dns1 8.8.8.8 阅读全文
posted @ 2014-02-16 09:49 johnsonshu 阅读(241) 评论(0) 推荐(0)
摘要: type NT SERVICE\TrustedInstaller in "Enter the object name to select" text boxhttp://www.askvg.com/guide-how-to-restore-trustedinstaller-as-default-owner-of-a-file-or-folder-in-windows/http://www.askvg.com/add-take-ownership-option-in-file-folder-context-menu-in-windows-vista/ 阅读全文
posted @ 2013-12-25 17:13 johnsonshu 阅读(279) 评论(0) 推荐(0)
摘要: 1)访问http://:19000/easconsole/2)然后下载 jnlp 文件。3)找个jre, 用javaws 运行 jnlp文件 阅读全文
posted @ 2013-11-15 17:37 johnsonshu 阅读(500) 评论(0) 推荐(0)
摘要: 单纯 yum install libstdc++-4.4.4.i686 是不行的。应该安装 yum install libstdc++-devel.i686顺带就能装上需要的lib真够变态的。 怪不得没人用linux.参考http://idmoracle.com/installing-required-system-packages-for-oracle-identity-and-access-management-suite-11gr2-iam-11-1-2-0-0.html 阅读全文
posted @ 2013-11-13 15:27 johnsonshu 阅读(525) 评论(0) 推荐(0)
摘要: 【Another app is currently holding the yum lock; waiting for it to exit...】上网查了,好像是说帮我安个桌面图标的进程。估计是我没配代理服务器,所以一直拿着yum锁在那里运行,直接用 yum remove PackageKit 删掉了事参考If you really don't like PackageKit, you can remove it by running the following command as root:yum remove PackageKitYou can also disable Pac 阅读全文
posted @ 2013-11-13 15:16 johnsonshu 阅读(5741) 评论(0) 推荐(0)
摘要: 查看了网上的文章,自己做了一下实验。发觉导出ovf模板时,虚拟CDROM的选项要选【客户端设备】,导入时才不会出事。参考连接http://lukebarklimore.wordpress.com/2012/10/25/esxi-5-1-fixing-failed-to-deploy-ovf-package-the-task-was-canceled-by-a-user/Frustrated by the inability to redeploy a template I spent so long preparing, I broke open the OVA template and to 阅读全文
posted @ 2013-11-13 10:50 johnsonshu 阅读(3205) 评论(0) 推荐(0)
摘要: One function you might find annoying with PDFs and PDF Readers is that when you click on a link to a PDF, it opens in a browser window, rather than its own PDF Reader window. Here is how to change this behavior for each of the major browsers:In Opera, go to Tools > Preferences and the “Advanced” 阅读全文
posted @ 2013-09-17 13:47 johnsonshu 阅读(286) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页