Articles Comments

Computer Tips and Tricks | WordPress Technology Hints » Technology Tips

XBMC remote control for iPhone or Android

XBMC remote control for iPhone or Android

The Xbox Media Center – XBMC – has the ability to have a remote control function via your smartphone. This product is available on the Android Marketplace for Android devices, or from the Apple iTunes App Store for iPhone, iPad and iPod. Basically it connects to your wifi home network and connects via a port on xbmc. To enable it you have to allow in the options the web access on a particular port. Eg 192.168.1.10:8080 … Read entire article »

Filed under: Computer Tips and Tricks, Linux Tips, Mobile Phone Tips, Technology Tips

Install XBMC on Ubuntu 11.10 Oneiric Ocelot

Install XBMC on Ubuntu 11.10 Oneiric Ocelot

Running XMBC on top of Ubuntu allows you to create a media centre which can be started and stopped as required in an exsiting linux distro environment. Install XBMC on Ubuntu 11.10 Oneiric Ocelot Personally, I have Ubuntu 11.10 Oneiric Ocelot with Xbox media center also known as XBMC running as an application when required. To do this, open up a terminal window and ensure you have internet access. Amend the sources list to retrieve relevant media settings: sudo … Read entire article »

Filed under: Linux Tips, Mobile Phone Tips, Technology Tips

Earn while posting on forums with Postloop

Earn while posting on forums with Postloop

Getting a new forum off the ground is one of the webs toughest challenges and although there are many methods to get it built up, none I have seen are as successful as Postloop. This site offers two methods of getting visitors to your forum: one by buying post points and another by earning them by posting on other sites. When you join up and post on another members forum, in return you will receive points … Read entire article »

Filed under: Computer Tips and Tricks, Technology Tips

Ubuntu Netbook Edition

Ubuntu Netbook Edition

I wanted to write a quick post on this edition of the Ubuntu range of operating systems basically to say how ingenius it is and how much they pack into such a small distribution. I found that the install via a pen drive took only 10 minutes and once booted (which is one of the fastest boots I’ve seen when using a solid state disk) that it was easy to find my way around and … Read entire article »

Filed under: Computer Tips and Tricks, Linux Tips, Technology Tips

How to factory reset a Windows Mobile 7 phone

To factory reset or hard reset a Windows Mobile 7 phone: Go to Settings > About > Scroll to the bottom of the page and chooose Reset Your Phone It will ask to confirm and then reset. Please note this does wipe the entire contents of your phone. … Read entire article »

Filed under: Mobile Phone Tips, Technology Tips

Data Recovery Tools

A quick post regarding a data recovery tools site which a contact of mine has released. There will be tips and tricks on recovering data, laptops which are damaged and other helpful advice. Come and take a look at http://www.data-recovery-tools.co.uk … Read entire article »

Filed under: Featured, Technology Tips

OsTicket 1.6 screen dumps as attachments via Outlook

OsTicket 1.6 screen dumps as attachments via Outlook

In osTicket the screen shot or screendump feature does not work when a ticket is sent in, so if a user is emailing in and they paste a screenshot into the email, it does not get sent with the ticket. Amending a couple of files will allow them to start working: pipe.php Find: if($filename && $cfg->canUploadFileType($filename)) { $ticket->saveAttachment($filename,$part->body,$msgid,'M'); } Just after add: //Allow embedded images from Outlook } elseif (!($part->disposition) && (!strcasecmp($part->ctype_primary,'image')) ) { $filename=$part->ctype_parameters['name']; if($filename && $cfg->canUploadFileType($filename)) { $ticket->saveAttachment($filename,$part->body,$msgid,'M'); } class.mailfetch.php Find: function saveAttachments($ticket,$mid,$part,$index=0) { … Read entire article »

Filed under: Computer Tips and Tricks, osTicket, Technology Tips

Sage HR 50 session lock error message

Sage HR 50 session lock error message

If you are trying to add a new user on Sage HR 50 and get a session lock error message, then simply run the RemoveSession.exe program in the Program Files\Sage directory. This will ask you to select which company to remove the session lock from and then allow you to log back in. … Read entire article »

