linux下大文件跨网传输

十月 12th, 2010 | 4 Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 412 次

Author:gaojinbo Time:2010-10-12 很多时候,我们需要将一些大的文件进行跨网传输,一个文件动不动几十G,当你的带宽资源紧张的时候,传输这样几个文件会花10小时,甚至几天。 nc传输文件,通过以下方法[......]

Read more

Tags:

linux下查看uuid

十月 11th, 2010 | 7 Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 340 次

Author:gaojinbo Time:2010-10-11 ubuntu uuid,linux uuid,linux下查看分区uuid   方法1: ls -l /dev/disk/by-uuid [......]

Read more

Tags:

centos linux下安装bt server V1.1

七月 22nd, 2010 | 8 Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 315 次

Author:gaojinbo Time:2010-7-9 根据以下文档,你可以在任意linux发行版下建立自己的bt服务器,linux bt server   1.下载安装

ubuntu 8.0.4 下安装fetion机器人V1.0

六月 29th, 2010 | 5 Comments | Posted in Debian, Ubuntu | 阅读次数: 279 次

Author:gaojinbo Time:2010-6-29 ubuntu 8.0.4下安装飞信机器人,使用命令行方式发送消息,由于飞信机器人在32位环境下编译的,我的系统却是ubuntu 8.0.4 64位,弄了好久才弄好,一直不[......]

Read more

Tags:

Linux下如何迁移LVM VG及文件系统V1.1

六月 25th, 2010 | No Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 333 次

在LINUX下,如果需要将一台主机上的文件系统迁移至另外一台主机上,并且文件系统是基于LVM创建的,那么可以使用VG导入导出功能将VG和 LV在不同主机上迁移。   一、源主机上操作: 1.首先在源主机上将文件系统umo[......]

Read more

Tags:

Debian的十七年的发展历程

六月 9th, 2010 | 2 Comments | Posted in Debian | 阅读次数: 93 次

Debian的是由GPL的和其他自由软体许可协议授权的自由软体组成的作业系统,由Debian的计画(Debian计划)组织维护。 Debian的计划没有任何的营利组织支援,它的开发团队完全由来自世界各地的志愿者组成,官方开发者的总数就将近1[......]

Read more

Tags:

linux内核开发人员集体照

五月 28th, 2010 | 5 Comments | Posted in Debian | 阅读次数: 304 次

用了这么多年linux,对他们的无私贡献感到无比的感激!   image 以上图片来自: http://anotherbug.blog.chinajavaworld.com/servlet/AttachmentServlet/do[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具6

五月 27th, 2010 | 5 Comments | Posted in Debian | 阅读次数: 400 次

strace – 系统调用 追踪系统调用和型号,这对于调试Web服务器和其他服务器非常有用。了解怎样追踪进程和他功能。   /proc文件系统 – 各种内核信息 /proc目录下文件提供了[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具5

五月 27th, 2010 | 1 Comment | Posted in Debian | 阅读次数: 224 次

netstat和ss – 网络相关信息 netstat可以显示网络链接、路由表信息、接口统计信息、伪装链接和多播成员(multicast memberships),ss命令用来显示网络套接字信息,它允许显示类似netstat一样的信息。关[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具4

五月 25th, 2010 | 4 Comments | Posted in Debian | 阅读次数: 183 次

mpstat – 多处理器使用率 mpstat命令可以显示所有可用处理器的使用情况,处理器编号从0开始。mpstat -P ALL显示每个处理器的平均使用率。 # mpstat -P ALL   输出样例: Linux[......]

Read more

Tags: