Panduan konfigurasi Terminal Shell bernama Zsh / Z Shell di Linux
https://www.sitepoint.com/zsh-tips-tricks/
-
Panduan menggunakan SSH dan konfigurasinya
https://www.devopscycle.com/ssh-guides-tips-usages/
#ssh #zsh #shell #terminal
https://www.sitepoint.com/zsh-tips-tricks/
-
Panduan menggunakan SSH dan konfigurasinya
https://www.devopscycle.com/ssh-guides-tips-usages/
#ssh #zsh #shell #terminal
SitePoint
10 Zsh Tips & Tricks: Configuration, Customization & Usage
Learn how to install zsh, get the most out of the Oh My Zsh framework, configure plugins, and learn a variety of productivity-enhancing zsh techniques.
Tips menambah keamanan akses SSH dengan memperkuat keamanan OpenSSH server di Ubuntu Server
https://www.digitalocean.com/community/tutorials/how-to-harden-openssh-client-on-ubuntu-18-04
#ssh #openssh
https://www.digitalocean.com/community/tutorials/how-to-harden-openssh-client-on-ubuntu-18-04
#ssh #openssh
Digitalocean
How To Harden OpenSSH Client on Ubuntu 18.04 | DigitalOcean
Linux servers are often administered remotely using SSH by connecting to an OpenSSH server, which is the default SSH server software used within Ubuntu, Debi…
Microsoft merilis modul latihan lengkap tentang pengenalan dan penggunaan Docker Container untuk pengembangan aplikasi web, beberapa modul nya yaitu
Introduction to Docker containers
https://docs.microsoft.com/en-us/learn/modules/intro-to-docker-containers/
---
Build a containerized web application with Docker
https://docs.microsoft.com/en-us/learn/modules/intro-to-containers/
---
Use a Docker container as a development environment with Visual Studio Code
https://docs.microsoft.com/en-us/learn/modules/use-docker-container-dev-env-vs-code/
---
Latihan mengakses Docker Container dengan menggunakan Secure Shell atau SSH
https://linuxhandbook.com/ssh-into-container/
#docker #course #learning #ssh
Introduction to Docker containers
https://docs.microsoft.com/en-us/learn/modules/intro-to-docker-containers/
---
Build a containerized web application with Docker
https://docs.microsoft.com/en-us/learn/modules/intro-to-containers/
---
Use a Docker container as a development environment with Visual Studio Code
https://docs.microsoft.com/en-us/learn/modules/use-docker-container-dev-env-vs-code/
---
Latihan mengakses Docker Container dengan menggunakan Secure Shell atau SSH
https://linuxhandbook.com/ssh-into-container/
#docker #course #learning #ssh
Docs
Introduction to Docker containers - Learn
Melakukan Remote Debugging aplikasi Node JS di sisi server dengan VS Code dan ekstensi Remote SSH .
https://medium.com/weekly-webtips/easy-remote-debugging-node-js-using-vs-code-28bc67ced9d3
—-
Deploy aplikasi Node JS ke backend AWS dan dijalankan dengan CI/CD Github Actions dan PM2
https://dev.to/lukasborawski/node-js-app-deployment-with-aws-pm2-and-github-actions-31o2
#nodejs #ssh #vscode #pm2
https://medium.com/weekly-webtips/easy-remote-debugging-node-js-using-vs-code-28bc67ced9d3
—-
Deploy aplikasi Node JS ke backend AWS dan dijalankan dengan CI/CD Github Actions dan PM2
https://dev.to/lukasborawski/node-js-app-deployment-with-aws-pm2-and-github-actions-31o2
#nodejs #ssh #vscode #pm2
Medium
Easy Remote Debugging Node.js using VS Code
If you haven’t been using VS Code, you have no idea what you have been missing. This editor with its speed, customization, and an immense…
Cara melakukan perintah SSH dari backend Node JS ke VPS atau server lain, dengan Node SSH
https://medium.com/weekly-webtips/how-to-ssh-using-node-js-f41952afe1da
#ssh #nodejs
https://medium.com/weekly-webtips/how-to-ssh-using-node-js-f41952afe1da
#ssh #nodejs
Medium
How to SSH using Node.js
Quick tip on how to build an application that will SSH to servers and run commands using Node.js.
Membersihkan cache dari Docker Image dan Container
https://www.freecodecamp.org/news/docker-cache-tutorial/
---
Cara membuat koneksi ssh ke dalam Docker Container yang sedang berjalan
https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach/
#docker #container #ssh #cache
https://www.freecodecamp.org/news/docker-cache-tutorial/
---
Cara membuat koneksi ssh ke dalam Docker Container yang sedang berjalan
https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach/
#docker #container #ssh #cache
freeCodeCamp.org
Docker Cache – How to Do a Clean Image Rebuild and Clear Docker's Cache
By Sebastian Sigl Containers enable you to package your application in a portable way that can run in many environments. The most popular container platform is Docker. This tutorial will explain how to use the Docker build cache to your advantage. D...
Latihan menggunakan SSH Keygen dengan dengan RSA untuk login dengan public key
https://www.freecodecamp.org/news/ssh-keygen-how-to-generate-an-ssh-public-key-for-rsa-login/
#rsa #ssh
https://www.freecodecamp.org/news/ssh-keygen-how-to-generate-an-ssh-public-key-for-rsa-login/
#rsa #ssh
freeCodeCamp.org
SSH Keygen Tutorial – How to Generate an SSH Public Key for RSA Login
Cryptography uses encryption and decryption to conceal messages. This introduces secrecy in information security. The purpose of cryptography is to ensure secure communication between two people or devices who are connecting through insecure channels...
Latihan dasar pembuatan dan penggunaan SSH key untuk operasi pada layanan Git
https://dev.to/mkabumattar/git-ssh-keys-for-github-gitlab-and-bitbucket-on-linux-d36
#ssh #git #keys
https://dev.to/mkabumattar/git-ssh-keys-for-github-gitlab-and-bitbucket-on-linux-d36
#ssh #git #keys
DEV Community
Git SSH Keys for GitHub, GitLab, and Bitbucket on Linux
Introduction Git connects to remotes by default via HTTPS, which requires you to enter...
Cara menggunakan SSH client untuk koneksi ke server Linux
https://dev.to/hadisamadzad/6-tips-to-use-ssh-client-effectively-for-connecting-to-linux-servers-2fok
#ssh #linux #server
https://dev.to/hadisamadzad/6-tips-to-use-ssh-client-effectively-for-connecting-to-linux-servers-2fok
#ssh #linux #server
DEV Community 👩💻👨💻
6 Tips to Use SSH Client Effectively For Connecting To Linux Servers
SSH is the most common tool to connect to a VPS. If you are someone who connects to servers as a part...
Cannot use a custom SSH port in Ubuntu 22.10 or above? Here's a fix
https://dev.to/sneh27/cannot-use-a-custom-ssh-port-in-ubuntu-2210-or-above-heres-a-fix-2nhk
#ubuntu #ssh
https://dev.to/sneh27/cannot-use-a-custom-ssh-port-in-ubuntu-2210-or-above-heres-a-fix-2nhk
#ubuntu #ssh
DEV Community
Cannot use a custom SSH port in Ubuntu 22.10 or above? Here's a fix
In recent versions of Ubuntu, specifically from version 22.10 onwards, Ubuntu has shifted from...