root@ok Downloads]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=54:EE:75:4E:37:D9 TYPE=Ethernet UUID=ea35184e-8417-4ce4-9843-dfc3 ...
分类:
其他好文 时间:
2016-06-02 16:29:51
阅读次数:
211
Reports.aspx : <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title>资料文库管理</title> <script src="../Scripts/boot.js" type ...
查看网卡是否正常安装 命令:lspci |grep Ether 1.修改网卡配置 命令: vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none (dhct,static) HWADDR=00:14:2b:1b: ...
分类:
系统相关 时间:
2016-06-01 23:01:45
阅读次数:
302
由于在脚本中使用了 window.close(), 当前非弹出窗口在最新版本的chrome和firefox里总是不能关闭,而在 IE中是可以关闭的 。 在console中弹出提示"Scripts may close only the windows that were opened by it" ( ...
分类:
Web程序 时间:
2016-05-31 18:48:46
阅读次数:
642
vimwiki下载地址: http://www.vim.org/scripts/script.php?script_id=2226 calendar下载地址: https://github.com/itchyny/calendar.vim 一个用于打造个人wiki主页,便于知识收集整理; 另一个用于 ...
分类:
系统相关 时间:
2016-05-31 10:14:58
阅读次数:
261
下载解压到/usr/local/src/创建mysql用户并限制登录useraddmysql-s/sbin/nologin移动解压的包并改名mvmysql-解压文件名/usr/local/mysql创建data目录包含mysql目录mkdir-p/data/mysql改属主属组chown-Rmysql:mysql/data/mysql进入目录cd/usr/local/mysql初始化./scripts/mysql_..
分类:
数据库 时间:
2016-05-30 15:55:27
阅读次数:
197
source命令用法: source 文件名作用:在当前bash环境下读取并执行文件中的命令。注:该命令通常用命令“.”来替代。如:source .bash_rc 与 . .bash_rc 是等效的。注意:source命令与shell scripts的区别是,source 在当前bash环境下执行命 ...
分类:
其他好文 时间:
2016-05-30 00:47:02
阅读次数:
167
/usr/local/arm/arm-2009q3/bin/arm-none-linux-gnueabi-gcc:Nosuchfileordirectory
/home/uLinux/busybox-1.24.2/scripts/gcc-version.sh:line11:/usr/local/arm/arm-2009q3/bin/arm-none-linux-gnueabi-gcc:Nosuchfileordirectory首先按照一篇看看:http://10638473.blog.51c..
分类:
系统相关 时间:
2016-05-29 23:25:14
阅读次数:
387
要求:检测myslq从库状态,跳过固定的错误号,每隔30秒检测一次,如果符合条件自动跳过或者是重启从库 1)取出mysql从库的关键字 [root@localhost scripts]# mysql -u root -p123qq.com3307 -S /data/3307/mysql.sock - ...
分类:
数据库 时间:
2016-05-29 12:19:38
阅读次数:
231
linux 修改IP, DNS 命令 http://www.cnblogs.com/fighter/archive/2010/03/04/1678007.html 修改DNS [root@localhost network-scripts]# vi /etc/sysconfig/network-sc ...
分类:
系统相关 时间:
2016-05-29 06:19:41
阅读次数:
181