Sysadmins of the North (Page 79)

Installing Debian GNU/Linux 7.0 (Wheezy) on HP EliteBook 8570w

I was FedUp with Fedora Core 17/18 after a day, so I decided to return to my old love: Debian GNU/Linux. It's been a couple of years, but I'm happy to be back! Just run the netinst installer which will take care of the most.

Read more...

Connect to SqlCe (SQL Server Compact) database from ASP

Connect to SQL Server Compacy (SqlCe) database with ASP. Here is how to install the Microsoft.SQLSERVER.CE.OLEDB.4.0 Provider and use classic ASP to connect to an SqlCe (SQL Server Compact) database sdf file, as a Microsoft Access database replacement. For Windows Server IIS. SQL Server Compact (SqlCe), the embedded database engine, is the default database for Visual Studio 2010 SP1 and WebMatrix 3. This means, it's recommended to use SqlCe over Access nowadays.

Read more...

How to send authenticated SMTP over a TLS encrypted connection, in PHP, ASP and ASP.NET?

If you want to send email securely from your website, this post is for you! In this post I'll provide some script examples for ASP, PHP, and ASP.NET (C# / VB.Net - System.Net.Mail) that you can easily integrate and use to securely send email from your website.

Read more...