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

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, 117🔥, 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, 125🔥, 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, 126🔥, 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, 124🔥, 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, 127🔥, 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, 116🔥, 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, 101🔥, 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, 100🔥, 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, 102🔥, 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, 100🔥, 0💬

SquirrelMail Webmail Installation on CentOS
This section provides a tutorial example on how to install SquirrelMail on CentOS computers as a Web-based email client tool.
2023-05-29, 101🔥, 0💬

"apachectl status/start/stop" Commands
This section provides a tutorial example on how to use 'sudo apachectl *' commands to control the Apache HTTP Server, httpd.
2023-05-29, 101🔥, 0💬

Install Apache HTTP Server "httpd"
This section provides a tutorial example on how to install Apache HTTP Server 'httpd' on CentOS 8 systems.
2023-05-29, 101🔥, 0💬

Provide Self Signed Certificate to SquirrelMail
This section provides a tutorial example on how to provide download self-signed certificate from mail server and provide it SquirrelMail as a trusted certificate to resolve the invalid certificate error.
2023-05-27, 101🔥, 0💬

SquirrelMail Configuration for IMAPS Port 993
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure IMAPS port 993 to retrieve emails from a mail server on the local network.
2023-05-27, 100🔥, 0💬

SquirrelMail Configuration for QQ Mail
This section provides a tutorial example on how to clone and configure a SquirrelMail Webmail site to access QQ mail server with secure protocols: IMAPS and SMTPS.
2023-05-27, 100🔥, 0💬

SquirrelMail Configuration on CentOS
This section provides a tutorial example on how to configure SquirrelMail on CentOS to integrate with localhost Postfix and Dovecot servers.
2023-05-27, 100🔥, 0💬

Reset Host Name on Linux Systems
This section provides a tutorial example on how to view and change host name settings on Linux systems.
2023-05-27, 113🔥, 0💬

Publish Home Page index.html
This section provides a tutorial example on how to publish a simple 'Home Page' on Apache HTTP Server 'httpd' on Linux systems.
2023-05-26, 100🔥, 0💬

"cURL" - Client for URL
This section provides a tutorial example on how to use 'cURL' command to send requests to a remote server in different protocols in URL format.
2023-05-24, 109🔥, 0💬

Internet Networking Tools
This chapter provides introductions and tutorial examples about Internet networking tools. Topics include 'wget' to download Web files; 'curl' to send requests to URLs.
2023-05-23, 131🔥, 0💬

"wget" - Get Files from the Web
This section provides a tutorial example on how to use 'wget' command to download files from the Web. 'wget' can resume failed downloads.
2023-05-23, 121🔥, 0💬

"g++ -I..." and CPATH Environment Variable
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment variable to specify paths of include header files for GCC compiler.
2023-04-01, 3433🔥, 1💬

"g++ -c" and "ar src" to Build Static Library
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile your code and to build static library file on Linux systems.
2022-12-17, 1654🔥, 1💬

💬 2022-12-17 kimi no na wa: meaningful comments.

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