make it run,make it better,make it fast. https://github.com/liulanghaitun
发布时间:2020-12-05 20:13:54
Note: this strategy won't always work for all cases, but it gets portage past the stupid problems it should be quite capable of its own and thus reduces you to solving the RealProblems?You need >=app-portage/portage-utils-0.80_pre20190620Some .........【阅读全文】
发布时间:2020-04-06 19:20:16
如果遇到:[blocks B ] app-eselect/eselect-opengl ("app-eselect/eselect-opengl" is blocking media-libs/mesa-20.0.4).表示当前eselcet-opengl正在阻塞mesa包.可以通过:emerge -uvDN --with-bdeps\=y --newuse --changed-deps @world --exclude media-libs/mesa --exclude app-admin/eselect-opengl 来将这.........【阅读全文】
发布时间:2020-03-19 20:57:18
gentoo 如果在更新软件的时候i遇到:!!! Multiple package instances within a single package slot have been pulled &.........【阅读全文】
发布时间:2019-12-23 20:35:23
1.首先安装x11-misc/xdg-utils(xdg-mime)安装包和dev-perl/File-MimeInfo(mimetype)安装包2.然后通过mimetype查找文件类型所对应的mime.比如执行:mimetype *.jpg ,得到图片类型的mime: image/jpeg执行:mimetype *.txt,得到文本文件的mime:text/plain执行:mimetype ~,得到目录的mime:inode/directory3.查看程序的快捷方.........【阅读全文】
发布时间:2019-12-19 21:48:40
第一步:首先安装app-i18n/man-pages-zh_CN.这个是man的中文帮助包第二步:alias cman='man -M /usr/share/man/zh_CN'第三步:cman ls 就可以正常显示中文帮助文档了,但是有些文档缺失,最好还是使用英文文档.......【阅读全文】