Sendmail command line to gmail

Sendmail command line to gmail

Had a requirement to send an email to myself from a script. Was surprised to find out that it is quite possible and not necessarily 100% intuitive but works.
Continue reading

Posted in Bash Scripting, Server Development | Leave a comment

Dot Net Regular Expression Callback

Dot Net Regular Expression Callback

Want to learn how to use regular expression callbacks in dot net languages? The following examples will be using c# for starters but you can easily translate that to vb. Optionally if anyone requests I can translate that to VB and send it.
Continue reading

Posted in Applications Development, C#.net | Leave a comment

Letters Missing From PDF

Letters Missing From PDF

Having trouble with letters missing from your pdf content when you copy it to web? I noticed this issue before which I at first thought to be a corrupted PDF, but the PDF itself retained the information.

Continue reading

Posted in Content Management Systems, Drupal Development, Joomla Development, Wordpress Development | 1 Comment

Ajax DNS Down?

Ajax DNS Down?

If you have ever needed to check dns propagation for yourself or a client, I am sure that you have used tools such as nslookup and possibly even dig. There are other tools, however, that you can use to check dns remotely or outside your network. One such tool can be found at www.ajaxdns.com which I have used religiously but for some reason today it seems to be under scutiny with editdns.com until sept 9 2011. As it is, there appears to be an acceptable alternative at: http://www.dnsbench.com/. I really hope that this can be resolved soon as I really enjoy ajaxdns.com

Posted in Uncategorized | 1 Comment

Check Windows OS Version and architecture

Check Windows OS Version and Architecture Information

You can use the My Computer or Computer interfaces found within the Start Menu or on the Desktop.

Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Testing Change System Time ability in Windows XP

Testing Change System Time

 

If you want to see whether or not you can adjust the System Time in Windows XP, there are two logical locations. The first is by double clicking on the time in the task tray. The second is from the control panel.

Continue reading

Posted in Tech and How To | Tagged , , , , | Leave a comment

Revoke or Grant Change System Time Windows XP

Revoke or Grant Change System Time Windows XP

From time to time the need is apparent to be able to restrict the ability to change the system time in windows XP. The following article and picture series depicts the process in Windows XP Pro using the Local Policy Editor.

Continue reading

Posted in Tech and How To | Tagged , , , | 5 Comments

Updates

Recently there has been somewhat of a hiatus from the SwhistleSoft Team, due to projects and other engagements. Lets call this a sort of summer hiatus and get ready for some quality articles in the upcoming fall tech season. It has come to our attention that some of the features of the introduction to CMS are not as useable as people may like. We are looking into a solution to this in order to help ourĀ  clients learn to use these systems effectively. Comments are welcome, but we are most likely going to set up a sort of client sandbox with a login so that clients can reset their own environment as well as control access to the environment.

Posted in Uncategorized | Leave a comment

Lame Scripting Awards

Lame Scripting Awards

How many people have been using cat to open files in their shell only to pipe the output to another command, or how many have piped things to wc -l from grep? Don’t understand what I am talking about, and want to be enlightened? Check out: Useless use of cat award. This is an old article but the information is probably more relevant than some other information presented in class or online. Lets be honest though and realize that there is more than one way to skin a scripted cat.

Posted in Bash Scripting, Server Development | Tagged , , , , | Leave a comment