Tag: 工作
-
CentOS下yum Error 21问题及解决方案。
执行yum update时出现: error: db5 error(21) from dbenv->open: Is a directory error: cannot open Packages index using db5 – Is a directory (21) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed 原因是RPM数据库损坏,重建即可。 执行: cd /var/lib/rpm/ for i in `ls | grep ‘db.’`;do mv $i $i.bak;done rpm –rebuilddb yum clean all
-
CentOS下配置NexusPHP
在此之前,请先按照https://blog.silversky.moe/works/centos-lamp-server-apachephpmariadb配置服务器。 NexusPHP 1.5 beta 4 20100517 Installation This guide is intended for experienced webmasters and takes CentOS Server 7 as the example. Check out http://www.nexusphp.com for more tutorials.
-
Ubuntu Server 更换软件源
su cd /etc/apt wget http://mirrors.163.com/.help/sources.list.lucid
-
Ubuntu Server执行apt-get update时出现NO_PUBKEY问题及解决方案
执行apt-get update sudo apt-get update Ign http://archive.canonical.com trusty InRelease Ign http://extras.ubuntu.com trusty InRelease
-
WordPress更改固定链接后出现404
我们在使用一段时间WordPress之后就会考虑搜索引擎收录的问题 (#然而实际上这个站点除了被Google收录了之外其他的都没收录,这个站点我也懒得改了 所以我们会更改固定链接来优化搜索引擎索引。(#有些小站点,权重轻的,像我这样的,即使写了robot.txt,搜索引擎也不会索引你的全部文章。
-
[Storage] WesternDigital Purple WD10PURX-64E5EYO开箱及测评
俗话说日立刷容量,西数刷颜色。 我这次我给大家带来的是1T西数紫盘,也就是监控盘。
-
解决Ubuntu Server root无法远程SSH登陆
原因是新版本对root 远程登陆进行了限制。 先用普通用户远程登入 sudo vi /etc/ssh/sshd_config 注释掉#PermitRootLogin without-password 重新启动SSH Servicesudo servive ssh restart
-
为Ubuntu配置网络
转载/改编自:http://os.51cto.com/art/201003/186914.htm ./etc/network/interfaces打开后里面可设置DHCP或手动设置静态ip。前面auto eth0,让网卡开机自动挂载.
-
安装Ubuntu
好不容易刻完盘,开始装了。。。 安装过程中我就注意到了。。。没有要求设置root密码! 然后启动之后登陆,root和普通账户都无法登陆,直接Login Incorrect. 我真是。。。
-
Windows Server 2012 R2中的无法安装.Net 3.5(含3.0 2.0
无论是使用DISM还是系统自带的添加角色和功能,都无法安装。 DISM安装到一半就会提示错误,请查看XXX日志(详细内容不列举,网上有。 添加角色和功能会提示用备用路径,添加备用路径后依然无解,提示: “组件的文件跟组件清单中的验证信息不匹配 0x800736cc” 问题原因查了很多找到了 “不能使用移动设备上的文件,U盘,光盘都不可以。只能用虚拟光驱。” 试了一下。。。真的只能用虚拟光驱。。。