You are here

администрирование

Undefined

Efficient Backup Scripting: A Guide to Automated Backup Rotation and Management with FTP in Bash

Efficient Backup Scripting: A Guide to Automated Backup Rotation and Management with FTP in Bash

Welcome to our detailed guide on efficient automated backup scripting, aimed to help you manage and safeguard your valuable data. In today’s era, where data is a pivotal asset, having a reliable backup strategy is paramount. By leveraging FTP in Bash scripting, this guide provides a seamless approach to data management and backup rotation.

0 0

Solving the 'failed to open statefile /var/run/network/ifstate: No such file or directory' Error on a Debian Server

Solving the 'failed to open statefile /var/run/network/ifstate: No such file or directory' Error on a Debian Server

When your Debian server throws network issues, especially after a restart, it can bring operations to a halt. A common error that many administrators face, after commands ifup eth0 or /etc/init.d/networking restart  is:

failed to open statefile /var/run/ network/ifstate: No such file or directory

This issue, while common, can be quite vexing as it directly affects the server's connectivity. But there's hope! I've grappled with this error and have found the way out. Here's a detailed guide to restoring your network and putting this problem behind you.

0 2

Migrating sites from IIS7 to IIS8.5

Hello. I was given the next task - to migrate the sites that are hosted on Windows 2008 to Windows 2012R2. Difficulties turned out to be that every site revolves on a separate application pool, from an individual user whose password is not known. Sites are pretty much and almost all have different settings (isapi filters, etc.). If you transfer using WebDeploy, then at least users will not be saved.

Below I will tell you how to migrate sites with IIS7 to IIS8.5 as transparently as possible for clients.

0 0

WebSitePanel. How to migrate hosting spaces to the other server

Hello. I was asked to migrate hosting spaces of websitepanel hosting panel to the other server, so that new and old hosting plans would work on the new server. After transferring resources to the new server, you need to update the websitepanel database, otherwise it will continue to use the old servers. This can be done using a TSQL script.

0 0

Managing the remote KVM host without entering a password, disable password entry for ssh

Hello. When using virt-manager to manage a remote KVM host, every time you open it, you need to enter the SSH connection password, which personally annoys me.

To permanently disable a password, if you open it, if remote hosts are connected to it, you need to add the ssh key to the host, which by the way will also allow you to not enter the password for SSH connection each time.

0 0

Managing zones on a Microsoft Windows 2012 DNS server using PowerShell scripts

Hello. There was a task to migrate DNS servers. It was necessary to migrate secondary and primary DNS servers. The following are examples of powershell scripts that allow you to copy all zones from the primary DNS server to secondary, copy all the zones from the primary server to the primary server, and delete all zones on the server.

Copying zones:

0 0

Creating an IIS cluster with load balancing with nginx

Good afternoon, below will be told how to create a failover cluster with load balancing. We will balance the load with nginx, because IIS ARR 1) requires add. License for Windows, 2) can not monitor the http responses of several sites.

Let's get started.

0 0

Ubuntu - find out the free space

How much free space is left? Who took it? These two issues have to be faced constantly, especially file server administrators. If on the Windows platform, in a graphical environment, it's not difficult to find out, then the console of server versions of Linux can confuse many. However, do not be afraid, it's quite easy to get interesting information in the Linux environment.

As practice showed, this issue is relevant not only for novice administrators. Indeed, it is not enough just to find out the size of a file or folder, but you need to quickly and efficiently find out exactly who has taken up disk space and what. But first things first.

0 0

Pages

Subscribe to RSS - администрирование