码迷,mamicode.com
首页 >  
搜索关键字:phpmyadmin ftp iptables selinux    ( 18202个结果
iptables简述
一、linux防火墙基础防火墙分为硬件防火墙和软件防火墙。1.概述linux 防火墙体系主要工作在网络层,针对TCP/IP数据包实施过滤和限制,属于典型的包过滤防火墙。 包过滤机制:netfilter 管理防火墙规则命令工具:iptables netfilter 指linux内核中实现包过滤防火墙的...
分类:其他好文   时间:2014-06-02 16:31:25    阅读次数:224
Win7新建ftp快捷方式(原XP网上邻居中客户端图标)
2014-6-2 XP逐渐隐退,新机器一般都是Win7或者Win8了。有很多朋友反映在这两个新系统中找不到类似XP网上邻居中的ftp链接图标。故稍微研究了下,以Win7为例,总结如下。 1、骨灰级user瞟一眼这里即可 在“映射网络驱动器”中找“连接到可用于存储文档和图片的网站”。 2、老鸟看这里 ...
分类:Windows程序   时间:2014-06-02 15:50:11    阅读次数:517
Git配置教程
Git使用教程github不是特别的稳定,而且英文太多难以辨别,所以使用了JD的开源git。在我的理解来开git像是一个虚拟主机或者一个ftp服务器。常见的端口:ftp 21tcpssh 22tcpwww 80dns 53tcp 53udp我们可以使用ssh命令测试链接虚拟主机#ssh-T g...
分类:其他好文   时间:2014-06-02 15:46:57    阅读次数:421
LNMP一键安装包 V1.1 发布
LNMP一键安装包 是一个用Linux Shell编写的可以为CentOS/RadHat、Debian/Ubuntu VPS(VDS)或独立主机安装LNMP(Nginx、MySQL/MariaDB、PHP、phpMyAdmin)生产环境的Shell程序。同时提供一些实用的辅助脚本如:可以帮助完成Nginx、MySQL/MariaDB、PHP的升级、常用缓存组件的安装、重置MySQL root密码、502自动重启、日志切割等许多实用脚本。...
分类:其他好文   时间:2014-06-02 12:25:45    阅读次数:216
用debian 7.5 cd/dvd 搭建局域网mirror镜像源来批量网络无人值守安装debian
1、图形化最小安装debian7.5操作系统2、更改debian的apt源配置文件/etc/apt/sources.listroot@duan:~#cat/etc/apt/sources.list debhttp://ftp.de.debian.org/debianwheezymaincontribnon-free deb-srchttp://ftp.de.debian.org/debianwheezymaincontribnon-free3、更新apt,并..
分类:其他好文   时间:2014-06-02 10:35:03    阅读次数:379
手把手教你构建自己的Linux系统 —— 软件包下载地址
wget -c http://ftp.gnu.org/gnu/binutils/binutils-2.7.tar.gz wget -c http://ftp.gnu.org/gnu/gcc/gcc-4.4.2/gcc-4.4.2.tar.bz2 wget -c https://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.1.tar.bz2 ...
分类:系统相关   时间:2014-06-02 05:03:55    阅读次数:498
selinux 引起的 Instantiating disk: failed
asm初始化创建ASM磁盘组失败 [root@dga01~]#oracleasmcreatediskOCR/dev/sde1 Writingdiskheader:done Instantiatingdisk:failed Clearingdiskheader:done 开始以为是asm配置错误,于是重新初始化ASM [root@dga01~]#/etc/init.d/oracleasmconfigure-i ConfiguringtheOracl..
分类:系统相关   时间:2014-06-02 03:22:50    阅读次数:1462
《shell脚本if..then..elif..then.if语句的总结》
第一种:#!/bin/bash service vsftpd start &> /dev/null if[ $? -eq 0 ]thenecho "ftp is start"elseservice vsftpd startfi第二种:#!/bin/bash read -p "input your f...
分类:其他好文   时间:2014-06-02 00:41:38    阅读次数:332
系统优化脚本(此脚本为原始脚本,未按照shell规范写)
系统优化脚本#!/bin/sh user=alan #shutdowniptables chkconfigiptablesoff&&/etc/init.d/iptablesstop #shutdownselinux sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/selinux/config cat/etc/selinux/config setenforce0 getenforce&& #createause..
分类:其他好文   时间:2014-06-01 13:45:01    阅读次数:292
RHEL7--- Limiting Network Communication with firewalld(一)
Firewalld介绍:在上一代的红帽企业版OS中,netfilter作为一个模块被内核加载,主要用于检查数据包在传输中的情况,意味着一个数据包在incoming,outgoing和forwarded时会被检查,netfilter作为一个模块,系统提供了一个用户级别的工具---iptables作为普通的用户去管理和调试net..
分类:Web程序   时间:2014-06-01 13:13:00    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!