Archive

Archive for November, 2009

How to remove the This Copy of Microsoft Office in not Genuine messages and keep using Microsoft Office

November 27th, 2009 No comments

I recentyl posted a way to get rid of the “This Copy of Microsoft Office is not Genuine messages”, that  involved getting rid of Microsoft Office itself and replace it by OpenOffice.org and Thunderbird, That is the preferred Method.

But if you are a Microsoft Lover and want to get rid only of the messages, and keep using Microsoft Office then this is what’s needed:

1- Close all the Microsoft Office Applications

2-Use the File Explorer to Navigate to your Windows System installation folder, usually:

C:\Windows\System32

or

C:\Windows\SysWow64  -for 64 bit systems-

And then locate and remove (just rename, if feel fear) the following files:

OGAVerify.exe

OGAAddin.dll

3-Ready! Start any Microsft Office, and you will see that is fast again and no more annoying messages.

SocialTwist Tell-a-Friend
Categories: software Tags: ,

How to send Ctrl Alt Del to a Remote Desktop Session

November 22nd, 2009 No comments

As we all know evrytime windows does not properly work (and that’s very often) we have to use Ctrl+Alt+Del, so how to do it if you are accession Windows from a Remote Desktop Connection:

From Windows: Press Ctrl + Alt + End

From Linux: Press Ctrl + Alt + Del (yes, because its harmless to linux)

From MAC: Press Ctrl + Option + ForwardDelete

From iPhone: If you are using JaaduRDP, select the top icon with the arrows, slide to the second windows, there you’ll see it, just click it (and close the arrows icon again to go back to the desktop).

SocialTwist Tell-a-Friend
Categories: software Tags: ,

Install a Printer is easier in Linux than Windows

November 22nd, 2009 No comments

This is just another real case showing that Linux has become way much easier than Windows:

My daughter has a netbook with Windows XP, I have a Laptop with Ubuntu 9.10

We have a printer HP Deskjet 460 that we used today to print a drawing that my girl was making.

-In Windows XP, we plugged the printer, it detected some device asked for autodetection, I say yes, it did not found anything suitable…It asked to try via Windows Update, it found nothing, we choosed to specify model… It’s not listed…. we choosed similar models.. did’n worked…

My girl was irritated, so I said, OK let’s make a PDF email it to me and let’s try in Ubuntu:

-In Ubuntu I plugged the printer, it was deteced, installed, and we printed the drawing, just like that!

SocialTwist Tell-a-Friend
Categories: linux Tags: ,

Would you like to go to heaven?

November 15th, 2009 No comments

Lets imagine that the mythical place called Heaven exists…
Now imagine that any of those religious fundamentalists had the truth (pick any religion)…
Now if they had the thruth the heaven will be populated only by the hardcore members of such religion…

Would you really like to go to that heaven?

SocialTwist Tell-a-Friend
Categories: worldview Tags:

How to protect you iPhone from viruses

November 15th, 2009 No comments

The first iPhone virus has been created this month. It only affects jailbroken viruses, because it gains access via the default ssh password.

In order to protect your iPhone for this and maybe further viruses: read this how-to to change your default ssh iphone.

SocialTwist Tell-a-Friend
Categories: iphone Tags:

How to change iphone default ssh password

November 15th, 2009 No comments

When an iPhone is jailbroken, and OpenSSH server is installed in order to provide remote access.

There are two accounts root -the superuser- and mobile -the standard user-.

Both accounts have a default password: alpine

In order to change the passwords you can do it via regular Linux commands:

  • Access the iPhone via ssh from your PC (you can install putty on windows to do this)
  • ssh root@your.iphone.ip
  • Note: If this is the first time you connect this PC to your iPhone you will see a warning abiout fingerprints, say yes.
  • and type the passwd command, it will prompt you for your password twice, when you type your new password nothing will be prompted:
  • passwd
  • type exit to dissconnect
  • exit
  • Repeat the steps but this time for mobile, start with:
  • ssh mobile@your.iphone.ip
SocialTwist Tell-a-Friend
Categories: iphone Tags:

How to Jailbreak an iphone with OS 3.x

November 15th, 2009 No comments

I have a previouse post about how to jailbrake an iphone but now it may be diffrent, there are two publishers of jailbreaking applications: the Dev-Team and geohot (any other source you find is just selling what they give for free).

Well, geohot has published a new app called blackra1n, this is definitivelly the fastest jailbreak I have ever seen. Not even a how to is really needed, just go to his site, download, run, follow the onscreen instructions (basically, click, connect, and wait)

And have fun!

SocialTwist Tell-a-Friend
Categories: iphone Tags: , ,

How to control maximus preferences in Ubuntu Netbook Remix

November 5th, 2009 1 comment

Ubuntu netbook remix includes maximus, which is an application that maximizes all the new windows and removes the decoration, this is is very good to make it easier to work with small screens, and even to save space in regular screens, the last is my case…

Well but sometimes maximus might annoy you because it maximizes all windows, even the ones that where designed to be small.

There is no maximus icon or preferences at first sight, but you can find it under the hood, via the gconf-editor:

So open the gconf-editor with the command:

gconf-editor

open /apps/maximus

Pantallazo-Editor de configuración - maximus

You will see some options, that can help you to select applications that you don’t want to get maximized, you can keep decoration, and you can stop automatic maximization…play with that.

SocialTwist Tell-a-Friend
Categories: linux Tags: , ,

How to install Acrobat Reader in Ubuntu 9.10 (karmic koala)

November 1st, 2009 No comments

(Acrobat Reader is no longer in the medibuntu repository)

If you have upgraded to Ubuntu 9.10 (karmic kola) and want to install Acrobat Reader (acroread) you have to enable the canonical partners repository:

Go to the GNOME Menu : System > Administration > Software Sources

Select tab Other Sources

Mark: deb http://archive.canonical.com/ubuntu karmic partner

Reload your sources, either graphically or with:

sudo apt-get update

And then as usual simply install acroread via synaptic or with the command:

sudo apt-get install acroread

SocialTwist Tell-a-Friend
Categories: linux Tags: