04 2016 档案
Windows 终端服务器授权 激活
摘要:一.激活2003终端授权服务器 首先确认是否安装windows组件 添加删除程序——添加删除windows组件 终端服务器的安装就不介绍了,下面说一下激活授权服务器。 1)点击”开始”->”程序”->”管理工具”->”终端服务器授权”,选择未激活的服务器名称,选择”属性”, 请记下对话框中出现的产品
阅读全文
修改Linux可显示的行数
摘要:在/boot/grub/menu.lst中,找到kernel开头的那一行,在后面加上参数vga=791 下面是vga可以取的值 # + +# | 640x480 800x600 1024x768 1280x1024# + # 256 | 0x301=769 0x303=771 0x305=773 0
阅读全文
安装dos2unix
摘要:在http://linux.softpedia.com/progDownload/Dos2Unix-Download-5519.html下载hd2u-1.0.0.tgz [root@localhost ~]#tar -zxf hd2u-1.0.0.tgz 在http://rpm.pbone.net/
阅读全文
configure: error: *** libpopt not found 解决方法
摘要:ubuntu (deb) $ apt-cache search popt|headlibpopt-dev - lib for parsing cmdline parameters - development fileslibpopt0 - lib for parsing cmdline parame
阅读全文
configure: error: no acceptable C compiler found in $PAT 的解决方案
摘要:configure: error: no acceptable C compiler found in $PATH See `config.log' for more details.你的机器里没有安装任何C语言编译器,可以安装gcc yum install -y gcc
阅读全文
关闭selinux
摘要:关闭SELinux的方法:修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启。如果不想重启系统,使用命令setenforce 0注:setenforce 1 设置SELinux 成为enforcing模式setenforce 0 设置SELinu
阅读全文
CentOS 7 关闭防火墙
摘要:CentOS 7.0默认使用的是firewall作为防火墙 直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 ——摘自http://www.
阅读全文
浙公网安备 33010602011771号