How to install Samba server on Ubuntu 12.04】的更多相关文章

Part 1: Configuring anonymous share with samba server To install the samba package,enter the following command: sudo apt-get install samba samba-common Check the version of installed samba software by using this command: smbd --version Also install t…
http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/ Last week I put up an install guide for Asterisk 11 on CentOS 6. Asterisk 11 is the latest LTS release of Asterisk with many great new features and long term support! T…
1. bits/predefs.h no such file or directory  ??? sudo apt-get install gcc-multilib 2. sudo gedit /etc/profile   PATH=$PATH:/usr/local/MATLAB/R2012a/bin source /etc/profile 3.ubuntu 切换gcc 版本 1)sudo apt-get install gcc-4.4 g++-4.4 g++-4.4-multilib gcc-…
1. NS3 install 参考NS3 tutorial即可. 2.eclipse 2.1下载 下载地址:http://www.eclipse.org/downloads/               Eclipse IDE for C/C++ Developers NOTE: you can know whether your ubuntu is 32-bit or 64-bit by executing the command "uname -m". 如果显示i686,你安装了3…
原本从Adobe 官方网站下载了 Adobe Reader, 是个rpm包,先用agt-get 装了rpm(sudo apt-get install rpm), 一安装(rpm -ivh AdobeReader_chs-8.1.7-1.i486.rpm)出来一大堆依赖, 一查,有很多依赖的软件都还没安装(for d in 'rpm -qpR AdobeReader_chs-8.1.7-1.i486.rpm'; do whereis $d; done;) 然后google了一下,找到了一篇UK的帖…
Installing ns-2.29 in Ubuntu 12.04     Off late, we try to use(install) a old software in a new Operating System for want of backward compatibility or to survey.  This following post shows you how to install ns-2.29 in Ubuntu 12.04. Unlike other ns2…
root@node3:/data/src# cat /etc/issueUbuntu 12.04.4 LTS \n \l   root@node3:/data/src# cat /etc/apt/sources.listdeb http://mirrors.163.com/ubuntu/ precise main universe restricted multiversedeb-src http://mirrors.163.com/ubuntu/ precise main universe r…
转载:http://www.startos.com/ubuntu/tips/2012031333097.html          有微小改动. Samba 是一款功能强大的共享工具,可以实现与windows的共享,就是我们经常在windows计算机之间使用的网上邻居功能,可以共享文件和打印机等.今天要介绍的是在 ubuntu 12.04 中安装和设置,当然也可以在以前的版本上使用. 在Ubuntu上安装Samba: 1 安装Samba文件 我们需要做的第一件事是安装Samba,你可以在Ubun…
序:OpenStack Havana 部署在Ubuntu 12.04 Server [OVS+GRE] 计算节点: 1.准备结点 安装好ubuntu 12.04 Server 64bits后,进入root模式进行安装: sudo su - 添加Havana源: #apt-get install python-software-properties #add-apt-repository cloud-archive:havana 升级系统: apt-get update apt-get upgra…
序:OpenStack Havana 部署在Ubuntu 12.04 Server [OVS+GRE] 网络节点: 1.安装前更新系统 安装好ubuntu 12.04 Server 64bits后,进入root模式下完成配置: sudo su - 添加Havana源: #apt-get install python-software-properties #add-apt-repository cloud-archive:havana 升级系统: apt-get update apt-get u…