
linux
fabbymee
fabbymee.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
perl发送邮件中文乱码解决
环境: suse linux enterprise server 11 perl原创 2014-04-29 13:41:50 · 1789 阅读 · 0 评论 -
suse架设postfix邮件服务器
环境: Suse Linux Enterprise Server 11(x86_64) SP1 Postfix 需要安装的组件 套 件 名 稱 簡 單 描 述 postfix SMTP Server 的主要套件。 qpopper POP3 Server 的主要套件。 需先切到root转载 2014-04-25 18:19:59 · 4065 阅读 · 0 评论 -
ubuntu下postfix邮件服务器安装
一,安装Postfix和相关软件包 1.安装Postfix [plain] view plaincopyprint? 1. apt-get install postfix 在安装的过程中,会提示输入选择类型和域名。分别填写"only localhost"和"localhost" 2.安装mailx软件包 [plain] view plaincopyprint?转载 2014-08-02 20:04:08 · 1787 阅读 · 0 评论 -
suse 11安装db2时The 32-bit library file libpam.so is not found on the system.
环境: SLES 11 DB2 9.7 data server trial for Linux® on AMD64 and Intel® EM64T systems (x64)转载 2014-08-02 20:01:59 · 5482 阅读 · 0 评论 -
在linux 64bit上安装websphere application server network deployment
http://chandank.com/application-server/was/how-to-install-was-8-5-5-nd# Following instructions to guide you on how to install WebSphere Application Server (WAS) 8.5.5 Network Deployment on Linux 64 b转载 2014-12-21 09:49:14 · 3021 阅读 · 0 评论 -
suse 11 SP1 安装gitlab(未完,待续)
参考 https://github.com/gitlabhq/gitlabhq/blob/master/README.md https://github.com/n3rdbeere/Installation-guide-for-GitLab6-on-SLES11/blob/master/README.md GitLab requires the following software:翻译 2015-02-14 18:16:19 · 3739 阅读 · 0 评论 -
Ubuntu Server如何配置SFTP
SSH File Transfer Protocol是一个比普通FTP更为安全的文件传输协议。(参考资料:http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol)它工作在Secure Shell(SSH)上,确保文件被加密传输。 因为工作需要,我研究了一下如何在Ubuntu Server上配置SFTP,记录如下。转载 2016-10-31 15:28:28 · 1043 阅读 · 0 评论