Filed under: Technology Tips

iPhone CCTV Monitoring Application | Live Cams, IP Cameras and Webcams

Monitor you home whilst your away using  CCTV IP Cameras and Live Cams App for the iPhone. Click the icons below for for information about the Live Cams iPhone App …… As well as a Remote CCTV Monitoring Application this iPhone Application also have a list of free live Webcams like the one below:- LiveFishCam.co.uk | Watch Our Live Fish Tank Webcams Whilst Your On The Move Why not download “Live Cams” from the iPhone App Store today and you can continue to watching our live fish tank cameras whilst your on the move. You can also access many other live webcam feeds for FREE! You can locate our Live Fish Aquarium webcams under the “Animals” category. Also some webcams are now available in HD quality using the “Live Cams HD” App for … Read entire article »

Filed under: Featured, Technology Tips

Ftp not working when using Cisco ASA 5505 with ISA Server

Ftp not working when using Cisco ASA 5505 with ISA Server

If you are unable to get FTP working via ISA server 2004 or 2006, also sometimes when using GFI Webmonitor. Usually this appers on the Cisco ASA 5000 firewalls: 5505, 5510. It can be caused by the FTP data and connection trying to use the same port. This can be resolved by adding the following code to your config. This can be done via command line or via Cisco ASDM and the tools > CLI editor. class-map … Read entire article »

Filed under: Computer Tips and Tricks, Technology Tips

Snitz Forums 2000 affordable and cheap Windows Web Hosting for ASP

If you are running a Snitz Forum and need affordable and cheap web hosting that will support Snitz Forums then look no further than http://www.andthenhost.com The Bronze Windows Package they provide is only £1.49 a month and comes with 2 MySQL databases. Because most hosting companies are now using Windows 2008 Server, you will have to edit your config.asp file to use the following MySQL string. strConnString = “driver={MySQL ODBC 5.1 Driver};option=16387;server=LOCALHOST;user=YOURUSERNAME;password=YOURPASSWORD;DATABASE=YOURDATABASENAME;” ‘## MySQL w/ MyODBC v5.1 Click Link now to start saving money hosting your Snitz forum – http://www.andthenhost.com … Read entire article »

Filed under: Featured, Technology Tips

External ISP mail setup using a VPS and SendEmail for Nagios

External ISP mail setup using a VPS and SendEmail for Nagios

1) Download from http://caspian.dotconf.net/menu/Software/SendEmail. 2) Extract the file and copy the files sendEmail and sendEmail.pl into /usr/local/bin. 3) Amend the permissions so they are executable by the owner and the group: chmod +x /usr/local/bin/sendEmail Now the setup and customization of Nagios. 1) Edit /usr/local/nagios/etc/resource.cfg – add (4) new entries. $USER5$=your_isp_email_address $USER6$=your_isp_email_password $USER7$=your_isp_outgoing_mail_server $USER8$=your_send_from_email_address 2) Edit /usr/local/nagios/etc/objects/commands.cfg Change command_line for command_name notify-host-by-email: command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HOSTOUTPUT$nnDate/Time: $LONGDATETIME$n" | /usr/local/bin/sendEmail -s $USER7$ -xu $USER5$ -xp $USER6$ -t … Read entire article »

Filed under: Computer Tips and Tricks, Technology Tips

How to allow .cer files to download from Apache

How to allow .cer files to download from Apache

When trying to allow a download of a certificate file for users to install via a Windows Mobile device or PDA, the certificate shows as a load of rambled text. To fix this, you need to add some code into the .htaccess file on the websever (in the folder of where the .cer file resides). <Files *.cer> ForceType application/octet-stream Header set Content-Disposition attachment </Files> restart apache once this is complete sudo /etc/init.d/apache2 restart … Read entire article »

Filed under: Technology Tips

New forum launched

New forum launched

