Removed some useless stuff
This commit is contained in:
parent
1f26ff08c2
commit
1002fb23a6
17 changed files with 45 additions and 199 deletions
Binary file not shown.
|
@ -1,22 +0,0 @@
|
|||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
/**
|
||||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
||||
*/
|
||||
/*
|
||||
var disqus_config = function () {
|
||||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
*/
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
|
||||
s.src = '//ramblingsofanarcherarcher.disqus.com/embed.js';
|
||||
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
|
@ -1,7 +1,9 @@
|
|||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
|
|
@ -1 +0,0 @@
|
|||
<svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
|
Before Width: | Height: | Size: 926 B |
|
@ -1,3 +0,0 @@
|
|||
<a href="https://linkedin.com/in/{{ include.username }}">
|
||||
<span><i class="fa fa-linkedin"></i> {{ include.name }}</span>
|
||||
</a>
|
|
@ -13,4 +13,3 @@ layout: main
|
|||
</div>
|
||||
|
||||
</article>
|
||||
{% include disqus.html %}
|
||||
|
|
|
@ -4,8 +4,9 @@ title: "How to rickroll people that try to run \"rm -rf\" on your system"
|
|||
date: 2016-07-28 16:00:00 +0200
|
||||
categories: linux
|
||||
---
|
||||
|
||||
**WARNING: The method showed here could not prevent the actual execution of "rm -rf" if the "UNIX vandal" is clever enough. Proceed at your own risk, and make backups!**
|
||||
<strong>
|
||||
WARNING: The method showed here could not prevent the actual execution of "rm -rf" if the "UNIX vandal" is clever enough. Proceed at your own risk, and make backups!
|
||||
</strong>
|
||||
|
||||
I like Rick Astley late 80's songs, and you can see them here in my Spotify:
|
||||
|
||||
|
|
|
@ -95,54 +95,6 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Wrapper
|
||||
*/
|
||||
.wrapper {
|
||||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
|
||||
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-right: $spacing-unit;
|
||||
padding-left: $spacing-unit;
|
||||
@extend %clearfix;
|
||||
|
||||
@include media-query($on-laptop) {
|
||||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
|
||||
max-width: calc(#{$content-width} - (#{$spacing-unit}));
|
||||
padding-right: $spacing-unit / 2;
|
||||
padding-left: $spacing-unit / 2;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Clearfix
|
||||
*/
|
||||
%clearfix {
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Footer icons */
|
||||
.icon > svg {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
|
||||
path {
|
||||
fill: $grey-color;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Basic layout rules
|
||||
*/
|
||||
|
@ -200,3 +152,6 @@ code .rouge-table {
|
|||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
strong {
|
||||
background: #aa2222;
|
||||
}
|
||||
|
|
|
@ -110,8 +110,10 @@ But, if you came on purpose, enjoy a flat Rick Astley gif dancing.</p>
|
|||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -139,8 +139,10 @@
|
|||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -75,40 +75,6 @@ pre {
|
|||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
|
||||
/**
|
||||
* Wrapper
|
||||
*/
|
||||
.wrapper {
|
||||
max-width: -webkit-calc(800px - (30px * 2));
|
||||
max-width: calc(800px - (30px * 2));
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-right: 30px;
|
||||
padding-left: 30px; }
|
||||
@media screen and (max-width: 800px) {
|
||||
.wrapper {
|
||||
max-width: -webkit-calc(800px - (30px));
|
||||
max-width: calc(800px - (30px));
|
||||
padding-right: 15px;
|
||||
padding-left: 15px; } }
|
||||
|
||||
/**
|
||||
* Clearfix
|
||||
*/
|
||||
.wrapper:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
/* Footer icons */
|
||||
.icon > svg {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle; }
|
||||
.icon > svg path {
|
||||
fill: #828282; }
|
||||
|
||||
/**
|
||||
* Basic layout rules
|
||||
*/
|
||||
|
@ -167,6 +133,9 @@ code .rouge-table {
|
|||
border-spacing: 0;
|
||||
border-collapse: collapse; }
|
||||
|
||||
strong {
|
||||
background: #aa2222; }
|
||||
|
||||
body {
|
||||
background-color: #333;
|
||||
font-family: 'Hammersmith One', sans-serif;
|
||||
|
|
|
@ -6,13 +6,15 @@
|
|||
</description>
|
||||
<link>http://localhost:4000/</link>
|
||||
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>Tue, 23 Oct 2018 16:37:13 +0200</pubDate>
|
||||
<lastBuildDate>Tue, 23 Oct 2018 16:37:13 +0200</lastBuildDate>
|
||||
<pubDate>Tue, 23 Oct 2018 16:47:06 +0200</pubDate>
|
||||
<lastBuildDate>Tue, 23 Oct 2018 16:47:06 +0200</lastBuildDate>
|
||||
<generator>Jekyll v3.8.4</generator>
|
||||
|
||||
<item>
|
||||
<title>How to rickroll people that try to run "rm -rf" on your system</title>
|
||||
<description><p><strong>WARNING: The method showed here could not prevent the actual execution of “rm -rf” if the “UNIX vandal” is clever enough. Proceed at your own risk, and make backups!</strong></p>
|
||||
<description><p><strong>
|
||||
WARNING: The method showed here could not prevent the actual execution of “rm -rf” if the “UNIX vandal” is clever enough. Proceed at your own risk, and make backups!
|
||||
</strong></p>
|
||||
|
||||
<p>I like Rick Astley late 80’s songs, and you can see them here in my Spotify:</p>
|
||||
|
||||
|
|
|
@ -96,8 +96,10 @@
|
|||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -170,35 +170,14 @@ Last thing: I discovered that my Bluetooth dongle is CSR 8510 A10 based so expec
|
|||
</div>
|
||||
|
||||
</article>
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
/**
|
||||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
||||
*/
|
||||
/*
|
||||
var disqus_config = function () {
|
||||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
*/
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
|
||||
s.src = '//ramblingsofanarcherarcher.disqus.com/embed.js';
|
||||
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -130,35 +130,14 @@
|
|||
</div>
|
||||
|
||||
</article>
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
/**
|
||||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
||||
*/
|
||||
/*
|
||||
var disqus_config = function () {
|
||||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
*/
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
|
||||
s.src = '//ramblingsofanarcherarcher.disqus.com/embed.js';
|
||||
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
|
@ -96,7 +96,9 @@
|
|||
</header>
|
||||
|
||||
<div class="post-content" itemprop="articleBody">
|
||||
<p><strong>WARNING: The method showed here could not prevent the actual execution of “rm -rf” if the “UNIX vandal” is clever enough. Proceed at your own risk, and make backups!</strong></p>
|
||||
<p><strong>
|
||||
WARNING: The method showed here could not prevent the actual execution of “rm -rf” if the “UNIX vandal” is clever enough. Proceed at your own risk, and make backups!
|
||||
</strong></p>
|
||||
|
||||
<p>I like Rick Astley late 80’s songs, and you can see them here in my Spotify:</p>
|
||||
|
||||
|
@ -164,35 +166,14 @@ done</span>
|
|||
</div>
|
||||
|
||||
</article>
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
/**
|
||||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
||||
*/
|
||||
/*
|
||||
var disqus_config = function () {
|
||||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
*/
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
|
||||
s.src = '//ramblingsofanarcherarcher.disqus.com/embed.js';
|
||||
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="icons">
|
||||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||||
<a class="icon" href="https://github.com/praticamentetilde">
|
||||
<i class="fa fa-github"></i></a>
|
||||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
||||
<i class="fa fa-reddit"></i></a>
|
||||
</div>
|
||||
<h6 class="author">
|
||||
<i class="fa fa-cc" aria-hidden="true"></i>
|
||||
|
|
Loading…
Reference in a new issue