Hi,
I have followed this tutorial http://wiki.osdev.org/Bare_bones to build a simple C kernel and boot it successfully. But, how to convert the floppy image to CD image to use it with my real PC?
Hi all
I'm following this tutorial to set up a LAMP stack on EC2 with persistent storage on EBS. It all works well when doing it step by step.
But in case you want to mount your EBS under /mnt instead of under the root directory the
ln -s
commands won't work!
I tried:
ln -s /mnt/ebs1/httpd /etc
and:
ln -s /mnt/ebs1/httpd /etc/httpd
Is there a difference when linking to a file on a device that is mounted under /mnt?
(working on fedora core 8)
My server is windows server 2003. I got a huge list of subscribers. Lots of them have invalid email like, [email protected], [email protected], [email protected]...
I want to send a email to all my users, but it will send to those invalid email as well. And thus, it will create bounce email. How to handle those bounce email? Any good tutorial I can follow?
I have read this tutorial to and added this command in the file
vmrun start /media/VM/WindowXP/Windows XP Professional.vmx
I have also added one more line
echo "hello" >> /home/abc/test.txt
to check if script is runinng or not.
When i restart the ubuntu , then virtual machine does not start. But there are two "hello" in that text file
I don't know why two hellos but vm is not starting
I'm very new to this Openbravo POS, how do i find some repository for testing for this?
If anyone has any suggestion on this Openbravo POS, please suggest
Any document, or tutorial would help
I have setup a Fedora 13 minimum install inside of a VirtualBox VM, and am following this tutorial to setup Cobbler:
PXE virtual network with Virtualbox and Cobbler
When I go to run the initial cobbler sync the command seems hang. How long should it take to run this command? Since I did a minimum install of Fedora 13 am I missing a application that would prevent cobbler from executing the sync properly?
Sorry for that dumb questions but what is the difference between those terms.
Can anyone recommend nay tutorial / books with only few pages (So that i can read fully) to get an better idea about those terminology
# virsh sysinfo
error: failed to get sysinfo
error: unsupported configuration: Host SMBIOS information is not available
# virsh -c qemu:///system sysinfo
error: failed to get sysinfo
error: unsupported configuration: Host SMBIOS information is not available
Following this tutorial to the letter: http://eduardo-lago.blogspot.com/2012/01/how-to-install-kvm-and-libvirt-on.html
Everything else works fine except this command: virsh sysinfo outputs error.
Help!
I installed git with gitolite on my vserver using this tutorial.
But I've got a problem to clone the gitolite-admin repo to my computer.
The user is created with the option --disabled-password
But if I try to clone with
git clone git@<server>:gitolite-admin.git
he asks not only for the passphrase of my rsa_key but also for the password
of the gituser.
Anyone an idea? I thought the user is created without password and
I don't know what to type in
Every fetchmail tutorial I've read says putting your email account password clear-text in a config file is safe. However, I prefer security through layers (since, if my terminal is up and someone suspecting such email foolery slides over and simply types "grep -i pass ~/.*" then, oops, all my base are belong to them!).
Now, with msmtp (as opposed to sendmail) I can authenticate using the OSX keychain. Is there an email 'grabber' that lets me use Keychains (or at least, that lets me MD5 the password)?
I'm trying to link a debian server authentication to active directory.
I followed this tutorial: http://wiki.debian.org/Authenticating_Linux_With_Active_Directory but I'm stuck on the
getent passwd
Because this doesn't list all AD users but only locals.
This is my nsswitch.conf:
passwd: files winbind
group: files winbind
shadow: files winbind
And I'm sure it is well connected to AD becuse this:
wbinfo -u
Lists all AD users.
What have I missed?
We are looking to get our Cisco Unity Connection 7 to store messages using Exchange Server 2010 Unified Messaging. Is anyone aware of any whitepaper/document/tutorial or other that they'd recommend we look into? We can't seem to find much. From what I here from our Cisco partner is that the connection works, but will be better in the next release.
Thanks in advance.
I'm sure I've just missed which tutorial/manual page covers this, but how do you add get the guest OS to recognize that you've added new drives to it without a reboot?
I have a RHEL5 guest running on ESX 4. I've added new virtual disks to the VM, but have not figured-out how to get the guest to recognize them without a reboot.
Is this possible? If so, how?
Hi,
I'm trying to determine how to set up dual NICs on my Server 2008 box (not R2). I want all web traffic on one NIC and all Hyper-V traffic on the other.
Is this possible? ( I assume that it is )
How is this done? ( A link to a tutorial you know of would be great )
Both NICs are the same (Intel PRO/1000 EB Network Connection with I/O Acceleration).
Thanks in advance,
Randall
Hi,
I'm configurint Postfix to use external smtp. For this, I use the following tutorial: http://carlton.oriley.net/blog/?p=31
After following it, I found in the logs that /etc/postfix/sasl_passwd.db couldn't be read. The file didn't exist. I used postmap hash:/etc/postfix/sasl_passwd (http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html) as root, but I get:
postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
Why do I get this?
Thanks.
I set up a local server without MAMP, for various reasons. I used this tutorial: http://coolestguyplanettech.com/downtown/install-and-configure-apache-mysql-php-and-phpmyadmin-osx-108-mountain-lion
I'm just wondering why the local IP and localhost resolve to two different locations. Right now the IP resolves to a Virtual Host I set up and the localhost resolves to the DocumentRoot established by httpd.conf
I've read this tutorial about how to modify your .htaccess in order to server many web2py applications but it doesn't seem to work. Here is my .htaccess
RewriteEngine On
RewriteRule ^dispatch\.fcgi/ - [L]
RewriteRule ^(.*)$ dispatch.fcgi/$1 [L]
RewriteCond %{HTTP_HOST} =www.moublemouble.com [NC, OR]
RewriteCond %{HTTP_HOST} =moublemouble.com [NC]
RewriteRule ^/(.*) /moublemouble/$1 [PT,L]
All I get is a 500 Internal Error and .htaccess is not my strong point. Any clues?
I want to build a website that provides some maps that have information about a city (like Google Maps). How can I do that? Is it good to use an app to do that? Can you give me a few examples?
Or it it best to do that with Web programming? Is there any tutorial that can help me out?
C:net start svnserver
System error 2 has occurred.
The system cannot find the file specified.
I tried following this tutorial
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
I need a tool to automatically backup my Drupal installations from my server to my laptop.
In other terms, I need to copy 1 folder (all my Drupals are inside this folder) and all databases.
So I was wondering if I just need to write a script on my laptop
connecting to the server every week
copying the folder with all mysql databases
informing me by email if the backup has been succesfull
do you know if I can find some tutorial for it ? or download such script ?
thanks
Hi guys,
Is there a quick way to give the local administrator full rights to all folders on the C drive? I am having really hard time with that, I try to give it full rights to some folders (user profiles) but I can't even modify the NTFS permissions in some cases, I get "permission denied"
Is there some soft of tutorial or script that will just give the administrator full rights on all folders in the C driver?
Many thanks for your help!
Toast
At the moment, I am using Apache web server to redirect all HTTP request to port 8080 to be served by GlassFish app server.
Just like Apache, GlassFish has a docroot folder to store static pages. I've tried to googled for a while but I could not figure out whether there's a way to set up internationalization for GlassFish's docroot.
I'd be very grateful if you could give me a hint or a link to some tutorial regarding this matter.