Linux Commands: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
m Lucka moved page Useful Commands to Linux Commands |
||
(No difference)
|
Revision as of 19:46, 24 August 2025
Delete all docker images
docker rmi -f $(docker images -a -q)
Create a file and set its permissions
install -m 755 /dev/null filename.txt
Record audio files
Record Audio Files in the Command Line
Get/Set data from clipboard:
getclip () { xclip -selection c -o } setclip () { xclip -selection c }
Create an SSL Key and Cert pair
openssl req -new -x509 -nodes -out server.crt -keyout server.key
FFmpeg Cut a video to a clip by seconds
Additional Resources:
https://github.com/OpenRC/openrc/blob/master/service-script-guide.md