1)sudo apt-get install telnetd openbsd-inetd 2)more /etc/inetd.conf ## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd 确保配置文件里有以上内容! 3)sudo /etc/init.d/openbsd-inetd restart 4)登录测试: [email=admin@ubuntu:~$]admin@ubuntu:~$[/email] telnet 127.0.0.1 Trying 127.0.0.1... Connected to 127.0.0.1. E...
by xinshuow - 网络技术文档中心 - 2009-04-01 11:01:29 阅读(1168) 回复(0)
1.下载并解压Eclipse Linux版,运行installer 发现系统没有安装JDK 2.下载安装JDK1.6 for Linux 通过查看Eclipse的安装脚本,发现可以将JDK安装到/usr/java目录下。 3.运行installer后发现Eclipse的安装需要rpm,而ubuntu默认是不带rpm程序的,所以需要 sudo apt-get install rpm 4. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/61758/showart_1096318.html
1、使用cpan安装 #sudo cpan install Bundle::CPANPLUS 提示一大堆错误,最后不成功。 2、使用源程序编译安装 下载CPANPLUS-0.072.tar.gz之后解压至CPANPLUS-0.072 #cd CPANPLUS-0.072 #sudo ./configure 提示如下 checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking for gcc... gcc checking for C compiler default output file name... configure: error: C...
在安装ubuntu时,出现 Begin: waiting for root file system ... 然后就长时间无反应…… 安装ubuntu时,是用grub安装的。启动grub后,执行了下列操作(略去grub提示符): root (hd0,0) #vmlinuz 和 initrd两个文件均在第一个硬盘,第一个分区根目哪 kernel /vmlinuz root=/dev/ram #这里,即使换成 kernel /vmlinuz root=/dev/hda6 ,hda6是我分给linux的/boot目录 initrd /initrd.gz boot 请问,这些步骤有误么? 该...
ubuntu Linux 6.06最新版的Dapper Drake测试版发布了,决定安装试试看。因为原来的5.10上没有什么重要的文件,所以决定从已有的5.10上安装Dapper Drake。 1、通过现有的Linux安装Dapper Drake ① 到ubuntu的ftp上下载硬盘安装启动所需要的2个文件,下载地址: vmlinus (kernel binary) 、 initrd.gz (ramdisk image) 接着下载安装文件ISO,下载地址: ubuntu-6.06-beta-install-i386.iso ② 将vmlinus和initrd.gz拷贝到一个...
Zabbix (http: //www.zabbix.com)是一个可高自由度定制,可视化的网管报警监控系统。 功能十分的强大,通过SNMP或Agent Client可跨平台监控(unix、linux、windows等)可任意定制监控项,可定制各种模板(template),可自由定制可视化的屏幕 (screen)等等 一,系统配置 ubuntu server 8.10 在系统安装的时候你已经可以选择安装了LAMP,如果你在安装系统的时候没有安装过LAMP,你可以用以下命令进行安装: sudo apt-...
Install GPG Key $ wget http://gpl.code.de/DB898410.key.pub.asc -O - | sudo apt-key add - Update your sources.list for ubuntu Append the following lines to your /etc/apt/sources.list: # gpl.code.de deb http://gpl.code.de/ubuntu gutsy/ deb-src http://gpl.code.de/ubuntu gutsy/Then renew apt database: # sudo apt-get update Install Gns3# sudo apt-get install gns3 本文来自ChinaUnix博客,如果...
ubuntu下安装LAMP+SVN ################################# # ubuntu 下 apache的默认根目录是/var/www ################################# sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql sudo apt-get install php5-common php5-cli php5-dev sudo apt-get install php5-mysqli php5-sqlite php5-gd php5-curl php5-mhash php5-mcrypt php5-json sudo apt-get insta...