Questions tagged [bootstrap]

8 questions
4
votes
3 answers

What's the definition and difference between provision and bootstrap?

What would "provision a machine" mean, compared to "bootstrapping a machine"? I see that provision is mostly used when talking about Puppet and Chef, and bootstrapping seams to be mentioned more closely to a machines booting process (really early…
Fredrik Wendt
  • 183
  • 1
  • 6
2
votes
4 answers

IIS randomly returning INET_E_RESOURCE_NOT_FOUND

I am using IIS 7 on Windows 2008 Server for an ASP.NET 4 application using Bootstrap. The server has a private IP address to use at work, but is also accessible through a public IP address from outside. Our Internet access provider does the…
CesarGon
  • 440
  • 3
  • 14
  • 27
2
votes
0 answers

Bootstrapping Windows EC2 instance with cfn-init command failing due to 1641 exit code

I'm having trouble with my EC2 instance cfn-init script. I'm attempting to have it install Powershell v5. When I execute the command: "command" : "C:\\cfn\\install\\Win8.1AndW2K12R2-KB3066437-x64.msu /quiet" The problem I'm running into is that…
Jim March
  • 977
  • 3
  • 8
  • 17
1
vote
1 answer

Does chef knife ever need to directly access a node?

Does knife ever access nodes directly, for example, during bootstrapping? Or does bootstrapping (and other access) all go via the chef server? I'm wondering whether I can get away with configuring firewalls in AWS so that only the chef server can…
1
vote
1 answer

mariaDB 10.5.12 access denied for root@127.0.0.1

fresh installation of mariaDB 10.5.12 on debian 11 was hardened with 'mysql_secure_installation' script, question "Switch to unix_socket authentication [Y/n]" was answered with 'yes'. Now mariaDB allows local root to log in when host equals to…
mpr
  • 11
  • 1
0
votes
0 answers

Configure GoDaddy when hosting via custom port

I rent a VPS / seedbox that happens to offer http file hosting via nginx. Instead of renting another service to host my website, I've configured my current VPS successfully. The catch is that nginx is assigned a random port above 10000. I rented a…
austin
  • 131
  • 3
0
votes
0 answers

jQuery AJAX post method throws 405 (Method Not Allowed) error

I'm new in AJAX and have been learning the functions of jQuery get() and post() methods recently. While the get() method worked smoothly, I've faltered while coming across the post() method, that throws an error saying: "405 (Method not allowed)"…
priyamtheone
  • 103
  • 1
  • 3
0
votes
1 answer

Has Microsoft documented XSS mitigation for bootstrap and jquery XSS vulnerabilities in their online hosted products?

I am reviewing a web scan vulnerability report and believe Microsoft has mitigated the vulnerabilities reported (based on jquery and bootstrap versions) but finding documentation from Microsoft would be helpful. "According to its self-reported…
Rex Bloom
  • 131
  • 1
  • 7