Updated: 02/04/2007 02:18 PM By: Greg
6. Here's the one I like least... with EFS, when you open a file, it is decrypted to a tmp file. This file is deleted once you finish with it, but as you know, files are not "wiped" from the drive when they delete, they just remove the...
< More >Updated: 10/25/2006 02:29 PM By: Greg
2.b Make sure the cert is unencrypted with no password. Yes, that is a slight security concern, HOWEVER, if you are very careful to secure that private key, you are ok. In other words, don't share it or let it...
< More >Updated: 05/11/2006 08:33 PM By: Greg
This used to drive me nuts. Go to Group Policy, set the Last Username display setting to enabled, and you still see the username at logon. What? Most sites you find when searching for this will tell you to adjust the policy (group or...
< More >Updated: 04/02/2006 01:36 PM By: Greg
Zope 2.7.6 -
Mysql 5.0.7. I have always thought that
output parameters from
stored procedures...
< More >Updated: 04/02/2006 01:35 PM By: Greg
I just upgraded my MySQL server from 5.0.7 to 5.0.10. I wanted to make a few notes about what I did to set it up.
1. I compiled MySQL 5.0.10-beta.
./configure --prefix=/var/mysql5010
--with-unix-socket... < More >
Updated: 04/02/2006 01:33 PM By: Greg
Download and unpack Apache and PHP. MySQL 5 is install already. (as per another blog: http://www.1stbyte.com/site/blogs_dtml?#blog24
Make sure you have the proper dev packages. In my case I had to install 'libflex' and 'libgdbm... < More >
Updated: 04/02/2006 01:29 PM By: Greg
Courier Virtual Email Hosting – No SQL Servers
Using USERDB
Add the domain(s)
Add your domain name to esmtpacceptmailfor... < More >
Updated: 04/02/2006 01:23 PM By: Greg
Below is a demonstration of how I created variable amount of columns in a table listing. In this example I was creating a picture gallery and using template files, so you can see even more than the dynamic columns, but anyway...
... < More >
Updated: 04/02/2006 01:06 PM By: Greg
Wow! This has turned out to be a real pain. Below is a process I started, but ran into issues. I could see the module, but it would never make a Wlan0 to access using iwconfig or ifconfig.
I tried this on the Trendnet TEW-229UB and... < More >
Updated: 03/31/2006 02:53 PM By: Greg
Here's a quick post based on a Python Script I made in Zope to display the data from a ZSQL method in a 2 column table layout. Not that big of a deal, but I wanted to save this because it took a little bit of thought and some learning... < More >
Updated: 03/30/2006 04:14 AM By: Greg
Ok, here's my configure command:
./configure
--with-apxs2=/path/to/httpd/bin/apxs
--with-mysql=/path/to/mysql
--with-mysql-sock=/tmp/mysql.sock
--prefix=/path/to/httpd/php
--with-config-file-path=/path... < More >
Updated: 03/23/2006 11:25 AM By: Greg
Recently I asked myself, "If I had to pick 3 things that are most difficult in web design to achieve, and achieve all at once, what would I pick?" I thought about that and decided it really boils down to these three things: ( I may rephrase... < More >
Updated: 03/22/2006 03:10 AM By: Greg
So I've spent the last 6 months learning more about Javascript and how to use different AJAX libs. After trying to create some apps using it, I can say this. It is best used either in small doses on basic web apps (bloggers, forums, forms), or use...
< More >Updated: 03/22/2006 03:09 AM By: Greg
A few minutes ago
I ran into a blog by someone that said something that needed to be said. IT Certs are not really worth getting. I just wanted to save my comments...
< More >Updated: 04/02/2006 01:38 PM By: Greg
Quick, before I forget!!
Tired of "can't return a result set in the given context" errors when calling stored procedures in Mysql 5?
The ultra fast how-to on returning records from a multi... < More >Updated: 03/22/2006 03:05 AM By: Greg
I just spent an hour trying to figure this out, AGAIN! To compile Zlib support into your Python interpreter, do this:
1. Install the Zlib-dev package for your distribution. (you probably have zlib already, but not the dev package)
...
< More >Updated: 03/22/2006 02:54 AM By: Greg
I just listened to a podcast that talked about spam protection solutions and standards. As I listened I couldn't help but think about the fact that standards dont work unless EVERBODY adhere's to them.
As I run a business, I want...
< More >Updated: 03/22/2006 02:54 AM By: Greg
Before I get going, please comment on this. I am wanting more information, so please share.
I was wondering, though, why use a vpn to tunnel a terminal server connection? Isn't terminal server encrypted already? Here's a couple things...
< More >Updated: 03/22/2006 02:52 AM By: Greg
In 2002, I saw an article on Devshed.com about Zope. What they described intrigued me greatly. The whole "Everything's an object" idea was fascinating. I proceeded to www.zope.org and downloaded Zope version Soon, I was in heaven as I discovered...
< More >Updated: 03/22/2006 02:51 AM By: Greg
You know, I just want it to work! I am not sure what the details are regarding the
WebDAV functionality in
Windows XP and why it doesn't work properly. I just know that...
< More >