Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: blud ; Forum: *nix Software and child forums
Forum: *nix Software 8 Days Ago
Replies: 1
Views: 277
Posted By blud
You don't need the 301 in the redirect line, this would work:
redirect / http://newdomain.com/
or if you want it permanent:
redirect permanent / http://newdomain.com/

If your wanting to use...
Forum: *nix Software 8 Days Ago
Replies: 5
Views: 899
Posted By blud
I apologize for my previous response, I apparently missed a critical part of your first post. It looks like the certificate is the default self signed certificate, which doesn't match the hostname....
Forum: *nix Software 8 Days Ago
Replies: 2
Views: 366
Posted By blud
Are the same 'version' of the packages installed? Sometimes newer packages are installed by the OS, but the oracle installer is looking for specific files in specific directories. Some people get...
Forum: *nix Software 26 Days Ago
Replies: 5
Views: 867
Posted By blud
PayPal now offers an nifty API that you can build into your website to accept credit cards without forcing people to leave your site as well. Amazon payments and google checkout are also both good...
Forum: *nix Software Oct 26th, 2009
Replies: 4
Views: 514
Posted By blud
Your first cron should run at 5:30 *every* day, the first thing I would check is /var/log/cron and make sure that the cron task is actually running. One limitation might be if you have "access times"...
Forum: *nix Software Oct 18th, 2009
Replies: 5
Views: 899
Posted By blud
It looks like your system is thinking the mail is destined localhost and is trying to re-direct the mail to a local user on the system, is it only that domain that has issues, or if you try to send...
Forum: *nix Software Oct 5th, 2009
Replies: 5
Views: 962
Posted By blud
Microsoft does use Unix/Linux servers for a few of their production environments, but that is obvious to anyone in the field looking for a job. They recently had several positions open for *nix...
Forum: *nix Software Jul 6th, 2009
Replies: 3
Solved: TeX & LaTeX
Views: 622
Posted By blud
TeX is a typesetting system containing greek symbols, and other characters, and LaTeX is the markup language for using TeX.

That is at least my understanding of it.
Forum: *nix Software Mar 27th, 2009
Replies: 3
Views: 905
Posted By blud
Several of the distributions now contain a way to encrypt a hard disk so that it can't be mounted until you put in a password, it really depends on what OS your using. More information about the...
Forum: *nix Software Jan 6th, 2009
Replies: 1
Views: 938
Posted By blud
This is default behavior for many FTP daemons, which allows for unique ports to be opened for file transfers, to keep port 20/21 open to allow new connections. You can configure a 'port range' in the...
Forum: *nix Software Apr 9th, 2007
Replies: 4
Views: 2,730
Posted By blud
Typically, the passwd keeps the UID's of users, if your using winbind however, it will probably be controlled by the domain controller, if you do a getent passwd do you see the users and their UID's?...
Forum: *nix Software Mar 15th, 2007
Replies: 3
Views: 1,495
Posted By blud
I thought netbsd came with lynx... anyway, yeah, less functions with similar commands to vi, q for quit, / for search etc.
Forum: *nix Software Nov 18th, 2006
Replies: 3
Views: 1,840
Posted By blud
Try redhat-config-sound, I think should should auto-detect it for RH9
Forum: *nix Software Nov 18th, 2006
Replies: 11
Views: 2,260
Posted By blud
Well, only kinda. The problem here is that Firefox 2 just came out, so a lot of the distrobutions don't have a package put together for it, where as opera, makes their own packages. OS's like gentoo...
Forum: *nix Software Nov 17th, 2006
Replies: 6
Views: 2,214
Posted By blud
You may want to add these to your yum.conf:
[fedora-stable-9]
name=Fedora Project Stable RPMS for RHL 9
baseurl=http://download.fedora.us/fedora/redhat/9/i386/yum/stable/
gpgcheck=1
...
Forum: *nix Software Nov 17th, 2006
Replies: 2
Views: 1,725
Posted By blud
Judging from this website:
http://filext.com/detaillist.php?extdetail=DAA

This file is an ISO type file that will need to be burned to a CD. What meathod are you using to install this?
Forum: *nix Software Sep 24th, 2006
Replies: 2
Views: 8,843
Posted By blud
One thing you should check is that you are actually allowed to send mail via port 25 (SMTP) Outside of your ISP's mail servers. You can test this using telnet:
telnet mail.domain.com 25

If you...
Forum: *nix Software May 26th, 2006
Replies: 2
Views: 2,246
Posted By blud
Nagios, like linux, is a very powerful program. The only problem with 'powerful' programs, is they take a lot of dedication to setup the way you want them, but once they are, you don't have to touch...
Forum: *nix Software May 26th, 2006
Replies: 2
Views: 2,488
Posted By blud
This typiclly happens when the ./configure command fails to work correctly to make the 'Makefile'

Were there any errors when using ./compile?

I'm sure you aware of this, but the documentation...
Forum: *nix Software May 9th, 2006
Replies: 19
Views: 15,977
Posted By blud
Based on the first few sentences in the 2nd paragraph, I am a little confused.

Your router should have a static ip address, in one of the following ranges:
192.168.*
10.0.*

Now, it should...
Forum: *nix Software May 9th, 2006
Replies: 1
Views: 1,675
Posted By blud
Linux can support any linux based program... so in a short answer: 'yes' it can support samba and NAT/DHCPd/etc. at the same time.

Basically, all that is required is for the software to be...
Forum: *nix Software Apr 11th, 2006
Replies: 4
Views: 4,110
Posted By blud
The service that it was most likely trying to start (only one that I'm aware of that starts with hot*) is the hotswap service, this is typically used for hotswap hard disks, or USB devices that can...
Forum: *nix Software Mar 31st, 2005
Replies: 2
Views: 3,731
Posted By blud
I had a similar issue, the way I corrected it was by downloading the previous version of yahoo messenger, then I just realised that gaim was a better client, and used that. It appears that in the new...
Forum: *nix Software Jul 5th, 2004
Replies: 0
Views: 15,773
Posted By blud
A lot of people have noticed that Redhat Enterprise had some io issues for Pentium 4 processors, this can usually be fixed by updating to the latest kernel and/or putting the following lines into...
Forum: *nix Software Jul 5th, 2004
Replies: 3
Views: 6,815
Posted By blud
You are correct, 99.9% of linux operating systems cannot support NTFS, they can read them, but not 'write' them. so I would not recommend using NTFS for the windows partition. As far as windows using...
Forum: *nix Software May 7th, 2004
Replies: 2
Views: 3,951
Posted By blud
*15 hours later, 7 troubleshooting this issue* Ok, I'm stupid, I forgot to give the 'horde' user write priviliges to the database.
Forum: *nix Software May 7th, 2004
Replies: 2
Views: 3,951
Posted By blud
I've posted this on cpanel's forums as well but I was hoping someone here might have a solution, I have a cpanel machine with horde, and when I try to add to the address book it seems that nothing...
Forum: *nix Software May 4th, 2004
Replies: 6
Views: 3,303
Posted By blud
Most linux distrobutions come with a DHCP client called dhclient. You should be able to type dhclient <ethernet interface> and it will try to recieve a DHCP address from the 'DHCP Server'. The other...
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC