General

Clear2all Professional Blog new

Can you use Linux commands in Powershell?

Today we discuss one of a few questions a lot of sysadmins and IT Admins ask?

Can you use Linux commands in Powershell?

The Windows Subsystem for Linux (WSL) was a big step forward in this regard, allowing developers to call Linux commands from Windows via wsl.exe (e.g. wsl ls). While an improvement, the experience falls short in various ways:

  1. It’s inconvenient and strange to use wsl to prefix commands.
  2. WSL login profiles with aliases and environment variables do not honour default parameters.
  3. Backslashes are sometimes misinterpreted as escape characters rather than directory separators in
Read the rest
Clear2all Professional Blog new

Backing Up an SQL Database with PowerShell

Backing Up an SQL Database with PowerShell

Before making any changes in the production environment, every DBA should take a backup of their SQL database so that they can readily restore it if something goes wrong during the migration. If you have SQL Server Management Studio (SSMS), you can backup and restore databases with ease (Refer this artcle: Backup and Restore SQL Database using SSMS). Using Server Management Objects in Powershell, you may backup and restore SQL databases (SMO).

We’ll use the Server Management Objects (SMO) namespace class Microsoft.SqlServer.Management.Smo.Backup to get a SQL Database backup. To finish the backup procedure, … Read the rest

Clear2all Professional Blog new

Google Cloud WordPress ftp setup step by step

Google Cloud WordPress ftp setup step by step

Are you looking for instructions on how to set up Passive FTP Mode on a Plesk Google Cloud instance?

Plesk servers that only have active FTP connections do not allow you to access to the server through FTP. Many of us wants to enable Passive FTP. Here is how?

How to enable Google Cloud WordPress FTP Mode (Passive)

The steps to configure passive FTP are as follows:

1.To begin, we must first build a firewall rule. To do so, make sure the following settings are in place:

  • Name: To distinguish the firewall
Read the rest
WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.