Software :: Optimal Settings For Resizing Photos?

May 30, 2011

When I take photos at some work outings, I set up my camera to take large pictures (jpeg + raw) just in case someone really likes a photo and wants to print it (well, it hasn't happened yet, but you never know). I then have to resize the photos to email them (I photo takes over 5MB). What would be most optimal settings to resize them for emailing? I used to just decrease the resolution:

mogrify -resize 25% *.jpeg

This, however, doesn't change the compression and possibly any other settings that I'm not aware of.

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Photo Organizer - Select And Email Photos With Resizing

Aug 11, 2010

CORE needs:

#1: Folder-based albums
#2: Select and email photos with resizing
#3: View videos as well as photos

there are plenty of other features I'd LIKE, but these I NEED. Note that #1 is ALBUMS, not just a directory structure (like e.g. GThumb). I've tried anything and everything I could find:

[code]...

View 9 Replies View Related

Ubuntu :: Resizing Windows In Evolution \ Resizing Doesn't Work And It Only Moves Horisontally, Not Vertically?

Oct 28, 2010

maybe this is something extremely simple and my brains are just mush after a whole night of struggling (and succeeding) with wifi driver issues.i'm running a brand new 10.10 netbook on a brand new asus eee 1015. i am trying to set up my email in evolution and the evolution windows are larger than the netbook screen, which means that the OK, SAVE, etc buttons are outside reach. i tried to resize, move window - resizing doesn't work and it only moves horisontally, not vertically.

View 9 Replies View Related

Debian :: What Would Optimal .config For EEE PC Look Like?

May 30, 2011

I installed this package (Squeeze) and the man page for laptop-mode.conf is rather overwhelming in the amount of information it provides, as is the .conf itself; does anyone know if simply installing laptop-mode-tools has an effect on power consumption? In other words, does the default .config save power? Or do I have to alter the .config? If so what would an optimal .config for an EEE PC look like?

View 1 Replies View Related

Debian :: Can't Get Optimal Screen Resolution?

Aug 23, 2010

I have a fresh install of debian on an older laptop. The screen resolution is 800 x 600, but I want it to be 1024 x768. I know this screen can handle this resolution because I've used it before. I tampered with xorg.conf according to this link, viewtopic.php?t=26577, but to no avail. Here is my xorg.conf

Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"XkbRules""xorg"
Option"XkbModel""pc104"
Option"XkbLayout""us"

[Code]...

View 6 Replies View Related

Ubuntu :: Optimal OS For Netbook Python Robot?

Jun 8, 2010

defer to your expertise in determining the best Linux OS and desktop environment. I have a some (ok, a lot) of control code written in python for a mobile robot. The robot is for my graduate research project, and until now I have been running the code on my system76 laptop or my netbook (running Ubuntu Remix 9.04). However, we just purchased a project netbook (Samsung, Atom N450 processor) and I would like to install the lightest weight OS possible to reserve as much processing power as I can for the code. A no frills, barebones linux version that can run python.

View 3 Replies View Related

Ubuntu :: Optimal Partition Setup For MultiOS?

Dec 12, 2010

I'm thinking about installing Arch soon, but I was wondering what the optimal partition setup would be. Bhalash on #ubuntu recomended:

boot as sda1
swap as sda2
personal data (not config) as sda3 **
the extended partition as sda4 which would include
-Ubuntu
-Arch

This would not be a home folder, it would just be for person files like pictures or music. The OS's would have their own /home which would contain symlinks to this partition. Does anyone see anything wrong with this setup or have a better idea?

Currently on my setup:
sda1 is a broken ubuntu 10.10
sda2 is extended
sda5 is swap for broken install
sda6 is my working install
sda7 is swap for working install

So keep in mind how easy it would be to move the partitions around in your response. I haven't found a way to move something out of extended without frying the data.

View 2 Replies View Related

Ubuntu Servers :: FreeNAS Openfiler - What Is Optimal

May 4, 2011

I've been tinkering with both recently to see what can suit my needs as a simple raid1 mirrored backup server. I used FreeNAS for all but minutes before I had a raid1 array running and shares set up through CIFS. Using Ubuntu on my laptop I was able to see them as well. I had some more figuring out to do, as I wanted each share to be blocked off from the other. aka - I didn't want "fred" to be able to access "bob's" share. So then I move on to Openfiler to check it out. I hear it's simpler. It's web interface, while no doubt much slower than FreeNAS, was easy to mingle around. At first glance, I thought I'd like it more.

I began to set up my raid1 array. After realizing the final release I was dealing with had a bug, I found some commands to run in a root shell to fix. Okay, so now we're moving along... raid1 array created. Then I had to create a volume group. Then a volume. Then shares. And I still don't have it running over cifs. I'm curious if FreeNAS by nature is truly simpler to set up raid array's with, or if maybe I'm just totally misunderstanding Openfiler and that be the reason why I'm thinking this.

View 9 Replies View Related

Ubuntu Multimedia :: Optimal Audio Format?

May 14, 2011

Desired features:

1. Does not support DRM.
2. As lossless as possible.
3. Plays on Android devices including Xoom and Nexus One.
4. Supported by most major players.
5. If the best format is a bit lossy, then it has to be something I can get from most media stores.

View 1 Replies View Related

Debian Configuration :: Optimal Setup For A Mail Server?

Apr 16, 2010

I would like to discuss setting up a mail server and its implications and alternatives. First, let us see if I have understood this correctly: A mail server consists of many different components. First, a server to listen to any mail inbound for a specific domain (say postfix), and then a POP3/IMAP server (say dovecot). Then, I should somehow configure the rules by which all mail is forwarded to their respective owners. This should be fairly simple by using debians package managers and dselect or whatever program it is that sets up right packages by use cases at the install.

But now lets assume a more complicated environment, where there are multiple users with different domains and needs. First, we need to send mail to ourselves from webapps for instance for backup purposes. So let's say we have a domain called domain.com setup, and we want to send mail to backup@domain.com. Unfortunately, some configuration issue makes the application get confused, because it is trying to send mail to itself, but doesn't quite understand what it should do. How can this problem can be solved?

Second, how could I configure different domains with different rules. For instance, if I want one domain to have a catch-all account, where random email sent to erroneous accounts is captured? Or if I want to create accounts which are not based on actual Debian accounts, but instead just random usernames (say, danny@domain.com, mike@domain.com, support@domain.com etc.)?

Finally, which are the best web-guis for doing such configuration? What if the customer wants to himself add accounts? I cannot require him to edit text files - especially if he can thus break the whole configuration for other customers as well.. postfix-admin is one, but it is quite crude-looking. Is there something which integrates both postfix, apache and dovecot configuration? How about Webmin?

View 2 Replies View Related

General :: Allocate Limited SSD Space In LVM For Optimal Performance?

Jan 20, 2011

I just got a new SSD, and I'm looking for advice on how best to incorporate it into my existing LVM setup. I have the following logical volumes (mounted at the obvious places):

[Code]...

I've got 108.26g in the physical volumes associated with the new SSD. I'm going to use pvmove to migrate some of these LVs to the SSD. The question is, which LVs to move?

The machine in question is basically a home workstation. I do some light development (source code lives in home), run some very low-load server processes (apache, etc.), and do a bit of image and video editing from time to time. I run Gentoo on x86 if that makes a difference.

View 3 Replies View Related

Ubuntu Networking :: Tweaking For Optimal Connection Speeds?

Oct 29, 2010

I'm wondering if there is anything I can do to get the best speeds possible. I pay for 16mb/s connection (with charter) and I was getting about 4mb/s. After upgrading firmware, and changing some encryption settings on my router, that went up to about 6mb/s. It's improvement, and I'm happy with that, but I'm looking for that 10 more mb/s

So, is there anything in Ubuntu to tweak to optimize connection speeds? Also, if it affects anything, I'm using a linksys WRT320N router. I was going to use the 5.0ghz band, but my wireless adapter is an 802.11gb, so I'm stuck with 2.4.

View 1 Replies View Related

Security :: Shell Login Tripwire - Optimal Place?

Jul 11, 2010

I have disabled root login in my remote shell and I have a pretty strong password. I am not happy though. I want to increase security. I've been thinking about installing some basic tripwire rig, like say, send myself an email every time I (or anyone) log in. My questions:

- What kind of data would be useful to be sent in that email? Anything else besides "user so-and-so logged in at {date and time}"?

- How would I achieve that? Is it enough to include it in .tcshrc (because my shell is tcsh)? Should I add it to other shells as well (.bashrc, .csh etc.) even though nobody uses the other shells? Is it better placed in some other file, like .login? What is the optimal place?

- Would that be enough? Can I make that whole idea more secure in any way?

View 11 Replies View Related

Debian Hardware :: Monitor AOC F19s Not Operating At Optimal Resolution?

May 30, 2011

This is a fresh install of stable Debian: root@ngaio:/home/murray# uname -a Linux ngaio 2.6.32-5-amd64 #1 SMP Wed May 18 23:13:22 UTC 2011 x86_64 GNU/Linux The monitor is an AOC F19s - fairly standard 19" widescreen LCD. The graphics is running off the mother board: Intel Graphics Media Accelerator X4500 (supposedly this supports up to 2048x1536)

Gnome has three basic resolutions available, the best is 1024x768 but it still makes my pictures look fat. The optimal resolution for my monitor is 1366x768 (ie widescreen). I have hunted through lots of posts and tried creating an xorg.conf file and specifying this mode, however when I did that the Xserver simply didn't start. I then tried a few different combinations, however I was pretty much swatting mozzies with the lights off. I deleted my xorg.conf attempt and it's back to 1024x768 and I'm stumped.

[Code]...

I know these resolutions are painful to work out, so if you don't have much time perhaps you could point me at a website or document that explains how to configure xorg.conf correctly?

View 6 Replies View Related

Fedora :: Font Are Not Optimal Readable In Browser / As They Are Pretty Blurred

Jan 4, 2011

I installed the ms core fonts however they are not optimal readable in my browser as they are pretty blurred.
I have the following font settings in Gnome.

Antialiasing: Subpixel
Hinting: Low

What else can I do to improve my fonts?

View 4 Replies View Related

Ubuntu Installation :: Optimal Partition Scheme - Manually Partitioning HD?

Apr 9, 2010

I am a total noob for Linux / Ubuntu. I have been using windows all my life and I decided to get rid of Bill finally. I want to install Ubuntu by Manually partitioning my HD. I have a 500GB HDD. optimal partition scheme. I repeat i am a total Noob. please let me know details for each partition like

1. Primary or Logical
2. type
3. mount point
4. size

I am having no other OS in the pc. just planning to have ubuntu. no dual boot needed.

View 2 Replies View Related

Ubuntu Installation :: Optimal Partition Sugguestions For Speed & Dual Boot With Shared Data?

Mar 4, 2010

I am installing a custom 8.04 live disk (basically, a mirror of my whole system with user data intact, sans all non-OS files) from a USB key with remastersys for the .iso creation, and UNetbootin for the bootable USB on a brand new 120GB PATA WD HDD. Both do nicely so far, so I have a working livedisk to use until I need to install Ubuntu to the drive.

I had a pure linux box, but I need to add XP with dual booting now- I have to use Autodesk Inventor 2010 software for my college class on my laptop, so I don't drive 30 miles to use the 1 computer lab equipped with that software. I'm not new to Linux, but I am new to more in-depth partitioning. I've taken the lead and looked into things- read this good guide, among others:

HTML Code:
http://www.psychocats.net/ubuntu/partitioning and noticed that there is a way to more deftly use partitions so that personal files can be shared access and write between Windows and Linux partitions- with this:
HTML Code:
http://www.fs-driver.org/ Ubuntu is still my main OS, but being able to access all my media/data files between the 2 systems would be nice. Problem is, until now, I've put everything on a single partition because I didn't know better. Now I do, but am a bit confused with all the guides as to what's most efficient, especially in my case where full RAM speed is crucial to running a single program.

Here's what I know I need to do: 1. The Windows XP install I know needs from 20-30GB for Inventor 2010 LT to work well. I don't need anything else in XP spacewise- it's just being added for Inventor. 2. I'd like to create a separate /home partition for Ubuntu this time to save my user data, making future upgrades much more painless (I will be getting Lucid soon). How that works when upgrading, though, I don't know yet..

3. I'd like both OSes to share all my personal files (docs, pics, music, Inventor design files) if it is an efficient choice that works without problems.

4. Finally, because 2GB is minimum for Inventor to run decently, I need to maximize the speed of my RAM for it- from my reading, these so-called "swap" partitions can somehow be added for buffering this- people seem to sugguest the swap be half the size of the RAM for fastest speed, and some say add separate /usr or other partitions. I'm not clear on what would be most efficient for me.

I have limited HDD space- because of my laptop's BIOS, this single 120GB drive is the biggest I can get on my laptop, so efficient partitioning would make a huge difference for me. Before this, a 60GB HDD was in this. I'd like to see some added space for my data storage, but still keep things as fast as possible for Inventor when I use it, and Ubuntu.

View 3 Replies View Related

Debian :: Tool For Squid Reports (not SARG) - Generate Less Amount Of Files - Optimal Is To Save Reports To The Database

May 9, 2011

I got the following task from my boss. I have to find out if there is some alternative tool for create reports from Squid except SARG. Now, we use SARG, but my boss told to me, that the main problem of SARG is, that SARG generate huge amount files, which cause problems during migration our servers. He told to me the following condition for change of current tool (SARG):

* standard package of Debian
* generate less amount of files, optimal is to save reports to the database

So I would like to ask you if you know about some tool (I can not find some by google)... and the best would be if you told to me some practical experiences.

View 1 Replies View Related

General :: Downloading Photos From CD And DVD?

Jan 25, 2010

I have no problem with Firefox or thunderbird and open office. All my photos have been downloaded onto the new system no bother. I am now trying to download photos from C-D and most have done so very well but!!!I have had a problem with UDF.

View 1 Replies View Related

Debian Multimedia :: Getting Photos From A Video?

Aug 17, 2011

I have a video taken with my camera, and I want to pull out some pictures out of it, do you know any application on Debian which can do that?

View 2 Replies View Related

Fedora :: Import Digital Photos Via USB?

Sep 12, 2009

I'm running GNOME on Fedora 11. My daughter is shortly due to take possession of a digital SLR camera - a Canon EOS 400D. Apparently it comes with a USB cable. I know very little of photography, or of image stuff on Linux, so I have a few questions: Will I be able to connect it to my Linux box and import the images? Is gthumb-importer the appropriate application for this? Is there better? Are the images jpegs, or something else? I only need to copy the images to the laptop and to be able to view them - I don't need to edit them or any such.

View 1 Replies View Related

Fedora :: Cannot Upload Photos To Facebook

Dec 25, 2010

I'm running F14, and i'm having an annoying issue - I can't upload photos to facebook. I have flash player installed, but when i hit the button to create an album in facebook, it tells me i need to install flash. I use opera, but the problem also exists when i try firefox. However, i'm running ubuntu on my netbook, also with opera, and here it works just fine.

View 4 Replies View Related

Fedora :: Cheese Web Cam Not Saving Any Photos?

Jun 9, 2011

My aspire 4745 laptop has a in-built webcam, so i installed Cheese to use it. Cheese starts and the webcam works at first instance. But it doesnot shows any thumbnails for taken pictures nor it saves any picture (I have checked everywhere for the images, inside and beyond my home folder). I am lost - if the wen cam can take a picture, why cannot save it?

View 6 Replies View Related

Ubuntu :: Firefox Can't View Photos?

Apr 15, 2010

Hey I've got firefox and google chrome installed. I was using firefox for school and had to watch a photographed tour for history. The photos would not show up at all but in chrome they came up fine. There was a video b4 the photos came up so idk if firefox coudnt view the photos or the video but I've got all the plugins

View 2 Replies View Related

Ubuntu :: Software That Allows To Take Photos Off Of Camera?

Jun 4, 2010

I have ubuntu on one laptop and arch linux on another. Ubuntu allows me to easily take photos from my camera and put them on my laptop. Arch does not, even after I've installed the "necessary" software.

What is it that ubuntu has that allows me to do this? I'd like to know, so that I can install it on arch.

View 3 Replies View Related

Ubuntu :: Upload Photos To Photobox (other Than One By One)?

Jul 27, 2010

upload photos to Photobox (other than one by one)? It keeps telling me I haven't got the plugins, offers me 2 but both are installed. FTP can't be used as they say (log in and drop stuff in). I have Mint Helena (Karmic Koala) and Mozilla 3.6.8

View 1 Replies View Related

Ubuntu :: Renaming Photos In KDE4?

Sep 14, 2010

I'm trying to batch rename 3,300 photos, and can't figure it out.

I've tried digiKam and KRename, however I can't figure out how to simply rename the files as such:

~/Pictures/[year]/[month]/[datetime].JPG

where the year, month, and datetime are when the picture was taken, via EXIF data. In digiKam, I can't figure out how to rename the files to move to a different dirrectory than their current one, and with KRename, I can't figure out how to only use the year for the directory instead of the entire datetime.

View 2 Replies View Related

Ubuntu :: Can't Upload Photos To Facebook?

Oct 29, 2010

Does anybody have an idea why I can't upload photos to Facebook?Always when I try to do it, both in Firefox and in Opera the message "The connection has been reset" appears... What could be the reason? Could it also be a problem with my router or provider? Because I presume the problem exists, since I have moved flat.

View 4 Replies View Related

Ubuntu :: Uploading Photos On Facebook?

Jul 17, 2011

I use: Ubuntu 11.04 (with Unity) Chrome (and also tried using Firefox and Opera) My Problem? Today I tried to upload some pictures on Facebook (like I use to) and after choosing them it gets stuck, the browser works, but the pictures don't get uploaded. I tried different browsers and the results were the same. My java package seems to be up-to-date as well as my browser (Chrome). I don't really know what is going wrong.

View 3 Replies View Related

Applications :: Can't Edit Photos In F-Spot?

Jan 7, 2010

I'm learning how to use F-Spot photo manager. When I click on an image thumbnail in the main browse box, (to highlight it), and then I click the "Edit Image" button at the top, - it doesn't display the image in the edit box. It displays a default grey picture frame (place holder)

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved