Now all us Mac wannabes can run Safari.
Archive for June 11, 2007
Socialverse Realtime Social Networking Platform
We’re looking feedback! Sign on to http://www.socialverse.com/ and tell us what you think. All comments, positive or negative, welcome.
Real World. Real People. Real Time.
Socialverse is a live interactive local media platform and social network. Socialverse lets you discover the real world, with real people, in real time online.
Socialverse connects you with your neighborhood.
- Meet your neighbors.
- Chat with friends and family.
- Share photos.
- Find restaurants and stores. Read reviews and write your own.
- Reach customers for your business.
- Search local classifieds and post your own.
- Buy, sell, and trade real goods or virtual goods all in the same place.
Socialverse connects you with the world.
- Hang out with friends and family around the globe.
- Explore exciting new cities.
- Plan trips.
- Ask locals for must-see hot spots.
- Make friends worldwide.
Discover your world online, from next door to far away.
Simple things to improve mail delivery
To avoid getting flagged as spam:
- Avoid all X-Priority headers
- Avoid all X-Mailer headers
- Use an SPF record like youdomain.com. 3600 IN TXT "v=spf1 ip4:123.123.123.123 -all"
- Use DKIM signing
- Ensure mail server’s DNS resolved to the same name for both forward / reverse
- Ensure MX record matches mail server’s resolved DNS name
- Apply for AOL whitelist status http://postmaster.aol.com/
MogileFS HOWTO
Check out the latest copy of the MogileFS source code (recommended)
Install common prereqs
[download:prereqs.sh]
[/download]
Go ahead and install the servers
Install the client module
Install the admin utility scripts
Create the MySQL database
Setup the SQL Permissions
Load the schema
Create configurations
Add the following to /etc/mogilefs/mogilefsd.conf
* you may need to change the lib path relative to your system
Create the storage server config in /etc/mogilefs/mogstored.conf
Start the tracker
Start the storage server on all the servers that will be providing the role
Configure your domains and replication patterns
Tell the tracker about all the hosts and devices acting as a storage server (mogstored)
Make the device directory (device names need to be GLOBALLY unique; thus dev1 can never exist anywhere else on any other mogstored server. The prefix must be dev, followed by an integer greater than 0)
Swish-e RPM HOWTO
Install the dependencies
Download the latests source
Make the RPM tar
Copy the resulting tarball to RPM’s redhat/SOURCES directory
Build the RPM
Install the new sources