Are the RAM module or CPU required to boot the motherboard? What is the minimal configuration to boot into BIOS? The motherboard I need to boot is a mediocre ASUS socket LGA775.
I am using the lib ssh2 module with PHP and calling the function ssh2_fingerprint() to get the keys fingerprint. According to all resources on the internet, I can get the fingerprint of a public key by executing:
ssh-keygen -lf id_rsa.pub
Which outputs something like:
2048 d4:41:3b:45:00:49:4e:fc:2c:9d:3a:f7:e6:6e:bf:e7 id_rsa.pub (RSA)
However, when I call ssh2_fingerprint($connection, SSH2_FINGERPRINT_HEX) in PHP with the same public key I get:
dddddba52352e5ab95711c10fdd56f43
Shouldn't they match? What am I missing?
I'm preparing to remotely install Windows 2008 Standard onto a 6250 blade module mounted in a SunBlade 6000 chassis rack.
Are there any gotchas (aside from the predictable issues related to bandwidth in transferring the ISO, etc.) for this? Has anyone else successfully completed this task?
I'm not a hardware guy, I'm a software guy who has been handed this task because the guys in the datacenter don't want to touch it.
Any help is appreciated.
Hello
I'm trying to install an older application named headline.exe. I'm getting an error message saying the the program has to end and asking if I want to notify Microsoft.
The event logs says "Faulting application _untitled.exe version 1.0.0.1591, faulting module flash6.ocx, version 6.0.88.0, fault address blah blah blah.
I uninstalled flash and installed version 6 of Flash and nothing changed.
Any thoughts?
Thanks
Is it possible to include the config.tar (encompasses the rules before/after scripts…) instead of on a web server served through http:// - but included no the cdrom itself.
Namely am trying to do something along the lines of:
title Solaris
kernel$ /boot/multiboot kernel/$ISADIR/unix install cdrom:/config/config.tar dhcp -B install_media=cdrom
module$ /boot/$ISADIR/x86.miniroot
Yet it seems Solaris only supports HTTP or NFS as the source for config.tar - and not the CDROM itself.
Any ideas?
Thank you.
I'm trying to measure would it be better to have prefork or worker mpm apache module for the server I'm working on, which is Amazon X-Large
15 GB memory
8 EC2 Compute Units (4 virtual cores with 2 EC2 Compute Units each)
and that will run a Magento website with about 50 active users at once. Site serves a lot of images and about 45 requests per page. Images sometimes hang, so it seems worker would be a better option?
Thanks
I just edited the htaccess file to include:
AuthType Basic
AuthName "My Protected Area"
AuthUserFile /home/path/to/public_html/
Require valid-user
I then created a htpasswd file via the htpasswd command. I have enabled the module: LoadModule authn_file_module modules/mod_authn_file.so in the Apache configuration.
Now, when I load the page I now get a 500 error and apache log says "configuration error: couldn't check user. No user file?: /"
I have read that I can do this to make a smaller footprint Nginx when used as static content cache/reverse proxy:
--without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module
What other options are safe to disable? SSI, FastCGI? Others?
The only requirements for the reverse proxy is to be able to do https and gzip compression.
Will disabling all the module really help with footprint and/or performance?
I'm trying to create a install script for some FreeBSD machines.
I want to install a few ports but change several configurations before installing, and without the dialog popup.
I've tried almost everything but no success.
I.E:
I'm trying to install nginx with HTTP_SSL module but i can't seem to pass the correct parameter to the make install clean command. I also want to use all other default settings, and only change this one.
Any help will be appreciated.
I have an issue with IIS7 url rewrite module, when I add following rule I get an 404 error on all pages.
<rule name="Remove .aspx" stopProcessing="true">
<match url="(.+)\.aspx" />
<action type="Redirect" redirectType="Permanent" url="{R:1}" />
All I want to do to remove all files extensions.
I get lost with this, maybe someone knows the solution?
Thanks in advance.
Regards,
eimeim
We have two Apache server as front-end and 4 tomcat server as back-end configured using mod_proxy module as load balancer. Now, we want to exclude an single tomcat url from the mod_proxy load balancer. Is there any way or rule to exclude?
Proxy Balancer Setting:
<Proxy balancer://backend-cluster1>
BalancerMember http://10.0.0.1:8080 loadfactor=1 route=test1 retry=10
BalancerMember http://10.0.0.2:8080 loadfactor=1 route=test2 retry=10
</Proxy>
See this NYTimes url:
http://opinionator.blogs.nytimes.com/2011/01/02/war-in-the-cabinet/?hp
If we type
opinionator.blogs.nytimes.com/2011/01/02/war-i
in browser, it automatically redirects us to the above article, the only article in that folder starting with "war-i".
How to do this in a site with apache, which serves static html files only? That is, if there is a apache module, without adding scripts, that would be best.
(i use ubuntu 10.04 64bit)
i cant get most of my fn keys to work in this laptop. i especially need fn+f8, which switches between trackpoint & touchpad. what i tried:
sudo nano /etc/modules
(added lenovo-sl-laptop to the file) then:
sudo modprobe lenovo-sl-laptop
this failed: FATAL: Module lenovo_sl_laptop not found.
as for the hdapsd i dont have it installed, since i dont know how to configure it (i guess it helps hdd protection).
Is it possible to enforce a maximum rsize/wsize in nfsd? I'm having issues related to IP fragmentation (yes, I'm stuck with NFS-over-UDP, contrary to the warnings in the manpage), and have no practical access to the client mount command (buried in one of many TFTP boot images).
http://nfs.sourceforge.net/nfs-howto/ar01s05.html lists a kernel source parameter limiting the maximum block size, but I'm not gong to get away with recompiling the nfsd kernel module so that's not really an option either :-(
What is the best price, best value, for Linux VPS hosting in British Columbia, Canada?
looking for something that can handle Perl/PHP, and admin user control of library/module installation.
BTW: Is it possible to get a dual setup...half windows mode server, half Linux mode server?
Thanks in advance for all your responses.
I've noticed several articles that have claimed that QEMU is slower than VirtualBox (without hardware assistance) but several are years old, and the newest seemed to be from last year.
Is it true that QEMU is slower than VirtualBox?
If so why?
Are there any tricks to close the performance gap?
Some of my host systems do not have virtualization support so I'm especially interested in performance tips that work without the kernel module.
I am setting up my Google reader so the rss feed posts to my Ping.fm account via the ping.fm superfeeder module.
I cant work out how to make my Google reader feed public. please help
I need to proxy an SSL-authenticated connection to another server that requires an SSL authenticated connection. I realize that the incoming and outgoing connections of the proxy may have different certificates, but is it possible to call proxy_pass and tell it to use a certificate/private key for connection to the proxied system?
Based on the documentation, it doesn't seem possible. Maybe with another module?
Initially i had joined my XP to domain.
Now i have removed the OS with Domain COntroller.
Now i want to join my xp to workgroup and when i do that it ask me for username and passowrd and then it says specified module does not exist
Now how can i manually unjoin
Possible Duplicate:
How strong is parallels plesk 11 inbuilt firewall for linux os?
I am new to Linux Dedicated server hosting and plesk panel 11 , i am looking for inbuilt firewall module . Is it comes with free in plesk 11 or i need to pay or plesk 11 doesn't support firewall?. I looked at the demo http://www.parallels.com/products/plesk/demos/, but i couldn't find any information about firewall in plesk 11.
Im installing Debian testing version wheezy on my Asus X53Sc with Intel Centrino Wireless-N 100.
Im having a problem with my wifi connection.
When I try to connect to internet with the wireless connection, an error occurs:
Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169.
I installed successfully the iwlwifi-100-5.ucode, but now I have this error.
Any ideas or suggestions to resolve the problem ?
I need suggestions for a single board computer, with these requirements:
Runs linux
Wifi
(I/O module?)
Does not need much computing power. I'm using it for applications like twittering when the coffee at the office is ready etc. I'd like it to run linux, for easy scripting and a full network stack. (preferably pre-installed)
I would like to only allow one IP to use up to, say 1GB, of traffic per day, and if that limit is exceeded, all requests from that IP are then dropped until the next day. However, a more simple solution where the connection is dropped after a certain amount of requests would suffice.
Is there already some sort of module that can do this? Or perhaps I can achieve this through something like iptables?
Thanks
I'd like to turn off Windows 7 video thumbnails displayed in . I found this solution for Windows XP but it doesn't work for Windows 7 ("The module shmedia.dll failed to load").
http://superuser.com/questions/133188/disable-thumbnails-in-windows-xp