Category Archives: linux

linux下挂载(mount)光盘镜像文件、移动硬盘、U盘、Windows和NFS网络共享

linux是一个优秀的开放源码的操作系统,可以运行在大到巨型小到掌上型各类计算机系统上,随着linux系统的日渐成熟和稳定以及它开放源代码特有的优越性,linux在全世界得到了越来越广泛的应用。现在许多企业的计算机系统都是由UNIX系统、Linux系统和Windows系统组成的混合系统,不同系统之间经常需要进行数据交换。下面我根据自己的实际工作经验介绍一下如何在linux系统下挂接(mount)光盘镜像文件、移动硬盘、U盘以及 Windows网络共享和UNIX NFS网络共享。   挂接命令(mount)   首先,介绍一下挂接(mount)命令的使用方法,

Posted in linux | Leave a comment

linux查看硬件信息的命令

查看CPU: cat /proc/cpuinfo 查看内存: free -m 查看硬盘:

Posted in linux | Leave a comment

在Ubuntu 10.04 Intrepid中安装eCryptfs

To encrypt your home directory or “Private” folder, a strong passphrase has been automatically generated. Usually your directory is unlocked with your user password, but if you ever need to manually recover this directory, you will need this passphrase. Please … Continue reading

Posted in linux | Leave a comment

HP Linux imaging and printing

Print, scan and fax drivers for Linux http://hplipopensource.com/hplip-web/install/install/index.html

Posted in linux | Leave a comment

Matlab安装之linux

今天尝试了linux下安装matlab,很顺利呵,整个安装过程十分钟就搞定了,在linux下面安装软件真是很快阿 1.基本情况 操作系统: Ubuntu 10.04+Matlab:Matlab 2007a for unix 2.安装 a. 挂载iso文件 sudo mkdir /media/mat

Posted in linux, linux | Leave a comment

ERS-2 精密轨道数据下载

Manipulation of orbits (optional but recommended) Updating of the orbital state vectors in the MSP processing parameter file is required for correct geocoding and if the SLC will be used for interferometry. 用到DELFT_proc2或PRC_proc

Posted in linux | Tagged | Leave a comment

Linux下thunderbird3.04的配置全过程

移植到linux下后发现邮件客户端是一大问题,辗转找到thunderbird,在ubuntu9.10下面自带到竟是一个英文2.04的老版本,汗!到官方下个简体中文的3.04,官方主页http://zh-cn.www.mozillamessaging.com/zh-CN/thunderbird/ 下完了,解压,在解压,发现没有./configure,也没有makefile,看到一个mozilla-installer-bin,运行,没有反应~~仔细一看发现都是编译好了的~~

Posted in linux | Tagged | Leave a comment

ubuntu 9.10 下安装配置texlive 2009详细过程

1. 下载Texlive 2009 镜像,校验MD5值。下载地址 http://ftp.ctex.org/mirrors/CTAN/systems/texlive/Images 2. 安装perl-tk包,以便使用图形界面进行安装。 sudo apt-get install perl-tk Texlive 2009 在官网上是用 .xz 格式压缩的,因为文件很大,这种压缩方式比zip 、 bzip2 或 gzip 好得多!(.xz 可以说是 .lzma的升级版)。 对于.xz到解压,在命令行: xzdec texlive2009.iso 即可解压成 .iso文件,但是如果系统没有安装 xzdec 程序,在Ubuntu系统中可以用以下命令解决: $ sudo aptitude install xz-utils 这时就可以重做: xzdec texlive2009.iso 好啦!

Posted in linux | Tagged | Leave a comment

linux命令之history

如果你经常使用Linux命令,那么使用history命令无疑会提升你的工作效率。 History命令主要用于显示历史指令记录内容, 下达历史纪录中的指令 。 1>History命令语法: [test@linux]# history [n] [test@linux]# history [-c] [test@linux]# history [-raw] myfile

Posted in linux | Tagged | Comments Off