Backtrack:  
 
showing posts tagged with 'software'
edited by on March 7th 2011, at 14:41

While not officially supported, it is possible to have Adobe Flash on your Android 2.1 (Eclair) device.

You can do so by downloading and installing the package included in this post. Note that you will have to have third party applications allowance enabled so that you can install it. Possibly, on some devices, you have to install Apps Installer to install the package.

Flash player works, but because of missing components in 2.1, there are some performance issues.

edited by on March 7th 2011, at 11:36

One of the neat things about OpenOffice is the many extensions available. Oracle has a PDF import extension for OpenOffice Draw, which can import just about any unsecured PDF document.

Download link: http://extensions.services.openoffice.org/project/pdfimport?intcmp=1549

This allows you to open PDF documents directly from the menu. There are still a few quirks now and then, but they don't spoil the usefulness of the extension.

edited by on February 23rd 2011, at 13:25

Windows 7 and Windows 2008R2 Service Pack 1 has been released.

It is available through Windows Update, but for those that require the full installer, can find it here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda&displaylang=en.

edited by on February 16th 2011, at 16:52

Since Acrobat Reader X, by default, no toolbar is shown while in Read Mode display. Instead, a heads-up black toolbar with minimalistic functions is used. This is the default behaviour but can be turned off.

To do that, open Reader, choose Edit, then Preferences. In the tab Internet, uncheck Display in Read Mode by default, then press OK.

edited by on February 14th 2011, at 13:28

