易截截图软件、单文件、免安装、纯绿色、仅160KB

LINUX下新硬盘挂载

关于新硬盘的挂载主要有几个步奏:(我用的是Ubuntu9.10)
一.首先查看自己的设备,用命令 fdisk -l
   youlong@ubuntu:~$ sudo fdisk -l
   Disk /dev/sda: 10.7 GB, 10737418240 bytes
   255 heads, 63 sectors/track, 1305 cylinders
   Units = cylinders of 16065 * 512 = 8225280 bytes
   Disk identifier: 0x000c4e91
   Device Boot      Start         End      Blocks   Id  System
  /dev/sda1   *           1        1243     9984366   83  Linux
  /dev/sda2            1244        1305      498015    5  Extended
  /dev/sda5            1244        1305      497983+  82  Linux swap / Solaris
  Disk /dev/sdb: 5368 MB, 5368709120 bytes
  255 heads, 63 sectors/track, 652 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0x00000000
  (其中sdb是新添硬盘)
二.对新硬盘进行分区,用命令fdisk /dec/sdb
   eg:
   [root@linux ~] sudo fdisk /dev/sdb             "sdb为新添硬盘"
   youlong@ubuntu:~$ sudo fdisk /dev/sdb
   Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
   Building a new DOS disklabel with disk identifier 0x784f9b03.
   Changes will remain in memory only, until you decide to write them.
   After that, of course, the previous content won't be recoverable.
   Warning: invalid flag 0


相关文档:

(转)Linux下的FTP服务器配置

转自:http://www.linuxdiyf.com/bbs/viewthread.php?tid=106169
Linux下建议使用vsftp,安全简单实用
vsftp即Very Security FTP,顾名思义,非常安全的FTP服务器。
目录  
1 vsFTP服务器的安装
1.1 匿名服务器的连接(独立的服务器)
1.2 开启匿名FTP服务器上传权限
1.3 开启匿名服务器下传的权限
1.4 ......

Linux TCP Socket程序分析

/************************
c语言编写的tcp socket通信的server端。
可以持续监听myprot指定的端口
打印端口接收到的字符流
头文件因为尖括号被转义,所以用了引号
************************/
#include "stdio.h"
#include "stdlib.h"
#include "errno.h"
#include "string.h& ......

linux命令行下的fetion

下载
飞信机器人Fetion ROBOT
地址:http://www.it-adv.net/index.php?action=downloads
安装
可以参考网页上的标准方法,有详细步骤,或者也可以看一下我的步骤,http://blog.csdn.net/newman0708/archive/2009/02/15/3891871.aspx
命令行用法
LD_LIBRARY_PATH=/home/newman0708/fetion_install/ /home/newman0708/f ......

Linux Find 命令精通指南

Linux Find 命令精通指南
作者:Sheryl Calish
简单介绍这一无处不在的命令的强大的方面以及混乱的方面。
2008 年 7 月发布
Linux find 命令是所有 Linux 命令中最有用的一个,同时也是最混乱的一个。它很难,因为它的语法与其他 Linux 命令的标准语法不同。但是,它很强大,因为它允许您按文件名、文件类型、用户甚至 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号