mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-08 03:57:26 +02:00
articles/guides/GnomeToMATE: add Disqus
This commit is contained in:
parent
9041d40fbb
commit
b56de4dad4
@ -93,7 +93,7 @@ Terminal emulator
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h1 id="notice-about-aptitude">Notice about aptitude</h1>
|
<h2 id="notice-about-aptitude">Notice about aptitude</h2>
|
||||||
<p>If you don't have aptitude installed, you can get it with</p>
|
<p>If you don't have aptitude installed, you can get it with</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>apt-get install aptitude</p>
|
<p>apt-get install aptitude</p>
|
||||||
@ -102,23 +102,51 @@ Terminal emulator
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<p>alias aptitude=apt-get</p>
|
<p>alias aptitude=apt-get</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h1 id="removing-gnome-versions.">Removing GNOME versions.</h1>
|
<h2 id="removing-gnome-versions.">Removing GNOME versions.</h2>
|
||||||
<p>If you want to remove GNOME versions, just run</p>
|
<p>If you want to remove GNOME versions, just run</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>aptitude remove nautilus gedit eom evince file-roller gnome-terminal</p>
|
<p>aptitude remove nautilus gedit eom evince file-roller gnome-terminal</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>as root.</p>
|
<p>as root.</p>
|
||||||
<h1 id="removing-mate-versions">Removing MATE versions</h1>
|
<h2 id="removing-mate-versions">Removing MATE versions</h2>
|
||||||
<p>If you want to remove MATE versions, just run</p>
|
<p>If you want to remove MATE versions, just run</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>aptitude remove caja mate-text-editor eom atril engrampa mate-terminal</p>
|
<p>aptitude remove caja mate-text-editor eom atril engrampa mate-terminal</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>as root.</p>
|
<p>as root.</p>
|
||||||
<h1 id="warning-you-do-everything-on-this-page-with-your-own-risk.">WARNING: You do everything on this page with your own risk.</h1>
|
<p><strong>WARNING: You do everything on this page with your own risk.</strong></p>
|
||||||
<h1 id="sources">Sources</h1>
|
<h2 id="sources">Sources</h2>
|
||||||
<p><a href="http://mate-desktop.org/applications/">MATE applicaltions</a></p>
|
<p><a href="http://mate-desktop.org/applications/">MATE applicaltions</a></p>
|
||||||
<p>Own experience with Linux since 2008.</p>
|
<p>Own experience with Linux since 2008.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
<p><em>WARNING: These guides are very unclear and I should use time to make them understandable etc.</em> says sitemap.</em></p>
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||||
|
var disqus_developer = 0;
|
||||||
|
var disqus_url = 'http://mkaysi.github.com/articles/guides/GnomeToMATE.html';
|
||||||
|
var disques_title = 'Moving from GNOME to MATE';
|
||||||
|
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
|
||||||
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
|
(function() {
|
||||||
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
|
||||||
|
true;
|
||||||
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
||||||
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
|
||||||
|
.appendChild(dsq);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
|
||||||
|
</p>
|
||||||
|
<!-- vim : set ft=html -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
# Notice about aptitude
|
## Notice about aptitude
|
||||||
|
|
||||||
If you don't have aptitude installed, you can get it with
|
If you don't have aptitude installed, you can get it with
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ as root or if you don't want to use it,
|
|||||||
|
|
||||||
> alias aptitude=apt-get
|
> alias aptitude=apt-get
|
||||||
|
|
||||||
# Removing GNOME versions.
|
## Removing GNOME versions.
|
||||||
|
|
||||||
If you want to remove GNOME versions, just run
|
If you want to remove GNOME versions, just run
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ If you want to remove GNOME versions, just run
|
|||||||
|
|
||||||
as root.
|
as root.
|
||||||
|
|
||||||
# Removing MATE versions
|
## Removing MATE versions
|
||||||
|
|
||||||
If you want to remove MATE versions, just run
|
If you want to remove MATE versions, just run
|
||||||
|
|
||||||
@ -80,9 +80,9 @@ If you want to remove MATE versions, just run
|
|||||||
|
|
||||||
as root.
|
as root.
|
||||||
|
|
||||||
# WARNING: You do everything on this page with your own risk.
|
<strong>WARNING: You do everything on this page with your own risk.</strong>
|
||||||
|
|
||||||
# Sources
|
## Sources
|
||||||
|
|
||||||
[MATE applicaltions]
|
[MATE applicaltions]
|
||||||
|
|
||||||
@ -92,3 +92,32 @@ Own experience with Linux since 2008.
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
<em>WARNING: These guides are very unclear and I should use time to make them understandable etc.</em> says sitemap.</em>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||||
|
var disqus_developer = 0;
|
||||||
|
var disqus_url = 'http://mkaysi.github.com/articles/guides/GnomeToMATE.html';
|
||||||
|
var disques_title = 'Moving from GNOME to MATE';
|
||||||
|
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
|
||||||
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
|
(function() {
|
||||||
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
|
||||||
|
true;
|
||||||
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
||||||
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
|
||||||
|
.appendChild(dsq);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis
|
||||||
|
qus.</a>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
<p><a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus
|
||||||
|
</span></a></p>
|
||||||
|
<!-- vim : set ft=html -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user