mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
articles/guides/*: use tyyli.css
This commit is contained in:
parent
0c10d83cb8
commit
9148cf0ac6
@ -1,27 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Guide for getting Flash and PDF plugins from Google Chrome to Chromium" /> <meta name="keywords" content="Google,Chrome,Chromium,Flash,Player,PDF,Linux,Debian,Ubuntu" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/ChromiumFlashPDF.html">
|
||||
<title>
|
||||
Getting Google Chrome integrated flash and PDF player to Chromium
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<h1 id="what-do-you-need">What do you need?</h1>
|
||||
<p>You need <a href="https://www.google.com/intl/en/chrome/browser/">Google Chrome</a> and <a href="http://www.chromium.org/Home">Chromium</a>. <a href="https://www.google.com/intl/en/chrome/browser/">Google Chrome</a> contains the plugins, which you need and why would you want to get them into <a href="http://www.chromium.org/Home">Chromium</a> if you didn't have it?</p>
|
||||
<p><a href="http://www.chromium.org/Home">Chromium</a> is probably packaged in your distribution and can be found either in package "chromium" (in Debian 7 (Wheezy) and above) or "chromium-browser" (Debian 6 (Squeeze)).</p>
|
||||
<h1 id="how-to-get-the-plugins-into-chromium.">How to get the plugins into Chromium.</h1>
|
||||
<p>After you have installed Chrome and Chromium, you should have directories "/opt/google/chrome" and "/usr/lib/chromium".</p>
|
||||
<p>The plugins, which you want are files "libpdf.so" and "libgcflashplayer.so" in the /opt/google/chrome" directory.</p>
|
||||
<p>The easiest way to get them into Chromium is to symlink them with the following commands:</p>
|
||||
<pre><code>ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium/
|
||||
ln -s /opt/google/chrome/libgcflashplayer.so /usr/lib/chromium</code></pre>
|
||||
<p>Remember to keep Google Chrome installed, because when package managment upgrades it, those plugins are also upgraded in both Chrome and Chromium (because Chromium is same as Chrome with those plugins).</p>
|
||||
<p>Now open (or if it was already running, restart) Chromium and go to <a href="about:plugins">about:plugins</a>. There you should see two new plugins called "Chrome PDF Viewer" and "Flash". Enable them if they aren't enabled and they both should work now whenever you go into page with Flash script or PDF file.</p>
|
||||
<p>NOTE: Flash might need you to install package flashplugin-nonfree from the repositories. I am not fully sure about this.</p>
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript>
|
||||
<a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a>
|
||||
</noscript>
|
||||
<!DOCTYPE html><html>
|
||||
<head><meta name="description" content="Guide for getting Flash and PDF plugins from Google Chrome to Chromium" /> <meta name="keywords" content="Google,Chrome,Chromium,Flash,Player,PDF,Linux,Debian,Ubuntu" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/ChromiumFlashPDF.html"> <title>Getting Google Chrome integrated flash and PDF player to Chromium</title> <link rel="stylesheet" type="text/css" href="../../tyyli.css" /></head>
|
||||
<h1 id="what-do-you-need"
|
||||
>What do you need?</h1
|
||||
><p
|
||||
>You need <a href="https://www.google.com/intl/en/chrome/browser/"
|
||||
>Google Chrome</a
|
||||
> and <a href="http://www.chromium.org/Home"
|
||||
>Chromium</a
|
||||
>. <a href="https://www.google.com/intl/en/chrome/browser/"
|
||||
>Google Chrome</a
|
||||
> contains the plugins, which you need and why would you want to get them into <a href="http://www.chromium.org/Home"
|
||||
>Chromium</a
|
||||
> if you didn't have it?</p
|
||||
><p
|
||||
><a href="http://www.chromium.org/Home"
|
||||
>Chromium</a
|
||||
> is probably packaged in your distribution and can be found either in package "chromium" (in Debian 7 (Wheezy) and above) or "chromium-browser" (Debian 6 (Squeeze)).</p
|
||||
><h1 id="how-to-get-the-plugins-into-chromium."
|
||||
>How to get the plugins into Chromium.</h1
|
||||
><p
|
||||
>After you have installed Chrome and Chromium, you should have directories "/opt/google/chrome" and "/usr/lib/chromium".</p
|
||||
><p
|
||||
>The plugins, which you want are files "libpdf.so" and "libgcflashplayer.so" in the /opt/google/chrome" directory.</p
|
||||
><p
|
||||
>The easiest way to get them into Chromium is to symlink them with the following commands:</p
|
||||
><p
|
||||
><code
|
||||
>ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium/ ln -s /opt/google/chrome/libgcflashplayer.so /usr/lib/chromium</code
|
||||
></p
|
||||
><p
|
||||
>Remember to keep Google Chrome installed, because when package managment upgrades it, those plugins are also upgraded in both Chrome and Chromium (because Chromium is same as Chrome with those plugins).</p
|
||||
><p
|
||||
>Now open (or if it was already running, restart) Chromium and go to <a href="about:plugins"
|
||||
>about:plugins</a
|
||||
>. There you should see two new plugins called "Chrome PDF Viewer" and "Flash". Enable them if they aren't enabled and they both should work now whenever you go into page with Flash script or PDF file.</p
|
||||
><p
|
||||
>NOTE: Flash might need you to install package flashplugin-nonfree from the repositories. I am not fully sure about this.</p
|
||||
><div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
|
||||
|
||||
</HTML>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/ChromiumFlashPDF.html">
|
||||
<title>Getting Google Chrome integrated flash and PDF player to Chromium</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
||||
</head>
|
||||
|
||||
# What do you need?
|
||||
|
@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/GnomeToMATE.html">
|
||||
<title>Moving from GNOME to MATE</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
||||
</head>
|
||||
|
||||
# What is what in MATE and GNOME.
|
||||
|
@ -1,45 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Thunderbird/Icedove guide" /> <meta name="keywords" content="Thunderbird,Icedove,Enigmail,gpg,gnupg" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html">
|
||||
<title>
|
||||
Thunderbird/Icedove guide
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<h1 id="thunderbird-icedove-guide">Thunderbird / Icedove guide</h1>
|
||||
<h2 id="what-do-you-need">What do you need?</h2>
|
||||
<h3 id="debian">Debian</h3>
|
||||
<p>On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2</p>
|
||||
<blockquote>
|
||||
<h1>aptitude install icedove enigmail gnupg gnupg2</h1>
|
||||
</blockquote>
|
||||
<h3 id="ubuntu">Ubuntu</h3>
|
||||
<p>On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.</p>
|
||||
<blockquote>
|
||||
<h1>aptitude install icedove enigmail gnupg gnupg2</h1>
|
||||
</blockquote>
|
||||
<h3 id="mac-os-x">Mac OS X</h3>
|
||||
<p>You need Thunderbird, but you should also install GPG-Tools and Enigmail.</p>
|
||||
<h3 id="windows">Windows</h3>
|
||||
<p>You need at Thunderbird, but you should also install GPG4Win and Enigmail.</p>
|
||||
<h2 id="setting-up">Setting up</h2>
|
||||
<p>When you open Thunderbird / Icedove for the first time, it will ask for email address and password. Give them and Thunderbird will attempt to find the details and after that it downloads emails from the server.</p>
|
||||
<h2 id="sending-plaintext.">Sending plaintext.</h2>
|
||||
<p>To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.</p>
|
||||
<h3 id="why-to-not-send-emails-in-html">Why to not send emails in HTML?</h3>
|
||||
<p>See my complaining about HTML usage <a href="../complaining/HTML.html">here</a>.</p>
|
||||
<h2 id="sending-utf-8.">Sending UTF-8.</h2>
|
||||
<p>This doesn't affect emails with any visible way. It might just remove some charters in message source and it will allow you to send more charters than some latin1 charset. It might also remove charset line in PGP/INLINE signed emails.</p>
|
||||
<p>Open Edit --> Preferences --> Display --> Formatting --> Advanced... --> Character Encodings and set both "Outgoing Mail" and "Incoming Mail" as "Unicode UTF-8" and check the checkbox "When possible, use the default character encoding in replies."</p>
|
||||
<h2 id="why-to-send-emails-in-utf-8">Why to send emails in UTF-8?</h2>
|
||||
<p>I am going to write explaining for this later.</p>
|
||||
<h2 id="read-also">Read also</h2>
|
||||
<p>My <a href="GPG/GPG.html">GPG guide</a> and my <a href="GPG/Enigmail.html">Enigmail guide</a>.</p>
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Thunderbird / Icedove guide</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html" rel="dct:source">mkaysi.github.com</a>.</p>
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript>
|
||||
<a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a>
|
||||
</noscript>
|
||||
<!DOCTYPE html><html>
|
||||
<head><meta name="description" content="Thunderbird/Icedove guide" /> <meta name="keywords" content="Thunderbird,Icedove,Enigmail,gpg,gnupg" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html"> <title>Thunderbird/Icedove guide</title> <link rel="stylesheet" type="text/css" href="../../tyyli.css" /></head>
|
||||
<h1 id="thunderbird-icedove-guide"
|
||||
>Thunderbird / Icedove guide</h1
|
||||
><h2 id="what-do-you-need"
|
||||
>What do you need?</h2
|
||||
><h3 id="debian"
|
||||
>Debian</h3
|
||||
><p
|
||||
>On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2</p
|
||||
><blockquote
|
||||
><h1
|
||||
>aptitude install icedove enigmail gnupg gnupg2</h1
|
||||
></blockquote
|
||||
><h3 id="ubuntu"
|
||||
>Ubuntu</h3
|
||||
><p
|
||||
>On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.</p
|
||||
><blockquote
|
||||
><h1
|
||||
>aptitude install icedove enigmail gnupg gnupg2</h1
|
||||
></blockquote
|
||||
><h3 id="mac-os-x"
|
||||
>Mac OS X</h3
|
||||
><p
|
||||
>You need Thunderbird, but you should also install GPG-Tools and Enigmail.</p
|
||||
><h3 id="windows"
|
||||
>Windows</h3
|
||||
><p
|
||||
>You need at Thunderbird, but you should also install GPG4Win and Enigmail.</p
|
||||
><h2 id="setting-up"
|
||||
>Setting up</h2
|
||||
><p
|
||||
>When you open Thunderbird / Icedove for the first time, it will ask for email address and password. Give them and Thunderbird will attempt to find the details and after that it downloads emails from the server.</p
|
||||
><h2 id="sending-plaintext."
|
||||
>Sending plaintext.</h2
|
||||
><p
|
||||
>To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.</p
|
||||
><h3 id="why-to-not-send-emails-in-html"
|
||||
>Why to not send emails in HTML?</h3
|
||||
><p
|
||||
>See my complaining about HTML usage <a href="../complaining/HTML.html"
|
||||
>here</a
|
||||
>.</p
|
||||
><h2 id="sending-utf-8."
|
||||
>Sending UTF-8.</h2
|
||||
><p
|
||||
>This doesn't affect emails with any visible way. It might just remove some charters in message source and it will allow you to send more charters than some latin1 charset. It might also remove charset line in PGP/INLINE signed emails.</p
|
||||
><p
|
||||
>Open Edit --> Preferences --> Display --> Formatting --> Advanced... --> Character Encodings and set both "Outgoing Mail" and "Incoming Mail" as "Unicode UTF-8" and check the checkbox "When possible, use the default character encoding in replies."</p
|
||||
><h2 id="why-to-send-emails-in-utf-8"
|
||||
>Why to send emails in UTF-8?</h2
|
||||
><p
|
||||
>I am going to write explaining for this later.</p
|
||||
><h2 id="read-also"
|
||||
>Read also</h2
|
||||
><p
|
||||
>My <a href="GPG/GPG.html"
|
||||
>GPG guide</a
|
||||
> and my <a href="GPG/Enigmail.html"
|
||||
>Enigmail guide</a
|
||||
>.</p
|
||||
><p
|
||||
><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Thunderbird / Icedove guide</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html" rel="dct:source">mkaysi.github.com</a>.</p
|
||||
><div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
|
||||
</HTML>
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html">
|
||||
<title>Thunderbird/Icedove guide</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
||||
</head>
|
||||
|
||||
# Thunderbird / Icedove guide
|
||||
|
Loading…
x
Reference in New Issue
Block a user