欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [SSH] ssh配置公钥私钥登录SecureCRT 日期:2014-10-07 16:58:09 点击:158 好评:0

    在用windows时管理linux服务器时,常会用到SecureCRT、Xshell以及开源的putty。在我工作环境大多都是采用密码认证的方式进行登录。今天对学习了些SecureCRT的密钥登录方式。对比密码认证方式,使用密钥认证登录会有以下几个优点: 1、公钥认证允许使用空密码...

  • [mail] SkyMail+动态IP架构邮件服务器-支持windows和linux【备】 日期:2014-10-07 16:57:31 点击:83 好评:0

    SkyMail邮件服务器是国内最优秀的邮件服务器软件,支持各种主流的操作系统,系统非常稳定高效,保证全球收发,支持短信邮件,WAP邮件,邮件监控,邮件归档,内嵌强大的防病毒反垃圾网关,实时免费更新病毒库及垃圾库。 SkyMail25用户终身免费使用。 公司主页...

  • [SSH] ssh scp 免密码方法 日期:2014-10-07 16:56:49 点击:68 好评:0

    A为本地主机(即用于控制其他主机的机器) ; B为远程主机(即被控制的机器Server), 假如ip为192.168.60.110; A和B的系统都是Linux 在A上运行命令: #ssh-keygen -t rsa (连续三次回车,即在本地生成了公钥和私钥,不设置密码) # ssh root@192.168.60.110mkdir .ssh...

  • [Tomcat] awk抓取实际tomcat进程 日期:2014-10-07 16:54:38 点击:103 好评:0

    ps aux | grep tomcat | awk -F/ {print $1,$12} | grep tomcat | awk {print $2,$11} 记录下 已备后续shell脚本调用...

  • [nginx] nginx启动服务脚本 日期:2014-10-07 16:51:04 点击:109 好评:0

    #chkconfig: 345 60 60 #!/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: - 85 15 # description: Nginx is a high-performance web and proxy server. # It has a lot of features, but its not for e...

  • [iptables] CentOS防火墙配置方法 日期:2014-10-07 16:35:18 点击:151 好评:0

    对CentOS防火墙的设置问题,有很多的网友一直存在着不少的疑问,下面,就是我找到设置CentOS防火墙的方法,给大家展示一下。 看了好几个页面CentOS防火墙内容都有错,下面是正确方法: #:/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT #:/sbin/iptab...

  • [apache] Apache 配置文件 详解 日期:2014-10-07 15:04:53 点击:117 好评:0

    Apache的配置文件http.conf参数含义详解 Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改。 主站点的配置(基本配置) (1) 基本配置: ServerRoot /mnt/software/apache2 #你的apache软件安装的位置。其它指定的目录如果没有...

  • [VPN] Linux pptpd VPN搭建 日期:2014-10-07 15:00:52 点击:186 好评:0

    安装:yum install pptpd /etc/pptpd.conf 添加分配的IP:localip 192.168.0.1 remoteip 192.168.0.200-220 /etc/ppp/chap-secrets 设置用户名密码: 用户名 * 密码 * 开启防火墙: 1723端口 :-A INPUT -p tcp -m state --state NEW -m tcp --dport 1723 -j ACCEP...

  • [ftp] 500 OOPS: cannot change directory:/home/xxx” 日期:2014-10-06 19:55:09 点击:65 好评:0

    参考 http://hi.baidu.com/jenrald/item/b8921b82b5ade72a100ef3c0 一 前言 用ftp命令连接 ftp服务器时提示: 500 OOPS: cannot change directory:/home/xxx 二解决方案 百度,经证实有效解决方案是#setseboolftp_home_diron 现将参考网页内容摘抄如下: 今...

  • [Linux服务器] linux下php 加装mssql模块 日期:2014-10-05 23:25:13 点击:71 好评:0

    在linux 下的php连接mssql,就需要安装第三方的freetds了。 1、安装配置freetds wgethttp://mirrors.xmu.edu.cn/ubuntu/archive/pool/main/f/freetds/freetds_0. 82.orig .tar.gz tarzxffreetds_0. 82.orig .tar.gz cdfreetds_0. 82 ./configureprefix=/usr/...

  • 首页
  • 上一页
  • 410
  • 411
  • 412
  • 413
  • 414
  • 415
  • 416
  • 417
  • 418
  • 419
  • 420
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容