Because the official website of 7-Zip (http://www.7-zip.org/) is currently offline, I'm mirroring the latest version here.

EDIT: the official site has been fixed and is online again.

edited by on December 16th 2010, at 15:57

For an easy to use disk erasing tool: http://www.dban.org/.

It's pretty important when you retire your old computer that you securely delete the contents of your hard disk. Even with a regular format, it is still possible to retrieve a lot of data from the disk. DBAN can help you with that.

edited by on December 16th 2010, at 15:55

By default, there's no ODBC driver available on 64-bit Windows systems for Access and Foxpro. This is because they only are native 32-bit at the moment. There are a few workarounds present, but the easiest would be to stick with 32-bit if you need this.

http://support.microsoft.com/kb/957570

edited by on November 19th 2010, at 09:08

Lifehacker published a really interesting howto, explaining how to install Android on your iPhone in six easy steps:

http://lifehacker.com/5693309/how-to-install-android-on-an-iphone-in-six-easy-steps

edited by on October 21st 2010, at 12:19
If you're having trouble with your Mac and think the cause could be hardware-related, you can run the Apple Hardware Test. It's a set of tools by Apple which perform basic and extensive tests on your hardware to see whether they are still okay. These tools are available for anyone with a Mac, and are either preinstalled on your system, or available through your OS'es installation discs.

Applies usually to older models of Mac.

You can download the AHT disc images for a number of older Mac models through here: http://www.info.apple.com/support/aht.html.

Insert the Apple Hardware Test disc into the CD drive.

Upon starting/restarting your Mac, immediately press and hold C on your keyboard. K  ...
edited by on October 20th 2010, at 11:57
Debian has introduced incremental updating of package lists. While in theory, this is a great feature, it is not always practical.

Incremental updates enable to download less data by fetching only the differences between the previous versions of the list. This results in significant savings concerning the amount of downloaded data.
The unfortunate downside is that a whole lot more fetches need to be done as each incremental update requires a server request. This becomes apparent when you don't often download package list updates, and there are suddenly a whole number of files waiting to be downloaded. The overhead of requesting each incremental slice separately causes the update to take mor  ...
edited by on October 15th 2010, at 11:54
At work, I'm currently deploying a Windows 2008 R2 on a VMware ESXi 4.0, and noticed an odd behaviour. At irregular intervals, the console of the guest OS simply locks up and doesn't do anything anymore. Networking and remote access seem to work fine, it's just the console that is freezed. Restarting the vSphere client doesn't help, and the only way to get rid of the problem is by hard-resetting the VM. The issue only occurs on Windows 2008 R2, the other VMs run fine.

The problem is caused by the VMware SVGA II driver, and has two underlying issues: the driver itself, and an apparent lack of video RAM (due to the new HW-accelerated GDI of 2008R2/Win7).

The most quickest way is to get rid o  ...
edited by on October 11th 2010, at 15:53

At work, several computers were in the process of being reinstalled. All those computers suffered from a problem where Foxit Reader plugin would not correctly work in Firefox.
While we haven't managed to really fix the issue, we resolved it by uninstalling the latest version 4.2, and installed version 4.1.1 instead. Once installed, we then upgraded to the latest version using the update functionality inside Foxit.

edited by on October 8th 2010, at 11:16
There is a problem with disabling Java Update when you're running Vista/2008/7 with UAC enabled. Trying to disable automatic updates through the control panel does not work as the setting will not "stick"

The problem is caused by an oversight of Sun. Running the configuration applet from Control Panel means it gets started as a unprivileged user, and the automatic update setting cannot be changed by such a user.

Rather than simply kick out jusched.exe from the registry (HKLM\SOFTWARE\Microsoft\CurrentVersion\Run, there's another way. Open an Explorer and manually find the control panel file (called javacpl.exe); default is this: C:\Program Files\Java\jre6\bin\javacpl.exe. Right-c  ...
edited by on October 5th 2010, at 14:19

End-users are no longer required to buy Office 2010 media. If you have an product key card, you can download Office 2010 from the website, free of charge:

http://www.office.com/productkeycard

For OEM manufacturers, direct link to the Office 2010 pre-installation kit. Unlike 2007, this release is also available for download free of charge:

http://oem.microsoft.com/script/contentpage.aspx?PageID=566219

edited by on September 24th 2010, at 13:12

Some information about configuring WSUS without AD (and thus, without group policies):

http://technet.microsoft.com/en-us/library/cc708449%28WS.10%29.aspx

edited by on September 21st 2010, at 15:35
With the push of .NET Framework v4 through Windows Update, I've noticed a problem with Windows XP clients. They all suddenly started to boot up slowly, i.e. it takes an abnormal long time before the network stack is started.

Logical deduction and analysis of the problem lead me to check which services were taking a long time to start, as this could be an indication of cause. After rebooting, then immediately digging into Services (services.msc) shows a service trying to start, called Microsoft .NET Framework NGEN v4.0.30319_X86.
As the users of the affected computers are not using any .NET 4 applications, and having no clue what the service does, I tried disabling it. To my honest surprise,  ...
edited by on September 20th 2010, at 16:51

If Outlook 2007 is constantly asking to enter your password, even though you've enabled Remember password, try the following:

  1. Close Outlook.
  2. Navigate to: %userprofile%\AppData\Roaming\Microsoft\Protect (Vista/7), or %userprofile%\Application Data\Microsoft\Protect (XP).
  3. In that folder should be another folder named after a SID. Rename or delete the folder.
  4. Some people have reported a reboot is required before starting Outlook again. To be on the safe side, do this. After the reboot, start Outlook again. It should be fixed.
edited by on September 16th 2010, at 11:14

Microsoft has announced the release of the beta-version of the new Internet Explorer 9.

One of the highlights would be a better compliance with industry standards (HTML5, CSS3, etc.). Does this mean that the horrid problem of browser incompatibility (especially between IE and all other browsers) will finally be resolved? I sure hope so...

edited by on September 15th 2010, at 11:31
Installing Exchange 2007 Service pack 2 on a Windows 2008 SBS generates an error, as detailed here:
http://support.microsoft.com/kb/973862.

To resolve, you can either follow the instructions outlined in the KB, or you can download the installation tool, especially designed for SBS 2008.

First, download these: Exchange 2007 SP2 (64-bit edition):
- http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4C4BD2A3-5E50-42B0-8BBB-2CC9AFE3216A

Exchange 2007 SP2 installation tool for SBS 2008:
- http://www.microsoft.com/downloads/en/details.aspx?FamilyID=FFD2FE61-9278-489E-9B96-3816394C9CB6



Run the first file to extract its contents to a folder of your c  ...
showing posts tagged with 'software'
 
 
« April 2024»
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930    
 
Links
 
Quote
« If the batteries of a TV remote run out, why do we press the buttons so much harder? »