< 1 2 3 4 5 6 7 > >>   ∑:297  Sort:Rank

OpenJDK - Open-Source JDK
This chapter provides introductions and tutorial examples on OpenJDK. Topics include installing and upgrading OpenJDK JRE and JDK packages; using 'update-alternatives' command to update symbolic links for default commands; compiling and running Java programs.
2024-04-12, ∼166🔥, 0💬

Start/Stop Apache Tomcat
This section provides a tutorial example on how to start and stop Apache Tomcat on Linux systems.
2024-04-12, ∼203🔥, 0💬

Install Apache Tomcat on Linux
This section provides a tutorial example on how to install Apache Tomcat on Linux systems.
2024-04-12, ∼152🔥, 0💬

What Is Apache Tomcat
This section provides a quick introduction of Apache Tomcat, a Java application server, or as a Java servlet container.
2024-04-12, ∼153🔥, 0💬

Listen to Non-Standard Ports with Apache
This section provides a tutorial example on how to add virtual hosts to listen to additional ports other than standard ports (80 and 443) with and without systemd Socket Activation service.
2024-04-12, ∼219🔥, 0💬

Running Apache Tomcat on Linux Systems
This chapter provides introductions and tutorial on Apache Tomcat server for Linux systems. Topics include installing Apache Tomcat; starting/stopping Tomcat; opening firewall for port 80; configuring SSL/TLS for HTTPS connections.
2024-04-12, ∼160🔥, 0💬

Web Server Certificate and Required Fields
This section provides information on how to obtain a Web server certificate and verify its required fields. An example of server certificate is also provided.
2024-04-12, ∼153🔥, 0💬

"Server sent charset unknown to the client" Error
This section provides a tutorial example on how to resolve the 'Server sent charset unknown to the client' error received in PHP mysqli_connect() call to MySQL 8.0 running on CentOS 8 systems.
2024-03-19, ∼5398🔥, 1💬

Install OpenLDAP Server on CentOS 8
This section provides a tutorial example on how to build and install OpenLDAP server from source code. But release 2.4.9 seems to have problems on CentOS 8 systems.
2024-02-07, ∼6888🔥, 3💬

💬 2021-08-12 Antonoly: thank you a lot! 2.4.50 is working for me

"g++ -l..." to Link with Library Files
This section provides a tutorial example on how to use 'g++ -static' and 'g++ -l...' options to link your program with static or dynamic library files.
2024-01-22, ∼4073🔥, 3💬

💬 2022-06-20 AA: hello

Setup FTP Sub-Directory for Local Users
This section provides a tutorial example on how to setup 'ftp' sub-directory for local users and allow them upload and download files using vsftpd on CentOS systems.
2024-01-03, ∼154🔥, 0💬

Test FTP Access Remotely on CentOS
This section provides a tutorial example on how to update firewall on the vsftpd server (and its firewall gateway if it is served in the cloud) to open ports 21 and 30000-31000 for inbound connections.
2024-01-03, ∼178🔥, 0💬

Disable SSH Access for FTP Users
This section provides a tutorial example on how to disable SSH login access of a user on CentOS systems and allow his/her to use FTP service only for upload and download files.
2024-01-03, ∼236🔥, 0💬

Support FTP Over TLS on CentOS
This section provides a tutorial example on how to turn SSL/TLS support in vsftpd server on CentOS systems. A private-public key pair and a self-signed certificate is generated with the OpenSSL tool.
2024-01-03, ∼186🔥, 0💬

vsftpd Server Configuration
This section provides a tutorial example on how to configure vsftpd server to allow some local users to upload and download files in their own private Directories with FTP client programs.
2024-01-03, ∼178🔥, 0💬

Test FTP Access Locally on CentOS
This section provides a tutorial example on how to use the 'ftp' client program to access the 'vsftpd' server locally on the same CentOS computer.
2024-01-01, ∼197🔥, 0💬

Install vsftpd on CentOS
This section provides a tutorial example on how to install, enable and start vsftpd (Very Secure FTP Daemon) on CentOS systems.
2024-01-01, ∼225🔥, 0💬

"last/lastb" - Review Login History
This section provides a quick introduction of the 'last' and 'lastb' commands, which allows you to review login history and login attempts.
2023-12-28, ∼187🔥, 0💬

SSH Protocol and ssh/scp Commands
This chapter provides introductions and tutorial notes on SSH (Secure SHell) protocol and 'ssh/scp' commands. Topics include SSH connection steps; user password and public key authentication methods; SSH server configuration settings; 'ssh' for remote login sessions; 'scp' for copying remote files.
2023-12-26, ∼215🔥, 0💬

"systemctl status/start/stop/enable/disable" Commands
This section provides a quick introduction of the 'systemctl' command, which allows you to start or stop a system service, check the status of a service, and enable or disable a service at the boot time.
2023-08-02, ∼317🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, ∼180🔥, 0💬

Enable Remote Access to "httpd" Service
This section provides a tutorial example on how to enable remote access Web pages served by the 'httpd' service by opening the firewall for 'http' service default port 80.
2023-06-22, ∼205🔥, 0💬

SquirrelMail - Webmail in PHP
This chapter provides introductions and tutorial on SquirrelMail Webmail. Topics include installing and configuring SquirrelMail on CentOS systems; accessing mail server on local network; accepting self-signed certificate; using secure IMAPS and SMTPS ports 993 and 465.
2023-06-14, ∼179🔥, 0💬

SquirrelMail for Mail Server on Local Network
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to access a remote mail server on the local network.
2023-06-01, ∼169🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:297  Sort:Rank