Blog
-
Adjust contact form 7’s textarea width
I used WordPress Custom CSS plugin vs. editing the theme.
-
VBScript compilation error 800A0408: Invalid character
Copying and pasting code form the “internets”? Make sure that your code is encoded in ANSI format in order for the VBScript compiler to successfully execute your script.
Set WshShell = WScript.CreateObject(“WScript.Shell”)
vs.
Set WshShell = WScript.CreateObject(“WScript.Shell”)
Do you see the problem??
-
soundaktor
After reading this article, I discovered that the engine tone of the MK6 GTI is fake.. What…
-
Mount SMB shares in Ubuntu
To mount Windows filesystems using SMB, you will need smbfs. Enter the command:
sudo apt-get install smbfs
-
[Samba] mount error 22 = Invalid argument
So…. it appears that MAC OS X , version 10.7 (Lion) breaks SMB file sharing. Crap…..
Searching for a workaround..
Update:
I found out that Lion uses SMBX vs SAMBA which was causing my problem. SMBX is suppose to be much faster and more efficient… I reinstalled SAMBA via SMBUp. A write up can be found on HSTi’s Support Knowledgebase.
-
Force GPO update
- Delete directory “C:\ProgramData\GroupPolicy”
- Start, run, CMD
- Run “gpupdate /force”
- Reboot
-
Enable Office Communicator Chat History in Outlook
Add “ImAutoArchivingPolicy”=dword:00000001 to [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]


