http://askubuntu.com/questions/468466/why-this-occurs-error-diskfilter-writes-are-not-supported " It's a BUG! This is a bug that occurs in the most recent version of Ubuntu Server (Ubuntu Server 14.04 LTS), when you create the boot partition (or the root partition, when the boot partition doesn't exists) inside a LVM or a RAID partition. You can get more info about this bug in Ubuntu Launchpad: Bug #1274320 "Error: diskfilter writes are not supported" . Why does this bug occur? When the system is booting, GRUB reads ( load_env ) data in /boot/grub/grubenv . This file is called GRUB Environment Block . From the GRUB Manual: It is often useful to be able to remember a small amount of information from one boot to the next. [...] At boot time, the load_env command (see load_env) loads environment variables from it, and the save_env (see save_env) command saves environment variables to it. ...
Not often I learn something at work that I need to put on here. Anyway, imagemagick: convert -density 600 input_file.pdf output_file.png Gives me a lovely hi-def version of the image. Too hi, probs, but at least it's relatively easy to resize (down) once it's in the appropriate image format.
I enjoyed that little foray into problem-solving for Mint on the probook, and I learned some good stuff in the process. My C++ self-tutelage is stalling because it's just getting more and more abstract and I don't have any proper examples to work with. So it'd be nice to come up with some stuff to do on the linux system using bash or whatever. I'm going to put some ideas down here to investigate. * Cron jobs. I've been meaning to get around to this. The 1st idea I have is to take the items in my monthly folder and archive them. Or label them with tags. Or something like that. And start a new folder each new month? * Automate my photo process flow. Script that takes the contents of my camera's SD card and treats them how I want to enable uploads to flickr, backup to the external HDD. Add tags? * Use scripted imagemagick actions to take all photos in my monthly folder, convert them to an appropriate size and resolution, then animate them into a...
Comments
Post a Comment