设置hr横线的颜色

给默认的hr改成我们需要的颜色时,需要将它的高度设一个值,使用背景色,并将border设为没有。
如:<hr style=”background-color:black;height:1px;border:none;”>

samba start error

smbd: relocation error: /lib/libsamba-credentials.so.0: symbol GSS_KRB5_CRED_NO_CI_FLAGS_X, version gssapi_krb5_2_MIT not defined in file libgssapi_krb5.so.2 with link time reference
Package krb5-libs-1.13.2-11.fc23.i686 is already installed
should update krb5-libs-1.13.2 to krb5-libs-1.14.1
so: sudo dnf install krb5-libs-1.14.1-*
other words,  security should be set as share
or smbd would not start properly (error exit)
DONE

vesamenu.c32:not a COM32R image

是用官方的liveusb-creator制作的u盘,在安装时报出了vesamenu.c32:not a COM32R image错误,在网上也找了几个说的方法,都不太理想,最后在fedora贴吧里一个楼层的朋友说输入:linux0,报着试试态度输入一下,果真好 了,具体为啥我还真不知道,刚玩fedora,在这里还是要谢谢这位大神,我做个记录。

ubuntu14.04 卸载 gnome, xfce桌面

1,卸载掉gnome-shell主程序
$sudo apt-get remove gnome-shell
2,卸载掉gnome
$sudo apt-get remove gnome
3,卸载不需要的依赖关系
$sudo apt-get autoremove
4,彻底卸载删除gnome的相关配置文件
$sudo apt-get purge gnome
5,清理安装gnome时候留下的缓存程序软件包
$sudo apt-get autoclean
$sudo apt-get clean
6,注销后查看桌面选项中是不是没有了gnome的选项 Continue reading ubuntu14.04 卸载 gnome, xfce桌面