- 博客(24)
- 收藏
- 关注
原创 restore bak 文件
在sql server中可以设定备份任务备份出 .bak文件restore 到一个新的database系统中 步骤: 1.create database newname 2.restore fileRestore FILELISTONLY FROM DISK=d:/Business_Data.bak 3.restore databas
2010-04-21 15:05:00 383
原创 1--28
1.bash character history ----! autocomplete2.visit a remote server Virtual Network Computing (commonly called VNC), Remote Desktop Protocol (RDP) Secure Shell (SSH).3.man wh
2010-01-28 10:21:00 314
原创 1.28
1.movie--my best friends marriage2.linux---first chapter3. gym exercise
2010-01-27 10:24:00 266
原创 week plan
LPI 看完,听完相关vedio 教程 设置wireless router have lunch with clint call family do house cleaning buy something such as underwear, stocks, especially buy red underware for tiger
2010-01-15 17:38:00 271
原创 工作总结
这是我在nokia的第二周 开始看lpi,搞坏了监控服务器,弄得老外开会讨论这件事,shame 感觉到了学习英语的重要性,电话会议不能100%听懂,更别说主持会议了英语不够棒,在这边没有前途 高兴的是,生活开始规律了每天吃到营养的自助餐,晚上按时回家,开始做操,慢慢减肥 受打击的是过敏了一次,要死要活得 下周继续看文档,把lpi考试过了
2010-01-15 17:14:00 264
原创 networking command
1.route2.ifdown device and ifup device ifconfig eth0 down ifconfig eth0 up3.hostname 4.ping -c n www.sohu.com if you can ping local systems but not remote systems, the problem
2010-01-14 11:48:00 277
原创 pg操作命令
psql -U user -d database -p /dt 命令是显示表/di 显示索引/ds 显示序列/dv 显示视图/dp 显示权限/dS 显示系统表/dl 显示 lobjects/d tablename 显示表的结构/索引/序列/d indexname 显示索引的详细信息set SEARCH_PATH=schemaname 转换sc
2010-01-13 10:54:00 540
原创 关于dhcp的认识
今天我把系统搞死了 服务器是双网卡,我用了dhclient eth0 结果没有dhcp服务器,所以eth0这块网卡的ip丢了 上面的nagios服务运行不了了 收到一堆报警 xiaowei开始解决了 首先他暴力重启了http://h50176.www5.hp.com/FILE/118430/118430.pdf 个人认为可以不用重启
2010-01-12 17:20:00 413
原创 作息时间表和工作计划
6点起床6点半早饭,学习英语7点20出门9点公司1点吃午饭6点回家7点半开始看书10点准备睡觉 2010.1----2010.2 LPI 考试2010.3-----2010.5 tofel,mysql2010.6-----2010.8 ocp2010.9------2010.11 ocm 2010.12---2011.1 LPI 中
2010-01-12 10:00:00 479
原创 need to learn
1.log analyze toolhttp://www.splunk.com/ 2.apache配置 3.mysql
2010-01-11 10:42:00 253
原创 commnad--2
1.nc listen to a port nc -l -p 1234 2.ssh -r ssh -l reliaze port transfoward 3.nmap scan port
2010-01-11 10:04:00 455
原创 syslog.conf
syslog.conf---/etc/syslog.conf1.kernal log to /dev/console what is /dev/console sysctl.conf--/etc/sysctl.log the parameter for system
2010-01-08 11:04:00 243
原创 nagios
learn how to setup , use nagios http://nagios.sourceforge.net/docs/3_0/quickstart.html today, I setup my nagiosattention:1.configure file 2.apache httpd-ssh.conf use httpd-ssh to
2010-01-07 09:49:00 238
原创 awk
一. 行距:1. 每行间加一个空行awk 1; { print "" } filname.ext #输出当前行,在输出一个空行awk 1 { print } { print "" } filname.ext awk { print } { print "" } filname.ext2. 1的另外一种实现方法:awk BEGIN { OR
2010-01-06 16:58:00 474
原创 explaination of mysql/bin/ file
1 innochecksum 5 msql2mysql6 myisamchk7 myisam_ftdump8 myisamlog9 myisampack10 my_print_defaults11 mysql12 mysqlaccess13 mysqlaccess.c
2010-01-06 16:56:00 269
原创 how to setup mysql
1.download mysql tar uanme +av http://dev.mysql.com/downloads/mysql/5.1.html 2.shell> groupadd mysqlshell> useradd -g mysql mysqlshell> cd /usr/localshell> tar zxfv /path/to/mysql-VERSIO
2010-01-06 10:18:00 245
原创 操作系统
Linux (IA64):IA64是惠普和Intel携手开发的新一代64位的计算机芯片, 基于安腾2处理器Linux (x86): x86是一个intel通用计算机系列的标准编号缩写,也标识一套通用的计算机指令集合,X与处理器没有任何关系,它是一个对所有*86系统 的简单的通配符定义 Intel IA64,Intel EM64T, 基于Xeon DP "Nocona"和
2010-01-06 09:37:00 260
原创 常见命令
1.deluser:#userdel -r testuser 2.add user:useradd tang3.change passwdpasswd tang 3.add a user to a new group usermod -g ops tang 4.add a user to sudoer, get sudo user group, th
2010-01-05 12:14:00 383
原创 server list
1. 172.30.197.15 amytang 2. 211.151.49.91 juan.tang 2.sql server 10.152.8.13 3.mysql 10.252.7.12 10.252.7.13 mysql -u root -p 123456 10.219.4.1
2010-01-05 10:40:00 626
原创 数据恢复
端午回来,四台服务器3台出了问题,哭死一查,2台磁盘空间不够1台挂了磁盘空间不够,好办,上去删sudo rm /tmp查看/home大小 cd /homedu -h --max-depth=1小y的竟然占了2个多G找他挪走清理数据库日志对数据库作vacuum full操作,2天后,多了50多个G的空间另外一台挂了,申请新机子,编译安装
2009-06-04 17:03:00 296
原创 加速ssh登录
今天下午,闲下来整了整我的本本,管理了20台数据库,每次登录上去都要敲ssh 服务器名,输入密码感觉浪费生命 想了一下两招1.编辑了/etc/hosts文件把常用的服务器ip地址写入,省了主机名就被解析到对应ip的时间lsbdb1*.*.com *.*.*.*lsbdb1*.*.com *.*.*.*...........2.配置公钥和私钥,省去
2009-06-04 16:50:00 425
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人