随笔分类 - Linux
摘要:当磁盘大小超过标准时会有报警提示,这时如果掌握df和du命令是非常明智的选择。 df可以查看一级文件夹大小、使用比例、档案系统及其挂入点,但对文件却无能为力。 du可以查看文件及文件夹的大小。 两者配合使用,非常有效。比如用df查看哪个一级目录过大,然后用df查看文件夹或文件的大小,如此便可迅速确定症结。 下面分别简要介绍 df命令可以显示目前所有文件系统的可用空间及...
阅读全文
摘要:sort是在Linux里非常常用的一个命令,管排序的,集中精力,五分钟搞定sort,现在开始!1 sort的工作原理 sort将文件的每一行作为一个单位,相互比较,比较原则是从首字符向后,依次按ASCII码值进行比较,最后将他们按升序输出。[rocrocket@rocrocket programming]$ cat seq.txtbananaapplepearorange[rocrocket@ro...
阅读全文
摘要:Linux基础入门之网络属性配置摘要Linux网络属性配置,最根本的就是ip和子网掩码(netmask),子网掩码是用来让本地主机来判断通信目标是否是本地网络内主机的,从而采取不同的通信机制。Linux网络属性配置,最根本的就是ip和子网掩码(netmask),子网掩码是用来让本地主机来判断通信目标是否是本地网络内主机的,如果在同一网络内,那么可以通过ARP广播机制得到对方mac地址后就可以进行通...
阅读全文
摘要:One of the easiest way to protect and secure SSH logins by displaying warming message to UN-authorized users or display welcome or informational messages to authorized users.Being a system administrat...
阅读全文
摘要:Have you ever wanted to ssh to your Linux box that sits behind NAT? Now you can with reverse SSH tunneling. This document will show you step by step h
阅读全文
摘要:详细介绍就略过吧,可以参考这篇文章:使用ZSH的九个理由下面记录一下我在配置ZSH的过程中的要点:1、基本上你能找到的配置教程都是基于oh-my-zsh的。因为zsh配置过于复杂,所以有了oh-my-zsh这个项目,目的在于简化zsh配置。项目地址:https://github.com/robbyrussell/oh-my-zsh在项目readme文档中详细介绍了使用方法,这里略过。 2、使用oh...
阅读全文
摘要:I used this guide to set up a PPTP VPN server on my Ubuntu 12.04 server.To summarize the main points in the link, though:1: Install pptpd and ufw. iptables can be used in place of ufw, but for the sak...
阅读全文
摘要:How to block a specific IP Address using UFWThe key to blocking a specific IP address with UFW is to make sure that the rule which blocks the ipaddress is applied before any allow rules. Because the f...
阅读全文
摘要:Install and Configure OSSEC on Debian 7&8Contributed by Sunday Ogwu-Chinuwa Updated Friday, February 5th, 2015 by James StewartThis is a Linode Community guide. Write for us and earn $250 per publish...
阅读全文
摘要:First we will install OpenLDAP by running the command as root:apt-get install slapd ldap-utils ldapscriptsThe first command installs the OpenLDAP server (slapd is acronym for Stand-alone LDAP Daemon),...
阅读全文
摘要:OpenLDAP常用命令讲解:ldapadd -x 进行简单认证 -D 用来绑定服务器的DN -h 目录服务的地址 -w 绑定DN的密码 -f 使用ldif文件进行条目添加的文件 例子 ldapadd -x -D "cn=root,dc=starxing,dc=com" -w secret -f /root/test...
阅读全文
摘要:进入单用户模式: 1、开机到grub时,用上下键移到第二行的恢复模式,按e(注意不是回车) 即Ubuntu,With Linux 3.2.0-23-generic(recovery mode)2、把ro recovery nomodeset 改成rw single init=/bin/bash 然后按ctrl+x 或者F10 就可以进入 单用户模式来自为知笔记(Wiz)
阅读全文
摘要:My previous post is a guide for setting up exim4, an SMTP mail server, to use Gmail as a smarthost. One reason for setting up a mail server is to redi
阅读全文
摘要:CAS实现SSO单点登录原理2013-04-08 | 所属分类:Cas SSO 原理1. CAS 简介1.1. What is CAS ?CAS ( Central Authentication Service ) 是 Yale 大学发起的一个企业级的、开源的项目,旨在为 Web 应用系统提供一种可靠的单点登录解决方法(属于 Web SSO )。CAS 开始于 2001 年, 并在 2...
阅读全文
摘要:什么是目录服务? 目录服务就是按照树状存储信息的模式 目录服务的特点? 目录服务与关系型数据库不同? 目录服务的数据类型主要是字符型, 而不是关系数据库提供的整数、浮点数、日期、货币等类型为了检索的需要添加了BIN(二进制数据)、CIS(忽略大小写)、CES(大小写敏感)、TEL(电话型)等语法(Syntax)同样也不提供象关系数据库中普遍包含的大量的函数目录有很强的查询(读)功能,适...
阅读全文
摘要:问题 iptables中snat和MASQUERADE的区别 解决方案 iptables中可以灵活的做各种网络地址转换(NAT) 网络地址转换主要有两种:snat和DNAT snat是source network address translation的缩写 即源地址目标转换 比如,多个PC机使用ADSL路由器共享上网 每个PC机都配置了内网IP PC机访问外部网络的时候,路由器...
阅读全文
摘要:Ever felt the need to control startup applications in Ubuntu? You should, if you feel that your Ubuntu system is very slow at the boot time.Every time you boot in to an operating system, a number of a...
阅读全文
摘要:How To Install Cacti On Ubuntu 14.04/14.10by anismajCacti is an open source web based network monitoring tool front-end for the data logging tool called RRDtool. It’s allow users to check the services...
阅读全文
摘要:1. 一键批处理设置 [plain] view plaincopyprint?#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin:~/bin export PATH # Check if user is root if [ $UID != 0 ]; then e...
阅读全文