Skip to main content

Qubes OS: TemplateVM fedora-29 - Install Powershell Core

Install Powershell Core on fedora-29 TemplateVM in order to practice powershell core right in fedora.

Download powershell-6.2.0-1.rhel.7.x86_64.rpm file on personal dom first (by defautl, fedora-29 template cannot directly access internet).

Copy the downloaded rpm file to fedora-29 dom.

Run dnf install on fedora-29 terminal.

[user@fedora-29 ~]$ sudo dnf install compat-openssl10

[user@fedora-29 ~]$ sudo dnf install -y powershell-6.2.0-1.rhel.7.x86_64.rpm

[user@fedora-29 ~]$ pwsh

Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Learn MATLAB

MATLAB is an abbreviation for MAT rix LAB oratory. Here is list of free online courses to learn MATLAB.

Less secure app access in gmail or G Suite

From G Suite Update on December 16, 2019 Google turned off less secure app access to G Suite accounts .