Home
About
  • How to Login Using PPK File With SSH

    Nov 19, 2019

    In some situations, you are given only a ppk file for access to a cloud server. You know, however, it's for Putty on windows, not for OpenSSH client which might be the most familiar to you.🤔 I am gonna introduce a method to convert a ppk file into a pem file so that you can login to the linux server with ssh command …

    Read More
  • How to Install OpenVPN Server on Any Distro of Linux

    Nov 17, 2019

    Thanks to Stan's great work, it became so delightful to run your own secure and stable private VPN server. It's never been so easy. 👍 Download the installation script like this: 1wget https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh Change file permission to executable like this: …

    Read More
  • How to Install Webmin on Centos7

    Nov 3, 2019

    Webmin Login Screen First off, access to the server via ssh with root. Install dependencies with this command: 1yum -y install wget perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect perl-Data-Dumper unzip Create a repo file like this: 1nano /etc/yum.repos.d/webmin.repo 1[Webmin] 2name=Webmin Distribution …

    Read More

Sbirla

Technologist, continual incremental improvement.
Read More

Featured Posts

  • How to Make a Swap Space Using a Swap File in Linux

Recent Posts

  • How to Make a Swap Space Using a Swap File in Linux
  • How to Install Vmware-Tools on Manjaro - an Awesome Distro of Arch Linux
  • How to Install The Latest Version of Nginx on Ubuntu Bionic
  • How to Setup a Nginx Reverse Proxy With Let's Encrypt for Microservices
  • How to Setup a Reverse Proxy With Let's Encrypt SSL Certificates Using Docker
  • How to Install Letsencrypt Certbot for Nginx on Ubuntu Bionic Beaver
  • How to Install Letsencrypt Certbot for Apache on Centos 7
  • How to Login Using PPK File With SSH

Categories

DEVOPS 7 SERVER 3 LINUX 2

Copyright © 2023 SBIRLA. All Rights Reserved