Junk e-mail filter

2007-11-14 17:09:38 by ed_mann in Computers & Technology 0 comments
Well i am looking at expanding my junk-email filter system, and this guy has developed some techniques to combat spam. junkemailfilter.com is a solution provider. I have been thinking about doing something like this with my e-mail system, but have been working to much on the dlzSync tool. The link does not work just yet, but it should be up in a week or so. Still working on porting over the blog system. Don't know how much longer before i get the first demo up. Also i have some other personal news that i want to share. I need to get that post up as well.

Continue Reading 'Junk e-mail filter' »

Working like crazy Bind Dlz Sync

2007-11-07 10:28:27 by ed_mann in Computers & Technology 0 comments
So i have been working on a Bind Dlz sync software solution. It has been going very well, and i have learned allot. I plan on having the documentation done this week in beta form. I am going to post it here and a link on the Bind Dlz mailing list.
For those of you who don't know what Bind Dlz(Bind Dynamic Loaded Zone). Bind Dlz is simply Bind with a database to hold it's zone files. So when you update the database your DNS server has the changes right away. So there is now no need to edit zone config files and restart bind.
Granted the setup with Bind and Postgresql was easy. Since we have a custom front-end that handles making the experience more user friendly we needed to create a view that bind could select from that would give it all the data it needed. This was fine for our first go at it, but the performance of using Postgresql or MySql as the backed database was not terrible but also not the best. And knowing i like a good challenge i opted to build a tool that would sync from our Postgresql database and the Berkeley Database that i wanted to use with bind.
So now what we have is a very alpha stage version of BindDlzSync. It's a java app that runs on a port that you specify waiting for a connection. You can connect to it send it some formated XML it will parse the xml and update the database as needed. But it gets better. Since i have a public view and a private view i needed to be able to update these two different views, but do it in a way that was easy and expandable.
So what you can do with BindDlzSync is in the config file for the app you can specify different view databases to load. So right now i have public and private. In the Web Managment UI when you add a host you can pick which view that host belongs to. Also the editor allows you to add many hosts before a commit. That way if you have a host that needs to be in both private and public, but you need to change the ip address you can add it once, change the ip and view then add it again before having to click save. Or you can just add and clear and add in a different host. I will post a video of how the whole thing works. It's very nice, but needs some refinement.
Some things left to do is ip checking for a view. What this will do is insure that someone does not try to add a ip address to a view that should not have it.
There are some other features that i want to add, i will list them later.

Continue Reading 'Working like crazy Bind Dlz Sync' »

PHPDoc

2007-10-29 17:34:43 by ed_mann in Computers & Technology 0 comments
So i have been working with the PHPEclipse project, and have been working with scorphus on making a new doc manual for the new 1.2.0 release. I was doing the generator in php and was getting a good way into it. Well now the docs.php.net team have done there own. So being smart, and lazy i am going to check out there code and see if i cannot use it to build our docs. I am making this entry so i can link to there site. So now that this is here i can now look at this tonight and see how much work it will take to use there code to generate our docs. What fun this will be. In other news, i get allot of spam in my blog posts, so i have disabled them for new posts. The new system that i am working will try to rectify this issue. What good is a blog if people cannot post to it? So the second thing i will be working on is a system to filter out the spam... i am thinking about tying it in with spamassassin. But not sure if that will work or not. But it cannot hurt to try.

Continue Reading 'PHPDoc' »

What's going on

2007-10-27 21:48:14 by ed_mann in Computers & Technology 0 comments
Well i have finally had it. I cannot stand having my blog in a MySQL database. I have started to work on a blog system that will not be dependent on a particular database. Because i don't want to create another blog system that has the same problem that pushed me away from the system that i am currently using. Also the new system will be licensed under the LGPL.
Why, well because i have several projects that are just for me that will not be release as OSS, and i cannot find a blog system that i can integrated into the projects. If it was released as LGPL i could do it and not have to release my project as OSS. This is what i understand about the GPL license on other systems. The blog system that i would use i would integrate there code into my project, which i believe would require me to release my code as OSS.
Also my projects use PostgreSQL as the primary database, and the blog systems that i have found only work with MySQL. So creating a new blog system that is built to work with many different database systems, and also licensed under the LGPL will allow others to integrate it into there own project that is not OSS and use the database of there choice... all tho i don't see myself supporting anything from the evil empire anytime soon, but someone could create the ddl's to get it to work, and it's only a setting to get the blog to attach to the db.
So things on the site will change here soon when i get the posts that i have ported over, and get the display module built.

Continue Reading 'What's going on' »

<<Previous 2 3 45 6 Next > >
 
This page took 0.162387 seconds to load.