首页 > 编程知识 正文

vmwareubuntu安装教程(服务器安装ubuntu18.04)

时间:2023-05-04 04:00:55 阅读:80837 作者:2764

现在是网络信息的时代,以往用传真发送资料的需求越来越少。

偶尔收发传真似乎不需要配备传真机。

通过建立电子传真系统,可以解决相关问题,实现网络共享、多条线路的收发。

小编曾经搭建过连接4条线路的传真服务,可以稳定运行。

什么是HylaFAX?

HylaFAX是企业级传真收发的开源系统,功能强大。 可以代替传真机发送和接收传真,可以向多个收件人发送相同的传真,可以方便快捷地满足用户的需求。

与物理传真相比,利用HylaFAX发送和接收传真更方便,提高工作效率,节约纸张,必要时决定是否需要打印,传真备份更容易,文档化更容易,工作成本更低。

什么是wxdls?

wxdls是基于PHP MySQL开发的,是用于通过HylaFAX管理传真的网络APP系统。

使用wxdls,多个用户可以在任意平台上查看和发送传真,并搜索在日期、公司、类别等条件下发送和接收的传真,而无需安装特殊软件。

硬件要求:

旧电脑,不需要配置得太高; 采用Conexant芯片的外置USB调制解调器。 使用系统和主要软件:

Ubuntu服务器16.04.5 lt S32位(64位) Apache2mariadbphp 5.6 hylafaxwxdls的安装说明:

一、首先安装Ubuntu服务器

二、为了确保流畅的安装和下载速度,用户可以自行选择在系统中添加AlibabaCloud (阿里巴巴云)源。 编辑/etc/apt/sources.list文件,添加或替换以下源代码: 【在AlibabaCloud (阿里巴巴云)开源镜像站上可以看到相关镜像地址https://opsx.alibaba.com/mirror吗? lang=zh-CN】

deb http://M irrors.a liyun.com/Ubuntu/Xenial main

DB-SRC http://M irrors.a liyun.com/Ubuntu/Xenial main

deb http://M irrors.a liyun.com/Ubuntu/Xenial-updates main

DE B-SRC http://M irrors.a liyun.com/Ubuntu/Xenial -更新主

deb http://M irrors.a liyun.com/Ubuntu/Xenial Universe

DE B-SRC http://M irrors.a liyun.com/Ubuntu/Xenial Universe

deb http://M irrors.a liyun.com/Ubuntu/xenial-updates universe

DE B-SRC http://M irrors.a liyun.com/Ubuntu/Xenial -更新通用版

deb http://M irrors.a liyun.com/Ubuntu/Xenial-security main

DE B-SRC http://M irrors.a liyun.com/Ubuntu/Xenial -安全主

deb http://M irrors.a liyun.com/Ubuntu/xenial-security universe

DE B-SRC http://M irrors.a liyun.com/Ubuntu/xenial -安全通用版

三、执行源代码更新,然后对Ubuntu服务器进行升级和修补

# #首先通过sudo -s命令进入超级用户

更新

安装apt升级四、Apache2

apt install apache2浏览器输入服务器的IP地址,如果显示以下画面,则表示Apache2安装成功。

五、安装MariaDB数据库

配置apt安装MariaDBDB数据库服务器、Maria数据库用户密码和安全设置

# #执行以下命令

--------- -请参见

MySQL _安全_安装

--------- -请参见

note : runningallpartsofthisscriptisrecommendedforallmariadb

服务器

S IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password for the root user. If you've just installed MariaDB, and you haven't set the root password yet, the password will be blank, so you should just press enter here. Enter current password for root (enter for none): ##此处直接回车 OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MariaDB root user without the proper authorisation. You already have a root password set, so you can safely answer 'n'. Change the root password? [Y/n] y ##设定新密码 New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. ... Success! By default, a MariaDB installation has an anonymous user, allowing anyone to log into MariaDB without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment. Remove anonymous users? [Y/n] y ... Success! Normally, root should only be allowed to connect from 'localhost'. This ensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] y ... Success! By default, MariaDB comes with a database named 'test' that anyone can access. This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] y - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] y ... Success! Cleaning up... All done! If you've completed all of the above steps, your MariaDB installation should now be secure. Thanks for using MariaDB! ------------------------------##执行如下命令,让配置生效。 ------------------------------ echo "update user set plugin='' where User='root'; flush privileges;" | mysql -u root -p mysql ------------------------------ Enter password: ##输入新设定密码

七、安装PHP5.6

1. Ubuntu Server 16.04.5默认支持PHP7.x,而wxdls只能运行于PHP5.x,要在系统中安装PHP5.x,要先添加相关源,运行如下命令。

apt install software-properties-common add-apt-repository ppa:ondrej/php apt update ##记得更新数据源

2. 安装PHP5.6

apt install php5.6

3. 安装完成后,动行php -v,查看是否安装成功。

4. 安装PHP相关及其它组件

apt install php5.6-mysql apt install php-mdb2-driver-mysql apt install php5.6-xml pear channel-update pear.php.net pear install Mail_mime相关文章

《Ubuntu下使用HylaFAX+wxdls搭建电子传真系统-安装HylaFAX02》

《Ubuntu下使用HylaFAX+wxdls搭建电子传真系统-安装wxdls03》

《Ubuntu下使用HylaFAX+wxdls搭建电子传真系统-配置Postfix04》

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。