Micro Focus GroupWise 2014 R2 Upgrade

Micro Focus GroupWise 2014 R2 Upgrade This past weekend, I upgraded my GroupWise server to Micro Focus GroupWise 2014 R2.  The upgrade was pretty quick and painless, about an hour and a half, Of that almost half was downloading the Micro Focus GroupWise 2014 R2 Upgrade and uploading it to the server. Now the upgrade […]

Continue reading…

Rotating Images and Files on Webpage

Continue to work on getting my website updated.  It is fun learning new things as I work on the site.    Ive added rotating images to my pages as well as the background using the rotate.php script from Dan P. Benjamin, Automatic, Ltd. The script is very simple to implement copy the file into the […]

Continue reading…

GroupWise 2012 not receiving mail

This is a strange error!!! I updated my OES server Sunday with the latest patches, everything seemed to be running fine after the system rebooted.  I found out this morning the users were unable to send mail to Internet addresses, even though everyone was receiving mail. To explain the system in is a GroupWise 2012 […]

Continue reading…

GroupWise 2012 Upgrade

Novell announced the release of GroupWise 2012, Tuesday January 25 2012.  So being a GroupWise devoted admin/user I made plans for a weekend upgrade of my mail system. So Saturday morning I took a deep breath and started my upgrade. A note here that upgrades of the GroupWise back end normally are pretty painless, but […]

Continue reading…

New Malware Infection

Had a client with a system that was infected with an new strain of malware. It was identified as Trojan.Win32.Genome.arbx and was infecting the svchost.exe. The system was running Windows XP Kaspesky Antivirus 2011. The client complaint was that the system had been locking up and running slow. Initial contact with the system was remotely.  […]

Continue reading…

Move WordPress Database

Move WordPress Database My WordPress database was initially installed in a shared database with four other WordPress installations.  I wanted to move my blog to its own database so that it would be easier to backup and restore. To Move WordPress Database, you need to place your WordPress into maintenance mode so  no changes are […]

Continue reading…

Notepad++ keyboard shortcuts

Notepad++ Keyboard Shortcuts Notepad++ has become my favorite editor when coding PHP or XML. It just has so many useful little features. You can have all of the documents you need opened in one window and separated with tabs. You can have a 2nd workspace hidden within the same window, which is great when you […]

Continue reading…

MAC OSX Shortcut Keys

MAC OSX Shortcut Keys To use a keyboard shortcut, or key combination, you press a modifier key with a character key. For example, pressing the Command key (the key with a symbol) and the “c” key at the same time copies whatever is currently selected (text, graphics, and so forth) into the Clipboard. This is […]

Continue reading…

Microsoft Word Shortcut Keys

Microsoft Word Shortcut Keys Command Name Keyboard shortcuts ——————————————————————- All Caps CTRL+SHIFT+A Annotation ALT+CTRL+M App Maximize ALT+F10 App Restore ALT+F5 Apply Heading1 ALT+CTRL+1 Apply Heading2 ALT+CTRL+2 Apply Heading3 ALT+CTRL+3 Apply List Bullet CTRL+SHIFT+L Auto Format ALT+CTRL+K Auto Text F3 or ALT+CTRL+V Bold CTRL+B or CTRL+SHIFT+B Bookmark CTRL+SHIFT+F5 Browse Next CTRL+PAGE DOWN Browse Previous CTRL+PAGE UP […]

Continue reading…

Vim Cheat Sheet

  Vim Commands Cheat Sheet   How to Exit   :q[uit] Quit Vim. This fails when changes have been made. :q[uit]! Quit without writing. :cq[uit] Quit always, without writing. :wq Write the current file and exit. :wq! Write the current file and exit always. :wq {file} Write to {file}. Exit if not editing the last

Continue reading…