码迷,mamicode.com
首页 >  
搜索关键字:fail2ban iptables debian centos    ( 37049个结果
Vertica 安装,建库,新建测试用户并授予权限,建表,入库
测试环境:RHEL 6.4 + Vertica 6.1.3-7需求:搭建Vertica数据库3节点的测试环境,建立测试用户,建表,测试数据入库。1.各节点关闭防火墙和SELinux,配置主机名,IP地址,统一root密码关闭防火墙和selinux:service iptables status;ge...
分类:其他好文   时间:2014-06-28 16:23:31    阅读次数:460
安装Debian的正确方法
一、说明:Debian7.0.0的安装镜像文件有3个DVD,安装基本系统只用到第一个镜像文件,即DVD1其它镜像文件是附带的软件包。附Debian 7.0.0系统镜像下载地址:32位:http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-dvd/deb...
分类:其他好文   时间:2014-06-28 16:16:20    阅读次数:429
给Debian安装Xfce桌面
1、sudo apt-get install xorg xdm xfce42、vi ~/.xinitrc,然后输入:exec xfce4,在终端输入startx命令后就能进入xfce4,或直接在终端输入startxfce4命令。
分类:其他好文   时间:2014-06-28 16:04:45    阅读次数:445
在Debian下安装ibus输入法
sudo apt-get install ibus ibus-pinyin im-switchsudo apt-get install ibus-googlepinyinim-switch -s ibusibus-setup
分类:其他好文   时间:2014-06-28 16:01:58    阅读次数:214
Debian自带浏览器IceWeasel的中文化
Iceweasel浏览器简体中文组件 # Iceweasel是Debian中Mozilla Firefox浏览器的一个再发布版#英语很菜,所以浏览器菜单也要是中文的sudo apt-get install iceweasel-l10n-zh-cn运行浏览器,然后点击浏览器菜单 ===> 编辑 ===...
分类:其他好文   时间:2014-06-28 15:49:53    阅读次数:300
给Debian浏览器安装flash播放插件
sudo apt-get install flashplugin-nonfree
分类:其他好文   时间:2014-06-28 15:40:34    阅读次数:144
Debian下配置网络的方法
1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:其他好文   时间:2014-06-28 15:30:31    阅读次数:258
Debian类系统必做——将【你的用户】加入sudoers用户组
切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
分类:其他好文   时间:2014-06-28 15:29:06    阅读次数:175
在Debian下安装LAMP
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:其他好文   时间:2014-06-28 14:48:41    阅读次数:192
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!