Опубликовал Admin
16-05-2021, 13:40
156
0
How to Build a LAMP Server
Are you looking for an inexpensive way to operate your web servers or dynamic websites? How about building a LAMP server? A LAMP server comes with the complete package. Not only will you have the server, but you’ll have the operating system, database software, and scripting language. All of these applications are open source. LAMP server encompasses the following components: Linux,
Опубликовал Admin
18-03-2021, 18:00
140
0
How to Troubleshoot a Buffalo Media Server Disconnection
The Buffalo LinkStation has a built-in DLNA server. Media files such as videos, music, and pictures on the LinkStation can be streamed and played directly on TV, audio, and other DLNA-compatible network devices. There will be times when the Buffalo Media Server will drop without you knowing why. There may be several factors for this sudden and unexpected drop, and you need to figure out
Опубликовал Admin
30-12-2020, 14:30
76
0
How to Configure Dell Drac Console Redirection for SSH Connections
The Dell PowerEdge series of servers come with built into management interfaces called DRACs. This page instructs you on how to configure the DRAC interface from inside Linux in order to enable console redirection over SSH connections.
Опубликовал Admin
20-12-2020, 19:00
84
0
How to SSH to a Server
SSH, also called Secure Shell, is a secure network protocol designed to replace telnet and other insecure remote shell protocols. SSH encrypts passwords and text, providing security over insecure networks like the Internet. A version of SSH is included by default in all Unix-based operating systems, including most Linux installations. Regardless of which version of SSH you are using,
Опубликовал Admin
16-12-2020, 11:10
178
0
How to Back Up Microsoft Exchange Server
Exchange servers must be backed up regularly to ensure that all mailboxes and system data can be recovered in the event of an Exchange server crash. Because Exchange uses open files and running processes, backing it up is a more complex task than backing up flat files. Microsoft backup applications and third party backup software can be used to handle Exchange backups. Microsoft
Опубликовал Admin
15-11-2020, 17:10
356
0
How to Set up a Personal Web Server with XAMPP
XAMPP is one of the most robust personal web server applications. It is available for Linux, Windows and Mac OS environments. It is also very easy to install, configure and use. Using a personal web server allows you to work locally from your own laptop or PC for development purposes. It provides you a secure, private environment for developing that can be shared later. It allows you to
Опубликовал Admin
11-10-2019, 01:00
275
0
How to Create an Ubuntu Server on Amazon Web Services
Updated: October 10, 2019 Setting up a basic server can be useful for education or just exploring code. One potential tool is Amazon Web Services, which offers basic servers for free. Here is how to create your first server.