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

linux下安装vncserver

1.在线下载:wget http://www.realvnc.com/dist/vnc-4.0-x86_linux.tar.gz
2.解压缩:tar -zxvf vnc-4.0-x86_linux.tar.gz 
可以看README里内容来安装
3。进入vnc目录下安装:./vncinstall /usr/local/bin
4。mkdir -p /usr/local/vnc/classes
   cp java/* /usr/local/vnc/classes
5。启动vncserver
    vncserver
   如果存在防火墙,还需要开放防火墙,然后就可以通过浏览器在5801端口访问vncserver了.
5。如果输入vncserver时提示
vncpasswd: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
错误。
出现这个问题
的原因通常是glibc的版本过高,可以使用一个符号链接来解决,具体步骤如下:
  cd /usr/lib                                             
  ln -sf libstdc++.so.6 libstdc++-libc6.1-1.so.2                   
  libstdc++.so.6是系统中已经存在的库文件,上面的命令将会建立一个新
文件libstdc++-libc6.1-1.so.2,这个文件指向已经存在的那个库文件。这种方法
其实就欺骗一下程序,因此这个方法不是总的有效,你应当尽可能使用和gcc版本相
匹配的插件。


相关文档:

linux 备份

一、
1、备份
使用root帐户备份。
[root@fedora /]# tar -zcvpf
/backup/fedora10_backup/20090301backup.tar.gz / --exclude=misc
--exclude=sys --exclude=proc --exclude=data --exclude=home
--exclude=files --exclude=backup --exclude=tmp --exclude=var
tar -zcvpf      &nbs ......

写得蛮好的linux学习笔记


linux目录架构


/   根目录


/bin    常用的命令
binary file 的目錄


/boot   存放系统启动时必须读取的档案,包括核心
(kernel) 在内


     /boot/grub/menu.lst   GRUB设置


     /boot/vm ......

使用linux访问hd.img文件

#!/bin/bash
#Key Words:linux0.11 bochs harddisk bash
#mount hdimg name:hdimage-devel
#mount point:/mnt/initrd
hdimg=hdimage-devel
mpoint=/mnt/initrd
if [ "$1" == "mount" ]
then
    #mount hdimg
    echo "$1 START"
   &n ......

Red Hat Enterprise Linux 4 in VMware learning tips

Red Hat Enterprise Linux 4, RHEL4
VMware® Workstation
7.0.0 build-203739
如何增大虚拟机的硬盘容量:在虚拟机的属性里,点击"Add", 在弹出框中选择"Hard Disk",然后N个下一步即可。
如何在Host和Guest VM之间share文件:
在VM属性里的Options tab里,选择share Folders,enable it, then 设置一个host盘符或 ......

linux 环境编程资料获取站点

GCC   中文手册  
    http://www.nbfan.com/forum/dispbbs....&ID=1433&page=1  
    GNU   make   指南  
    http://www.linuxsir.org/bbs/showthr...&threadid=40431    
    autoc ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号