From 80fb9f1f338e55233aae47f3c5631adb5909fd19 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 18 Aug 2007 23:47:48 +0200 Subject: [PATCH] Added rotate pictures and netboot package --- debian/changelog | 2 ++ grml_tips | 32 ++++++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc07547..304611a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ grml-tips (0.4.5) unstable; urgency=low * Added tips: - Change passphrase / password of an existing SSH key - Enabling syntax highlighting in nano [Closes: issue50] + - Create netboot package for grml-terminalserver + - Rotate pictures -- Michael Prokop Wed, 8 Aug 2007 21:46:46 +0200 diff --git a/grml_tips b/grml_tips index 2b150a5..52bb33d 100644 --- a/grml_tips +++ b/grml_tips @@ -43,12 +43,6 @@ Configure network: # grml-network -- -Boot grml via network: - -# grml-terminalserver - -See: man grml-terminalserver + http://grml.org/terminalserver/ --- Deactivate error correction of zsh: % NOCOR=1 zsh @@ -2652,6 +2646,8 @@ and where grml is running: Then booting your client(s) via PXE should work without any further work. + +See: man grml-terminalserver + http://grml.org/terminalserver/ -- Debugging SSL communications: @@ -2847,3 +2843,27 @@ Enable syntax highlighting in nano: Just uncomment the include directives for your respective language at the bottom of the file /etc/nanorc -- +Create netboot package for grml-terminalserver: + +# sh /usr/share/doc/grml-terminalserver/examples/create-netboot +-- +Rotate pictures: + +Using the 'Orientation' tag of the Exif header, rotate +the image so that it is upright: +% jhead -autorot *.jpg + +Manually rotate a picture: +% convert -rotate 270 input.jpg output.jpg +-- +Rename files based on the information inside their exif header: + +% jhead -n%Y-%m-%d_%Hh%M_%f *.jpg + +This will rename a file named img_2071.jpg to something like: + +2007-08-17_10h38_img_2071.jpg + +if it was shot at 10:38 o'clock on 2007-08-17 (according to +the information inside the exif header). +-- -- 2.1.4