meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:general [2015/06/18 07:20] niziaklinux:general [2015/07/01 07:48] (current) niziak
Line 1: Line 1:
 ====== General ====== ====== General ======
  
-====== playing with apt keys ====== 
- 
-<code bash> 
-sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8B48AD6246925553 
-</code> 
- 
-<code bash> 
-sudo apt-get install debian-archive-keyring 
-wget http://ftp.pl.debian.org/debian/pool/main/p/pkg-mozilla-archive-keyring/pkg-mozilla-archive-keyring_1.1_all.deb 
-sudo dpkg -i pkg-mozilla-archive-keyring_1.1_all.deb 
-sudo apt-get update 
-</code> 
- 
-<code bash> 
-gpg --keyserver pgpkeys.mit.edu --recv-key  8B48AD6246925553       
-gpg -a --export 8B48AD6246925553 | sudo apt-key add - 
-</code> 
  
 ====== Import SSL certificate from website ====== ====== Import SSL certificate from website ======