Recently, the Lubuntu upgrading fail from 14.04 to 16.04 directly so that I have to reinstall Lubuntu 16.04 freshly. When I install Comodo antivirus by Geb Utility, it stop and tell me the libssl0.9.8 miss.
I am not sure what happen so that search Google for answer. The Lubuntu 16.04 use libsso1.0.0 by default, not libssl0.9.8. I try to find out the alternative method to install the necessary version, but the result still fail. In the moment, I will give up the Comodo antivirus install on Lubuntu 16.04, although it work nicely on Lubuntu 14.04.
The Sophos antivirus for linux is another choice but it is command line only. For downloading it from the Sophos Official WebSite, we have to fill the form to get the download link.
Once the download finish, we will extract the compressed file next to execute sudo sh ./install.sh command in terminal.
In the install process, I choose the free Sophos version based on legal usage so that it just can be used on Command Line environment.
After the installation finish, we need to install update firstly by executing sudo /op/sophos-av/bin/savupdate command.
To check status of on-access scanning
As to the related CLI command, the following list will be the important one:
To enable on-access scanning by doing sudo /opt/sophos-av/bin/savdctl enable command
To disable on-access scanning by doing sudo /opt/sophos-av/bin/savdctl disable command
To turn live protection on by doing sudo /opt/sophos-av/bin/savconfig set LiveProtection true command
To turn live protection off by doing sudo /opt/sophos-av/bin/savconfig set LiveProtection false command
To scan Volume Boot Records by doing sudo savscan -bs=/dev/sda1 command
To scan Master Boot Records by using sudo savscan -mbr command
To scan System by doing sudo savscan / command
I need some time to realize whether its function is good and operation is friend. Maybe this content will be updated later.
不必問我是誰,我就像您一樣:僅是位平凡人,但卻想在人生旅途上留下生活的足跡! 哪怕是過程跌跌撞撞、經歷風風雨雨,只要有您的關注,就是我最大的欣慰與成就!!! 感謝您的蒞臨:) 下一個職涯十年信念:不到最後關頭,決不輕言放棄!!!
2016年8月14日 星期日
2016年4月23日 星期六
RemoteApp --- How to run Windows Application on Ubuntu/Lubuntu 14.04 by WinConn and RemoteApp Tool 5.0.1.0
If we want to run Windows Application in the Linux platform, we will think whether can use WINE to do it. Due to Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, it is not absolutely successful for every application to run it. Whether has the alternative method to do it?
By google some information, it did have a method "RemoteApp" to get the target.
How to do it? by RemoteApp Tool and WinConn utility!
Windows Prerequisite
By google some information, it did have a method "RemoteApp" to get the target.
How to do it? by RemoteApp Tool and WinConn utility!
Windows Prerequisite
RemoteApp is a Microsoft technology that extends Remote Desktop Services to allow seamless display of a remote application (as if it were a native application on the local computer).
At first, we have to configure RemoteApp on Windows platform next to share some Windows Application. Usually, RemoteApps are hosted on Windows Server 2008 (and above) version besides figured out how to host them on Windows 7 (# 1).
Thanks Kim Knight built a GUI based application called RemoteAppTool so that we can be easy to enable RemoteApp function on Windows platform besides Windows 7.
RemoteApp Tool is a GUI utility that allows you to create/manage RemoteApps hosted on Windows (7, 8, 10, XP and Vista) as well as generate RDP and MSI files to use on the clients.
RemoteApp Tool Features
- Create and manage RemoteApps on Windows desktops and servers.
- Generate RDP files.
- Generate and customise MSI installers (requires free WiX Toolset installed).
- Use a Remote Desktop Gateway.
- Set options on RD hosts such as session timeouts.
- Select and use icons for your apps.
Windows Requirements
- Microsoft .Net Framework 4 or later
- WiX Toolset (if you want to create MSIs)
- Workstation:Windows XP SP3 -or- Windows 7 Enterprise or Ultimate -or- Windows 8 Enterprise -or- Windows 10 Enterprise or Education
-or-
- Server:Windows Server 2008 or newer
Note: If you try to host RemoteApps on any other edition of Windows (eg Win 7/8/10 Professional or Home), the tool will run but RemoteApps will not work. The RDP client will appear to be connecting, then just disappear with no error shown.
Ubuntu Prerequisite
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP) and FreeRDP v1.x can be downloaded here if the Ubuntu does not have it available or you want the latest version of FreeRDP. (# 2)
FreeRDP's Key Features
RemoteFX
RemoteFX
Both encoder and decoderSSE2 and NEON optimizationNSCodecRemoteAppMultimedia Redirectionffmpeg supportNetwork Level Authentication (NLA)NTLMv2Certificate validationFIPS-compliant RDP securityNote: the 2 key features are the support on Ubuntu for RemoteFX and RemoteApp.
Due to the FreeRDP is a command line tool, we will choose another GUI application as WinConn that will running RemoteApp via FreeRDP so simple. WinConn simplifies creation, management and desktop integration of remote windows applications on Ubuntu. WinConn uses RemoteApp technology and provides a seamless user experience with Windows Applications on Ubuntu.
WinConn Features
- Create and manage remote application profiles
- Access local folders from remote application
- Local printer redirection
- Remote sound redirection
- Create desktop launcher for your applications
- Remote applications integrated in Unity menu
- Application indicator for fast app execution
- Import profiles, created in Remmina
- Import remote applications, packaged in RDP files
In the following scenario, we will introduce how to execute a Windows RemoteApp on the Ubuntu desktop.
Enable Remote Desktop function on Windows 10
In the moment, I will choose Windows 10 Enterprise version for installing the RemoteApp Tool. In the "Control Panel\System and Security\System" dialog, we will select/click "Remote Settings" in the upper-left.
In the "System Properties" dialog, we will select "Allow remote connections to this computer" option next to click Select Users... button.
In the "Remote Desktop Users" dialog, click Add... button next to choose the UserID as authorized for remote desktop.
Execute RemoteApp Tool on Windows 10
When we make sure that Microsoft .Net Framework 4 or later has already been installed on Windows, we will download the RemoteApp Tool ,extract this compressed file and execute it directly. So does that the RemoteApp GUI will pop up now.
Publish a Windows Application on Windows 10
In the RemoteApp GUI dialog, click + button next to use Explorer to choose one program that want to publish the windows application and click Open button.
So does that all the rest of the fields in the RemoteApp Tool menu should be filled in automatically. If nothing to change. click Save button so that this application is available from Windows 10 as a Windows RemoteApp now.
Install WinConn on Ubuntu 14.04
If the Ubuntu version (# 3) is 13.04, 13.10, 14.04 and so on, we have to install the missing dependencise next to install WinConn package.
# sudo apt-get install freerdp-x11 gir1.2-appindicator3-0.1 gnome-user-guide libfreerdp-plugins-standard libfreerdp1 libyelp0 python-apport python-crypto python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-oauth python-problem-report python-secretstorage python-simplejson python-wadllib python-zope.interface yelp yelp-xsl
# sudo dpkg -i winconn_0.2.14-1_all.deb
Configure/Start WinConn on Ubunt 14.04
Now let's create some directory in the Linux system that we might use for any and all exchange of files to/from Ubuntu and Windows 10. If it is not in the home directory or "Documents" directory, we have to make sure that there are READ/WRITE privileges to wherever we create it.
# sudo mkdir -p /opt/win-remoteapp
# sudo chmod 777 /opt/win-remoteapp
Start WinConn and click + button, the configuration setting will show up in the right panel.
Once we finish the related setting(for example: Application entry is RemoteApp Name that we just published), please remember to click Save button
After you've done this you will see a new Launcher Icon on your Ubuntu Desktop which is labeled appropriately enough… oCam
Reference:
(# 1) You can refer to the whole process here --- how to manually edit the registry and manually create RDP files on Windows 7.
(# 2) In Ubuntu 14.04, the FreeRDP in the Repository is v1.02 so that satisfy the prerequisite.
(# 3) We can know which version of ubuntu or desktop environment by using the lsb_release -a command
(# 4) RDP Wrapper Library
2016年4月2日 星期六
PlayOnLinux 4.2.2 --- How to correct the Chinese Font of the PlayOnLinux with Wine 1.9.6(x86) on Ubuntu/Lubuntu 14.04 x64
The PlayOnLinux (# 1) is a front-end of the wine and it can let us easily install some Windows software or Games on Linux. When I install Evernote 5.8.x (# 2) on Lubuntu 14.04 and open this program, I find out some Chinese font cannot be showed.
For realizing this problem, I search some information by Google and understand what happens. That is "Tahoma" is the default font of the Wine but it can not display the Chinese font normally.
How to resolve it? To install the Chinese font and add some registry value.
In the moment, I will download the Google Android "Droid" font and save the "DroidSansFallback.ttf" as the "~/.wine/drive_c/windows/fonts/" directory.
To open a file with ".reg" extension and add some registry key/value (# 3) in the content. It is import to save this file with "Big5" codec otherwise it will fail when import this reigstry file later.
In Wine tab, click the Registry Editor button
Once open up the Wine registry editor, click the Registry menu next to select the Import Registry File...
So does that the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes parameter will be changed as follows:
Re-open the Evernote again, we will see the display font is normal now.
Reference:
(# 2). After install Evernote 5.9.x version, it just can be viewed but no write function.
(# 3). The following content refer to [教學] 圖解 wine 入門 [論壇 - Ubuntu 文件資源]
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink]
"FontLinkControl"=dword:00004000
"FontLinkDefaultChar"=dword:00003000
/* 平滑化(anti-alias) 備註 */
/* 如果覺得開了之後字體難看,把三個 Y 改成 N,有些字型要開啟平滑化才好看 */
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideAntiAliasWithCore"="Y"
"ClientSideAntiAliasWithRender"="Y"
"ClientSideWithRender"="Y"
/* 平滑字型 */
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
/* 替換字型1 */
/* 這裡以 Droid Sans Fallback 為例,請自行改成你要的字型名稱 */
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial Baltic,186"="Droid Sans Fallback"
"Arial CE,238"="Droid Sans Fallback"
"Arial CYR,204"="Droid Sans Fallback"
"Arial Greek,161"="Droid Sans Fallback"
"Arial TUR,162"="Droid Sans Fallback"
"Courier New Baltic,186"="Droid Sans Fallback"
"Courier New CE,238"="Droid Sans Fallback"
"Courier New CYR,204"="Droid Sans Fallback"
"Courier New Greek,161"="Droid Sans Fallback"
"Courier New TUR,162"="Droid Sans Fallback"
"Helv"="Droid Sans Fallback"
"Helvetica"="Droid Sans Fallback"
"MS Shell Dlg"="Droid Sans Fallback"
"MS Shell Dlg 2"="Droid Sans Fallback"
"PMingLiU"="Droid Sans Fallback"
"新細明體"="Droid Sans Fallback"
"Tahoma"="Droid Sans Fallback"
"Times"="Droid Sans Fallback"
"Times New Roman Baltic,186"="Droid Sans Fallback"
"Times New Roman CE,238"="Droid Sans Fallback"
"Times New Roman CYR,204"="Droid Sans Fallback"
"Times New Roman Greek,161"="Droid Sans Fallback"
"Times New Roman TUR,162"="Droid Sans Fallback"
"Tms Rmn"="Droid Sans Fallback"
/* 替換字型2 */
[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements]
@="Droid Sans Fallback"
"Arial"="Droid Sans Fallback"
"Fixedsys"="Droid Sans Fallback"
"Microsoft Sans Serif"="Droid Sans Fallback"
"MingLiU"="Droid Sans Fallback"
"MS UI Gothic"="Droid Sans Fallback"
"PMingLiU"="Droid Sans Fallback"
"Simsun"="Droid Sans Fallback"
"Songti"="Droid Sans Fallback"
"System"="Droid Sans Fallback"
"Tahoma"="Droid Sans Fallback"
"Terminal"="Droid Sans Fallback"
/* 取代字型 */
"Microsoft Sans Serif"="DroidSansFallback.ttf,Droid Sans Fallback"
"SimSun"="DroidSansFallback.ttf,Droid Sans Fallback"
"Tahoma"="DroidSansFallback.ttf,Droid Sans Fallback"
"PMingLiU"="DroidSansFallback.ttf,Droid Sans Fallback"
"Lucida Sans Unicode"="DroidSansFallback.ttf,Droid Sans Fallback"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink]
"FontLinkControl"=dword:00004000
"FontLinkDefaultChar"=dword:00003000
/* 平滑化(anti-alias) 備註 */
/* 如果覺得開了之後字體難看,把三個 Y 改成 N,有些字型要開啟平滑化才好看 */
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideAntiAliasWithCore"="Y"
"ClientSideAntiAliasWithRender"="Y"
"ClientSideWithRender"="Y"
/* 平滑字型 */
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
/* 替換字型1 */
/* 這裡以 Droid Sans Fallback 為例,請自行改成你要的字型名稱 */
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial Baltic,186"="Droid Sans Fallback"
"Arial CE,238"="Droid Sans Fallback"
"Arial CYR,204"="Droid Sans Fallback"
"Arial Greek,161"="Droid Sans Fallback"
"Arial TUR,162"="Droid Sans Fallback"
"Courier New Baltic,186"="Droid Sans Fallback"
"Courier New CE,238"="Droid Sans Fallback"
"Courier New CYR,204"="Droid Sans Fallback"
"Courier New Greek,161"="Droid Sans Fallback"
"Courier New TUR,162"="Droid Sans Fallback"
"Helv"="Droid Sans Fallback"
"Helvetica"="Droid Sans Fallback"
"MS Shell Dlg"="Droid Sans Fallback"
"MS Shell Dlg 2"="Droid Sans Fallback"
"PMingLiU"="Droid Sans Fallback"
"新細明體"="Droid Sans Fallback"
"Tahoma"="Droid Sans Fallback"
"Times"="Droid Sans Fallback"
"Times New Roman Baltic,186"="Droid Sans Fallback"
"Times New Roman CE,238"="Droid Sans Fallback"
"Times New Roman CYR,204"="Droid Sans Fallback"
"Times New Roman Greek,161"="Droid Sans Fallback"
"Times New Roman TUR,162"="Droid Sans Fallback"
"Tms Rmn"="Droid Sans Fallback"
/* 替換字型2 */
[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements]
@="Droid Sans Fallback"
"Arial"="Droid Sans Fallback"
"Fixedsys"="Droid Sans Fallback"
"Microsoft Sans Serif"="Droid Sans Fallback"
"MingLiU"="Droid Sans Fallback"
"MS UI Gothic"="Droid Sans Fallback"
"PMingLiU"="Droid Sans Fallback"
"Simsun"="Droid Sans Fallback"
"Songti"="Droid Sans Fallback"
"System"="Droid Sans Fallback"
"Tahoma"="Droid Sans Fallback"
"Terminal"="Droid Sans Fallback"
/* 取代字型 */
"Microsoft Sans Serif"="DroidSansFallback.ttf,Droid Sans Fallback"
"SimSun"="DroidSansFallback.ttf,Droid Sans Fallback"
"Tahoma"="DroidSansFallback.ttf,Droid Sans Fallback"
"PMingLiU"="DroidSansFallback.ttf,Droid Sans Fallback"
"Lucida Sans Unicode"="DroidSansFallback.ttf,Droid Sans Fallback"
2016年2月28日 星期日
VMWare Workstation 12 Pro --- How to repair the vmdk disk if the defragmentation fail
I am not sure why the defragment fail when want to defrag the VMDK disk on the VMWare Workstation. It just tell me that the specified vritual disk needs repair!

How to do it?
As before, I will please Google help to search the related information for resolving this problem. Thanks Google let me to find out one KB on the VMWare Official Web. That is KB --- Repairing a virtual disk in Workstation (2019259)
According to this content, it clearly teach us to do the following command# /usr/bin/vmware-vdiskmanager -R <path of the vmdk(virtual disk)>
Note: Where < path of the vmdk(virtual disk)> is the folder path to the virtual disk that appeared in the error.
Once the above process finish successfully, we can do the defragment virtual disk now.
How to do it?
As before, I will please Google help to search the related information for resolving this problem. Thanks Google let me to find out one KB on the VMWare Official Web. That is KB --- Repairing a virtual disk in Workstation (2019259)
According to this content, it clearly teach us to do the following command# /usr/bin/vmware-vdiskmanager -R <path of the vmdk(virtual disk)>
Once the above process finish successfully, we can do the defragment virtual disk now.
2016年1月9日 星期六
DDNS --- How to register & configure DDNS on FreeDNS/DD-WRT AP
If we don’t buy any Domain Name and use the dynamic public IP such as ADSL, how to let Internet user access the personal system as website or mail? Maybe DDNS can resolve this problem because it will automatically update the dynamic public ip so that the dns name will never been changed even after the dynamic ip is changed as AP reboot or power on.
Due to the personal AP with DD-WRT firmware has DDNS feature, I will choose the FreeDNS.afraid.org to register a free DDNS service for me.
How to do it?
Register FreeDNS and create an A record
To create an account on freedns.afraid.org and verify it by activating the received email, we will visit this Web page and click [ Mail Menu] link in left panel.

The signup page will show up. Please key in UserID and password next to click Login button

Click [ Subdomains ] link

Click Add a subdomain link

In the Add a new subdomain diaglog, select a type such as “A”, define a subdomain such as “dwlab”, pick one of the available domains such as “mooo.com(public)”, enter the current WAN IP of AP in the Destination field and leave TTL & Wildcard setting as the default next to click Save! button
So does that the new & free subdomain such as “dwlab.mooo.com” has already been added.

To manually set the DNS for the subdomain to the WAN IP of the AP, please Click [Dynamic DNS] –> Direct URL link

The explorer will be opened. Please select some string as follows mark and copy it to the system’s clip board.

Set up DDNS on AP (# 1)To log in to the DD-WRT AP, select “freedns.afraid.org” as the DDNS service, enter the User Name and Password that belong to the freedns.afraid.org account, enter the full suddomain such as “dwlab.mooo.com” + comma such as “,” + paste the unique udpate token in the Hostname field
Once click Apply Settings button, we can see messages appear that verify the settings are working at the bottom of the DDNS status.
So do that we can ping this subdomain now.

Reference
(# 1) dd-wrt Dynamic DNS
Due to the personal AP with DD-WRT firmware has DDNS feature, I will choose the FreeDNS.afraid.org to register a free DDNS service for me.
How to do it?
Register FreeDNS and create an A record
To create an account on freedns.afraid.org and verify it by activating the received email, we will visit this Web page and click [ Mail Menu] link in left panel.
The signup page will show up. Please key in UserID and password next to click Login button
Click [ Subdomains ] link
Click Add a subdomain link
In the Add a new subdomain diaglog, select a type such as “A”, define a subdomain such as “dwlab”, pick one of the available domains such as “mooo.com(public)”, enter the current WAN IP of AP in the Destination field and leave TTL & Wildcard setting as the default next to click Save! button
So does that the new & free subdomain such as “dwlab.mooo.com” has already been added.
To manually set the DNS for the subdomain to the WAN IP of the AP, please Click [Dynamic DNS] –> Direct URL link
The explorer will be opened. Please select some string as follows mark and copy it to the system’s clip board.
Set up DDNS on AP (# 1)To log in to the DD-WRT AP, select “freedns.afraid.org” as the DDNS service, enter the User Name and Password that belong to the freedns.afraid.org account, enter the full suddomain such as “dwlab.mooo.com” + comma such as “,” + paste the unique udpate token in the Hostname field
So do that we can ping this subdomain now.
Reference
(# 1) dd-wrt Dynamic DNS
2016年1月3日 星期日
hMailServer 5.6.4 --- How to install hMailServer with SQL Server 2016 CTP 3.1 on Windows Server 2016 TP4
If we want to find a free, easy setup, email server on windows platform, maybe we can choose an open source product “hMailServer”.
It support the common email protocols as IMAP, SMTP, POP3 and its license is under AGPLv3 (# 1) that it is free in most commercial scenarios.
For using hMailServer, we need to realize what is the system requirements at first next to install/configure/active it.
According to the latest document in hMailServer Official Web, the current version as hMailServer 5.6 can be confirmed on Windows XP with Service Pack 3, Vista, 7, 2003, 2008 and 2012.
It also depends on Database server as built-in a light-weight version of MSSQL or select the other database engine as MySQL 4 or 5, Microsoft 2000 or 2005 or 2008, PostgreSQL 8 by officially being tested.
After installing the SQL Server 2016 CTP 3.1 (# 2), we will download the latest version “hMailServer” from Official Web.

and double click this file so that the setup wizard will pop up. Click Next > to continure for installing hMailServer.

Due to the server and management tool will install on the same computer, we will select all check box next to click Next > button

We will use external database engine so that choose this option next to click Next > button.

To create a folder for allocating the hMailServer component together (# 3) so that define a name next to click Next > button

Please define a password for managing the hMailServer system in the future.

In the installation process, we need to enter this password for initializing hMailServer database at the first time.

In the hMailServer database setup wizard, click Next > button for beginning to create a new hMailServer database now.

To select “Create a new hMailServer database” option next to click Next > button.

Select “Microsoft SQL Server” option next to click Next > button.

Enter the server connection information as database server address, database name, authentication and so on next to click Next > button

Due to the hMailServer service is dependent on a database service on this compuer, we need to set the hMailServer service dependency as “SQL Server (MSSQLSERVER)(MSSQLSERVER)” for ensuring the database service is running before hMailServer is started.

To click Close button to complete the hMailServer database setup wizard.

Also click Finish button to complete the hMailServer setup wizard and launch “hMailServer Administrator”.

Select the Host name and hMailServer Username next to click Connect button

Of course, need to enter the hMailServer pasword.

Until now, the hMailServer system has already been finished the installation process.

Reference
(# 1) Affero General Public License & 因應網路時代與雲端應用而生的 AGPL-3.0 授權條款
(# 2) Install SQL Server 2016 from the Installation Wizard (Setup)
(# 3) When we do it, the hMailServer executable program will be located under this folder.
It support the common email protocols as IMAP, SMTP, POP3 and its license is under AGPLv3 (# 1) that it is free in most commercial scenarios.
For using hMailServer, we need to realize what is the system requirements at first next to install/configure/active it.
According to the latest document in hMailServer Official Web, the current version as hMailServer 5.6 can be confirmed on Windows XP with Service Pack 3, Vista, 7, 2003, 2008 and 2012.
It also depends on Database server as built-in a light-weight version of MSSQL or select the other database engine as MySQL 4 or 5, Microsoft 2000 or 2005 or 2008, PostgreSQL 8 by officially being tested.
After installing the SQL Server 2016 CTP 3.1 (# 2), we will download the latest version “hMailServer” from Official Web.
and double click this file so that the setup wizard will pop up. Click Next > to continure for installing hMailServer.
Due to the server and management tool will install on the same computer, we will select all check box next to click Next > button
We will use external database engine so that choose this option next to click Next > button.
To create a folder for allocating the hMailServer component together (# 3) so that define a name next to click Next > button
Please define a password for managing the hMailServer system in the future.
In the installation process, we need to enter this password for initializing hMailServer database at the first time.
In the hMailServer database setup wizard, click Next > button for beginning to create a new hMailServer database now.
To select “Create a new hMailServer database” option next to click Next > button.
Select “Microsoft SQL Server” option next to click Next > button.
Enter the server connection information as database server address, database name, authentication and so on next to click Next > button
Due to the hMailServer service is dependent on a database service on this compuer, we need to set the hMailServer service dependency as “SQL Server (MSSQLSERVER)(MSSQLSERVER)” for ensuring the database service is running before hMailServer is started.
To click Close button to complete the hMailServer database setup wizard.
Also click Finish button to complete the hMailServer setup wizard and launch “hMailServer Administrator”.
Select the Host name and hMailServer Username next to click Connect button
Of course, need to enter the hMailServer pasword.
Until now, the hMailServer system has already been finished the installation process.
Reference
(# 1) Affero General Public License & 因應網路時代與雲端應用而生的 AGPL-3.0 授權條款
(# 2) Install SQL Server 2016 from the Installation Wizard (Setup)
(# 3) When we do it, the hMailServer executable program will be located under this folder.
訂閱:
文章 (Atom)
Since 2010 Design by Davidwa
©Copyright Davidwa Inc. All rights reserved.
©Copyright Davidwa Inc. All rights reserved.
























