Category Archive: Software
HOW TO FIND THE LARGEST FILES OR DIRECTORIES ON YOUR VPS
My CentOS VPS was running out of space so I needed to do a bit of a clean up and decided to see which files and directories used up the most space. So after some digging around I found these two commands. This one is to find the largest 10 directories: find . -type d […]
read moreHOW TO ADD SKYPE BUTTON OR LINK TO YOUR GMAIL SIGNATURE
For those of you who want to add a call me button in your Gmail signature then you’ve come to the right place. The process is a bit complex and I’ve decided to write down the steps required to achieve this. Firstly, Skype does have an option to create a Skype button on their website […]
read more
Error Code 1681 and 1602 with installing Citrix Receiver
Yesterday I tried installing the Citrix Receiver on a Windows 10 PC and it just wouldn’t install. Initially I thought I had a corrupted install file but that wasn’t the problem. After a number of attempts I managed to install it and decided to document it in case it happens again. This was the error […]
read more
Windows 10 Pro Insider Preview Review
I’ve just installed the Windows 10 Pro Insider Preview (Evaluation Copy – build 10130) and noticed a big improvement from Windows 8.1 Firstly, there is the Start Icon!!!! OMG! For those of you who have used Windows 8.1 know how frustrating it was without the Start button. I even recommended to install a software […]
read more
Issue with TightVNC Web Viewer and Chrome v43
In a previous post, I wrote an article on how to get TightVNC Viewer Working in Java. The instructions worked well but just recently I tried using the same instructions on another computer and realised that running the TightVNC Web viewer using Chrome didn’t work. I spent hours trying to work out what the problem could […]
read moreAsk where to save each file before downloading
By default, when you click on a file to download it will save it in the download folder e.g c:\users\[account name]\Downloads If you want to be a bit more organised like me, I save files in a specific location. That way I don’t have to move the files at a later stage. Each browser has […]
read moreLinkedIn Issue not displaying description and image from WordPress
So I tried sharing a WordPress blog post on LinkedIn and discovered that LinkedIn wasn’t displaying the description and thumbnail image from the Open Graph meta tags. I thought it could have been the actual post, so I tried different posts and received the same results. WAS THE ISSUE WITH LINKEDIN? No, but firstly let […]
read moreHow to extract vdmk files from Veeam backups
Veeam is a great Windows tool to create and restore VM (Virtual Machine) backups. The file extension for Veeam backups is vbk and inside this file are the VM ware files such as vdmk, vmfx, and nvram. In order to extract the vmdk file you need to use a tool called “Extract” which can be […]
read more
Launcher Dock – Automatically Start and Dock your programs
If you’re looking for a Windows based program to automatically start and dock your programs then have a look at Launcher Dock. WHAT IS LAUNCHER DOCK? It’s a free Windows tool that allows you to automatically start a given program. All you need to do is to run the program you want and then select […]
read more
Clonezilla not detecting my folders
I’m a big fan of open source tool and have used a disk imaging tool called Clonezilla for many years. This tool does the same job as TrueImage and Ghost but it’s free. It doesn’t have a GUI but it does have a wizard which is quite easy to follow. Today, I discovered something unusual. […]
read more
Tool to quickly switch between multiple host files
Here’s a great tool for web developers who needs to quickly and easily switch hosting names from a test server to a production server. This can be done by changing entries in the hosts file in Windows. The basic purpose of the host file is to associate the host name (e.g www.businesslegions.com) to the IP […]
read more
Touchfreeze – disable the touchpad while typing
Here’s a little great utility for Windows to disable the touchpad automatically while you are typing text. Why you may ask? Because sometimes, we may accidentally touch the touchpad with the palm of our hands which causes the mouse to move around the screen. So if you get annoyed when you are typing a document […]
read more