Bootstrap Chef nodes to connect them to the Chef server
A Chef node is a physical or virtual machine with an operating system that is connected to the Chef server. Once the node has made the connection to the Chef server, the installed Chef Client can execute Chef cookbooks to configure the machine.…
How to create a bootable USB drive to install Windows
If the computer you want to install Microsoft WIndows on, does not have a DVD drive, you can install Windows from a USB drive. To start the computer from the USB drive, you need to prepare the drive to make it bootable. Microsoft has a free tool that can…
Cannot restart the Atlassian Confluence service on Windows
When the Atlassian Confluence wiki is installed on a Windows server, it frequently becomes unavailable. Sometimes it is possible to restart the Atlassian Confluence Windows service, but most of the time the Stop phase times out with: Windows could not…
Send CTRL-ALT-DELETE to a Windows Virtual Box computer from a Macintosh
When you start a Windows 7 or equivalent server machine, to log in, you need to press CTRL-ALT-DELETE on the keyboard to get the login page. To send Control-Alt-Delete to a Windows virtual machine in Virtual Box from a Macintosh on a Macintosh laptop…
Turn off emojis in Lync
When you use Lync to send and receive technical messages, some of the character combinations are displayed as small icons. To turn off this feature In the Lync menu select Preferences, On the Appearance tab uncheck Show emoticons in instant messages.
Turn off auto correction on the iPhone
The iPhone auto correction tries to guess and correct the text as you type. If you use technical terms or write in multiple languages, those guesses are most of the time wrong. To turn off auto correction on your iPhone Open Settings Select General…
Native resolution in Remote Desktop client on MacOSX
When you connect to a Windows computer from your Macintosh workstation the best remote desktop client is the Microsoft Remote Desktop app from the Apple Appstore. To configure the remote desktop connection for the best experience Select Native resolution…
How to move a window on the Macintosh if the header is not visible
There are times when a window opens on your Mac and the header is out of the screen or hiding behind the Macintosh Toolbar. To show the toolbar Option 1. Click the window to select it, Press Command 1 to switch the window to full-screen mode, Press…
Test your RightScale script without creating unnecessary revisions
There are certain functions in RightScale scripts (RightScripts) that you cannot test without launching a new instance. To test your script: Edit the Head revision of the RightScale script and save it, Attach the Head revision of the RightScale script to…
Custom Git Status and Git Pull commands to work with all of your repositories
If you work with many Git repositories it is easy to miss a repository when you commit your changes, and very time consuming to pull from all repositories. It is easy to automate both processes. In this example, we will place all files in…