diff options
Diffstat (limited to 'content/journal')
| -rw-r--r-- | content/journal/convert-losless.md | 8 | ||||
| -rw-r--r-- | content/journal/disk-usage.md | 8 | ||||
| -rw-r--r-- | content/journal/my-ip.md | 8 | ||||
| -rw-r--r-- | content/journal/screen-off.md | 8 | ||||
| -rw-r--r-- | content/journal/ssh-force-password-authentification.md | 8 | ||||
| -rw-r--r-- | content/journal/tar-usage.md | 8 |
6 files changed, 48 insertions, 0 deletions
diff --git a/content/journal/convert-losless.md b/content/journal/convert-losless.md new file mode 100644 index 0000000..0fc4042 --- /dev/null +++ b/content/journal/convert-losless.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T18:28:33+02:00" +draft = false +title = "convert losless" + ++++ + +$ avconv -i movie.mp4 -target pal-dvd movie.mpg diff --git a/content/journal/disk-usage.md b/content/journal/disk-usage.md new file mode 100644 index 0000000..15920b3 --- /dev/null +++ b/content/journal/disk-usage.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T18:27:00+02:00" +draft = false +title = "sort by disk usage" + ++++ + +$ du -sh * | sort -hr | grep -iE "^[0-9]+([,.][0-9]+)?[mMgG]" diff --git a/content/journal/my-ip.md b/content/journal/my-ip.md new file mode 100644 index 0000000..2e4cebd --- /dev/null +++ b/content/journal/my-ip.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T18:41:34+02:00" +draft = false +title = "my ip" + ++++ + +$ curl -s https://ifconfig.iamfabulous.de diff --git a/content/journal/screen-off.md b/content/journal/screen-off.md new file mode 100644 index 0000000..3e45e77 --- /dev/null +++ b/content/journal/screen-off.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T18:40:52+02:00" +draft = false +title = "screen off" + ++++ + +$ xset dpms force off diff --git a/content/journal/ssh-force-password-authentification.md b/content/journal/ssh-force-password-authentification.md new file mode 100644 index 0000000..9fd1313 --- /dev/null +++ b/content/journal/ssh-force-password-authentification.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T16:46:19+02:00" +draft = false +title = "force password auth with ssh" + ++++ + +$ ssh -o PubkeyAuthentication=no user@ip diff --git a/content/journal/tar-usage.md b/content/journal/tar-usage.md new file mode 100644 index 0000000..d7a8aa9 --- /dev/null +++ b/content/journal/tar-usage.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T17:15:22+02:00" +draft = false +title = "quick help for tar " + ++++ + +$ tar --help | head |
