222 private links
There are a lot of differences between the two tools
Un guide efficace de l'outil en ligne de commande croc :)
Using aliases are powerful to navigate in the terminal.
The author shares ad
function to add... aliases on the fly
It can definitely be useful 😃
En 2 étapes: extraire la pist audio puis l'encoder:
cvlc -I dummy "mon_fichier_video.mp4" --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout=#transcode{acodec=mp3,ab=128,channels=2}:std{access=file,mux=dummy,dst=mon_fichier.mp3} vlc://quit
Create a command line interface from a REST API.
It seems powerful!
Joat uses a YAML file to define subcommands of two types: requests and scripts. Requests subcommands ease the interaction with a REST API and scripts combine multiple commands into a more convenient one.
Execute powerful common commands
Definitely a cool project!
ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf scale_vaapi=1920:-1 -codec:v vp8_vaapi -b:v 2M output.webm
Carbonyl is a Chromium-based browser built to run in a terminal.
Manage your dotfiles across multiple diverse machines, securely.
I will test it sometime
A tool that scans for security risks:
- Container Image
- Filesystem
- Git Repository (remote)
- Virtual Machine Image
- Kubernetes
- AWS
It allows to bump patch versions by default, or minor or major. It can update dependencies recursively with -r
.
As long as I read the README, it is useful to get an overview of the possible updates.
The files can be put in a directory (automatically created) with the -e
option. So we don't need specific commands (tar, zip, 7z, ...) anymore?
A shell history as SQLite database. It provides also more po
scp (eventually) → rsync and sftp
egrep and fgrep → grep with flags
netstat → ss
ifconfig → ip
arp → ip n
iptunnel → ip tunnel
nameif → ip link
route → ip route
iwconfig → iw
iptables → nftables