How to center a image in GIMP 2.8

This post contains affiliate links. If you click through and make a purchase, I may receive a commission (at no additional cost to you). As an Amazon Associate I earn from qualifying purchases. This helps support the blog and allows me to continue to make free content. Thank you for your support! Select the layer where the image resides Select the Alignment tool (Press the Q key to select this tool) Select the item/ image you want to align Press the Align center of target button and the Distribute vertical centers of targets button The image is should now be exactly center aligned If you still need help with GIMP, be sure to check out the excellent GIMP 2.8 for Photographers book below. ...

April 6, 2018 · 1 min · 123 words · icarnaghan

How to change the download location where Firefox downloads files

NOTE: This has been tested on Firefox 3.0.13 running Ubuntu 9.04 Open Firefox In Windows click on “Tools->Options” In Linux (Ubuntu) click on “Edit->Preferences” Now a Window will open similar to the screenshot below Click on the Main tab Under the Downloads section, locate Save files to and select the location where all downloads should be stored by using the Browse button

April 6, 2018 · 1 min · 62 words · icarnaghan

How to check if a Email address exist or not using the command line

In this example we will test for the Email address [email protected], replace the gmail Email address with the email address you want to test Open the command line/command promt and type in the following command nslookup -type=mx gmail.com This command will list the MX records of the gmail domain eg. Server: 10.0.2.2 Address: 10.0.2.2#53 Non-authoritative answer: gmail.com mail exchanger = 5 gmail-smtp-in.l.google.com. gmail.com mail exchanger = 10 alt1.gmail-smtp-in.l.google.com. gmail.com mail exchanger = 20 alt2.gmail-smtp-in.l.google.com. gmail.com mail exchanger = 30 alt3.gmail-smtp-in.l.google.com. gmail.com mail exchanger = 40 alt4.gmail-smtp-in.l.google.com. Authoritative answers can be found from: alt1.gmail-smtp-in.l.google.com internet address = 74.125.39.27 alt3.gmail-smtp-in.l.google.com internet address = 74.125.65.27 alt4.gmail-smtp-in.l.google.com internet address = 74.125.91.27 alt2.gmail-smtp-in.l.google.com internet address = 209.85.225.27 gmail-smtp-in.l.google.com internet address = 209.85.227.27 Select one of the servers listed in the list of MX records and pretend to send a message to that server from your local machine ...

April 6, 2018 · 2 min · 219 words · icarnaghan

How to check that Outlook 2010 does not leave a Copy of the Mail on the Server

Open Microsoft Outlook 2010 Click on the File Tab and then on Account Settings Again click on Account Settings Click on the Email account on which you want to check it Click on Change Click on More Settings Click on the Advanced Tab Under the Delivery Section make sure the checkbox next to “Leave a copy of message on the server.” has been unchecked NOTE: Insure you connect via POP and not IMAP ...

April 6, 2018 · 1 min · 73 words · icarnaghan

How to clear the cache in Internet Explorer 6

How to manually clear the cache in Internet Explorer 6? On the Tools menu click on Internet Options A box should appear with all Internet Options Click on the General Tab In the General Tab options under the Temporary Internet Files click on the Delete Files button. This will delete all Cache Files.

April 6, 2018 · 1 min · 53 words · icarnaghan

How to clear your cache, cookies and browsing history in Firefox

NOTE: Tested with Firefox 3.0.13 on Ubuntu 9.04 (Should work on all Firefox versions) Open Firefox Click on **Tools->Clear Private Data ** Now tick the following boxes (You may select all options that apply to you) Browsing History Cache **Cookies ** Click on Clear Private Data Now and your cache, cookies and history will be cleared. ...

April 6, 2018 · 1 min · 56 words · icarnaghan

How to configure a Gmail account with Evolution Mail using POP3 and SMTP

Login to the Gmail website. http://www.google.com/mail Once logged in, click on Settings Click on the Forwarding and POP/IMAP tab Make sure that POP is enabled in the POP Download section Once POP downloading has been enabled or was already enabled exit the Gmailwebsite Open Evolution Mail Click on Edit and then on **Preferences ** Click on **Add ** Click on **Forward ** ...

April 6, 2018 · 1 min · 199 words · icarnaghan

How to create a complete Backup of your Joomla! website

To Backup your Joomla! Website you need to have your FTP details ready. You need to create a complete Backup of all your Joomla! Files and also a Backup of your mySql database witch keeps important information for your site. STEP 1 Use your FTP client to log in to your account using your FTP details to access your Joomla! files STEP 2 Navigate to your Joomla! root folder, download the whole folder to your local Hard drive on your PC. Or you may want to zip/compress the folder and then download it. ...

April 6, 2018 · 2 min · 236 words · icarnaghan

How to customize Virtuemart's Order Confirmation Email

If you have Virtuemart installed on your Joomla! installation and you need to customize the confirmation Email, you need to have some basic knowledge of FTP(Except if you are working on the localhost) and HTML. Lets get started by this step-by-step instructions. STEP 1 Connect to your website via FTP or access your files on your PC locally usually in the HTDOCS folder if you have Apache installed. This can only be done if you have access to those files. ...

April 6, 2018 · 1 min · 140 words · icarnaghan

How to disable and enable automatic updates in Firefox

Open Firefox Click on Tools->Options or in Linux Edit->Preferences Click on the Advanced Tab in the right hand corner Click on the Update tab in the second row Below Automatically check for updates to: Uncheck Firefox, Installed Add-ons and Search Engines to disable all automatic updates and check the boxes to enable all of them again. Alternatively you could select what Firefox should do when new updates are found, there are 2 options Ask me what I want to do or Automatically download and install the update ...

April 6, 2018 · 1 min · 87 words · icarnaghan