Browsing Tag
shell
11 posts
一個很小但很好用的 zsh 技巧:修改上一個指令
有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。 例如我剛用 ffmpeg 轉了一個影片: ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a aac calligraphy_good_01.mp4 然後我想用同樣的指令處理下一個檔案: ffmpeg -i calligraphy02.mp4 -c:v libx264…
Linux Shell Shortcuts That Will Save You Hours Every Week
Linux Shell Shortcuts That Will Save You Hours Every Week If you spend any significant time in the…
Execute Python with Shebang – Make Your Scripts Executable
When you write a Python script, you probably run it with a command like python script.py. But what…
Upgrading Simple Shells to Fully Interactive TTYs
Imagine you’re a hacking pro, right? You pull off this cool move, catching a reverse shell with netcat.…
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…
0x00. Shell, navigation
File System Organization Like Windows, the files on a Linux system are arranged in what is called a…
NuShell – Ceci n’est pas une |
Good morning everyone and happy MonDEV! I hope you had a good weekend and that some interesting projects…
Finding the right macOS `defaults` command
Automating the setup of a clean macOS install is a lot easier when you know which keys to…
Shell Scripting 101: Essential Commands for Every Developer
Shell Scripting 101: Essential Commands for Every Developer Diving into the universe of shell scripting? Welcome aboard! Shell…
Updating Ubuntu has never been easier
Updating Ubuntu has never been easier – thanks to us! We have the optimal solution to install any…