Articles of ubuntu 10.04

如何使用Ubuntu Lucid Server作为SVN / Trac服务器

有谁知道在Ubuntu 10.4服务器机器上设置Trac和SVN的教程? 提前致谢!

Ubuntu 10.04打破了php5-ffmpeg和zend服务器

我想升级到10.04,但是有一些我每天使用的软件包,Ubuntu会删除它。 他们是:php5-ffmpeg,zend服务器5.0.2 列表中还有很多其他的,但我在工作中经常使用这两个。 我怎样才能pipe理升级和这些包呢?

Ubuntu 10.04:按组限制LDAP访问(Mac OS X Server上的OpenDirectory)

简而言之,我想通过Mac OS X Server的OpenDirectory LDAP对Ubuntu 10.04 Server的用户进行身份validation,但只允许他们访问 LDAP端的组成员 。 使用一些指导和以前的经验,我能够得到它的authentication部分工作 – 这一部分很简单: $ sudo apt-get install libpam-ldap libnss-ldap nss-updatedb 并根据提示inputLDAP URI,search等。 此时,我可以看到OpenDirectory LDAP服务器上的用户/组 #getent passwd #getent组 而且我甚至可以以任何用户的身份login到邮箱 问题是 – 我不知道如何限制只有特定用户组(如testssh) 使用本指南 ,我对/etc/ldap.conf文件进行了以下更改: pam_groupdn cn = testssh,cn = groups,dc = myserver,dc = mycompany,dc = net pam_member_attribute唯一成员 希望有人解决了这个问题,我只是错过了一些明显的东西!

使用包从不同的分布在Ubuntu安全吗?

我想在服务器上安装一些软件(varnish),并注意到旧版本2.1.0在当前的Ubuntu 10.04版本中,而新版本(2.1.3)正在10.10 Ubuntu发行版本中生成。 使用新的包是否安全? 如果是的话,我该怎么做?

如何在Linux中configurationVMWare Workstation以接受RDP连接

我在VmWare Workstation中的虚拟机拒绝RDP连接。 在我的另一台虚拟机上,它能够接受连接。 我不得不在.VMX文件中添加一些条目以使其正常工作,但是我忘记了我放在那里的那个文件,并且这个文件已经被删除了。

iptables-restore:第1行失败的消息

我正在尝试将iptables更改为以下内容 Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all — anywhere anywhere REJECT all — anywhere 127.0.0.0/8 reject-with icmp-port-unreachable ACCEPT all — anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp — anywhere anywhere tcp dpt:www ACCEPT tcp — anywhere anywhere tcp dpt:https ACCEPT tcp — anywhere anywhere state NEW tcp dpt:30000 ACCEPT icmp — […]

ubuntu iptables打开端口

我已经运行这个命令 'iptables -A INPUT -p tcp -m tcp –dport 8001 -j ACCEPT' 我如何永久适用这条规则? 我没有运行'iptables-save',但它似乎不工作 非常感谢 我从'netstat -an' tcp 0 0 127.0.0.1:8001 0.0.0.0:* LISTEN 2021/ppstream 而这个由'iptables -L' Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp — anywhere anywhere tcp dpt:8001 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) […]

sudo和厨师独奏的问题

在Ubuntu 10.04上执行chef-solo命令时,我遇到了一个奇怪的问题。 如果我执行这个(作为根): # chef-solo -c /opt/mycorp/mycorp-chef-code/config/solo.rb -j /opt/mycorp/mycorp-chef-code/config/run_mycorp-config.json [Tue, 16 Nov 2010 15:28:49 +0100] INFO: Setting the run_list to ["recipe[mycorp-config]"] from JSON [Tue, 16 Nov 2010 15:28:49 +0100] INFO: Starting Chef Run (Version 0.9.12) [Tue, 16 Nov 2010 15:28:49 +0100] INFO: Chef Run complete in 0.47172 seconds [Tue, 16 Nov 2010 15:28:49 +0100] INFO: […]

带有Linux Guest的Microsoft Hyper-V服务器(Ubuntu 10.04)

我正在运行Microsoft Hyper-V Server 2008 R2,并且有2个Linux客户端正在运行。 我已经注意到,如果我增加可用于Linux客户机的处理器数量,在引导到OS中时networking似乎不起作用。 它看起来好像能从DHCP获得IP地址,但是如果我尝试用dhclient ethx进行更新,那么它会超时说DHCP服务器没有响应。 但是,一旦我将处理器的数量设置为1,那么它的工作就完美了。 眼镜: 传统networking适配器 Ubuntu 10.04 难道我做错了什么?

Ubuntu通过SSH升级

我正在尝试使用命令do-release-upgrade将我的Ubuntu服务器从Hardy升级到Lucid。 但是,我收到一个错误说: W:Failed to fetch http://62.193.xxx.xxx/plesk/autoinstall/ubuntu/PSA_8.6.0/dists/lucid/all/binary-i386/Packages.gz 404 Not Found IP是我租用这台服务器的公司之一。 但是,我的系统上没有安装Plesk。 托pipe公司(阿门)安装您select的操作系统为您有或没有Plesk。 我没有安装Plesk,而是自己安装了virtualmin。 这是否意味着我的服务器configuration为只能通过内部回购升级? 如果是这样,我该如何改变呢?