标签 LinuxOS 下的文章
ssh 图形界面
想要 ssh 到服务器上的特定用户,并使用含 x 的程序,比如说 gitk。 ssh -X user@192.168.0.2 参考: https://blog.csdn.net/fdd096030079/article/details/80986266 https://blog.csdn.ne...
centos 7 打开端口
查看防火墙状态 systemctl status firewalld 或者 firewall-cmd --state 临时关闭防火墙测试是否是端口问题 systemctl stop firewalld 3. 开启防火墙 systemctl start firewalld 4. 增...
gentoo 修改键盘映射
gentoo 上面修改键盘映射分为两种,一种是终端环境,一种是X环境。 终端环境 https://www.emacswiki.org/emacs/MovingTheCtrlKey https://wiki.gentoo.org/wiki/Keyboard_layout_switching 参考...
Upgrade to 17.1 from 17.0 problem:UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in position 50: ordinal not in range(128)
最近 gentoo 从 17.0 更新到 17.1, 需要手动进行升级配置,使用 unsymlink-lib -p --finish 这一步的时候报错,报错如下: /usr/lib/python-exec/python3.6/unsymlink-lib -p --finish ... r...
[转] Emby+KODI--完美的NAS多媒体方案
转自: https://www.jianshu.com/p/85d00246d1f0 在Ubunt的基本环境(Ubuntu上的软件基础--for NAS)搭建好以后,家庭多媒体中心的任务就摆在了面前。 参考了很多资料,Emby Server看起来是最好的选择,安装的过程很简单,网上有很多的教程...
[转] emby-server gentoo release
转自: https://emby.media/community/index.php?/topic/11176-gentoo-release/ ATTENTION: If you still have the old mediabrowser-server package installed ...
[转]Welcome to the megacoffee.net Gentoo overlay!
转自: http://gentoo-overlay.megacoffee.net/ At this unofficial place, we publish some ebuilds that may (or may not) be interesting to other Gentoo us...
gentoo emby-server
最近想用 emby-server + kodi 打造家庭播放平台, 在 gentoo 上面先尝试安装配置 emby-server. 首先, 使用 megacoffee 这个 overlay, 这个上面支持 systemd 前的最后版本是 media-tv/emby-server/emby-s...
gentoo virtual couldnt download
今天在更新系统的时候,提示 virtualbox-bin 从原始地址下载不了,经过一番摸索,通过下面的方式即可正常安装。 http://download.virtualbox.org/virtualbox/5.2.26/ 通过 上面这个网址找到你要下载的 virtualbox 版本, 选择后缀...
[转] Step By Step How to get Hibernate Working for Linux (Ubuntu 11.04, Mint 11)
转自: http://chriseiffel.com/everything-linux/step-by-step-how-to-get-hibernate-working-for-linux-ubuntu-11-04-mint-11/ What Hibernation Is and Does ...
最新回复