Mount NAS Storage in Linux Overview 转载

Mount NAS Storage in Linux Overview 转载

Mount NAS Storage in LinuxOverviewMounting your NAS Storage to a device that runs on a Linux-based O

Linux Split Command Examples

Linux Split Command Examples

byHIMANSHU ARORAonOCTOBER 16, 2012http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-command-examples-to-manage-large-files/Linux split and join commands are very helpful when you are manipulating large files. This article explains

2014-03-10 09:14

2014-03-10 09:14

reference:http://www.coolcoder.in/2013/12/common-linux-log-files-name-and-usage.htmlif you spend lot of time in Linux environment, it is essential that you know where the log files are located, and what is contained in each and every log fi

linux下如何修改weblogic console登陆的用户名和密码

linux下如何修改weblogic console登陆的用户名和密码

1. 执行安装目录下config.sh./config.sh2.选择 2|Extend an existing WebLogic configuration3. 别的一路跳过,到修改security,

NMAP – A Stealth Port Scanner–reference

NMAP – A Stealth Port Scanner–reference

http://nmap.org/bennieston-tutorial/实例:nmap -sP 192.168.21.*Contents1IntroductionNmap is a free, ope

CentOS下安装JDK7 转载

CentOS下安装JDK7 转载

转载地址:http://www.cnblogs.com/rilley/archive/2012/02/02/2335395.htmlCentOS下安装JDK7下载地址:http://www.oracl

解决两台centos虚拟机Telnet服务无法联机的问题

解决两台centos虚拟机Telnet服务无法联机的问题

关闭防火墙[root@localhost ~]# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Set

linux主机间复制文件

linux主机间复制文件

命令基本格式:1、从 本地 复制到 远程* 复制文件: * 命令格式: scp local_file remote_username@remote_ip:remote_folder 或者 scp lo

RPM安装命令总结–转载

RPM安装命令总结–转载

原地址:http://www.cnblogs.com/zqwang0929/p/3352237.html在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全

linux乱码问题

linux乱码问题

命令输入:export LANG=zh_CN.GBKgrep匹配时高亮先执行:export GREP_OPTIONS=–color=auto;后执行:grep 匹配内容 文件;描