OpenDomain.org owner: Selfless FOSS helper or domain squatter?


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News OpenDomain.org owner: Selfless FOSS helper or domain squatter?
# 1  
Old 07-16-2008
OpenDomain.org owner: Selfless FOSS helper or domain squatter?

07-16-2008 01:00 PM
OpenDomain.org is an organization that offers to provide free use of certain domain names to worthwhile open source projects. Ric Johnson, the leader of OpenDomain.org and the owner of dozens of domain names, says he has spent thousands of dollars registering those domains in order to prevent "squatters and phishers" from snapping them up. He's keeping them safe so you can have a chance to use them. However, to some people, based on Johnson's past practices, it's not clear how OpenDomain.org differs from other organizations that buy up domain names in the hopes of future gains.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Privileges : modify dir/file owner by other that's not owner

i need to do the following operations in solaris 10: 1.change owner and group owner for files which are not owned by the current user and user group 2.to can delete files in the /tmp directory which are not of the current user 3. allow to a standard user the deletion of files in the /tmp... (1 Reply)
Discussion started by: sirmark
1 Replies

2. HP-UX

LVM helper

Have you ever had a need to know which lvols were on which disks? Maybe you needed to expand an index filesystem and wanted to make sure you did not expand onto a disk with a data filesystem. Here is a script to see how each lvol is laid out on each disk. (For VGs with many PVs it may be easier to... (3 Replies)
Discussion started by: keelba
3 Replies

3. UNIX for Advanced & Expert Users

How UNIX admin set up this? how files of 744 of other owner can be removed by another owner?

Hi all, We have some files are under 744 permissions and the the owner is say owner1 and group1. Now we have another user owner2 of group2, owner2 can remove files of the owner1 and the permission of those files are 744, unix admin told us he did some config at his side so we can do that. ... (14 Replies)
Discussion started by: TheGunMan
14 Replies

4. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

5. Solaris

Owner of file gets 'not owner' error for chgrp

Hi Folks, I know that changing users and groups is pretty basic admin, but this one has got me stumped. When I try to change the group of a file for which I am the owner for, it still gives me a 'Not owner' error. For example, when I am logged in as 'webadmin', I have the following file: ... (4 Replies)
Discussion started by: brizrobbo
4 Replies
Login or Register to Ask a Question
domainname(1)						      General Commands Manual						     domainname(1)

NAME
domainname - set or display name of Network Information Service domain SYNOPSIS
[name_of_domain] DESCRIPTION
Network Information Service (NIS) uses domain names to refer collectively to a group of hosts. Without an argument, domainname displays the name of the NIS domain. Only superuser can set the domain name by providing name_of_domain. The domain name is usually set in the configuration file by setting the variable. The name_of_domain is normally a valid Internet domain name. DEPENDENCIES
NIS servers use the NIS domain name as the name of a subdirectory of Therefore, name_of_domain cannot be a or and it must not contain Since the NIS domain name can be as long as 64 characters, name_of_domain may exceed the maximum file name length allowed on a given file system. If that length is exceeded, the subdirectory name becomes a truncated version of the NIS domain name. The first 14 characters of all NIS domains on the network must be unique; truncated names should be checked to verify that they meet this requirement. AUTHOR
was developed by Sun Microsystems, Inc. SEE ALSO
ypinit(1M), getdomainname(2), setdomainname(2). domainname(1)