define(`MAIL_HUB', `test.com.')dnl define(`LOCAL_RELAY', `test.com.')dnl 3. ran the following command to reflect the changes:
sendmailconfig
Restarted the sendmail service and I was able to send mail to the remote mail server fine.
An opensource Guide
Linux is a powerful opensource OS. Once you are in it, you feel like a genious! Now what are you waiting for? Install Linux in your machine and make the world out of it!
Have a Linux server or localmachine? Need to power your own websites in it? Here you go!! Click to unleash apache webserver installation guide and learn to host your own sites
This document will give you an overview of linux processes. Advanced topics yet to come!!
DKIM is an excellent software to digitally sign your outgoing mails and thus ensuring proper inbox delivery of all your mails.
define(`MAIL_HUB', `test.com.')dnl define(`LOCAL_RELAY', `test.com.')dnl 3. ran the following command to reflect the changes:
sendmailconfig
Restarted the sendmail service and I was able to send mail to the remote mail server fine.
If you encounter problems while installing vlc player in ubuntu 11.04 , then just do the following as a speedy solution:
1. Open /etc/apt/sources.list in your favorite editor:
nano /etc/apt/sources.list
2. Add the following entry at the bottom of the file:
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main
3. apt-get update
4. apt-get install vlc mozilla-plugin-vlc
And you are done! Now right click on any video files and select "open with" and then select vlc from the list. Enjoy :)
First add the required repo path in sources.list file.
1. Open /etc/apt/sources.list in your favorite editor:
nano /etc/apt/sources.list
2. Add the following entry at the bottom of the file:
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main
3. apt-get update
4. apt-get install vlc mozilla-plugin-vlc
And you are done! Now right click on any video files and select "open with" and then select vlc from the list. Enjoy :)
This is quite a nasty error when trying to install vlc player in ubuntu.
If you encounter this problem while installing vlc player in ubuntu 11.04 , then just do the following:
1. Open /etc/apt/sources.list in your favorite editor:
nano /etc/apt/sources.list
2. Add the following entry at the bottom of the file:
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main
3. apt-get update
4. apt-get install vlc mozilla-plugin-vlc
And you are done! Now right click on any video files and select "open with" and then select vlc from the list. Enjoy :)
This error took a lot of headaches and finally I succeeded in installing vlc in this way.
4. Click on "Generate" button. You will need to keep the mouse moving for generating random key. You will see the following image:
5. Save the private key. (You do not need to enter a passphrase if you dont want to enter the passphrase each time you login to the server using this key). Note the location in which you save the key. Give a suitable name. The extension will be ppk.
2. As shown in the pic, expand "SSH" and select "Auth" in the left pane. Click "Browse" button and select the previously saved private key.
PS: ensure that there are no default login names by clicking on "Data" option under the section "Connection" in the left pane.