摘要:
1 我们使用root账户进行安装,首先切换到root账户,输入命令:sudo su2 安装 MySQL 5输入命令:apt-get install mysql-server mysql-client安装过程中需要设置root账户密码,系统会作以下提示:New password for the MySQL “root” user:Repeat password for the MySQL “root” user:3 安装 Apache2输入命令:apt-get install apache2在浏览器输入你服务器地址列入 http://192.168.0.100查看Apache2是否工作,如果显示 阅读全文
摘要:
第一种方式:使用编译好的boost库文件(.lib),动态库 (.dll)使用编译好的boost库或动态库// error_code_test.cpp -----------------------------------------------------//// Copyright Beman Dawes 2006// Distributed under the Boost Software License, Version 1.0. (See accompanying// file LICENSE_1_0.txt or copy at http://www.boost.org/... 阅读全文
摘要:
2012-08-27下载:ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/配置SSH服务器SSH服务的安装# apt-get install openssh#apt-get install openssl配置SSH服务器/etc/ssh/sshd_config文件内容:# Package generated configuration file# See the sshd_config(5) manpage for details# What ports, IPs and protocols we listen forPort 22# Use these o 阅读全文