Questions tagged [image]

200 questions
4
votes
1 answer

Images (e.g. with Clonezilla) of Windows and Linux on a UEFI computer

I use Clonezilla with success for many years to make images from partitions that host Windows 7 or smaller and Ubuntu and other operating systems. Making images and restore them was easy for me. But now with the advent of UEFI I‘m not sure how to…
Fango
  • 149
  • 3
4
votes
1 answer

How to override "Content-Type" header with PHP script on Nginx

I have some php script which returns jpeg image(1x1 pixel) with content type "image/jpeg": // return image $image_name = 'img/pixel.jpg'; $image = fopen($image_name, 'rb'); header('Content-Length: ' . filesize($image_name)); header('Content-Type:…
4
votes
4 answers

Is a new SID applied when sysprep-ping a Windows image or when deploying?

My organisation currently has Windows XP (yes, I know official support for it ceases in less than 24 hours) and Windows 7 system images made with Symantec Ghost 11 that we routinely deploy to machines. A required step after deployment is to run…
hpy
  • 835
  • 3
  • 18
  • 28
4
votes
3 answers

Generate CPU, memory, disk and network graphs from command-line

I would like to periodically (e.g. using cron) generate an image (e.g. png) containing graphs for CPU usage, memory usage, disk I/O load and network usage. I would like something not too ugly, so a gnuplot graph is a bit crude, but if that's the…
Suzanne Soy
  • 268
  • 2
  • 11
4
votes
3 answers

LVM: Using an image of a PV?

I have a logical volume spanning several drives. One of those drives (3TB, the largest of the bunch) is dying, and I am currently making an image of it (via ddrescue). I'm not yet sure on how to use this image as a replacement PV though. The steps…
Niklas K.
  • 51
  • 3
4
votes
5 answers

Partitioning advice for dual boot with Windows XP and two separate Linux installations

Main goals is to have/being: Windows XP Main Linux installation "Some other" Linux installation which I am currently experimenting with. All three OS installations completely separate (at least to begin with). I won't share /home between my Linux…
Deleted
  • 1,832
  • 7
  • 23
  • 31
4
votes
3 answers

How can I create images of remote VPS servers? (Linux)

I am searching for a tool to assist me in making backup images of remotely running VPS servers. Thanks!
noname
  • 115
  • 2
  • 6
4
votes
1 answer

Win 8 - how to prepare an image so it does not run through setup?

I am preparing a Win8 image to use as base for automatic deployments in Hyper-V at the moment. It seems that whenever a sysprepped image starts, it is running through the whole setup routine - which is bad, as it means setting up a setup user…
TomTom
  • 50,857
  • 7
  • 52
  • 134
4
votes
3 answers

How can I run Rackspace images locally?

As the title says, I regularly download my Rackspace images for backup of my VPS, however I'm wondering if it's possible to run them locally on KVM (for example) so I can run tests on my application without affection production.
edude05
  • 323
  • 2
  • 7
  • 13
4
votes
7 answers

How to get files out of a floppy image

So, we bought some hardware for one of our aging servers. And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a…
Ernie
  • 5,324
  • 6
  • 30
  • 37
4
votes
2 answers

After imaging a drive, you receive the message "This copy of Windows is not Genuine" on Windows 7

I recently imaged the hard drive in my computer to a new SSD drive hoping to be able to quickly and easily swap the original drive with the new SSD drive. When I booted to Windows after installing the newly imaged drive I noticed that Windows…
Tim Lentine
  • 183
  • 4
  • 9
4
votes
5 answers

Remotely Image a Windows Server

I have a couple windows servers that I do not have physical access to, but I have remote log in access to. I need to pull down am image of these machine as a backup, what would be the best method of doing this?
trobrock
  • 227
  • 2
  • 9
3
votes
3 answers

Keep an updated virtual machine image on the network and let users use it if needed

(at first, sorry for my English, I'm not a native speaker) I'm currently using mostly Windows PCs and I'm somewhat doing everything with every computer in a different way. It's very unorganized: at each computer there is a different version of…
3
votes
1 answer

Good Xen image repository?

Does anyone know of a good image repo for Xen, sort of like Appliance store for VmWare? Also something like sourceforge but for xen, with tools and such? I know there used to be jailbreak.org - which is not closed. Citrix doesn't provide one or at…
konung
  • 290
  • 1
  • 12
3
votes
2 answers

nginx serve image via php script

im not very experienced with nginx so I am a bit lost with vhost set up. Basically my app, when serving some images serves them via php script this is very simple with apache: look for physical image -> if not found push everything in to index.php…
Auris
  • 311
  • 1
  • 3
  • 14
1
2
3
13 14