Archive

Posts Tagged ‘tutorials’

BlackBerry BES Vulnerability

October 14th, 2010

Orange Alert: Vulnerability in the PDF distiller of the BlackBerry Attachment Service for the BlackBerry Enterprise Server

On October 13, 2010, Research In Motion (RIM) released a security advisory, KB24547: Vulnerability in the PDF distiller of the BlackBerry Attachment Service for the BlackBerry Enterprise Server. This security advisory provides details of a known vulnerability in the PDF distiller of the BlackBerry Attachment Service component of the BlackBerry Enterprise Server and BlackBerry Enterprise Server Express, and BlackBerry Professional Software that affects how the BlackBerry Attachment Service processes PDF files.

RIM has issued interim security software updates that resolve the issue in supported software versions of the affected software. Resolution for the issue is available by downloading and applying the interim security software update for the appropriate affected software version. Links to the updates are listed in the Resolution section of the security advisory. Orange recommends that you apply the software update or implement the workaround which is also documented in the security advisory.

This security issue could allow a malicious individual to cause buffer overflow errors, leading to a Denial of Service (DoS) condition or possibly arbitrary code execution on the computer that the BlackBerry Attachment Service runs on. Successful exploitation of this issue requires a malicious individual to persuade a BlackBerry smartphone user to open a specially crafted PDF file on a BlackBerry smartphone that is associated with a user account on a BlackBerry Enterprise Server. The PDF file may be attached to an email message, or the BlackBerry smartphone user may retrieve it from a web site using the Get Link menu item on the BlackBerry smartphone.

So just be careful when opening PDF attachments!!!

A helping hand, Geko Direct Limited , , , , , , , , , , , , , ,

How to setup UMA on your Orange BlackBerry

October 5th, 2010

Orange UMA (Unique) Service setup for BlackBerry Smartphones

In order to set your BlackBerry smartphone to work using UMA you must have a compatible router that supports WEP encryption; you will need to speak with your ISP (Internet Service Provider) to get this information.

Set up the phone to ensure it will operate using UMA.

Start on the home screen and press the Blackberry button.

Click on the Manage Connections icon. Scroll to and select Mobile Network Options and ensure that the connection preference is set to Wi-Fi preferred and network selection mode is set to Automatic.

Click back and once again click on the manage connections icon.

Setting up the Unique Service (UMA) on the handset.

  • Click on Setup Wi-Fi Network then Next.

If you are at home or in the office or at a wifi point you will regularly use then click Scan For Networks the phone will then display all wireless routers in the area.

  • Highlight yours and click the Ok.
  • Enter your wep key or passcode then click save.

Once connected you will be prompted to name this connection (home, office etc) If you have other network connections you can prioritize them here by clicking Prioritize Wi-Fi profiles and choosing your highest priority network.

A helping hand, Geko Direct Limited , , , , , , , , , ,

Ebay organiser.

September 28th, 2008

 If you are anything like me, organising things is a must in all aspects of life.  I think this is why I love Ebay selling so much, there is a lot of sorting out to do and organisation is needed.  I decided to make an Ebay profit/loss spreadsheet recentlty, it is a very simple little thing that made me happy because I can track how much I’m making or losing on postage and packing.  I created it using Microsoft Office 2007 and it is compatible with all earlier versions of Office.

The spreadsheet allows you to add your item, sale price, estimated postage cost and actual postage cost.  It will calculate how much you have gained or lost on postage, it will also calculate your overall profit or loss.

 

To download the .zip version Click Here

To download the .xls file Click Here

 

Link Dump:
Links to various sites mentioned in this blog.

Microsoft
Office 2007
Ebay

A helping hand, Online shopping , , , ,

Ebay Niceness

September 28th, 2008

Time for a little Ebay related stuff! (Updated)

I have recently developed a new love for the internet devil that is Ebay.  Having two young children who appear to be growing up at an almost unhuman rate I have quite a lot of stuff that they have outgrown, so I decided to stick it all on Ebay.

Whilst listing things on Ebay I noticed that the gallery listing charge had been removed so it now costs nothing to have an image along side your listing title in the search result pages.  Now this alone is all very nice but it still costs to have extra images within your listing, or does it.  After playing around with the html editor it would appear that the <img> tag has not been disabled, so providing you can host your images somewhere you can insert images within your listing and avoid paying the extra charges.

I am going to explain to you how you can use this to your advantage and make the best of this.  First you will need to upload your image(s) preferably to a site like Flickr.  Once the image is uploaded you need to get the true address of your image, there are a couple of ways you can do this but these are the easy options.  You can right click on the image then select “View Image” and copy the URL from the address bar.  Or you will need to press the “share it” link in the top right of Flickr and select Embed it then copy and paste the link it provides into a notepad, you will end up with something that looks like this:

<a href=”http://www.flickr.com/photos/parassassin/2894613154/” title=”Ebay Description by parassassin, on Flickr”><img src=”http://farm4.static.flickr.com/3239/2894613154_31334664db.jpg” width=”500″ height=”313″ alt=”Ebay Description” /></a>

The true address for your image is highlighted in red it, just delete all the other text until you are left with:

http://farm4.static.flickr.com/3239/2894613154_31334664db.jpg

Click to see larger image.

Now it’s time to insert this URL into your ebay listing, now I could take you on a great html journey to explain everything you can do with it but for now Im just going to explain how to insert the image and float text next to it.  You will need to create your listing by choosing the Advanced Sell option, once you have completed all the fields you should begin your listing design.  First you should layout your listing as you would like it to appear by adding a title and/or a footer, once you have done this create a big space in the middle of your listing by pressing return a few times, you should end up with something that looks like the image displayed here.

Now you are ready to insert your image into your listing.  Click the html tab at the top of the editor, for someone who is new to html coding this may look a bit daunting but don’t worry as by creating a space in the middle of your listing you have created a reference point in the html code.  You should be able to see lots of <br> tags.  These are Line breaks, simply put they are the individual blank lines you created by pressing return.  Now it is time to add some html code to your image URL, I will be using some basic tags to get you started but these will do the trick quite nicely.  Below is the code you should enter in the middle of the <BR> tags in the Ebay editor, just don’t forget to add your image URL in between the inverted comma’s (” “)

<img src=”http://www.ENTER-YOUR-IMAGE-URL-HERE.COM” vspace=”6″ width=”200″ height=”200″ align=”left” border=”0″ hspace=”6″>

This will insert an image to the left of the page and will allow you to type to the right of it.  Once you have done this click the “Standard” tab on your Ebay editor and your image should be nicely displayed on the left of the page.  Then place your cursor to the right of your image an add your description, once you have done that you can remove the extra spaces above and below the image to tidy things up.  If you wish your image to display on the right just change “left to right”.  In fact every attribute can be changed in the above code to suit you.  After some playing around you will be creating Ebay listings full of images without paying the extra fee’s.

Link Dump
Links to various sites mentioned in this blog.

Flickr
Ebay

A helping hand, Online shopping , , , ,