Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
Posted 05-19-2014 at 03:32 PM by dr_agon
Recently I repartitioned my harddrive and had to recreate VMDK file which is used to access some of my physical partitions by guest machine.
You can do it using the command
Code:
$ sudo vboxmanage internalcommands createrawvmdk -filename test.vmdk -rawdisk /dev/sda -partitions 1,3
The result did not satisfy me, because guest machine required RW access to entire /dev/sda.
Looking for description of VMDK format I have found this.
So, I modified the lines in VMDK file...
|
Member
|
|
Views 1685
Comments 0
|
|
Posted 12-09-2012 at 07:40 AM by dr_agon
Updated 12-09-2012 at 07:44 AM by dr_agon
applies to: linux, KMail, Opera, Balsa, Claws
Recently I got sick of new KMail. I tried to be patient and after upgrading to new KDE4 (together with Kubuntu 12.04, which is "Long Term Support", so it was ment to be "stable") I ran trough all pains with migrating my e-mails and configuring it together with Akonadi, Nepomuk, and Virtuoso. I hoped to get the whole KDE-PIM usable again. Now, after half a year, I gave up and searched for replacement.
I needed Mail User...
|
Member
|
|
Views 3738
Comments 0
|
|
Posted 03-06-2011 at 06:34 AM by dr_agon
After switching to KDE4 I was little confused with its new philosophy of Plasma containers and activities. As it looked interesting, I tried to find more information. Now, there are some nice posts showing how to use it, but I couldn't find the answer for a simple question: where the information about desktop icons is stored on a disk?
Just for the record, in KDE 4.4.5 it is in
'~/.kde/share/config/plasma-desktop-appletsrc'
|
Member
|
|
Views 3684
Comments 0
|
|
Posted 02-20-2011 at 04:30 PM by dr_agon
applies to: linux, find, xargs, convert, image processing
' convert' command, which is a part of ImageMagick package can be used for image resizing, but it lacks ability to process multiple files (in version of ImageMagick 6.5.7-8 2010-12-02). Instead of writing a shell script you can use find and xargs commands to collect filenames and invoke convert with one filename at a time, like this:
Code:
find -iname "*.jpg" -printf "%f\0" \
| xargs -0 -I {} convert
...
|
Member
|
|
Views 8235
Comments 0
|
|
Posted 12-02-2008 at 03:53 PM by dr_agon
applies to OpenOffice.org, Linux, Windows, Python, XML
Recently I try to develop modules for already existing, big project using Python and OpenOffice.org. The application is meant to work both under Linux and Windows. Unfortunately, it is not easy. - Python-UNO bridge to OpenOffice, which is part of OO suite, is different. Under Linux it works flawlessly with the fairly new Python v. 2.5. Under Windows it works only with supplied Python v. 2.3.4. It wouldn't be so bad if recent wxWidgets
...
|
Member
|
|
Views 2854
Comments 0
|
All times are GMT -5. The time now is 12:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|