欢迎光临IT网Linux学习频道

当前位置: > Ubuntu >
  • [Ubuntu] Ubuntu(Debian)中安装VirtualBox 日期:2015-01-22 02:47:20 点击:113 好评:0

    方法一: 通过官方地址下载deb安装包,登录 http://www.virtualbox.org/wiki/Linux_Downloads 下载所需版本,下载成功双击自动安装。 方法二: 1、添加VirtualBox的安装源: sudo su - echo deb http://download.virtualbox.org/virtualbox/debian lucid con...

  • [Ubuntu] LTSPHowTo for ubuntu 日期:2015-01-22 02:44:37 点击:76 好评:0

    安装 sudo apt-get install ltsp-server-standalone 配置 打开portmap sudo vim /etc/default/portmap 查看第二行 是否是#-i 127.0.0.1,如果不是,需要注释掉(前面加上#)或者干脆删除,否则只能从本地连接连接,客户机容易出现this workstation ist allowe...

  • [Ubuntu] ubuntu中利用LTSP搭建无盘工作站 日期:2015-01-22 02:43:56 点击:136 好评:0

    安装DHCP sudo apt-get install dhcp3-server 安装NFS sudo apt-get install nfs-kernel-server 安装tftpd-hpa sudo apt-get install tftpd-hpa 安装openssh服务器 sudo apt-get install openssh-server 安装pxe启动环境 sudo apt-get install syslinux sudo...

  • [Ubuntu] Ubuntu无盘工作站安装详细步骤 日期:2015-01-22 02:42:54 点击:181 好评:0

    首先,请注意本文所述的无盘工作站与无盘终端的异同: 相同之处是二者的客户端都没有磁盘。 相异之处是,无盘终端完全使用服务器端的资源(CPU和磁盘),与直接登录在服务器控制台差别不大,所以适用于客户端是极其老旧的机器,因为,即使用较新的机器则其运...

  • [Ubuntu] Ubuntu linux on Oqo O2 日期:2015-01-22 02:42:25 点击:104 好评:0

    In short terms: it works! It even works well. But if you want to test the same thing your self, you should know that there are a little more to the story. There were some issues during installation, and there are some during use. The main...

  • [Ubuntu] Ubuntu中PHPmyAdmin无法访问故障一例 日期:2015-01-22 02:41:51 点击:121 好评:0

    故障描述:在Ubuntu 10.04中安装完LAMP后,使用ln -s /usr/share/phpmyadmin /var/www命令将phpmyadmin连接到/var/www目录中,访问时出现Wrong permissions on configuration file, should not be world writable! 解决办法: #cd /var/www #sudo chmod -R 7...

  • [Ubuntu] Linux(Ubuntu)光盘镜像文件制作及使用攻略 日期:2015-01-22 02:40:15 点击:59 好评:0

    一、linux 下命令行制作光盘镜像文件 1. 使用cp命令 cp 命令用来复制文件或目录,如同时指定两个以上的文件或目录,且最后的目的地是一个已经存在的目录,则它会把前面指定的所有文件或目录复制到该目录中。若同时指定多个文件或目录,而最后的目的地并非是...

  • [Ubuntu] Openfiler的Accounts配置 日期:2015-01-22 02:39:17 点击:126 好评:0

    Accounts 部分是 Openfiler 能正常使用的第一步,这里主要讨论关于 Authentication 的一点看法,此处配置正确了, Openfiler 基本就可以当作文件服务器运行了。 Openfiler 中可以配置 LDAP 和 Windows domain 两种授权,组合起来就有三种方式: LDAP 、 Doma...

  • [Ubuntu] Ubuntu server 9.04上安装iscsitarget存储服务器 日期:2015-01-22 02:38:34 点击:100 好评:0

    Ubuntu上部署(使用9.04lts版本) iscsi中target是提供磁盘的一端,而initiator是使用磁盘的一端! Ubuntu下部署比较简单,我使用的是直接apt-get installl,不是源码安装: sudo apt-get install iscsitarget 然后编辑配置文件: sudo vim /etc/ietd.conf 默...

  • [Ubuntu] ubuntu 下连接iSCSI Volume 日期:2015-01-22 02:38:00 点击:110 好评:0

    当前Linux主流iSCSI项目为open-iscsi,Linux-iSCSI项目已于2005年和open-iscsi合并。 一、安装iSCSI initiator $ sudo apt-get install open-iscsi 二、修改 iscsid.conf配置文件(重要!) $ sudo vim /etc/iscsi/iscsid.conf 设置node.starup为automatic: no...

  • 首页
  • 上一页
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 下一页
  • 末页
  • 1291281
栏目列表
推荐内容