We need your posts and information on the new home computer help forum. Come and take a look and join in. Any suggestions and feed back is welcome. We’d love to see you there and join up. Come and visit the forums at http://www.home-computer-help.co.uk Free home computer help forum … Read entire article »

Filed under: Featured, Technology Tips

Plesk error nightmare | Failed to run the pleskctl utility

I was receiving an error message on a broken Plesk install which was “Failed to run the pleskctl utility” after doing an attempt at an install of postfix. Needless to say to install did not go well and I ended up with this error. The fix was not too tough and was basically in two stages. Firstly, you need to re-install the Plesk system and then secondly, add on the permissions. Stage 1 – Re-install Plesk over the top: apt-get install psa Once run and set up, there may be a few errors so at this point give the server a restart. Stage 2 – Change permission levels on getting error message “File does not exist or is not executable: /opt/psa/admin/bin/listmng” chown root:psaadm /usr/local/psa/admin/sbin/wrapper chmod 4110 /usr/local/psa/admin/sbin/wrapper Altering these will add the psaadm group permission back on to … Read entire article »

Filed under: Computer Tips and Tricks, Technology Tips

Affordable Online Banner Spaces For Sale

Corporate Computers have now launched an online banner selling system with many different niche types available. Banner Service Overview Your banner will remain on the website for a maximum of “1 YEAR” or until your “CLICKS RUN OUT”. Our site is offering rotating banner advertising on a cost per click basis ( CPC). “Maximum of 10 rotating ads per banner space”. The majority of sites charge on a monthly basis, on average £10.00 per month irrespective of how many clicks you receive, so by using our package you will get much better value for your money. Our £10.00 fee will last you until you have used all your 100 click credits. Our package is similar to Google Absence, where you will be provided with an ad management interface which allows you to fully monitor your … Read entire article »

Filed under: Technology Tips

Set up Symantec Backup Exec Agent on Ubuntu using Webmin

Set up Symantec Backup Exec Agent on Ubuntu using Webmin

Firstly – all credit to Ajay Sign who did the original document I worked from. I have purely reworked his efforts and included Webmin as I found it much easier to use. To install RALUS on UBUNTU (any Debian flavor) perform the following steps: First of all – install Webmin – it makes things much easier. You need to ensure you change the port on Webmin to something other than 10000 as the Backup Exec service uses … Read entire article »

Filed under: Computer Tips and Tricks, Technology Tips

Use 28g.co.uk social bookmarking to increase backlinks

www.28g.co.uk is a new site to allow you to bookmark and share your favourite websites with your friend – and the rest of the world. It give you the opportunity to vote on your favourite sites and suggest sites for others to take a look at. This is a great tool when looking to promote new websites and it allows you to announce websites as well as writing a bit about it – kind of like a press release. Best of all this is a free social bookmark service and is funded by the site advertisments. Offered in addition to posting is an adsense revenue share options, where the more popular your link, the more you can gain in revenue from your adsense ad once you have submitted your article and added your adsense … Read entire article »

Filed under: SEO, Technology Tips, Wordpress Tips

Schedule an inventory on Backup exec

Schedule an inventory on Backup exec

Some tape drives cannot work out for themselves what tape is in the library or slot when inserted, so you have to tell it what is there by running an inventory. If, like me, you are sometimes too busy to remember to run this inventory, you will know your back up can fail as it is asking for media. Particularly bad when running a full backup over a weekend. Scheduling an inventory so your tape … Read entire article »

Filed under: Technology Tips

Easy ways to become a Web developer

If you’re an newbie in web development and if you want to “enter” on the ground, then PHP programming is the best language to learn. There are several ways to learn to become a web developer, but, I think this approach is more logical. First, as a web developer we need to learn HTML. It is easy to learn through websites which will make you to learn from the basics. My clear advice is to work first on notepad before you enter into the coding environment such as Dreamweaver. Encryption in notepad will make you to learn languages which are for essential level. It is known that anyone can make use of WYSIWYG application. Second, it is essential for all web developers to configure the development environment. Most of PHP development is … Read entire article »

Filed under: SEO, Technology Tips, Wordpress Tips