DevOps让系统管理更轻松。
发布时间:2014-02-05 22:22:40
操作系统:Centos※,Freebsd,Ubuntu,Redhat※,suselinux,Debian※网站服务:apache※,nginx※,lighttpd,php※,tomcat※,resin※,Tengine数据库: Mysql※,PostgreSQL,Mysql-proxy,MariaDB,MongoDB※,Redis※,Hbase※代理相关:lvs,keepalived,haproxy,nginx,apache,heartbeat(此行都是※)网站缓存:squid※,ngi.........【阅读全文】
发布时间:2014-02-05 13:54:42
VM实现ISCSI安装在WINDOWS、LINUX下简单使用虚拟机2块网卡系统:XPVM:linuxWINDOWS安装Targets for WINDOWS安装 initiator for WINDOWSStarWind2.6.4安装后Targets、initiator都存在了。没有什么好说的了,直接添加连接和配置就可以了。注:windows下先安装SCSI驱动:Initiator-2.08-build3825-x86fr.........【阅读全文】
发布时间:2014-02-05 10:50:56
GIT在Debian 7.3 X64安装从这里 http://git-scm.com/download 下载GIT或者使用wget命令获取$ cd$ wget http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2解压后切换到其目录$ tar xvfj git-1.7.6.tar.bz2$ cd git-1.7.6使用默认配置进行安装,如果想修改配置,可以使用 ./configure -help 来.........【阅读全文】
发布时间:2014-02-05 10:50:08
debian下一些服务的名称和基本的解释:acpi-support 这个是关于电源支持的默认是1,2,3,4,5下启动,我认为你可以把它调整到s级别。acpid acpi的守护程序,默认是2-5开启,我认为可以不用管。alsa alsa声音子系统,应该不用开启它。alsa-utils 这个服务似乎取代了alsa.........【阅读全文】
发布时间:2014-02-05 10:49:21
去掉注释root@d1:~# cat .bashrc# ~/.bashrc: executed by bash(1) for non-login shells.# Note: PS1 and umask are already set in /etc/profile. You should not# need this unless you want different defaults for root.# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' umask 022 export LS_.........【阅读全文】