Showing posts with label RAID. Show all posts
Showing posts with label RAID. Show all posts

Monday, 21 July 2014

Adding phpShield to Linux Hosting

SSH into the server
Run:
​​/usr/local/bin/php-config --extension-dir
The result shows the PHP extension directory
/usr/local/lib/php/extensions/no-debug-non-zts-20100525

​Upload the latest version of ixed.5.4.lin to this directory using WinSCP or similar file transfer tool
Find the location of php.ini​
- See more...

Thursday, 26 June 2014

How to reset a network card in Windows

Open Control Panel
Click Hardware and Sound
Click Device Manager

In Network Adapters, find the LAN card you want to reset – this is often something like:
  • Realtek PCIe GBE Family Controller
  • Broadcom NetXtreme 57xx Gigabit Controller
  • Intel PRO/1000MT Network Adapter
Right click on the adapter and click Uninstall
You will be warned that this will remove the device from the system – ensure that ‘Delete the driver software’ is *not* ticked if this is shown

Note: Clicking OK will disconnect your remote access session if you are connected!

Click OK
The icon will disappear, and the network adapter will be disabled
At the top of the device manager list, the PC name is displayed
Right click this PC name and select Scan for hardware changes

- See more...

Monday, 19 May 2014

Sporttracks v2 – Map problem fixed

 

With Sporttracks v2, there is an issue that the Terraserver map plugin no longer functions correctly. Maps cannot be zoomed, and over time, none of the routemaps appear to display at all. Thankfully, there is a user created plugin called Apply Routes. Apply Routes provides a number of extensions to the SportTracks functionality: It adds a number of MapProviders (google, microsoft, openlayers, geoportail) - See more...

Convert plain numbers to MAC addresses with Excel

We use the following formula if you need a – between the octets:
 =MID(c2,1,2)&"-"&MID(c2,3,2)&"-"&MID(c2,5,2)&"-"& MID(c2,7,2)&"-"&MID(c2,9,2)&"-"&MID(c2,11,2)

We use the following formula if you need a :
between the octets:
=MID(c2,1,2)&":"&MID(c2,3,2)&":"&MID(c2,5,2)&":"& MID(c2,7,2)&":"&MID(c2,9,2)&":"&MID(c2,11,2) - See more...

Wednesday, 19 February 2014

Windows Virtual PC – IE User

Windows Virtual PC – IE User 

When you start Windows XP from the Windows Virtual PC software, you may be asked for the password to login for the first time.
See more...

Tuesday, 21 January 2014

Free alternatives to Norton Internet Security and McAfee Internet Security


Both Norton Internet Security and the McAfee Internet Security suite are excellent products for ensuring your PC is protected while online. Both offer anti-virus tools, spyware blockers, trojan detection etc. However, the fees associated with keeping them up to date (often £20-30 annually) can be prohibitive.
There is an alternative in the world of anti-virus however, and this comes in the form of AVG.
The AVG free edition is just that – free. It does have a few limitations:
  • Less protection – AVG Anti-Virus Free Edition 8.0 provides only base level protection against viruses, spyware and safe searching. It does not provide safe surfing (drive-by download protection) nor protection from crackers, keyloggers, spam, phishing attacks and malicious file downloads that can come through instant messaging and attachments from seemingly friendly sources. This protection is only available in the commercial versions of AVG products.
- See more 

Tuesday, 24 December 2013

Alternatives to Microsoft Office

openofficelogo 




Sun Microsystems have now released v3.0 of their popular ‘OpenOffice.org’ productivity suite. It’s a fantastic alternative for current users of Microsoft Office, or those who wish to have the functionality of the Microsoft Office suite, but do not like the high pricetag.
It has compatibility with all the Microsoft Office file types (including new .docx for Microsoft Word 2007)
- See more at: http://www.jaytag.co.uk/blog/page/4/#sthash.VmCsdRU8.dpuf

 Sun Microsystems have now released v3.0 of their popular ‘OpenOffice.org’ productivity suite. It’s a fantastic alternative for current users of Microsoft Office, or those who wish to have the functionality of the Microsoft Office suite, but do not like the high pricetag.

It has compatibility with all the Microsoft Office file types (including new .docx for Microsoft Word 2007)

Friday, 29 November 2013

Conficker Virus – Think you have it?

 
The Conficker virus has to be one of the most difficult to get rid of. But how can you quickly diagnose if you have it?
There are some well known signs:

Windows Update and Automatic Updates are blocked System Restore has been turned off You cannot access anti-virus websites (such as Symantec, McAfee, AVG etc.)

There is now also an even quicker way:

Click Here Think you might be infected? - See more

Easy backups in Ubuntu with File Backup Manager

 

 

“Is there an easy way to do backups in Ubuntu?”

The answer is yes! File Backup Manager (pybackpack) is a simple GUI backup utility that allows backups to CD/DVD, your local file system or to a network drive either via SMB or SSH.

Lets install it. Open up a terminal and run the following: sudo apt-get install pybackpack #

Downloads and installs File Backup Manager After the download and installation completes, you should see that “File Backup Manager” has appeared in the System > Administration menu...Read More