hugo no cache
hugo --noHTTPCache
using screen
- control a then d to detatch
- screen -r to reconnect
- ctrl a c = new window
- ctrl a n ctrl a p = next / prev window
tmux
- ctrl b then C create
- ctrl b then n or p for nex/ prev
- ctrl b % horiz split
- ctrl b " vertical split
- ctrl b o switch to other one
- ctrl b d detatch
- tmux attach
splitting window
- ctrl a s horizontal
- ctrl a | pipe is vertical split
- ctrl a tab = switch tabs
touch cmd
- you can do touch file{1..10} it will increment the file names till 10 !!
theres a calender in linux
its called cal
convert webm to mp4
ffmpeg -i vid.webm vid.mp4
dl only part of a playlist
--playlist-start 10 will start it at the tenth video
- i '3:10' might do from 3 to the 10th?
--playlist-end
or --playlist-items 10-20
No comments:
Post a Comment