Questions tagged [image]

200 questions
0
votes
0 answers

Can I use a KVM image of Debian as a bootable image for a laptop?

I'm given the task to create a unified Debian image for all my teammates laptops. My plan is to create a KVM with all the necessary software and settings and copy this image later with dd to the hard disks of my colleages' laptops. Can I use a KVM…
manifestor
  • 5,329
  • 5
  • 21
  • 33
0
votes
1 answer

Nginx reverse proxy reach my site but can't get pictures

I've been struggling for 3 days with Nginx reverse proxy to realize i think, a easy thing. I have to simply reach many backend node-red (nodeJS) application from Nginx but always, with different ports. For the next, this my example : Web client ->…
0
votes
3 answers

Ubuntu: Simple way to move a production system to a new Hardware

I am just preparing to move our production system to a new Hardware. If possible I would prefer to have the same users/userid's on the new Machine. There's also a MySQL Database which is needed on the new Machine. I am considering to put the…
Vokuhila-Oliba
  • 183
  • 3
  • 10
0
votes
2 answers

How can I count image downloads using Apache 2.2 on windows-7?

What is an easy way to count downloads of an image file so that I can count how many times my Craigslist ad is read to see how often that converts to a hit on my site? This is for windows-7 running Apache v2.2. Ideal would be to create a webpage on…
WilliamKF
  • 215
  • 1
  • 7
  • 12
0
votes
0 answers

catalog list are empty

I install openstack on RedHat 8.5. Everything OK. I entered command: openstack image list The service catalog is empty. [root@localhost dima(keystone_admin)]# What is the reason ? Any suggestions? Thanks
dtrvno
  • 1
0
votes
1 answer

Extract the content of the image from which the Windows workstations are installed?

I am just developer who tries to debug one nasty error that happens only on the workstations that are built/installed from some corporate image of the Windows workstation. I have no idea what "the image file" means and I have no access to it. My…
TomR
  • 111
  • 1
  • 6
0
votes
0 answers

Create a virtual machine with a custom image, which cannot be accessed through load balancing

I created a virtual machine instance through a custom image, added it to an unmanaged instance group, and associated the instance group with the network load balancer, but I could not access the MySQL service on the virtual machine through the…
jeck
  • 1
0
votes
3 answers

Immutable Linux images - how far can and should I go?

Immutability is cool in order to realize consistency, predictability and reliability, and I don’t see any reason why I shouldn’t strive for OS-level immutability when deploying my application on Linux VPS’es from different cloud providers around the…
0
votes
0 answers

RDP Session without username & password prompt

Iam currently working on a new image with thinstation for our terminal pcs. I want them to connect to our rds with the known windows login screen but that isnt the case. When I start the image, my clients receive a prompt from freerdp to enter their…
0
votes
0 answers

Add fallback image for images giving a 404 error on nginx

In case of an image (png,jpg,gif) missing thus giving a 404 error, I would like Nginx to send back a fallback image e.g. https://example.com/fallback.png I tried the following with no success location ~* ^/[^/]*/(.*)\.(gif|jpe?g|png)$ { try_files…
0
votes
3 answers

How to prevent creating container from a docker image?

I'd like to build a docker image which will the base of my containers, but I'd like to prevent creating a container directly from it. Is it possible?
user590282
0
votes
0 answers

how to convert acronis .tibx new format to .tib old format

Create an OS image in acronis 2020 with the new .tibx format. The problem is that this image cannot be dumped to an old computer since it does not support Acronis 2020 nor can I use old versions of Acronis Boot Image, because, although it works on…
acgbox
  • 243
  • 1
  • 5
  • 17
-1
votes
1 answer

Capture Linux OS image using in-built application?

I have an issue. I want to know if I can capture any Linux OS custom image using an in-built app? Example - I can use SysPrep to capture Windows image, but how do I go about capturing Linux image? Because after capturing, I want to use WDS…
-1
votes
1 answer

cache images that has been resized with php

URL of the image is like this resize.php?image=imagename.jpg&w=100&h=100 and I want to cache the result in RAM. Can APC of php do it? how? Or I must install something else?
Mehdi Azizi
  • 51
  • 11
-1
votes
2 answers

Best image hosting solution

Due to the heavy load and disk occupation, I want to move all of my website images to a separate dedicated server or Amazon S3. But I doubt there is not control on data if we move to S3 like downloading all the data or moving to another provider…
Max
1 2 3
13
14