<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0">

<channel>
<title>OSIX</title>
<link>http://www.osix.net/</link>
<description>OSIX News Reel</description>
<language>en-us</language>
<image><title>OSIX</title><url>http://www.osix.net/images/osixbanner1.jpg</url><link>http://www.osix.net/</link></image>
<rating>(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "Single file EN v2.0" l gen true for "http://www.osix.net" r (nz 1 vz 1 lc 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.osix.net" r (n 0 s 0 v 0 l 1))</rating>
<webMaster>webmaster@osix.net</webMaster>
<item>
<title>Blog entry for Mon 9th Nov 4am</title>
<link>http://www.osix.net:80/modules/blog/?id=3479</link>
<comments>http://www.osix.net:80/modules/blog/?id=3479#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3479</guid>
<description>for all geekos out there...</description>
<pubDate>2009-11-09T04:11:34+0000</pubDate>
<author>haziman</author>
<category>Blog</category>
</item>
<item>
<title>fuck you all!!!!!!!!</title>
<link>http://www.osix.net:80/modules/blog/?id=3478</link>
<comments>http://www.osix.net:80/modules/blog/?id=3478#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3478</guid>
<description>jag har tjock med tyngate tråkigt-.-</description>
<pubDate>2009-11-07T23:10:04+0000</pubDate>
<author>echmil</author>
<category>Blog</category>
</item>
<item>
<title>IIS 6 SelfSSL and Windows 7</title>
<link>http://www.osix.net:80/modules/blog/?id=3468</link>
<comments>http://www.osix.net:80/modules/blog/?id=3468#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3468</guid>
<description>I always used to use the selfssl tool from the iis resource kit

but since moving to windows 7 (or possibly any operating system using iis6), you don't need to anymore.

 open iis console
 click the computer name (top of the tree)
 select 'server certificates'
 and then just choose the option of 'create self-signed certificate'

once the cert is made, you will need to go into the website and pick the certificate using the 'bindings' option.

So.. that's finally one good thing about the new IIS console....</description>
<pubDate>2009-09-29T12:24:04+0100</pubDate>
<author>bb</author>
<category>Blog</category>
</item>
<item>
<title>My PHP Projects</title>
<link>http://www.osix.net:80/modules/blog/?id=3467</link>
<comments>http://www.osix.net:80/modules/blog/?id=3467#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3467</guid>
<description>I have been developing PHP applications for almost a year now. I have developed three projects. One is a simple trivia game. The other is a question-answer based community at http://www.javaist.com/quans . The last one is a programming challenge site just like this site at http://www.javaist.com/rosecode</description>
<pubDate>2009-09-26T10:04:50+0100</pubDate>
<author>elasolova</author>
<category>Blog</category>
</item>
<item>
<title>PSP</title>
<link>http://www.osix.net:80/modules/blog/?id=3464</link>
<comments>http://www.osix.net:80/modules/blog/?id=3464#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3464</guid>
<description>I was going to write an article on PSP NIDS, but when i started doing it, it felt as if it dropped a little short of what i wanted it to be, and wasn't particularly long (or interesting to people not associated with the PSP Scene).

I did write about it here (First post): http://forums.maxconsole.net/showthread.php?t=123521&amp;page=8 so for those that are interested, have a look :)</description>
<pubDate>2009-09-07T10:58:26+0100</pubDate>
<author>MaxMouse</author>
<category>Blog</category>
</item>
<item>
<title>sql server parameter sniffing, timeouts and query execution plan caching</title>
<link>http://www.osix.net:80/modules/blog/?id=3463</link>
<comments>http://www.osix.net:80/modules/blog/?id=3463#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3463</guid>
<description>Ive been having a nightmare with this, and this link really helped

http://blogs.msdn.com/sqlprogrammability/archive/2008/11/26/optimize-for-unknown-a-little-known-sql-server-2008-feature.aspx

http://msdn.microsoft.com/en-us/library/ms181714.aspx</description>
<pubDate>2009-09-02T12:53:41+0100</pubDate>
<author>bb</author>
<category>Blog</category>
</item>
<item>
<title>start svn on system boot in debian</title>
<link>http://www.osix.net:80/modules/blog/?id=3461</link>
<comments>http://www.osix.net:80/modules/blog/?id=3461#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3461</guid>
<description>http://linux.justinhartman.com/Startup_Script_for_Subversion

I found this a really simple explanation of how to start svn when the server boots</description>
<pubDate>2009-07-21T10:06:40+0100</pubDate>
<author>bb</author>
<category>Blog</category>
</item>
<item>
<title>help Koch Snowflake</title>
<link>http://www.osix.net:80/modules/blog/?id=3457</link>
<comments>http://www.osix.net:80/modules/blog/?id=3457#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3457</guid>
<description>

var total_num_sides;
var current_num_sides = 3;
var x = 4;
var i;

{
   total_num_sides = current_num_sides * x;
   i++;
   total_num_sides = current_num_sides;
}do while (i&lt;=93);

document.write(total_num_sides);



^^^^
help koch snowflake

im trying to write a loop to calculate the number of sides after 93 minutes... where did i go wrong and i know this is probably easier to write in the form of a for loop but that doesn't want to work with me either..</description>
<pubDate>2009-06-12T10:11:39+0100</pubDate>
<author>Thizzordie</author>
<category>Blog</category>
</item>
<item>
<title>Blog entry for Tue 5th May 6am</title>
<link>http://www.osix.net:80/modules/blog/?id=3442</link>
<comments>http://www.osix.net:80/modules/blog/?id=3442#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3442</guid>
<description>import javax.mail.*; 
 import javax.mail.internet.*; 
 import javax.activation.*; 
 import java.io.*; 
 import java.util.Properties; 
 public class SENDMAIL
 { 
  
  
     public void sendMail(String mailServer, String from, String to, 
                             String subject, String messageBody, 
                             String attachments) throws 
MessagingException, AddressException 
     { 
         // Setup mail server 
         Properties props = System.getProperties(); 
         props.put(&quot;mail.smtp.host&quot;, mailServer); 
          
         // Get a mail session 
         Session session = Session.getDefaultInstance(props, null); 
          
         // Define a new mail message 
         Message message = new MimeMessage(session); 
         message.setFrom(new InternetAddress(from)); 
         message.addRecipient(Message.RecipientType.TO, new InternetAddress(to)); 
         message.setSubject(subject); 
          
         // Create a message part to represent the body text 
         BodyPart messageBodyPart = new MimeBodyPart(); 
         messageBodyPart.setText(messageBody); 
          
         //use a MimeMultipart as we need to handle the file attachments 
         Multipart multipart = new MimeMultipart(); 
          
         //add the message body to the mime message 
         multipart.addBodyPart(messageBodyPart); 
          
         // add any file attachments to the message 
         addAtachments(attachments, multipart); 
          
         // Put all message parts in the message 
         message.setContent(multipart); 
          
         // Send the message 
         Transport.send(message); 
  
  
     } 
  
     protected void addAtachments(String attachments, Multipart multipart) 
                     throws MessagingException, AddressException 
     { 
         for(int i = 0; i&lt;= attachments.length -1; i++) 
         { 
             String filename = attachments; 
             MimeBodyPart attachmentBodyPart = new MimeBodyPart(); 
              
             //use a JAF FileDataSource as it does MIME type detection 
             DataSource source = new FileDataSource(filename); 
             attachmentBodyPart.setDataHandler(new DataHandler(source)); 
              
             //assume that the filename you want to send is the same as the 
             //actual file name - could alter this to remove the file path 
             attachmentBodyPart.setFileName(filename); 
              
             //add the attachment 
             multipart.addBodyPart(attachmentBodyPart); 
         } 
     } 
  
     public static void main(String args) 
     { 
         try 
         { 
             SENDMAIL MAIL = new SENDMAIL(); 
             String server=&quot;pop3.gmail.com&quot;; 
             String from=&quot;username@gmail.com&quot;; 
             String to = &quot;other user name@gmail.com&quot;; 
             String subject=&quot;Test&quot;; 
             String message=&quot;Testing&quot;; 
             String filenames = 
{&quot;c:/somefile.txt&quot;}; 
          
             MAIL.sendMail(server,from,to,subject,message,filenames); 
         } 
         catch(Exception e) 
         { 
             e.printStackTrace(System.out); 
         } 
          
     } 
 } 
i want to send mail using this code but i getting exception like this.
avax.mail.MessagingException: Unknown SMTP host: pop3.gmail.com; 
nested exception is: 
java.net.UnknownHostException: pop3.gmail.com 
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1543) 
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:453) 
at javax.mail.Service.connect(Service.java:291) 
at javax.mail.Service.connect(Service.java:172) 
at javax.mail.Service.connect(Service.java:121) 
at javax.mail.Transport.send0(Transport.java:190) 
at javax.mail.Transport.send(Transport.java:120) 
at SENDMAIL.sendMail(SENDMAIL.java:46) 
at SENDMAIL.main(SENDMAIL.java:85) 
Caused by: java.net.UnknownHostException: pop3.gmail.com 
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) 
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) 
at java.net.Socket.connect(Socket.java:507) 
at java.net.Socket.connect(Socket.java:457) 
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:267) 
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:227) 
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1511) 
... 8 more 
i have taken code from this siite only plz suggest me how to remove this exception. 
thanks in advance.</description>
<pubDate>2009-05-05T06:20:56+0100</pubDate>
<author>goldie</author>
<category>Blog</category>
</item>
<item>
<title>using javamail i am getting excetion like this</title>
<link>http://www.osix.net:80/modules/blog/?id=3441</link>
<comments>http://www.osix.net:80/modules/blog/?id=3441#comments</comments>
<guid>http://www.osix.net:80/modules/blog/?id=3441</guid>
<description>avax.mail.MessagingException: Unknown SMTP host: pop3.gmail.com;
  nested exception is:
	java.net.UnknownHostException: pop3.gmail.com
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1543)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:453)
	at javax.mail.Service.connect(Service.java:291)
	at javax.mail.Service.connect(Service.java:172)
	at javax.mail.Service.connect(Service.java:121)
	at javax.mail.Transport.send0(Transport.java:190)
	at javax.mail.Transport.send(Transport.java:120)
	at SENDMAIL.sendMail(SENDMAIL.java:46)
	at SENDMAIL.main(SENDMAIL.java:85)
Caused by: java.net.UnknownHostException: pop3.gmail.com
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:507)
	at java.net.Socket.connect(Socket.java:457)
	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:267)
	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:227)
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1511)
	... 8 more
i have taken code from this siite only plz suggest me how to remove this exception.
thanks in advance.</description>
<pubDate>2009-05-05T06:14:03+0100</pubDate>
<author>goldie</author>
<category>Blog</category>
</item>
</channel>
</rss>
