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.
Memperkenalkan Mongo Db Shell untuk dijalankan di CLI atau Terminal
https://www.mongodb.com/blog/post/introducing-the-new-shell
#mongodb #shell
https://www.mongodb.com/blog/post/introducing-the-new-shell
#mongodb #shell
MongoDB
Introducing the new MongoDB Shell | MongoDB Blog
Today we introduce the first beta of the new MongoDB Shell (mongosh), a shell for MongoDB with a modern user experience that will grow in functionality along with the MongoDB data platform.
Review Theme untuk Terminal Linux yang bernama Starship Shell untuk Zsh Oh My Zsh, Bash, dan Fish. Adanya theme untuk shell ini membantu dalam pengetikan dan bernavigasi di Terminal dan penggunaan Vim.
https://youtu.be/LDLisRPAC_g
#linux #shell
https://youtu.be/LDLisRPAC_g
#linux #shell
YouTube
A Linux Shell Prompt That's Out Of This World!
Starship is the minimal, blazing-fast, and infinitely customizable prompt for any shell! It is written in Rust and is compatible with bash, fish and zsh. It has a ton of features, and the configuration is super easy.
REFERENCED:
► https://starship.rs/…
REFERENCED:
► https://starship.rs/…
Membuat aplikasi yang berjalan di Terminal atau Command Prompt atau CLI dengan Node JS
https://blog.logrocket.com/creating-a-node-cli/
---
Latihan menggunakan Socket IO dan Node JS untuk komunikasi data secara real time
https://blog.logrocket.com/real-time-data-transfer-with-socket-io/
---
Memperkenalkan Shell JS, library untuk mengakses perintah Terminal Linux dengan Node JS
https://github.com/shelljs/shelljs
---
#nodejs #cli #shell #socketio
https://blog.logrocket.com/creating-a-node-cli/
---
Latihan menggunakan Socket IO dan Node JS untuk komunikasi data secara real time
https://blog.logrocket.com/real-time-data-transfer-with-socket-io/
---
Memperkenalkan Shell JS, library untuk mengakses perintah Terminal Linux dengan Node JS
https://github.com/shelljs/shelljs
---
#nodejs #cli #shell #socketio
LogRocket Blog
Creating a Node CLI with Enquirer - LogRocket Blog
Create a Node CLI that integrates helpful tools and libraries like ora, boxen, and Enquirer to retrieve sports headlines.
Penjelasan tentang beberapa Terminal shell di Linux
https://www.freecodecamp.org/news/linux-shells-explained/
#linux #shell #terminal
https://www.freecodecamp.org/news/linux-shells-explained/
#linux #shell #terminal
freeCodeCamp.org
Linux Shells for Beginners – Bash, Zsh, and Fish Explained
When you open up your terminal, chances are that it uses Bash as its UNIX shell environment. But other "shell" environments exist. There are other environments such as the C Shell, Korn Shell, Z Shell, and even the Fish Shell. All of these different ...
Linux Shell Scripting for DevOps: A Beginner's Guide
https://dev.to/arbythecoder/linux-shell-scripting-for-devops-a-beginners-guide-1fgf
#linux #shell #scripting #terminal
https://dev.to/arbythecoder/linux-shell-scripting-for-devops-a-beginners-guide-1fgf
#linux #shell #scripting #terminal
DEV Community
Linux Shell Scripting for DevOps: A Beginner's Guide
Introduction Hello there! Do you remember our last conversation about mastering Git? Now, it's time...
Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners
https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/
#linux #shell #script
https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/
#linux #shell #script
freeCodeCamp.org
Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners
In Linux, process automation relies heavily on shell scripting. This involves creating a file containing a series of commands that can be executed together. In this article, we'll start with the basics of bash scripting which includes variables, comm...