Forcing the output of an application using keyboard
A keyboard shortcut to close an application that is not forced responding.
System > Preferences> Keyboard Shortcuts
Name:
Force Quit Command: xkill
associated keys: WIN + ESC
Monday, August 23, 2010
Friday, August 20, 2010
Bloons On Ipod Touch Walkthrough
Resize and rotate images in a folder based on the EXIF \u200b\u200borientation
Package ImageMagick offers several command-line tools for working with images.
$ sudo apt-get install imagemagick
with the following bash script of (jpegto800) saved in a simple text file I resized the images in the folder:
# / bin / bash
for img in *. jpg do
convert-geometry 800x600! $ Img $ img w800_
done using the pico editor I created the script and I made it executable with chmod
$ pico jpegto800
$ chmod + x $ jpegto800
./jpegto800
now with another tool I update the rotation
$ sudo apt-get install
$ *. jpg jhead-autorotate
Even if the website where I'll upload does not support EXIF \u200b\u200b rotating images will be oriented correctly.
Package ImageMagick offers several command-line tools for working with images.
$ sudo apt-get install imagemagick
with the following bash script of (jpegto800) saved in a simple text file I resized the images in the folder:
# / bin / bash
for img in *. jpg do
convert-geometry 800x600! $ Img $ img w800_
done using the pico editor I created the script and I made it executable with chmod
$ pico jpegto800
$ chmod + x $ jpegto800
./jpegto800
now with another tool I update the rotation
$ sudo apt-get install
$ *. jpg jhead-autorotate
Even if the website where I'll upload does not support EXIF \u200b\u200b rotating images will be oriented correctly.
Tuesday, August 17, 2010
Beach Long Haired Profile Russianbare
Delicious 2.1.102 The extension creates problems in Firefox under Ubuntu
extension Delicious (v2.1.102), which allows management of shared bookmarks, publications and organizations through tag no longer shows bookmarks and does not allow the synchronization of these. In additional to the problem, the Mozilla Firefox browser can not handle more correctly copy (CTRL + C), paste (CTRL + V) and other keys like SPACE.
The temporary solution until a new release comes out, is to install the previous version
2.1.072 downloadable from the site of extensions for Firefox:
https: / / addons.mozilla.org / en-US / firefox / addon/3615/versions /
extension Delicious (v2.1.102), which allows management of shared bookmarks, publications and organizations through tag no longer shows bookmarks and does not allow the synchronization of these. In additional to the problem, the Mozilla Firefox browser can not handle more correctly copy (CTRL + C), paste (CTRL + V) and other keys like SPACE.
The temporary solution until a new release comes out, is to install the previous version
2.1.072 downloadable from the site of extensions for Firefox:
https: / / addons.mozilla.org / en-US / firefox / addon/3615/versions /
Subscribe to:
Posts (Atom)