Wednesday, July 14, 2010
Google Sketchup
You gotta play with this, its excellent free software. I am completely immersed in the tutorials and am enjoying every minute.
Have a look and play. http://sketchup.google.com/
Tuesday, July 6, 2010
LDAP query
Function LDAPsearch (strSearch,strQ)
'set variable to hold required amount of attributes
Dim aResults(4)
'set LDAP defaults to root domain
Set rootDSE = GetObject("LDAP://RootDSE")
DomainContainer = rootDSE.Get("defaultNamingContext")
'create recordset connection
Set conn = CreateObject("ADODB.Connection")
conn.Provider = "ADSDSOObject"
conn.Open "ADs Provider"
'set query, using strQ for searched FOR item and strSearch as search ON string
ldapStr = "
'execute LDAP query
Set rs = conn.Execute(ldapStr)
'look for records that meet the query
While Not rs.EOF
'FoundObject is a successful find for query
Set FoundObject = GetObject (rs.Fields(0).Value)
'put results into array with tags
aResults(0) = FoundObject.employeeID
aResults(1) = FoundObject.displayName
aResults(2) = FoundObject.userPrincipalName
aResults(3) = FoundObject.sAMAccountName
aResults(4) = FoundObject.telephoneNumber
'goto next record
rs.MoveNext
'concatenate attributes to string
For i = 0 To 4
strResult = strResult & aResults(i)
Next
'count results (searches may produce multiple results)
iCount = iCount + 1
'add newline results string
strResult = strResult & vbnewline
'continue until no further records are found
Wend
End Function
PureSync
Synctoy didn't allow for easy changes to the directoris and files that you set up for synch.
To cut a long story short there was a clear contender, namely PureSync from Jumping Bytes.
This is a very powerful and flexible tool, with way more options to really specify how you want to back up / sync your files.
I have three main directories that I sync regularly to ensure minimal data loss in the event of a 'catastrophic failure' eg hard drive fail, theft etc. And so I am only scraping the surface in my use of what PureSync can do, even so, it is far more preferable than SyncToy.
If you are looking for a free sync tool that beats the competition, I would recommend PureSync as the solution.
Friday, July 2, 2010
Google Sync - Outlook 2010
Upon an upgrade at work to office 2010 (from XP) the calendar sync no longer worked. A bit of googling and it seemed to be a simple issue caused by the stamp of the 2010 tag on the app, and there were fixes involving hex editing the exe file which is where i thought .... oh no. Then i found this link: (thanks to james manning!)
Google Calendar Sync with Outlook 2010
This is the way to do it. Install the google tool, then use the updated .exe file and it works perfectly again.
Ahh...
Wednesday, February 17, 2010
Media Monkey
I was looking for something better than iTunes as I have LOADS of music and need to keep it organised and searchable, but was finding iTunes both too slow (startup time especially) and creating duplicates and other various niggles. I have to say that within an hour of using (and getting to know its features) MediaMonkey, I am completely converted. And this is the free version. Am seriously thinking of buying the lifetime subscription to the full 'Gold' version. It handles all my music and I have completely un-duplicated my library already. It has EXCELLENT features and in my opinion blows all other players / library managers out of the water.
Friday, October 30, 2009
USB boot, with puppy OS
This is very helpful (and sometimes necessary) for those situations where you need to bypass the main OS on a system:
- System hard drive failure - you need to be try and recover your files
- You just want a quick 'netbook' system with no HDD
- Locked out with no administrator password, and need to reset user accounts etc
- Take an image of a HDD, or indeed write an image
- Unnattended installations
I have recently found a nice simple method to prepare a USB stick for this purpose - making it bootable and using a pretty slick lightweight OS (Puppy Linux) which is in many ways preferable to my usual BartPE windows line of attack. It has most features you need, like basic office apps, network support, browser, USB support, file manager, nice layout and look and feel...
To set up the .iso image (or any .iso for that matter!) on a USB stick and make it bootable, I found a great little application which will do just that. It's called 'UNetbootin' - Universal Netboot Installer.
Simple to use, and works a treat.
Tuesday, September 29, 2009
Windows 7
Suffice to say I have now installed on our main home PC as it needed a reinstall of the OS and I thought why not??? I have to say both me and my wife are impressed with this new OS. There was a little teething trouble getting it installed which was for some reason due to it not being able to discern the system partition when trying to install the OS.
It showed up my 4 hard drives, and correctly showed the basic and dynamic volumes. But it threw an error every time I tried to load it on the system drive. I did a bit of googling with the particular error and found it a fairly common issue, and to do with the system partition not being able to be determined.
The workaround was to temporarily disconnect all other drives (3 SATA and 1 IDE) and then the install went swimmingly, both smooth and fast, much more pleasant experience than the XP install ( which it's got to be said, wan't at all bad in the 1st place!)
Once loaded up, I reconnected my drives and all was fine, Windows 7 detected all the drives and volumes (including my spanned volume from Win XP - my main Doxx volume spanned over 3 drives) although there was a 'missing' entry for a drive, which I think was a ghost of the system volume which obviously was present. I removed this and all was well - perhaps this confusion is from having dynamic volumes and contributed to the install baulking when I 1st tried to write to the system drive prior to the disconnections... anyhow...
Here is my main summary points thus far - nothing majorly technical as yet as this is a home PC, but still points of interest are:
• Speed - refreshingly fast boot up/shutdown times, and general speed of OS is FAST, on a fairly basic spec: 1.8Ghz Athlon 64 2800, 2 Gig DDR 400Mhz RAM, Nvidia GeForce FX5200 gfx.
• Sleep - whilst XP took ages to go into sleep mode, and even longer to come out, and would only come out by pressing the power button on the PC, 7 is again very quick, and comes out of sleep with a touch of the keyboard. That was a nice suprise!
• General look and feel and navigation in Windows 7 is great. No where near a cumbersome or overly protective as Vista, and much smoother operation. The new Aero features are cool and helpful - we have 'Peek', 'Shake', 'Snap' and 'Flip'.
• The system protection features are simple to use, a quick and far less annoying than Vista system prompt for an admin password to change anything that normally doens't need accessing is actually a good feature and easy to use. (This is the 1st PC I am using with a standard account rather than running with an admin account as I did in XP)
• Wallpapers, lovely images, wallpaper cycling, windows transparency, themes, colors... all fresh and new and crisp in Windows 7.
• System Tray - simple, clean and elegant, another improvement - all icons are now monochrome which is a better look and handled better.
• Wireless is much quick to connect and stable. The drivers were loaded automatically, which brings me to...
• Driver support - I did not have to visit any of my hardware's vendor's sites to get drivers for my hardware - all drivers were installed automatically through the install process, and after that whilst temporarily connected to the net via a LAN cable, through windows update - all drivers working well if not better than on XP!
I am sure I will think of further benefits, but this is a start!!! The overall feature set is much more rich than XP - things like parental control built in, Bitlocker encryption, and much more.
Yes, we are liking it.
I will have to update this post in a more technical way with regard to networking / domain / security soon, but I am hopefully and expectant that this new platform is actually a good job done by MS!
Okay, an update - a few weeks on and no system crashes, boot speed still very quick - even with the Kaspersky AV running. Shutdown also very quick as is the sleep function. Still liking it. Might even buy it ;)
Friday, September 4, 2009
Blackberries...
This meant getting to grips with Desktop manager, the bluetooth issues, IT policy issues and of course themes!
I found out that first I needed to remove all IT policies. A lot of searching on google showed me that I had to download a 'policy.bin' file and do a little registry hacking to get this profile to be loaded via the desktop manager. See here
This cleared the IT Policy and gave me back control of what was obviously a blackberry connected to a BES (Blackberry Enterprise Server) in it's prior life, which had restricted many options.
Now, as it blatantly wasn't connecting to the DM software (although it was paring with Windows no problem) I needed to somehow reset the services in the bluetooth options as there was no 'Desktop Connectivity' showing - not in the properties in Windows for the bluetooth device, nor in the bluetooth options on the BB. However resetting the IT Policy didnt do this!
So then after a lot more googling, I find that you can reset to factory defaults using a Java app - 'Jl_Cmder' (see here ), which i did. This gave me a completely free'ed up Blackberry, although not unlocked in terms of network, it was clean in erevery other way...(no little red padlocks!)
Then I just had to make sure that i wasn't using third party bluetooth stack as desktop manager only works with the native XP bluetooth drivers. This is the easy part. (Uninstall the bluetooth stack in Add/Remove programs in XP, and XP will automatically install the native drivers)
This done, I was synching over bluetooth no probs, and it had only take about a week of googling! lol.
Then I find you can download nice themes (not to mention ringtones, apps etc...) which are .alx & .cod files, and upload these via DM. Works fine.
Sufficient to say I am pretty happy now.
I also found a nice tip that by setting various categories on the contacts within different contacts folders from outlook (eg business / personal) you can then on the BB set the 'Filter' option (a quick 2 clicks in the phone book options) to display only these sets of contacts as you require.
Nice.
Wednesday, July 22, 2009
hmm, not put anything up here 4 a while...
• Migrated a few machines / laptops from Vista to XP.
• Found out the hard way NOT to use Vist 'Easy' transfer as XP cant import the files. Lol.
• Using Drive Image XML (freeware) now for imaging - it creates bootable image discs too. Looks good. Using the plugin for BartPE in my Bart boot disc...
• Looking for a good free duplicate file finder - the Molesoft one is great as it shows you image preview of duplicates it finds to help you decide on deleting them.
• Playing with Server 2008 and Windows 7 beta, which both look good.
• I'm hoping to start MCSE track from MCSA, and also CCNA/CCNP with a view to becoming an ethical hacker in the next 2-3 years ;)
• Want to get an apple mac mini to play with. (but avez non $)
• Oh yeah, fixed a few more residential pcs....
Over&out4now