Browsing Tag
zsh
5 posts
一個很小但很好用的 zsh 技巧:修改上一個指令
有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。 例如我剛用 ffmpeg 轉了一個影片: ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a aac calligraphy_good_01.mp4 然後我想用同樣的指令處理下一個檔案: ffmpeg -i calligraphy02.mp4 -c:v libx264…
Copy paste bash command but dont understand what it does?
Bismillahirahmanirahim Sebagai system admin Linux junior, kita biasa lihat arahan-arahan linux yang pelik-pelik dalam tutorial, ada sebahagiannya kita…
zsh: permission denied: ./gradlew
Today, I ran into a problem while working on my React Native project. When I tried to execute…
Setting up ZSH and Oh-my-ZHS with autocomplete plugins
In this post I’ll provide you with step-by-step tutorial on how to set up oh-my-zsh in your terminal…
ZSH on Windows without WSL
Well, WSL it’s a good way to have a Unix environment on Windows, but sadly his performance and…