Questions tagged [image]

200 questions
2
votes
1 answer

Citrix XenDesktop create an image to work across multiple hardware devices

I have created an image using this guide http://support.citrix.com/article/CTX119877. However this only works for virtual and the model that I made the image on how can i extend compatibility to another device? I am just using it for a vdisk that I…
JohnyV
  • 938
  • 4
  • 26
  • 45
1
vote
1 answer

Other virtual drive formats for linking to physical disk device or to archive content

It is known that you can link to physical disk device through VMDK virtual drive format. It works on Mac*, Lin*, Win* with VirtualBox or VMware ( here solution with VBoxManage internalcommands createrawvmdk is described ). I repeat: it is about…
1
vote
1 answer

Files Not Appearing in S3 File Storage Gateway Bucket

I created an AWS S3 File Storage Gateway and mounted it to a Linux server on-prem. On that same server where the file gateway is mounted I have a separate NFS share mounted. My goal is to copy files from the NFS share to the file gateway share - so…
jrd1989
  • 628
  • 10
  • 35
1
vote
3 answers

If you are migrating to HTTPS, will third party HTTP links to your images break?

I write articles for multiple online blogs, and I host the images embedded in these articles on my personal website. I would like to implement SSL on my website, because one of the websites hosting these articles switched to HTTPS links and the…
zylixia
  • 13
  • 4
1
vote
7 answers

How to generate an image of my Raid 0 HD before formatting it?

I'm planning to format a server to resintall the operating system. However i'd like to save an image of current HD installation (Vista Business 32bit, raid 0). What software do you recommend to do this? I'm looking for something that is easy to…
TempBoy
1
vote
0 answers

How do you 'bake' a Red Hat Atomic image in read-only mode?

Many people are talking up the security benefits of Red Hat Atomic - being a read-only operating system - means substantially fewer vulnerabilities - particularly important in the cloud. When I provision machine images with Packer - we install some…
Hawkeye
  • 2,669
  • 9
  • 30
  • 34
1
vote
1 answer

Nginx: Leverage browser caching for remote resources (images)

There are some images in one site of mine which are hosted to a remote server. I haven't figured out yet how to set Cache-Control to remote sources. For local files I'm using: location ~*…
Skeptic
  • 191
  • 1
  • 1
  • 6
1
vote
1 answer

Cannot re-image laptop after drive encryption has been enabled

We are using HP laptops, and on them there is a software suite called HP Protect Tools. Part of this package of tools is "drive encryption." Since we are dealing with confidential information we enable drive encryption. It takes about two hours to…
jherlitz
  • 1,058
  • 1
  • 18
  • 25
1
vote
1 answer

How to expire image and force reload in Apache only when file in server changes

I have a PHP application running on an Apache2 server. I started off with HTML5 Boilerplate, and the .htaccess includes "1 month" expiry policy for all images. For example: ExpiresByType image/jpeg "access plus 1…
ADTC
  • 143
  • 2
  • 11
1
vote
1 answer

Error Pushing Docker Windows Image into Docker Hub - Error parsing HTTP response: invalid character / Request forbidden by administrative rules

Notice: This is a repost from StackOverflow. I am trying to push a Windows Core Docker Image into my Docker Hub account. The error message (1) I am getting is: $ docker push / The push refers to a repository…
herrera
  • 13
  • 4
1
vote
4 answers

How to create clone / image of macbook pro?

I manage a group of users who are moving from windows based laptops to macbook pros. I want to create a HD image or clone like I have done for windows based machines. This way I can install and configure all the needed software the user will use for…
Andy Jackson
  • 41
  • 1
  • 4
1
vote
1 answer

Nginx - Redirect to different url if an image is directly access

I want to redirect users if they access the gif images directly. http://www.example.com/uploads/file.gif This should be redirected to home page or some other page. Or If the image is directly accessed, I want to show a html form or button to go to…
Mahesh
  • 237
  • 1
  • 3
  • 16
1
vote
3 answers

Sample code for nice GUI for imageX? (to automatically deploy WIM-files using Windows PE)

I currently use this simple batch-file to deploy an image to our workstations: ECHO HALLO y: cd \ diskpart /s diskpartcmds.txt imagex.exe /apply y:\image.wim 1 c: bootsect /nt52 c: (Y: is a mounted network share, dispkatcmds.txt is select disk…
Christian
  • 1,033
  • 5
  • 16
  • 24
1
vote
0 answers

IIS 7.5 images not showing - 404

I have IIS 7.5 running my local dev site. My problem is the images are not displaying and in the browser console i receive a 404 error for them. I have checked the Handler Mappings and have 'StatticFile'. I've also got Common Http features, and…
user667430
  • 111
  • 3
1
vote
0 answers

installing CoreOS using usb device and CoreOS ISO

I have some doubts about installing CoreOS using the image ISO. I follow the steps in CoreOS docs, in the Install section: cfdisk -z /dev/sda touch "/usr.squashfs (deleted)" # work around a bug in mkfs.btrfs 3.12 mkfs.btrfs -L ROOT…
Robert
  • 1,172
  • 2
  • 9
  • 10