Showing posts with label errors. Show all posts
Showing posts with label errors. Show all posts

Sunday, September 17, 2017

ubuntu pgp key errors

ubuntu pgp key errors


Q: I get error like
GPG error: http://archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
A:
try the following
sudo apt-key del 40976EAF437D05B5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5

Then run apt-get update again. If you still get the errors, you need to remove the old files manually.


sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

download file now

Read more »

Friday, September 8, 2017

Translation Errors

Translation Errors


Hello everyone! Today I wanted to post something a little bit different. Rather than updating you guys on whats going on in the gaming world, or posting a review, I figured Id share something from the brand new JRPG Ar Nosurge.

Now its no surprise that sometimes there are translation errors in games. Whenever a game is brought over from Japan, the translation from Japanese to English (or any other language) isnt quite as clear cut as one might think. Theres more than one way to translate what is being said, and because of that there are sometimes mistakes. This is just something most gamers have come to accept over the years, and it is rarely something worth noting. However, when you come across a mistake such as this--you cant help but laugh.

Its not everyday you see "young woman" get translated to "old man," but for some reason I was happy to see it. While it isnt the worst translation Ive seen in a game released over the past few months (I believe the award for "most translation errors in a game" belongs to another game found on the Vita), it is one that completely caught me off guard, and made me smile at the same time.

So, now I ask you--what is the funniest mistake youve seen in a game? Theres a lot of great games out there with funny mistakes, and wed like to hear which ones are your favorite.

(I can personally think of a few others, but for now Ill just leave it at this.)

download file now

Read more »

Friday, August 11, 2017

Ultimate solution for all GRUB errors and boot repair in Ubuntu

Ultimate solution for all GRUB errors and boot repair in Ubuntu


  Here is an ultimate solution for all boot errors and GRUB errors in Ubuntu Linux after reinstalling windows along with Linux. All that you have to do is insert a live CD or bootable USB and go into Ubuntu live session.

  Open a terminal in the live session and enter the following commands:



If your internet connection has proxy apply proxy settings from this post.  (Please dont restart after applying all proxy settings.)

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair


This will install boot-repair software in the live environment. Now type in the terminal


sudo boot-repair 



http://pix.toile-libre.org/upload/original/1322150524.png


Now click on "Recommended repair"

This will resolve all the grub and boot related issues...

For further details:

http://sourceforge.net/p/boot-repair/home/Home/

https://help.ubuntu.com/community/Boot-Repair



Cheers,
SANJEEV


Print Friendly and PDF

download file now

Read more »