Linux
文章平均质量分 52
autofei
这个作者很懒,什么都没留下…
展开
-
LINUX Shell 下求两个文件交集和差集的办法
假设两个文件FILE1和FILE2用集合A和B表示,FILE1内容如下:abceda FILE2内容如下:cdac基本上有两个方法,一个是comm命令,一个是grep命令。分别介绍如下: comm命令, Compare sorted files FILE1 and FILE2 line by line. With no op原创 2011-07-01 13:44:00 · 77471 阅读 · 5 评论 -
Linux脚本应用
这里使用的是Debian。基本的shell脚本编程不难,网上有很多教程,关键是多用,不然很快忘记了。先参考一个:http://www.blogjava.net/chengang/archive/2007/09/12/144655.html#!/bin/bash## to run the script, be root first#cd /media/usbdisk/2008Summer/cp In原创 2008-08-27 23:53:00 · 1005 阅读 · 0 评论 -
Fedora7,8,9 安装截图
F7,F8,F9 登陆进入后的桌面,越来越科幻效果了。不知道是不是受到登陆火星的一点影响。更多图片参考这里的网络相册原创 2008-05-31 21:38:00 · 828 阅读 · 0 评论 -
Linux 下安装打印机
首先是看一篇How-To了,http://tldp.org/HOWTO/Printing-HOWTO/对于个人用户,cups应该是更好的选择,参考http://www.linuxfoundation.org/en/OpenPrinting考虑到实验室大批量安装的需求,还是LPRng,“LPRng is far easier to administer for large installat原创 2008-08-24 05:27:00 · 2990 阅读 · 0 评论 -
Debian Jindo
官方主页:http://atterer.net/jigdo/介绍:http://dirac.org/linux/debian/jigdo/debian-jigdo-mini-howto_ch-0.9.50.htmlhttp://www-128.ibm.com/developerworks/cn/linux/platform/debian/jigdo/http://www.tld原创 2008-05-29 00:47:00 · 906 阅读 · 0 评论 -
Linux下命令行支持USB设备
将USB设备插上电脑,流程如下[root@vmserver admin]$ su[root@vmserver admin]# mkdir /mnt/usb[root@vmserver admin]# dmesg | tailsdb: Mode Sense: 0b 00 00 08sdb: assuming drive cache: write throughSCSI原创 2008-08-08 02:40:00 · 1384 阅读 · 0 评论 -
vmware player无法运行及其解决方法
机器安装的是Debian 4.0r3,内核2.6.18-6,重新编译了vmware的内核module(会单独写一篇文章),在安装完毕其它包之后,运行提示错误:Error while powering on: Failed to connect to peer process.搜索了一下,因为安装的amd64位的版本,所以需要安装一个ia32-libs的包,以支持32位的系统。这个包似乎不在原创 2008-08-08 02:20:00 · 7143 阅读 · 0 评论 -
如何在Debian上安装ATI官方驱动
参考了这篇文章:http://www.linuxquestions.org/questions/debian-26/best-way-to-install-ati-driver-on-debian-etch-441423/这篇文章似乎缺少了一部,安装必要的packages。首先成为root用户。apt-get updateapt-get install gcc-3.4 module-a原创 2008-08-01 23:01:00 · 2291 阅读 · 0 评论 -
Red Hat下的g++安装
再debian下直接apt-get install gcc g++就可以了。按照类似的逻辑,再Fedora下yum install gcc g++ 报告无法找到g++包。差了一下,原来这个包的名字叫做gcc-c++。完整的应该是yum install gcc gcc-c++ 。注意安装时要先成为root用户。 还看到一篇文章,关于讲述Linux下的PATH环境变量,这个变量设置可原创 2008-07-29 22:05:00 · 11345 阅读 · 4 评论 -
Linux下的显卡驱动安装
如果设置正确,可以自动探测系统上的显卡并下载。支持ATI和NVIDIA品牌,操作系统为Ubuntu/Debian Linux。 网址:http://albertomilone.com/nvidia_scripts1.html关于怎么安装,写得很详细。参考:http://albertomilone.com/envyfaqdebian.html#A其中:apt-get instal原创 2008-07-22 06:43:00 · 1063 阅读 · 0 评论 -
Debian下环境变量设置
Linux下的环境变量分为系统级别和用户级别。系统级别的会影响所有系统用户,而用户级别的只会影响某个单独用户。这种分级别的设置是很好的一种系统架构,不确定windows下是不是也有类似的机制。env显示系统级别环境变量set显示用户级别环境变量set 变量名称,设置用户级别环境变量 set PATH=/usr/local/jre-1.5.6/bin:$PATHunset 变量名称,清除原创 2008-04-18 03:59:00 · 18647 阅读 · 1 评论 -
Debian安装ATI官方驱动后黑屏
解决方案来自:http://gentoo-wiki.com/ATI_drivers#System_freezes_after_logout_with_GDM_or_KDM System freezes after logout with GDM or KDM If you use GDM modify File: /etc/X11/gdm/gdm.conf (/us原创 2008-08-25 04:24:00 · 2111 阅读 · 0 评论 -
linux 超级终端 minicom 连接 console
来自:http://hi.baidu.com/yvfish/blog/item/36e27263252ab6630c33fa9a.html一般linux系统都自带了此工具,如果你的linux系统没有安装(判断是否安装参见步骤2) 一、安装将下载的文件解压到任意目录,例如:/minicom进入/minicom,执行./configure执行命令make执行命令make i原创 2008-06-10 03:48:00 · 7800 阅读 · 0 评论 -
向VMWare虚拟机添加一个串口设备(serial port)
Shutdown the VM and add this to the vmx file and then restart the VM, if the host OS is Linux: serial0.present = “true”serial0.fileType = “device”serial0.fileName = “/dev/ttyS0” If host is原创 2008-06-10 08:48:00 · 7772 阅读 · 1 评论 -
Ubuntu安装WMware Workstation
没想到在Linux下面安装如此的方。当然workstation需要序列号了,player是免费的。原创 2011-02-12 09:05:00 · 1827 阅读 · 0 评论 -
如何增加VM Ware虚拟机的硬盘空间
安装了一个Ubuntu虚拟机,一开始只分配了10G空间,但是现在需要用它处理数据,发现空间不够用了,使用下面的步骤就可以很容易的增加空间了。原创 2011-02-11 05:56:00 · 3999 阅读 · 0 评论 -
如何在Linux下禁用ARP协议
有时候出于安全或者其他原因需要禁用ARP协议,在Linux下至少有3种方法。原创 2010-11-03 22:00:00 · 13259 阅读 · 0 评论 -
给VMWare的Ubuntu镜像增加硬盘大小
首先需要增加VMware镜像文件硬盘的大小,但是这个大小的增加并不会增加Linux内部硬盘分区的大小。比如说,我之前硬盘10G,我增加了20G,这个只是增加了一个20G的未使用分区。因为系统也不知道你要把这个新增加的空间给哪个分区。 接下来需要使用Ubuntu安装光盘启动,按F2或者F12等,修改启动顺序,将光驱放到硬盘前面。移动之后选择尝试Ubuntu但是不安装。进入图形界面之后。选择s原创 2010-04-30 09:58:00 · 4730 阅读 · 0 评论 -
Iceweasel安装Java plug-in
首先以普通用户身份安装了JDK,在/home/student/Desktop/Downloads/jdk1.6.0_13/目录下。JDK包含了jre和plgu-in,不需要再重复安装了。Iceweasel是debian下一个浏览器,内核就是firefox。下面的一个命令就可以让iceweasel识别已经安装好的plug-in了:ln -s /home/student/Desktop原创 2009-06-09 10:00:00 · 1577 阅读 · 0 评论 -
Ubuntu下安装phpmyadmin
假设apache2和mysql已经安装好了;如果 用ubuntu 就直接用sudo apt-get install phpmyadmin 就可以安装了!!如果 是下官方下的源文件你需要做以下的1、解压源文件到phpmyadmin2、将phpmyadmin的权限设置为 drwxr-xr-x(chmod ),移动到/usr/share/文件夹底下(cp)3、在/var/www的底下新建一个连接sudo转载 2008-10-30 11:15:00 · 1321 阅读 · 0 评论 -
Linux下安装Glassfish和Sailfin
Linux是Debian lenny 测试版本。首先要编辑/etc/apt/source,添加网络镜像以下载最新的包。例如:deb http://ftp.gtlib.gatech.edu/debian/ lenny main contrib non-freedeb-src http://ftp.gtlib.gatech.edu/debian/ lenny main contrib non-f原创 2008-09-13 04:30:00 · 2267 阅读 · 0 评论 -
配置管理软件(configuration management software)介绍
因为现在管理的实验室,采用了linux系统,使用cfengine作为管理软件,使每台机器都具备相同的配置(不管硬件配置如何)。这个体系是前任管理员设置的,至今还没有好好消化好。而cfengine已经发布3.0版本了,要加油了。关于cfengine的一些网站和资料:http://www.cfengine.org/, http://www.cfengine.org/docs/cfengine-Tuto原创 2008-09-10 04:07:00 · 2974 阅读 · 0 评论 -
如何让Linux浏览器(iceweasel, firefox)支持java程序
How to make browser in Linux to support java program1.install java runtime enviromentsumkdir /usr/javacopy the bin file to /usr/java. I just download "jre-6u6-linux-i586.bin"chmod a+x jre-6原创 2008-06-15 07:05:00 · 2547 阅读 · 0 评论 -
Iproute2构建linux下的路由器
看完这些之后会写一个实验指南,供学生使用,当然我自己要先玩熟了:)基本知识(后面的links很好):http://www.linux-foundation.org/en/Net:Iproute2 Linux Advanced Routing & Traffic Control HOWTO:http://lartc.org/howto/IPROUTE2 Utility Suite How原创 2008-01-14 23:24:00 · 1354 阅读 · 0 评论 -
PXELINUX实现网络安装操作系统
答案就是:PXELINUX先简述一下,原理就是利用通过网卡rom的一段代码,实现网络启动系统,这样就不用一台台的安装系统了。"PXELINUX is a SYSLINUX derivative, for booting Linux off a network server, using a network ROM conforming to the Intel PXE (Pre-Execu原创 2008-01-14 11:01:00 · 1748 阅读 · 0 评论 -
Hostname
Main part from: http://www.cpqlinux.com/hostname.htmlChecking your Linux host nameFirst, see if your host name is set correclty using the following commands:uname -nhostname -ahostname -shostna原创 2007-10-27 02:17:00 · 1018 阅读 · 0 评论 -
How to Create a First C Program on Linux
Most computer users will never write a computer program, just as most people who enjoy music will never write a musical composition. However, creating programs can be extremely simple and highl转载 2007-10-27 22:55:00 · 986 阅读 · 0 评论 -
HOWTO: Install *.deb *.rpm and Source Code Files
In a very broad sense, GNU/Linux applications are distributed in two formats: source code and distribution-specific packages.See Primer on Programming post.The concept of distributing an applicati转载 2007-10-27 12:18:00 · 1118 阅读 · 0 评论 -
Single Sign On for Windows and Linux
Single sign-on (SSO) is a method of access control that enables a user to authenticate once and gain access to the resources of multiple software systems. Many free and commercial SSO or reduced sign-原创 2007-10-25 03:39:00 · 954 阅读 · 0 评论 -
Fedora7 Screenshots
很多基础的东西决定了你能走多远,看看这里的下载速度吧:原创 2007-10-18 21:42:00 · 619 阅读 · 0 评论 -
Linux下的防火墙
有一些很不错的嵌入式实现,如monowall,参考上次的介绍http://tb.blog.csdn.net/TrackBack.aspx?PostId=1750945安装了,方便的GUI界面,但是里面的规则发现并不简单,还需要好好研究。还发现了一个,好像是日本人设计的,也已经很成熟http://www.zebra.org/《Linux Networking-HOWTO》http://www.tl原创 2007-09-18 22:52:00 · 777 阅读 · 0 评论 -
Cygwin介绍
some useful links:http://www.cygwin.cn/site/install/http://blog.csdn.net/yunfeitian/archive/2005/04/20/356214.aspxhttp://hi.baidu.com/dreamsboy/blog/item/ca4109d75fc865dda044df02.htmlhttp://so原创 2007-08-24 23:30:00 · 1156 阅读 · 0 评论 -
OpenAFS简介
实验室搭建了OpenAFS,需要研究一下,一些网上找到的入门资料:官方网站:http://www.openafs.org/学习资料:http://blog.chinaunix.net/u/13229/showart_268108.htmlhttp://blog.chinaunix.net/u/13229/showart_270314.htmlhttp://magicjl.blogdriver.co原创 2007-08-28 21:45:00 · 1379 阅读 · 0 评论 -
Linux root password reset
Official way:http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/getting-started-guide/s1-q-and-a-linux-single.htmlOther more:http://bbs.txwm.com/dispbbs.asp?BoardID=198&ID=563823原创 2007-08-23 00:38:00 · 1107 阅读 · 0 评论 -
LinuxWorld Shanghai 2006
去年就报名参加了,可惜因为一些原因没有参加,今年一定要参加了,忘记了数字ID,只好在注册一次了。 您已经注册成功!您的数字ID为: 1007185 强烈推荐您牢固记录下该数字ID和密码,只有通过该数字ID和密码,您才能够获取更多的个性化服务:获取本次会议的最新资讯、预定会议的分论坛、轻松的注册参加由ID原创 2006-05-17 09:53:00 · 1608 阅读 · 0 评论 -
"C compiler cannot create executables"
"checking for C compiler default output file name... configure: error: C compiler cannot create executables"Reasons: miss some packages for gccSolutions: $ apt-get install libc6-dev g++ gccMy platform原创 2007-10-27 22:06:00 · 1716 阅读 · 0 评论 -
DNS Bind9 错误排除(TroubleShooting)
查看错误日志:# tail -n 20 /var/log/syslog# tail -n 20 /var/log/messages命令行工具:# /usr/sbin/named-checkconf # /usr/sbin/named-checkzone/etc/host.conf文件:“order hosts bind”语句,用于指定对主机名的解析顺序是先到hosts中查找,然后到dns服原创 2007-10-30 10:39:00 · 1269 阅读 · 0 评论 -
VMare Resolution Cinfig (配置显示分辨率)
VM Fedora下容易出现这个问题,而VM Debain却能够识别 。需要修改/etc/X11/xorg.conf文件。修改前先备份#cp xorg.conf xorg.conf.back# Xorg configuration created by system-config-displaySection "ServerLayout"Identifier "single head原创 2007-11-03 02:43:00 · 1308 阅读 · 0 评论 -
Kerberos+OpenLDAP+OpenAFS
首先推荐一本书,详细介绍了如何构建这样一个实验室:《Distributed Services with OpenAFS: for Enterprise and Education》http://www.amazon.com/exec/obidos/tg/detail/-/3540366334/ref=ord_cart_shr?%5Fencoding=UTF8&m=ATVPDKIKX0DER原创 2008-01-10 13:14:00 · 1100 阅读 · 0 评论 -
Debian Package 管理问题
首先APT的使用参考:http://www.mayin.org/ajayshah/COMPUTING/debian-principles.html 因为系统是使用DVD光盘安装的,所以每次使用apt-get update的时候都不会去网络上更新packages信息,导致的结果就是无法安装新的软件,安装的都是光盘上的比较旧的。比如我要安装kerberos5,而光盘上的就是kerberos4。原创 2007-12-29 02:16:00 · 1085 阅读 · 0 评论