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
Then run apt-get update again. If you still get the errors, you need to remove the old files manually.
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
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
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.

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.)
| � Copyright 2014 - All Rights Reserved |
download file now
Labels:
errors,
translation
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.)
This will install boot-repair software in the live environment. Now type in the terminal

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
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
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
download file now
Subscribe to:
Posts (Atom)