huge upgrade to theme and pagefind search bar.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!--
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
-->
|
||||
@@ -12,7 +11,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="description" content="">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/404.html">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/404.html">
|
||||
<meta property="og:title" content="404 Page not found">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
@@ -23,41 +22,73 @@ https://github.com/alex-shpak/hugo-book
|
||||
<title>404 Page not found | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/404.html">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/404.html">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.not-found {
|
||||
text-align: center;
|
||||
}
|
||||
.not-found h1 {
|
||||
margin: .25em 0 0 0;
|
||||
opacity: .25;
|
||||
font-size: 40vmin;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<style>
|
||||
.not-found {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
<body>
|
||||
<main class="flex justify-center not-found">
|
||||
<div>
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<h3>
|
||||
<a href="/"></a>
|
||||
</h3>
|
||||
</div>
|
||||
</main>
|
||||
.not-found h1 {
|
||||
font-size: 10vmin;
|
||||
font-weight: lighter;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
</body>
|
||||
.not-found h1 span {
|
||||
display: inline-block;
|
||||
transition: transform .2s ease-out, opacity .2s ease-out;
|
||||
}
|
||||
|
||||
</html>
|
||||
.not-found h1:hover span {
|
||||
transition-duration: 1s;
|
||||
transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate-end));
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.not-found h1:hover span:nth-child(1) {
|
||||
--drift-x: -1em;
|
||||
--drift-y: 1em;
|
||||
--rotate-end: -90deg;
|
||||
}
|
||||
|
||||
.not-found h1:hover span:nth-child(2) {
|
||||
--drift-x: -1em;
|
||||
--drift-y: -2em;
|
||||
--rotate-end: 45deg;
|
||||
}
|
||||
|
||||
.not-found h1:hover span:nth-child(3) {
|
||||
--drift-x: 3em;
|
||||
--drift-y: 1em;
|
||||
--rotate-end: 120deg;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="not-found flex justify-center align-center">
|
||||
<main class="text-center">
|
||||
<h1>
|
||||
<span>Page</span>
|
||||
<span>Not</span>
|
||||
<span>Found</span>
|
||||
</h1>
|
||||
<h3>
|
||||
<a href="/"></a>
|
||||
</h3>
|
||||
</main>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -8,13 +8,12 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="
|
||||
“Tell me with whom you associate, and I will tell you who you are.” - Johann Wolfgang von Goethe
|
||||
<meta name="description" content=" “Tell me with whom you associate, and I will tell you who you are.” - Johann Wolfgang von Goethe
|
||||
This is our affiliate page for brands we use and trust. While the goal of Liberty Tools is to list every single tool for human liberty, we cant vet them all. These are brands and projects that we actually use and endorse and generally have a relationship with. As such, we have affiliate links with them, and this is one small way you can support us at no additional cost to you! These links also show up on their specific categories page as well.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/affiliates/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/affiliates/">
|
||||
<meta property="og:title" content="Affiliates">
|
||||
<meta property="og:description" content="“Tell me with whom you associate, and I will tell you who you are.” - Johann Wolfgang von Goethe
|
||||
This is our affiliate page for brands we use and trust. While the goal of Liberty Tools is to list every single tool for human liberty, we cant vet them all. These are brands and projects that we actually use and endorse and generally have a relationship with. As such, we have affiliate links with them, and this is one small way you can support us at no additional cost to you! These links also show up on their specific categories page as well.">
|
||||
@@ -25,31 +24,30 @@ This is our affiliate page for brands we use and trust. While the goal of Libert
|
||||
<meta itemprop="name" content="Affiliates">
|
||||
<meta itemprop="description" content="“Tell me with whom you associate, and I will tell you who you are.” - Johann Wolfgang von Goethe
|
||||
This is our affiliate page for brands we use and trust. While the goal of Liberty Tools is to list every single tool for human liberty, we cant vet them all. These are brands and projects that we actually use and endorse and generally have a relationship with. As such, we have affiliate links with them, and this is one small way you can support us at no additional cost to you! These links also show up on their specific categories page as well.">
|
||||
<meta itemprop="wordCount" content="899">
|
||||
<meta itemprop="wordCount" content="833">
|
||||
|
||||
<title>Affiliates | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/affiliates/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/affiliates/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -57,15 +55,14 @@ This is our affiliate page for brands we use and trust. While the goal of Libert
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -372,12 +369,13 @@ This is our affiliate page for brands we use and trust. While the goal of Libert
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -393,22 +391,14 @@ This is our affiliate page for brands we use and trust. While the goal of Libert
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
|
||||
|
||||
<nav id="TableOfContents"></nav>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><p><img src="/Images/Headers/Affiliates.png" alt="Horizpontal.jpeg" /></p>
|
||||
<p><img src="/Images/Artwork/Affiliates6.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Affiliates2.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Tell me with whom you associate, and I will tell you who you are.”</em> - Johann Wolfgang von Goethe</p>
|
||||
<p>This is our affiliate page for brands we use and trust. While the goal of Liberty Tools is to list every single tool for human liberty, we cant vet them all. These are brands and projects that we actually use and endorse and generally have a relationship with. As such, we have affiliate links with them, and this is one small way you can support us at no additional cost to you! These links also show up on their specific categories page as well.</p>
|
||||
<hr>
|
||||
@@ -437,9 +427,6 @@ for 25% off their first year.</p>
|
||||
<p><a href="https://livefree.academy/sp/exit-and-build-accelerator-system/?ref=179"><strong>Live Free Academy</strong></a> - Provides several free and paid courses on how to use crypto, opting out of the financial systems and electrical grids, homesteading, legal alternatives, and more! Run by Agorist and liberty advocate John Bush. Please use our affiliate link if you are interested.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.mark37.com/ref/LIBERTYTOOLS/"><strong>Mark37</strong></a> - Mark37 is a privacy focused company that offers Laptops and phones that come prebuilt with opensource privacy focused operating systems at a reasonable price. Mark37 also offers ongoing technical support and training. Mark37 is a proud conservative and christian company. Use our referral link or discount code to save 5% on all services. This discount does not stack with other promotions. Discount code: “<span style='color:gold;'><strong>LIBERTYTOOLS</strong></span>”</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://app.privacy.com/join/QDV3F"><strong>Privacy.com</strong></a> - Privacy.com is the best way to pay with fiat online while still protecting your privacy. Create debit card aliases that can be limited based on total amount spends or by vendors. With card aliases you dont have to worry about leaked card info, overcharges or annoying vendors that refuse to cancel your subscription, privacy.com lets you do all of that for free. Please use our referral <a href="https://app.privacy.com/join/QDV3F">link</a> and sign up for a free account.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -491,31 +478,30 @@ for 25% off their first year.</p>
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents"></nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -533,3 +519,11 @@ for 25% off their first year.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/agorism/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/agorism/">
|
||||
<meta property="og:title" content="Agorism">
|
||||
<meta property="og:description" content="“If taxation without consent is not robbery, then any band of robbers have only to declare themselves a government, and all their robberies are legalized.” ― Lysander Spooner
|
||||
Agorism is a social philosophy that advocates creating a society in which all relations between people are voluntary exchanges by means of counter-economics, engaging with aspects of nonviolent revolution, founded by Samuel Edward Konkin the third. Agorism is a different approach to creating freedom, than electoral politics. Sometimes also known as the concept of “Sovereign Citizens.”">
|
||||
@@ -24,31 +24,30 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<meta itemprop="name" content="Agorism">
|
||||
<meta itemprop="description" content="“If taxation without consent is not robbery, then any band of robbers have only to declare themselves a government, and all their robberies are legalized.” ― Lysander Spooner
|
||||
Agorism is a social philosophy that advocates creating a society in which all relations between people are voluntary exchanges by means of counter-economics, engaging with aspects of nonviolent revolution, founded by Samuel Edward Konkin the third. Agorism is a different approach to creating freedom, than electoral politics. Sometimes also known as the concept of “Sovereign Citizens.”">
|
||||
<meta itemprop="wordCount" content="1165">
|
||||
<meta itemprop="wordCount" content="1093">
|
||||
|
||||
<title>Agorism | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/agorism/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/agorism/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -406,7 +405,6 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="#general-tools">General Tools</a></li>
|
||||
<li><a href="#shipping-services">Shipping Services</a></li>
|
||||
<li><a href="#sovereign-homesteading">Sovereign Homesteading</a></li>
|
||||
<li><a href="#sovereignty-theory">Sovereignty Theory</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -421,16 +419,12 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/Agorism.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Agorism1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Agorism.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“If taxation without consent is not robbery, then any band of robbers have only to declare themselves a government, and all their robberies are legalized.”</em> ― Lysander Spooner</p>
|
||||
<p>Agorism is a social philosophy that advocates creating a society in which all relations between people are voluntary exchanges by means of counter-economics, engaging with aspects of nonviolent revolution, founded by Samuel Edward Konkin the third. Agorism is a different approach to creating freedom, than electoral politics. Sometimes also known as the concept of “Sovereign Citizens.”</p>
|
||||
<h3 id="agorist-communities-international">
|
||||
Agorist Communities (International)
|
||||
<a class="anchor" href="#agorist-communities-international">#</a>
|
||||
</h3>
|
||||
<h3 id="agorist-communities-international">Agorist Communities (International)<a class="anchor" href="#agorist-communities-international">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.bitcoinbeach.com/"><strong>Bitcoin Beach</strong></a> - Bitcoin Beach is working to create a sustainable circular Bitcoin economy in El Salvador. Following the dramatic decrease in crime and the governments bitcoin backing, Bitcoin Beach has become one of the best Bitcoin communities in the world.</li>
|
||||
<li><a href="https://www.freesociety.com/"><strong>Free Society</strong></a> - Free Society aims to build a new sovereign society by negotiating with an existing government. There are many examples of governments granting another nation sovereignty over a part of their territory, and Free Society believes this is the best way forward.</li>
|
||||
@@ -443,10 +437,7 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="https://www.prospera.co/"><strong>Prospera</strong></a> - Prospera is a new libertarian smart city located in Honduras, that works as an economic zone largely free of local government taxes. An experimental project that does exist by a government grant, but its working to prove out a new potential model of cities. <a href="https://reason.com/video/2023/07/06/a-private-libertarian-city-in-honduras/"><strong>Learn more with the REASON documentary.</strong></a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="digital-nomad-services">
|
||||
Digital Nomad Services
|
||||
<a class="anchor" href="#digital-nomad-services">#</a>
|
||||
</h3>
|
||||
<h3 id="digital-nomad-services">Digital Nomad Services<a class="anchor" href="#digital-nomad-services">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://escapees.com/"><strong>Escapees</strong></a> - Escapees bills itself as an RV club, but it offers many services for a digital nomad lifestyle, including mail forwarding and temporary residences among many other things. Based in the U.S.</li>
|
||||
<li><a href="https://liberation.travel/"><strong>Liberation Travel</strong></a> - Focuses on helping users find residency in multiple countries primarly including Paraguay, Uruguay, Panama and Georgia.</li>
|
||||
@@ -455,25 +446,19 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="https://planbpassport.com/"><strong>Planbpassport</strong></a> - A service that helps facilitate second passports. Accepts Bitcoin and very much adopts a “Sovereign Citizen” Mindset.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="general-tools">
|
||||
General Tools
|
||||
<a class="anchor" href="#general-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="general-tools">General Tools<a class="anchor" href="#general-tools">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.agoristnexus.com/"><strong>Agorist Nexus</strong></a> - Agorist Nexus is a hub for free exchange, focusing on the spread of Agorism and connecting the counter-economy</li>
|
||||
<li><a href="https://www.agoristtaxadvice.com/"><strong>Agorist Tax Advice</strong></a> - Paid service to minimize your tax strategy.</li>
|
||||
<li><a href="https://livefree.academy/sp/exit-and-build-accelerator-system/?ref=179"><strong>Live Free Academy</strong></a> - Provides several free and paid courses on how to use crypto, opting out of the financial systems and electrical grids, homesteading, legal alternatives, and more! Run by Agorist and liberty advocate John Bush. Please use our above affiliate link if you are interested.</li>
|
||||
<li><a href="https://losthorizons.com/SiteMap.htm"><strong>Lost Horizons</strong></a> - Platform with a wide range of topics around opting out of taxes and deconstructing the legal system.</li>
|
||||
<li><a href="https://mobazha.org/"><strong>Mobazha</strong></a> - Formerly known as Openbazaar, Mobazaha aims to be a decentralized market where people can buy and sell products across the world for various different crypto currencies.</li>
|
||||
<li><a href="https://www.opensourceecology.org/"><strong>Open Source Ecology</strong></a> - Open Source Blueprints for Civilization. Build Yourself.The goal of Open Source Ecology is to create an open source economy – an efficient economy which increases innovation by open collaboration. Check out hundreds of open source designs for producing cheaper houses and mechanical equipment.</li>
|
||||
<li><a href="https://onestupidfuck.com/contractkillercourse"><strong>One Stupid Fuck</strong></a> - Opt out of the tax structure. Terrible website name and design, but a resource that provides great step by step videos of opting out of the current tax structure.</li>
|
||||
<li><a href="https://www.exploreistaxationtheft.com/"><strong>Taxation is Theft App</strong></a> - App that walks people through the logical ideas of taxation being theft. Similar to the not yet launched project “The mirror” by Larken Rose.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="shipping-services">
|
||||
Shipping Services
|
||||
<a class="anchor" href="#shipping-services">#</a>
|
||||
</h3>
|
||||
<h3 id="shipping-services">Shipping Services<a class="anchor" href="#shipping-services">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://atob-two.vercel.app/"><strong>AtoB</strong></a> - Everything you need to send and receive packages in a decentralized way. Built on NOSTR.</li>
|
||||
<li><a href="https://americasmailbox.com/rates_and_plans/4/Platinum"><strong>America’s Mailbox</strong></a> - Shipping Privacy intermediary based out of South Dakota</li>
|
||||
<li><a href="https://privacypost.io/"><strong>Privacy Post</strong></a> - Shipping Privacy intermediary based out of South Dakota</li>
|
||||
<li><a href="https://proxysto.re/en/index.html"><strong>Proxysto.re</strong></a> - Physical forwarding service. Based out of Germany, they will re-ship your products anywhere in the EU wide.</li>
|
||||
@@ -481,10 +466,7 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="https://travelingmailbox.com"><strong>Traveling Mailbox</strong></a> - Traveling Mailbox has been providing Virtual Mailbox solutions since 2011 that allows individuals, travelers, RVers, expats, small businesses and others to view their postal mail online anywhere in the world. We provide a real physical street address that is unique to you and as your mail arrives, we scan the outside of the envelope and then you tell us to scan the contents, forward the item, shred it, return it, or hold it.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="sovereign-homesteading">
|
||||
Sovereign Homesteading
|
||||
<a class="anchor" href="#sovereign-homesteading">#</a>
|
||||
</h3>
|
||||
<h3 id="sovereign-homesteading">Sovereign Homesteading<a class="anchor" href="#sovereign-homesteading">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://abundantacres.com/"><strong>Abundant Acres</strong></a> - A small company that helps you design your sovereign homestead blueprint.</li>
|
||||
<li><a href="https://www.empshield.com/"><strong>Empshield</strong></a> - EMP Shield is the World’s first EMP protection technology for an entire home and vehicle tested to military and UL 1449 standards from ETL.</li>
|
||||
@@ -495,14 +477,6 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="https://www.stealthangelsurvival.com/collections/just-added"><strong>StealthAngelSurvival.com</strong></a> - Purchase a wide variety of survival gear.</li>
|
||||
<li><a href="https://www.survivalrealty.com/"><strong>Survivalrealty.com</strong></a> - Off grid real estate.</li>
|
||||
</ul>
|
||||
<h3 id="sovereignty-theory">
|
||||
Sovereignty Theory
|
||||
<a class="anchor" href="#sovereignty-theory">#</a>
|
||||
</h3>
|
||||
<ul>
|
||||
<li><a href="https://onestupidfuck.com/contractkillercourse"><strong>One Stupid Fuck</strong></a> - Opt out of the tax structure. Terrible website name and design, but a resource that provides great step by step videos of opting out of the current tax structure.</li>
|
||||
<li><a href="https://losthorizons.com/SiteMap.htm"><strong>Lost Horizons</strong></a> - Platform with a wide range of topics around opting out of taxes and deconstructing the legal system.</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
||||
@@ -553,23 +527,32 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -580,17 +563,17 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
<li><a href="#general-tools">General Tools</a></li>
|
||||
<li><a href="#shipping-services">Shipping Services</a></li>
|
||||
<li><a href="#sovereign-homesteading">Sovereign Homesteading</a></li>
|
||||
<li><a href="#sovereignty-theory">Sovereignty Theory</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -608,3 +591,11 @@ Agorism is a social philosophy that advocates creating a society in which all re
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -11,7 +11,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="description" content="">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/categories/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/categories/">
|
||||
<meta property="og:title" content="Categories">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
@@ -22,27 +22,26 @@ https://github.com/alex-shpak/hugo-book
|
||||
<title>Categories | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/categories/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/categories/index.xml" title="" />
|
||||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="" />
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-taxonomy book-type-categories">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -50,15 +49,14 @@ https://github.com/alex-shpak/hugo-book
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -365,12 +363,13 @@ https://github.com/alex-shpak/hugo-book
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -386,43 +385,12 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="book-section-flat">
|
||||
<a>Categories</a>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="book-section-flat">
|
||||
<a>Tags</a>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="markdown book-article"></article>
|
||||
|
||||
|
||||
|
||||
@@ -453,47 +421,26 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="book-section-flat">
|
||||
<a>Categories</a>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="book-section-flat">
|
||||
<a>Tags</a>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -511,3 +458,11 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/covid/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/covid/">
|
||||
<meta property="og:title" content="Covid">
|
||||
<meta property="og:description" content="“Every single thing that was done in public health in response to the pandemic made it worse.” - Peter A. McCullough
|
||||
The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done was immeasurable and still continues to this day. The power centers are looking to continue on with all of the covid tyranny. We must be vigilant in fighting back against the medical industrial complex.">
|
||||
@@ -24,31 +24,30 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
<meta itemprop="name" content="Covid">
|
||||
<meta itemprop="description" content="“Every single thing that was done in public health in response to the pandemic made it worse.” - Peter A. McCullough
|
||||
The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done was immeasurable and still continues to this day. The power centers are looking to continue on with all of the covid tyranny. We must be vigilant in fighting back against the medical industrial complex.">
|
||||
<meta itemprop="wordCount" content="1058">
|
||||
<meta itemprop="wordCount" content="1034">
|
||||
|
||||
<title>Covid | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/covid/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/covid/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -421,26 +420,19 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/Covid.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Covid1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Covid.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Every single thing that was done in public health in response to the pandemic made it worse.”</em> - Peter A. McCullough</p>
|
||||
<p>The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done was immeasurable and still continues to this day. The power centers are looking to continue on with all of the covid tyranny. We must be vigilant in fighting back against the medical industrial complex.</p>
|
||||
<hr>
|
||||
<h3 id="anti-covid-orgs">
|
||||
<strong>Anti Covid Orgs</strong>
|
||||
<a class="anchor" href="#anti-covid-orgs">#</a>
|
||||
</h3>
|
||||
<h3 id="anti-covid-orgs"><strong>Anti Covid Orgs</strong><a class="anchor" href="#anti-covid-orgs">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://banners4freedom.com/"><strong>Banners 4 Freedom</strong></a> - An organization dedicated to protesting Covid Mandates using billboards across the world.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://childrenshealthdefense.org/"><strong>Children’s Health Defense</strong></a> - Children’s Health Defense® is a 501c3 non-profit organization. Their mission is to end childhood health epidemics by working aggressively to eliminate harmful exposures, hold those responsible accountable and establish safeguards to prevent future harm. They fight corruption, mass surveillance and censorship that put profits before people as well as advocate for worldwide rights to health freedom and bodily autonomy.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.covidindex.science/"><strong>Covid Index</strong></a> - Massive database of Covid insanity. Find all sorts of articles related to censorship and policy failures.</p>
|
||||
<p><a href="https://childrenshealthdefense.org/"><strong>Children’s Health Defense</strong></a> - Children’s Health Defense® is a 501c3 non-profit organization. Their mission is to end childhood health epidemics by working aggressively to eliminate harmful exposures, hold those responsible accountable and establish safeguards to prevent future harm. They fight corruption, mass surveillance and censorship that put profits before people as well as advocate for worldwide rights to health freedom and bodily autonomy ^1^</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://evidencenotfear.com"><strong>EvidenceNotFear</strong></a> - An evidence-based guide against all of the Covid madness.</p>
|
||||
@@ -477,10 +469,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="fake-mask-websites">
|
||||
<strong>Fake Mask Websites</strong>
|
||||
<a class="anchor" href="#fake-mask-websites">#</a>
|
||||
</h3>
|
||||
<h3 id="fake-mask-websites"><strong>Fake Mask Websites</strong><a class="anchor" href="#fake-mask-websites">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://fakemaskworldwide.com"><strong>Fake Mask Worldwide</strong></a> - A company that sells obviously fake masks, less obviously fake masks and other Covid related items.</p>
|
||||
@@ -490,10 +479,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="medical-drug-purchase">
|
||||
<strong>Medical Drug Purchase</strong>
|
||||
<a class="anchor" href="#medical-drug-purchase">#</a>
|
||||
</h3>
|
||||
<h3 id="medical-drug-purchase"><strong>Medical Drug Purchase</strong><a class="anchor" href="#medical-drug-purchase">#</a></h3>
|
||||
<p>Purchase Medical Drugs including Ivermection and Hydroxychloroquine from high quality third party services.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -510,10 +496,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="metrics">
|
||||
<strong>Metrics</strong>
|
||||
<a class="anchor" href="#metrics">#</a>
|
||||
</h3>
|
||||
<h3 id="metrics"><strong>Metrics</strong><a class="anchor" href="#metrics">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.icnl.org/covid19tracker/"><strong>ICNL Covid19tracker</strong></a> - Covid Freedom Tracking.</p>
|
||||
@@ -529,10 +512,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="no-jab-job-boards">
|
||||
<strong>No-Jab Job Boards</strong>
|
||||
<a class="anchor" href="#no-jab-job-boards">#</a>
|
||||
</h3>
|
||||
<h3 id="no-jab-job-boards"><strong>No-Jab Job Boards</strong><a class="anchor" href="#no-jab-job-boards">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://gab.com/groups/49159"><strong>Gab Groups</strong></a> - A job board on the social media platform Gab, that priorities jobs for more conservative types.</p>
|
||||
@@ -548,10 +528,7 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="vaccine-injured-support">
|
||||
<strong>Vaccine Injured Support</strong>
|
||||
<a class="anchor" href="#vaccine-injured-support">#</a>
|
||||
</h3>
|
||||
<h3 id="vaccine-injured-support"><strong>Vaccine Injured Support</strong><a class="anchor" href="#vaccine-injured-support">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://chrismasterjohnphd.substack.com/p/vaccine-side-effect-protocol-2ae?utm_source=substack&utm_medium=email"><strong>Covid Vax Recovery Guide</strong></a> - A Covid vaccine detox guide written by nutritional scientist and liberty leaning Dr. Chris Masterjohn.</p>
|
||||
@@ -622,23 +599,32 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -656,10 +642,11 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -677,3 +664,11 @@ The Covid19 Lockdowns were the biggest event in our lifetimes. The damage done w
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/deathathletes/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/deathathletes/">
|
||||
<meta property="og:title" content="Death Athletes">
|
||||
<meta property="og:description" content="“We always knew it was going to happen, it was according to our plan. For our kind, this is nothing.” - Cody Wilson
|
||||
Death Athletes refers to a concept going back to Ancient Greece and popularized by 3d Gun Printing Activist Cody Wilson called “The Death Athletic”. Cody gave a speech at Guns and Bitcoin 2022 talking about the beauty of death given in service to ones beliefs. While not always literal this is often metaphorical, Cody talks about the public death and having been killed in the public as a metaphor. The Death Athletic specifically refers to someone who engaged in practice to promote freedom and was persecuted for doing so. While many people have been prosecuted unfairly, there is a difference between general victims and those who specifically took the risk of fighting the state and lost.">
|
||||
@@ -24,31 +24,30 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
<meta itemprop="name" content="Death Athletes">
|
||||
<meta itemprop="description" content="“We always knew it was going to happen, it was according to our plan. For our kind, this is nothing.” - Cody Wilson
|
||||
Death Athletes refers to a concept going back to Ancient Greece and popularized by 3d Gun Printing Activist Cody Wilson called “The Death Athletic”. Cody gave a speech at Guns and Bitcoin 2022 talking about the beauty of death given in service to ones beliefs. While not always literal this is often metaphorical, Cody talks about the public death and having been killed in the public as a metaphor. The Death Athletic specifically refers to someone who engaged in practice to promote freedom and was persecuted for doing so. While many people have been prosecuted unfairly, there is a difference between general victims and those who specifically took the risk of fighting the state and lost.">
|
||||
<meta itemprop="wordCount" content="890">
|
||||
<meta itemprop="wordCount" content="889">
|
||||
|
||||
<title>Death Athletes | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/deathathletes/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/deathathletes/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -416,18 +415,14 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/Death.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/DeathAthlete1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Death.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“We always knew it was going to happen, it was according to our plan. For our kind, this is nothing.”</em> - Cody Wilson</p>
|
||||
<p>Death Athletes refers to a concept going back to Ancient Greece and popularized by 3d Gun Printing Activist Cody Wilson called <strong>“The Death Athletic”</strong>. Cody gave a speech at Guns and Bitcoin 2022 talking about the beauty of death given in service to ones beliefs. While not always literal this is often metaphorical, Cody talks about the public death and having been killed in the public as a metaphor. The Death Athletic specifically refers to someone who engaged in practice to promote freedom and was persecuted for doing so. While many people have been prosecuted unfairly, there is a difference between general victims and those who specifically took the risk of fighting the state and lost.</p>
|
||||
<p><strong>Check out the speech <a href="https://www.youtube.com/watch?v=LVi9m65lHGc">here!</a></strong></p>
|
||||
<hr>
|
||||
<h3 id="death-athletes">
|
||||
Death Athletes
|
||||
<a class="anchor" href="#death-athletes">#</a>
|
||||
</h3>
|
||||
<h3 id="death-athletes">Death Athletes<a class="anchor" href="#death-athletes">#</a></h3>
|
||||
<p><strong><a href="https://www.freerogernow.org/">Roger Ver</a></strong> - Roger Ver is a freedom activist who was one of the first investors in Bitcoin. Roger has worked as a liberty and Bitcoin activist for over a decade and has made major financial contributions and investments to projects like, DefCad, ShapeShift, FEE, Ross Ulbricht’s Legal Defense, Wikileaks, Kraken and many many more. In April 2024 Roger was arrested and detained in Spain on the request of the US government for alleged tax evasion claims in regarding to his exit tax in 2014. Roger is currently looking at a potential 100 year prison sentence for numerous ridiculous legal charges. Roger has been trapped in Spain since April 2024.</p>
|
||||
<p><strong><a href="https://freeross.org/">Ross Ulbricht</a></strong> - Ross Ulbricht is the alleged founder and operator of the Silk Road website. The Silk Road offered consumers a safe and trusted way to purchase drugs and other contraband items. Ross was arrested and imprisoned in 2013. He was sentenced to two life sentences plus 40 years and millions of dollars in fines in a corrupt trial. Ross is scheduled to be released as Donald Trump promised to commute his sentence on Day one of his presidency.</p>
|
||||
<p><strong><a href="https://www.ifj.org/actions/ifj-campaigns/free-assange-now">Julian Assange</a></strong> - Julian Assange is one of the greatest journalists of all time. Julian founded Wikileaks in 2006 and has exposed mass public corruption across the world regarding governments and corporations. Julian was forced into home arrest and then asylum for close to a decade based off ridiculous sex charges that were eventually dropped. In 2019 Julian was pulled out of his Asylum and pull into solitary confinement in BellMarsh prison until June 2024. Julian signed a plea deal and was released.</p>
|
||||
@@ -488,23 +483,32 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -517,10 +521,11 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -538,3 +543,11 @@ Death Athletes refers to a concept going back to Ancient Greece and popularized
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/defense/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/defense/">
|
||||
<meta property="og:title" content="Defense">
|
||||
<meta property="og:description" content="“The rifle itself has no moral stature, since it has no will of its own. Naturally, it may be used by evil men for evil purposes, but there are more good men than evil, and while the latter cannot be persuaded to the path of righteousness by propaganda, they can certainly be corrected by good men with rifles.” - Jeff Cooper
|
||||
When any government deprives a citizen of his freedom or property, the individual must take action to publicise his grievances. To this end, I hope to illustrate in the following pages, the futility of gun control, and that no amount of arbitrary legislation can ever prevent those wanting firearms from owning them. The individual who has the ability to construct his own homemade gun can never be permanently disarmed by any level of gun control legislation. - Philip Luty">
|
||||
@@ -24,31 +24,30 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
<meta itemprop="name" content="Defense">
|
||||
<meta itemprop="description" content="“The rifle itself has no moral stature, since it has no will of its own. Naturally, it may be used by evil men for evil purposes, but there are more good men than evil, and while the latter cannot be persuaded to the path of righteousness by propaganda, they can certainly be corrected by good men with rifles.” - Jeff Cooper
|
||||
When any government deprives a citizen of his freedom or property, the individual must take action to publicise his grievances. To this end, I hope to illustrate in the following pages, the futility of gun control, and that no amount of arbitrary legislation can ever prevent those wanting firearms from owning them. The individual who has the ability to construct his own homemade gun can never be permanently disarmed by any level of gun control legislation. - Philip Luty">
|
||||
<meta itemprop="wordCount" content="852">
|
||||
<meta itemprop="wordCount" content="850">
|
||||
|
||||
<title>Defense | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/defense/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/defense/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -430,64 +429,42 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/defense2.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Defense1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/defense2.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“The rifle itself has no moral stature, since it has no will of its own. Naturally, it may be used by evil men for evil purposes, but there are more good men than evil, and while the latter cannot be persuaded to the path of righteousness by propaganda, they can certainly be corrected by good men with rifles.”</em> - Jeff Cooper</p>
|
||||
<p><em>When any government deprives a citizen of his freedom or property, the individual must take action to publicise his grievances. To this end, I hope to illustrate in the following pages, the futility of gun control, and that no amount of arbitrary legislation can ever prevent those wanting firearms from owning them. The individual who has the ability to construct his own homemade gun can never be permanently disarmed by any level of gun control legislation. - Philip Luty</em></p>
|
||||
<h2 id="diy-firearms">
|
||||
DIY Firearms
|
||||
<a class="anchor" href="#diy-firearms">#</a>
|
||||
</h2>
|
||||
<h2 id="diy-firearms">DIY Firearms<a class="anchor" href="#diy-firearms">#</a></h2>
|
||||
<p>The 3D Printer has significantly advanced the ease of manufacturing reliable weapons absent the eye of the watchful state. Of course, it is not the only manufacturing tool available, but you will find it the most expedient.</p>
|
||||
<h3 id="getting-started">
|
||||
Getting Started
|
||||
<a class="anchor" href="#getting-started">#</a>
|
||||
</h3>
|
||||
<h3 id="getting-started">Getting Started<a class="anchor" href="#getting-started">#</a></h3>
|
||||
<p>The following guides provide a basic introduction to 3D printed firearms. If your budget is limited, Creality printers may be the only option. But they are unreliable, and you may spend more time troubleshooting issues than printing. We recommend Prusa for their reliability and <a href="https://blog.prusa3d.com/the-state-of-open-source-in-3d-printing-in-2023_76659/"><strong>unwavering commitment to open source</strong></a>. Bambu Lab printers have recently gained in popularity for their speed, reliability, and multi-material options. However, they have a <a href="https://www.mdpi.com/2411-5134/8/6/141"><strong>history of patenting established open source designs</strong></a>, and even more importantly, <a href="https://www.youtube.com/watch?v=e-90nys9too"><strong>severely compromise your privacy</strong></a>. <a href="https://blogg.karlsbakk.net/2022/11/23/bambu-lab-x1-carbon-the-flipside/"><strong>More information here</strong></a>. On this principle, we recommend against giving them your money.</p>
|
||||
<p>As you evaluate printers and cad software, keep privacy at the top of your mind. While this practice may currently be legal in your jurisdiction, the state may kidnap and jail you anyway.</p>
|
||||
<ul>
|
||||
<li><a href="https://hoffmantactical.com/learn/"><strong>Hoffman Tactical</strong></a></li>
|
||||
<li><a href="https://ctrlpew.com/the-complete-getting-started-guide/"><strong>The CTRL+PEW Getting Started Guide</strong></a></li>
|
||||
</ul>
|
||||
<h3 id="ammunition">
|
||||
Ammunition
|
||||
<a class="anchor" href="#ammunition">#</a>
|
||||
</h3>
|
||||
<h3 id="ammunition">Ammunition<a class="anchor" href="#ammunition">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://fenixammo.com/"><strong>Fenix Ammunition</strong></a> - Manufactured in the USA by liberty obsessed individuals, and accept Bitcoin for payment.</li>
|
||||
</ul>
|
||||
<h3 id="books">
|
||||
Books
|
||||
<a class="anchor" href="#books">#</a>
|
||||
</h3>
|
||||
<h3 id="books">Books<a class="anchor" href="#books">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://thehomegunsmith.com/index.shtml"><strong>Expedient Homemade Firearms by Philip Luty</strong></a></li>
|
||||
<li><a href="https://www.amazon.com/Expedient-Recoilless-Launcher-Panzerfaust-Collection/dp/B0CVWW1T41/"><strong>Expedient Recoilless Launcher: Panzerfaust by Jonathan Wild</strong></a></li>
|
||||
</ul>
|
||||
<h3 id="communities">
|
||||
Communities
|
||||
<a class="anchor" href="#communities">#</a>
|
||||
</h3>
|
||||
<h3 id="communities">Communities<a class="anchor" href="#communities">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://chat.deterrencedispensed.com/home"><strong>Deterrence Dispensed Rocket Chat</strong></a> - Large public group chat for all things 3d printed firearms.</li>
|
||||
<li><a href="https://reddit.com/r/fosscad"><strong>FOSSCAD Subreddit</strong></a> - a subreddit focused on 3d printed firearms of all types. However, censorship on reddit continues to grow, and we encourage migration to censorship resistant communities.</li>
|
||||
</ul>
|
||||
<h3 id="files">
|
||||
Files
|
||||
<a class="anchor" href="#files">#</a>
|
||||
</h3>
|
||||
<h3 id="files">Files<a class="anchor" href="#files">#</a></h3>
|
||||
<p>Most firearm designs are uploaded by individual creators to <a href="https://odysee.com/"><strong>Odysee</strong></a>. DEFCAD is another source, but requires a paid membership. Most files available on DEFCAD are already available for free on Odysee.</p>
|
||||
<ul>
|
||||
<li><a href="https://3dgunbuilder.com/3d-printed-guns/"><strong>3D Gun Builder</strong></a> - A comprehensive directory of designs with direct links to Odysee pages.</li>
|
||||
<li><a href="https://defcad.com/"><strong>DEFCAD</strong></a> - Many files here are out of date and hosted without the permission of the original developers.</li>
|
||||
<li><a href="https://enblocpress.com/3d-printing/developer-index/"><strong>GunCad Developer Index</strong></a> - A list of guncad developer Odysee pages.</li>
|
||||
</ul>
|
||||
<!-- - [**GunCad Developer Index**](https://enblocpress.com/3d-printing/developer-index/) - A list of guncad developer Odysee pages. -->
|
||||
<h2 id="legal-advocacy-groups">
|
||||
Legal Advocacy Groups
|
||||
<a class="anchor" href="#legal-advocacy-groups">#</a>
|
||||
</h2>
|
||||
<h2 id="legal-advocacy-groups">Legal Advocacy Groups<a class="anchor" href="#legal-advocacy-groups">#</a></h2>
|
||||
<p>Organizations fighting within the legal system to expand gun rights.</p>
|
||||
<ul>
|
||||
<li><a href="https://defdist.org/"><strong>Defense Distributed</strong></a></li>
|
||||
@@ -495,15 +472,9 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
<li><a href="https://rmgo.org/"><strong>Rocky Mountain Gun Owners</strong></a></li>
|
||||
<li><a href="https://saf.org/"><strong>Second Amendment Foundation</strong></a></li>
|
||||
</ul>
|
||||
<h2 id="merchants">
|
||||
Merchants
|
||||
<a class="anchor" href="#merchants">#</a>
|
||||
</h2>
|
||||
<h2 id="merchants">Merchants<a class="anchor" href="#merchants">#</a></h2>
|
||||
<p>Places to find parts, part kits, tools, ammo, and more..</p>
|
||||
<h3 id="parts">
|
||||
Parts
|
||||
<a class="anchor" href="#parts">#</a>
|
||||
</h3>
|
||||
<h3 id="parts">Parts<a class="anchor" href="#parts">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.avesrails.com/"><strong>Aves Engineering</strong></a> - Glock rails and MAC11 components.</li>
|
||||
<li><a href="https://everygunpart.com/"><strong>Every Gun Part</strong></a> - Exhaustive collection of parts kits (everything but the receiver) and more.</li>
|
||||
@@ -513,19 +484,13 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
<li><a href="https://www.replicatorusa.com/"><strong>Replicator USA</strong></a> - 3d printed suppressors.</li>
|
||||
<li><a href="https://riptiderails.com/"><strong>Riptide Rails</strong></a> - Glock rails, magazine springs, and other printed firearms components.</li>
|
||||
</ul>
|
||||
<h2 id="newsletters--podcasts">
|
||||
Newsletters & Podcasts
|
||||
<a class="anchor" href="#newsletters--podcasts">#</a>
|
||||
</h2>
|
||||
<h2 id="newsletters--podcasts">Newsletters & Podcasts<a class="anchor" href="#newsletters--podcasts">#</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://enblocpress.com"><strong>En Bloc Press</strong></a> - Paid newsletter and podcast focused on the 3d printed firearm space and adjacent politics.</li>
|
||||
<li><a href="https://www.opensourcedefense.org/"><strong>Open Source Defense</strong></a> - Weekly newsletter focused on expanding gun rights with “0% culture war”.</li>
|
||||
<li><a href="https://www.youtube.com/@outofbatterylive/streams"><strong>Out of Battery Live</strong></a> - Live podcast focused on interviewing guncad developers and builders.</li>
|
||||
</ul>
|
||||
<h2 id="propaganda">
|
||||
Propaganda
|
||||
<a class="anchor" href="#propaganda">#</a>
|
||||
</h2>
|
||||
<h2 id="propaganda">Propaganda<a class="anchor" href="#propaganda">#</a></h2>
|
||||
<p>Documentaries, talks, and other media.</p>
|
||||
<ul>
|
||||
<li><a href="https://www.deathathletic.com/"><strong>Death Athletic Documentary</strong></a></li>
|
||||
@@ -534,18 +499,12 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
<li><a href="https://youtu.be/l3ieBFjjHOw?si=HEclhjBhzbYAAceM"><strong>The Plastic Power: A Speech</strong></a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=rB6oK_FS8JA"><strong>The Unshackled Englishman</strong></a></li>
|
||||
</ul>
|
||||
<h2 id="resources">
|
||||
Resources
|
||||
<a class="anchor" href="#resources">#</a>
|
||||
</h2>
|
||||
<h2 id="resources">Resources<a class="anchor" href="#resources">#</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://gatgpt.defcad.com/"><strong>GatGPT</strong></a> - A deneutered version of ChatGPT focused on firearms.</li>
|
||||
<li><a href="https://www.shootingbot.com/"><strong>Shootingbot</strong></a> - Monitors price and availability of ammunition and reloading components.</li>
|
||||
</ul>
|
||||
<h2 id="training">
|
||||
Training
|
||||
<a class="anchor" href="#training">#</a>
|
||||
</h2>
|
||||
<h2 id="training">Training<a class="anchor" href="#training">#</a></h2>
|
||||
<p>Ok, you can build a firearm in your garage. Now learn how to use it. Before you start LARPING, consider what type of training is most useful. <a href="https://jobdestroyer.xyz/?p=62">Read this.</a></p>
|
||||
<ul>
|
||||
<li><a href="https://gamutresolutions.com/"><strong>Gamut Resolutions</strong></a> - Tactical pistol and carbine classes. Based in Florida but courses are taught in many locations across the US.</li>
|
||||
@@ -605,23 +564,32 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -648,10 +616,11 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -669,3 +638,11 @@ When any government deprives a citizen of his freedom or property, the individua
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -8,47 +8,46 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" Education and Training # “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
<meta name="description" content=" Education and Training# “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
Modern schooling has been terrible for years. Following the covid insanity and the addition of woke politics the schools are proving less and less value by the day. But education can be done through a vareity of methods. In the modern age their are many better ways to educate yourself and your children than traditional school.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/education/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/education/">
|
||||
<meta property="og:title" content="Education">
|
||||
<meta property="og:description" content="Education and Training # “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
<meta property="og:description" content="Education and Training# “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
Modern schooling has been terrible for years. Following the covid insanity and the addition of woke politics the schools are proving less and less value by the day. But education can be done through a vareity of methods. In the modern age their are many better ways to educate yourself and your children than traditional school.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta itemprop="name" content="Education">
|
||||
<meta itemprop="description" content="Education and Training # “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
<meta itemprop="description" content="Education and Training# “Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.” - John Taylor Gatto
|
||||
Modern schooling has been terrible for years. Following the covid insanity and the addition of woke politics the schools are proving less and less value by the day. But education can be done through a vareity of methods. In the modern age their are many better ways to educate yourself and your children than traditional school.">
|
||||
<meta itemprop="wordCount" content="762">
|
||||
<meta itemprop="wordCount" content="758">
|
||||
|
||||
<title>Education | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/education/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/education/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -418,23 +417,16 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/education.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Education1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/education.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<h1 id="education-and-training">
|
||||
Education and Training
|
||||
<a class="anchor" href="#education-and-training">#</a>
|
||||
</h1>
|
||||
<h1 id="education-and-training">Education and Training<a class="anchor" href="#education-and-training">#</a></h1>
|
||||
<p><em>“Government schooling is the most radical adventure in history. It kills the family by monopolizing the best times of childhood and by teaching disrespect for home and parents.”</em> - John Taylor Gatto</p>
|
||||
</br>
|
||||
<hr>
|
||||
</br>
|
||||
<p>Modern schooling has been terrible for years. Following the covid insanity and the addition of woke politics the schools are proving less and less value by the day. But education can be done through a vareity of methods. In the modern age their are many better ways to educate yourself and your children than traditional school.</p>
|
||||
<h3 id="alternative-schools">
|
||||
Alternative Schools
|
||||
<a class="anchor" href="#alternative-schools">#</a>
|
||||
</h3>
|
||||
<h3 id="alternative-schools">Alternative Schools<a class="anchor" href="#alternative-schools">#</a></h3>
|
||||
<p>Options for schools that are close to the traditional model, but do something different.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -444,10 +436,7 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
<p><a href="https://www.wgu.edu/"><strong>Western Governors University</strong></a> - While still suffering from some of the issues of traditional education, WGU provides a solid alternative for anyone who still wants to pursue traditional college degrees. Offering Bachelors and Masters programs in IT, Business, Nursing, Finance and Education. WGU is a completely online school, with relatively cheap degree programs that are performance based, meaning you can take the classes at your own pace and are not required to attend classes you dont need.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="alternatives-to-school">
|
||||
<strong>Alternatives to School</strong>
|
||||
<a class="anchor" href="#alternatives-to-school">#</a>
|
||||
</h3>
|
||||
<h3 id="alternatives-to-school"><strong>Alternatives to School</strong><a class="anchor" href="#alternatives-to-school">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://libertyclassroom.com/"><strong>Liberty Classroom</strong></a> - A wide range of courses. Mostly focused on history but offers other courses on econimics and logics. All courses are taught from a liberty perspective. Founded by Liberty author and Podcast host Tom Woods.</li>
|
||||
<li><a href="https://mises.org/edu"><strong>Mises Econ Grad Progam</strong></a> - Economics Grad program that teaches free market Austrian Economics from one of the most prominent liberty focused think tanks.</li>
|
||||
@@ -458,10 +447,7 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
<li><a href="https://unschoolers.org/"><strong>Unschoolers.org</strong></a> - Unschooling and peaceful parenting educational organization. Unschooling is an alternative to traditional schooling and even home schooling that works to encourage and focus and direct children’s natural curiosity.</li>
|
||||
<li><a href="https://daynamartin.com/"><strong>Unschooling Resources with Dayna Martin</strong></a> - Dayna Martin has been living and breathing Unschooling for 2 decades, while also working to educate many others on these principles. You can find many of the best unschooling resources here.</li>
|
||||
</ul>
|
||||
<h3 id="homeschool-resources">
|
||||
Homeschool Resources
|
||||
<a class="anchor" href="#homeschool-resources">#</a>
|
||||
</h3>
|
||||
<h3 id="homeschool-resources">Homeschool Resources<a class="anchor" href="#homeschool-resources">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.acellusacademy.com/"><strong>Acellusacademy</strong></a> - Acellus Academy is a K-12 online private school located in Kansas City, Missouri as a 501c3. Acellus Academy provides instruction online through distance education via the Acellus Learning System. Acellus, a program of the International Academy of Science, is an online learning system that has been used to provide primary instruction to millions of students in thousands of schools throughout the United States.</p>
|
||||
@@ -529,23 +515,32 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -560,10 +555,11 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -581,3 +577,11 @@ Modern schooling has been terrible for years. Following the covid insanity and t
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
"use strict";(function(){const o="/en.search-data.min.55424da13d8bfea8e66f59a4abff54f8a8292ed66648fde2842f499265bd0a67.json",i=Object.assign({cache:!0},{includeScore:!0,useExtendedSearch:!0,fieldNormWeight:1.5,threshold:.2,ignoreLocation:!0,keys:[{name:"title",weight:.7},{name:"content",weight:.3}]}),e=document.querySelector("#book-search-input"),t=document.querySelector("#book-search-results");if(!e)return;e.addEventListener("focus",n),e.addEventListener("keyup",s),document.addEventListener("keypress",a);function a(t){if(t.target.value!==0[0])return;if(e===document.activeElement)return;const n=String.fromCharCode(t.charCode);if(!r(n))return;e.focus(),t.preventDefault()}function r(t){const n=e.getAttribute("data-hotkeys")||"";return n.indexOf(t)>=0}function n(){e.removeEventListener("focus",n),e.required=!0,fetch(o).then(e=>e.json()).then(e=>{window.bookSearchIndex=new Fuse(e,i)}).then(()=>e.required=!1).then(s)}function s(){for(;t.firstChild;)t.removeChild(t.firstChild);if(!e.value)return;const n=window.bookSearchIndex.search(e.value).slice(0,10);n.forEach(function(e){const n=c("<li><a href></a><small></small></li>"),s=n.querySelector("a"),o=n.querySelector("small");s.href=e.item.href,s.textContent=e.item.title,o.textContent=e.item.section,t.appendChild(n)})}function c(e){const t=document.createElement("div");return t.innerHTML=e,t.firstChild}})()
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 298 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M300-80q-58 0-99-41t-41-99v-520q0-58 41-99t99-41h500v600q-25 0-42.5 17.5T740-220q0 25 17.5 42.5T800-160v80H300Zm-60-267q14-7 29-10t31-3h20v-440h-20q-25 0-42.5 17.5T240-740v393Zm160-13h320v-440H400v440Zm-160 13v-453 453Zm60 187h373q-6-14-9.5-28.5T660-220q0-16 3-31t10-29H300q-26 0-43 17.5T240-220q0 26 17 43t43 17Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 438 B |
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -10,15 +10,15 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" “Civilization is the progress toward a society of privacy. The savage’s whole existence is public, ruled by the laws of his tribe. Civilization is the process of setting man free from men.” - Ayn Rand
|
||||
Privacy Front ends are interfaces that interact with well known services that dont respect your privacy. Apps like Youtube or Facebook can be accessed via privacy respecting generally open source apps.
|
||||
Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music # Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord # gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook # SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger # Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search # LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.
|
||||
Apple AirPlay# air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music# Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord# gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook# SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger# Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search# LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/frontends/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/frontends/">
|
||||
<meta property="og:title" content="Front Ends">
|
||||
<meta property="og:description" content="“Civilization is the progress toward a society of privacy. The savage’s whole existence is public, ruled by the laws of his tribe. Civilization is the process of setting man free from men.” - Ayn Rand
|
||||
Privacy Front ends are interfaces that interact with well known services that dont respect your privacy. Apps like Youtube or Facebook can be accessed via privacy respecting generally open source apps.
|
||||
Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music # Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord # gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook # SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger # Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search # LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.">
|
||||
Apple AirPlay# air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music# Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord# gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook# SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger# Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search# LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
@@ -26,32 +26,31 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<meta itemprop="name" content="Front Ends">
|
||||
<meta itemprop="description" content="“Civilization is the progress toward a society of privacy. The savage’s whole existence is public, ruled by the laws of his tribe. Civilization is the process of setting man free from men.” - Ayn Rand
|
||||
Privacy Front ends are interfaces that interact with well known services that dont respect your privacy. Apps like Youtube or Facebook can be accessed via privacy respecting generally open source apps.
|
||||
Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music # Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord # gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook # SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger # Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search # LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.">
|
||||
<meta itemprop="wordCount" content="2625">
|
||||
Apple AirPlay# air-pi-play - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors. RPiPlay - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. Apple Music# Cider - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind Discord# gtkcord4 - A lightweight Discord client written in Golang which uses GTK3 for the user interface Facebook# SlimSocial - Android, alternative front-end for Facebook, built with Java Frost - An extensive and functional open source third party app for Facebook (Android app) Facebook Messenger# Caprine - Unofficial and privacy-focused Facebook Messenger app with many useful features fb-messenger-cli - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away Google Search# LibreX - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.">
|
||||
<meta itemprop="wordCount" content="2552">
|
||||
|
||||
<title>Front Ends | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/frontends/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/frontends/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -59,15 +58,14 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -374,12 +372,13 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -397,7 +396,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -442,60 +441,41 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/frontends.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/FrontEnds1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/frontends.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Civilization is the progress toward a society of privacy. The savage’s whole existence is public, ruled by the laws of his tribe. Civilization is the process of setting man free from men.”</em> - Ayn Rand</p>
|
||||
<p>Privacy Front ends are interfaces that interact with well known services that dont respect your privacy. Apps like Youtube or Facebook can be accessed via privacy respecting generally open source apps.</p>
|
||||
<hr>
|
||||
<h3 id="apple-airplay">
|
||||
Apple AirPlay
|
||||
<a class="anchor" href="#apple-airplay">#</a>
|
||||
</h3>
|
||||
<h3 id="apple-airplay">Apple AirPlay<a class="anchor" href="#apple-airplay">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/rahul-thakoor/air-pi-play"><strong>air-pi-play</strong></a> - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.</li>
|
||||
<li><a href="https://github.com/FD-/RPiPlay"><strong>RPiPlay</strong></a> - An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="apple-music">
|
||||
Apple Music
|
||||
<a class="anchor" href="#apple-music">#</a>
|
||||
</h3>
|
||||
<h3 id="apple-music">Apple Music<a class="anchor" href="#apple-music">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/ciderapp/Cider"><strong>Cider</strong></a> - Cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="discord">
|
||||
Discord
|
||||
<a class="anchor" href="#discord">#</a>
|
||||
</h3>
|
||||
<h3 id="discord">Discord<a class="anchor" href="#discord">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/diamondburned/gtkcord4"><strong>gtkcord4</strong></a> - A lightweight Discord client written in Golang which uses GTK3 for the user interface</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="facebook">
|
||||
Facebook
|
||||
<a class="anchor" href="#facebook">#</a>
|
||||
</h3>
|
||||
<h3 id="facebook">Facebook<a class="anchor" href="#facebook">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/rignaneseleo/SlimSocial-for-Facebook"><strong>SlimSocial</strong></a> - Android, alternative front-end for Facebook, built with Java</li>
|
||||
<li><a href="https://github.com/AllanWang/Frost-for-Facebook"><strong>Frost</strong></a> - An extensive and functional open source third party app for Facebook (Android app)</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="facebook-messenger">
|
||||
Facebook Messenger
|
||||
<a class="anchor" href="#facebook-messenger">#</a>
|
||||
</h3>
|
||||
<h3 id="facebook-messenger">Facebook Messenger<a class="anchor" href="#facebook-messenger">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/sindresorhus/caprine"><strong>Caprine</strong></a> - Unofficial and privacy-focused Facebook Messenger app with many useful features</li>
|
||||
<li><a href="https://github.com/Alex-Rose/fb-messenger-cli"><strong>fb-messenger-cli</strong></a> - Use your Facebook account to chat with your friends sneakily in the command line, it’s as easy as logging in, choosing a convo and chatting away</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="google-search">
|
||||
Google Search
|
||||
<a class="anchor" href="#google-search">#</a>
|
||||
</h3>
|
||||
<h3 id="google-search">Google Search<a class="anchor" href="#google-search">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/hnhx/librex"><strong>LibreX</strong></a> - Privacy-respecting free meta-search engine (free as in freedom). Small and simple meta-search engine, fetches and anonymizes results from Google only, has API support, allows redirects to Invidious/Bibliogram/Nitter/Libreddit.</p>
|
||||
@@ -511,10 +491,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="google-translate">
|
||||
Google Translate
|
||||
<a class="anchor" href="#google-translate">#</a>
|
||||
</h3>
|
||||
<h3 id="google-translate">Google Translate<a class="anchor" href="#google-translate">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/crow-translate/crow-translate"><strong>Crow Translate</strong></a> - Simple and lightweight cross-platform translator that allows translation using LibreTranslate, Lingva, Google, Bing, and Yandex, as well as text-to-speech using Google.</p>
|
||||
@@ -536,10 +513,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="hacker-news">
|
||||
Hacker News
|
||||
<a class="anchor" href="#hacker-news">#</a>
|
||||
</h3>
|
||||
<h3 id="hacker-news">Hacker News<a class="anchor" href="#hacker-news">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/weiran/Hackers"><strong>Hackers</strong></a> - A native iOS app for Hacker News.</p>
|
||||
@@ -558,10 +532,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="imgur">
|
||||
Imgur
|
||||
<a class="anchor" href="#imgur">#</a>
|
||||
</h3>
|
||||
<h3 id="imgur">Imgur<a class="anchor" href="#imgur">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://git.voidnet.tech/kev/imgin"><strong>Imgin</strong></a> - Minimal Imgur front end</li>
|
||||
<li><a href="https://git.geraldwu.com/gerald/imgrs"><strong>Imgrs</strong></a> - Imgrs is a free and open-source alternative Imgur front-end focused on privacy. It’s a Rust rewrite of a previous Imgur proxy project, Omgur.
|
||||
@@ -587,10 +558,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://codeberg.org/3np/rimgu"><strong>Rimgu</strong></a> - Self-hosted alternative frontend/ proxy for Imgur</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="instagram">
|
||||
Instagram
|
||||
<a class="anchor" href="#instagram">#</a>
|
||||
</h3>
|
||||
<h3 id="instagram">Instagram<a class="anchor" href="#instagram">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://sr.ht/~cadence/bibliogram"><strong>Bibliogram</strong></a> - Bibliogram is an alternative front-end for Instagram.
|
||||
<ul>
|
||||
@@ -599,10 +567,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="mastodon">
|
||||
Mastodon
|
||||
<a class="anchor" href="#mastodon">#</a>
|
||||
</h3>
|
||||
<h3 id="mastodon">Mastodon<a class="anchor" href="#mastodon">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://framagit.org/tom79/fedilab"><strong>Fedilab</strong></a> - multi-account Android Mastodon client</li>
|
||||
<li><a href="https://github.com/hyperspacedev/hyperspace"><strong>Hyperspace</strong></a> - cross-platform Mastodon client for the fediverse written in TypeScript and React</li>
|
||||
@@ -613,18 +578,12 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://github.com/tuskyapp/Tusky"><strong>Tusky</strong></a> - lightweight Android Mastodon client</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="medium">
|
||||
Medium
|
||||
<a class="anchor" href="#medium">#</a>
|
||||
</h3>
|
||||
<h3 id="medium">Medium<a class="anchor" href="#medium">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://scribe.rip"><strong>Scribe</strong></a> - Alternative front-end to Medium.com</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="other-services">
|
||||
Other services
|
||||
<a class="anchor" href="#other-services">#</a>
|
||||
</h3>
|
||||
<h3 id="other-services">Other services<a class="anchor" href="#other-services">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/ArchiveBox/ArchiveBox"><strong>ArchiveBox</strong></a> - Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more</li>
|
||||
<li><a href="https://github.com/ether/etherpad-lite"><strong>etherpad-lite</strong></a> - Collaborative rich text editor. A modern really-real-time collaborative document editor</li>
|
||||
@@ -643,10 +602,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://github.com/Metastem/wikiless"><strong>Wikiless</strong></a> - A free open source alternative Wikipedia front-end focused on privacy</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="reddit">
|
||||
Reddit
|
||||
<a class="anchor" href="#reddit">#</a>
|
||||
</h3>
|
||||
<h3 id="reddit">Reddit<a class="anchor" href="#reddit">#</a></h3>
|
||||
<p><strong>Due to recent changes with the Reddit API Policy you may have mixed success with these. These are kept here in the event that this changes, but otherwise these are mostly dead projects</strong></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Tunous/Dawn"><strong>Dawn</strong></a> - Open-source Reddit app
|
||||
@@ -714,10 +670,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="redirection">
|
||||
Redirection
|
||||
<a class="anchor" href="#redirection">#</a>
|
||||
</h3>
|
||||
<h3 id="redirection">Redirection<a class="anchor" href="#redirection">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/benbusby/farside"><strong>Farside</strong></a> - Farside provides links that automatically redirect to working instances of privacy-oriented alternative frontends, such as Nitter, Libreddit, etc. This allows for users to have more reliable access to the available public instances for a particular service, while also helping to distribute traffic more evenly across all instances and avoid performance bottlenecks and rate-limiting.</li>
|
||||
<li><a href="https://libredirect.github.io/"><strong>LibRedirect</strong></a> - App that redirects multiple apps to privacy front ends. If you click on a link of a Youtube like it will redirect to you to Newpipe, Twitter to nitter, Wikipedia to Wikiless etc.</li>
|
||||
@@ -729,12 +682,10 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
<li><a href="https://framagit.org/tom79/nitterizeme"><strong>UntrackMe</strong></a> - UntrackMe transforms Twitter, YouTube, Instagram, Reddit and Medium and Wikipedia links to links of open source, privacy friendly front-ends. Converts Google Maps links to OpenStreetMap links. Removes tracking parameters from any url. Then delegates the action to other apps that are capable of handling them. (Android app)</li>
|
||||
<li><a href="https://github.com/kodxana/Watch-on-Odysee"><strong>Watch on Odysee</strong></a> - Browser add on that redirects you from YouTube to odysee a decentralized Youtube alternative</li>
|
||||
<li><a href="https://github.com/libredirect/libredirect"><strong>libredirect</strong></a> - A web extension that redirects popular sites to alternative privacy-friendly frontends and backends. Actively maintained fork of Privacy Redirect that supports Youtube, Youtube Music, Twitter, Instagram, TikTok, Imgur, Reddit, Searx, Google Translate, Google Maps, Wikipedia, and Medium</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="reuters">
|
||||
Reuters
|
||||
<a class="anchor" href="#reuters">#</a>
|
||||
</h3>
|
||||
<h3 id="reuters">Reuters<a class="anchor" href="#reuters">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/HookedBehemoth/neuters"><strong>Neuters</strong></a> - An alternative front-end to Reuters.com. It is intended to be lightweight and fast, and was heavily inspired by Nitter
|
||||
<ul>
|
||||
@@ -743,58 +694,40 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="shazam">
|
||||
Shazam
|
||||
<a class="anchor" href="#shazam">#</a>
|
||||
</h3>
|
||||
<h3 id="shazam">Shazam<a class="anchor" href="#shazam">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/marin-m/SongRec"><strong>SongRec</strong></a> - Open-source Shazam client for Linux, written in Rust.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="spotify">
|
||||
Spotify
|
||||
<a class="anchor" href="#spotify">#</a>
|
||||
</h3>
|
||||
<h3 id="spotify">Spotify<a class="anchor" href="#spotify">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/eviabs/downtify-premium"><strong>Downtify</strong></a> - Open source Spotify ripper. Self Hosted.</li>
|
||||
<li><a href="https://github.com/eviabs/downtify-premium"><strong>Downtify</strong></a> - Open source Spotify ripper.</li>
|
||||
<li><a href="https://github.com/dzirbel/kotify"><strong>Kotify</strong></a> - Requires Spotify Account - Multiplatform desktop client for Spotify focused on library organization for power users. Relies on official Spotify client for playback</li>
|
||||
<li><a href="https://github.com/librespot-org/librespot"><strong>Librespot</strong></a> - Requires Spotify Premium Account - librespot is an open source client library for Spotify. It enables applications to use Spotify’s service to control and play music via various backends, and to act as a Spotify Connect receiver. It is an alternative to the official and now deprecated closed-source libspotify. Additionally, it will provide extra features which are not available in the official library</li>
|
||||
<li><a href="https://github.com/pisto/oggify"><strong>Oggify</strong></a> - Download Spotify tracks to Ogg Vorbis (with a Spotify premium account), based on librespot</li>
|
||||
<li><a href="https://github.com/jpochyla/psst"><strong>psst</strong></a> - Fast and multi-platform Spotify client with native GUI</li>
|
||||
<li><a href="https://podcastmp3.com/"><strong>Podcast MP3 Downloader</strong></a> - Download MP3 files of your favorite podcasts from Spotify, Apple Podcasts, Pocket Casts, and Overcast.</li>
|
||||
<li><a href="https://github.com/xou816/spot"><strong>Spot</strong></a>: Gtk/Rust native Spotify client for the GNOME desktop. Only works with premium accounts</li>
|
||||
<li><a href="https://github.com/toothbrush/Spotiqueue"><strong>Spotiqueue</strong></a> - Minimalistic queue-oriented macOS-native client for Spotify, with Guile Scheme scriptability</li>
|
||||
<li><a href="https://spotdownloader.com/en1/"><strong>SpotDownloader</strong></a> - A simple web tool that allows you to download songs from Spotify. You can download a song either by entering a track, album, or playlist link. You can also download the entire album or playlist in ZIP format. It also adds all the metadata like cover image, artists, and release date in the downloaded songs. Show, Podcast, and Artist page links aren’t supported yet.</li>
|
||||
<li><a href="https://spotiflyer.app/"><strong>Spotiflyer</strong></a> - Download free content from Youtube, Spotify, Sound Cloud and more</li>
|
||||
<li><a href="https://github.com/KRTirtho/spotube"><strong>Spotube</strong></a>: A lightweight and free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed</li>
|
||||
<li><a href="https://github.com/amd64fox/SpotX"><strong>SpotX</strong></a>: Modified Spotify Client for Windows (Windows Only) - Blocking ads and updates for the desktop version of Spotify, disabling podcasts and more</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="telegram">
|
||||
Telegram
|
||||
<a class="anchor" href="#telegram">#</a>
|
||||
</h3>
|
||||
<h3 id="telegram">Telegram<a class="anchor" href="#telegram">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Telegram-FOSS-Team/Telegram-FOSS"><strong>Telegram-FOSS</strong></a> - Unofficial, FOSS-friendly fork of the original Telegram client for Android.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="tiktok">
|
||||
TikTok
|
||||
<a class="anchor" href="#tiktok">#</a>
|
||||
</h3>
|
||||
<h3 id="tiktok">TikTok<a class="anchor" href="#tiktok">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pablouser1/ProxiTok"><strong>ProxiTok</strong></a> - Open source alternative frontend for TikTok made with PHP.
|
||||
<ul>
|
||||
<li><a href="https://proxitok.herokuapp.com">Official instance:</a></li>
|
||||
<li><a href="https://proxitok.pussthecat.org">Pussthecat Instance</a></li>
|
||||
<li>Official instance: <a href="https://proxitok.herokuapp.com">https://proxitok.herokuapp.com</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="twitch">
|
||||
Twitch
|
||||
<a class="anchor" href="#twitch">#</a>
|
||||
</h3>
|
||||
<h3 id="twitch">Twitch<a class="anchor" href="#twitch">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/oscartbeaumont/ElectronPlayer"><strong>ElectronPlayer</strong></a> - Electron Based Web Video Services Player. Supports Netflix, Youtube, Twitch, Floatplane, Hulu and more</li>
|
||||
<li><a href="https://github.com/streamlink/streamlink-twitch-gui"><strong>streamlink-twitch-gui</strong></a> - Multi platform Twitch.tv browser for Streamlink</li>
|
||||
@@ -802,10 +735,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://github.com/crackededed/Xtra"><strong>Xtra</strong></a> - Twitch player and browser for Android</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="twitterx">
|
||||
Twitter/X
|
||||
<a class="anchor" href="#twitterx">#</a>
|
||||
</h3>
|
||||
<h3 id="twitterx">Twitter/X<a class="anchor" href="#twitterx">#</a></h3>
|
||||
<p><strong>Due to recent changes with the Twitter API Policy you may have mixed success with these.</strong></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/jonjomckay/fritter"><strong>Fritter</strong></a> - A free, open-source Twitter client for Android.</li>
|
||||
@@ -824,10 +754,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://github.com/TwidereProject/TwidereX-Android"><strong>Twidere X</strong></a> - Android, alternative front-end for Twitter, built mostly with Kotlin, in early stage.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="youtube">
|
||||
YouTube
|
||||
<a class="anchor" href="#youtube">#</a>
|
||||
</h3>
|
||||
<h3 id="youtube">YouTube<a class="anchor" href="#youtube">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Rudloff/alltube"><strong>Alltube</strong></a> - Web GUI for youtube-dl</li>
|
||||
<li><a href="https://invent.kde.org/plasma-mobile/audiotube"><strong>AudioTube</strong></a> - Client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones.</li>
|
||||
@@ -901,10 +828,7 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
<li><a href="https://github.com/MarcoLucidi01/ytcast"><strong>ytcast</strong></a> - Cast YouTube videos to your smart TV from the command line. This program does roughly the same thing as the “Play on TV” button that appears on the player bar when you visit youtube.com with Chrome or when you use the YouTube smartphone app</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="youtube-music">
|
||||
YouTube Music
|
||||
<a class="anchor" href="#youtube-music">#</a>
|
||||
</h3>
|
||||
<h3 id="youtube-music">YouTube Music<a class="anchor" href="#youtube-music">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://invent.kde.org/plasma-mobile/audiotube"><strong>AudioTube</strong></a> - Client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones.</li>
|
||||
<li><a href="https://github.com/snuffyDev/Beatbump"><strong>Beatbump</strong></a> - An alternative frontend for YouTube Music created using Svelte/SvelteKit, powered by Cloudflare Workers.</li>
|
||||
@@ -961,23 +885,32 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -1013,10 +946,11 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1034,3 +968,11 @@ Apple AirPlay # air-pi-play - Turn a Raspberry Pi into an Airplay server using R
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -10,15 +10,15 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" “The truth is revealed by removing things that stand in its light, an art not unlike sculpture, in which the artist creates, not by building, but by hacking away.” - Alan Watts
|
||||
Welcome to the Hacking section of Liberty tools! Hacking should be used to increase your knowledge and harden your defenses. Please use these tools responsibly.
|
||||
Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.
|
||||
Anonymity# BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/hacking/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/hacking/">
|
||||
<meta property="og:title" content="Hacking">
|
||||
<meta property="og:description" content="“The truth is revealed by removing things that stand in its light, an art not unlike sculpture, in which the artist creates, not by building, but by hacking away.” - Alan Watts
|
||||
Welcome to the Hacking section of Liberty tools! Hacking should be used to increase your knowledge and harden your defenses. Please use these tools responsibly.
|
||||
Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
Anonymity# BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
@@ -26,32 +26,31 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<meta itemprop="name" content="Hacking">
|
||||
<meta itemprop="description" content="“The truth is revealed by removing things that stand in its light, an art not unlike sculpture, in which the artist creates, not by building, but by hacking away.” - Alan Watts
|
||||
Welcome to the Hacking section of Liberty tools! Hacking should be used to increase your knowledge and harden your defenses. Please use these tools responsibly.
|
||||
Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<meta itemprop="wordCount" content="4990">
|
||||
Anonymity# BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<meta itemprop="wordCount" content="4948">
|
||||
|
||||
<title>Hacking | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/hacking/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/hacking/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -59,15 +58,14 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -374,12 +372,13 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -397,7 +396,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -463,17 +462,13 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/Hacking.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Hacking1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Hacking.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“The truth is revealed by removing things that stand in its light, an art not unlike sculpture, in which the artist creates, not by building, but by hacking away.” - Alan Watts</em></p>
|
||||
<p>Welcome to the Hacking section of Liberty tools! Hacking should be used to increase your knowledge and harden your defenses. Please use these tools responsibly.</p>
|
||||
<hr>
|
||||
<h3 id="anonymity">
|
||||
<strong>Anonymity</strong>
|
||||
<a class="anchor" href="#anonymity">#</a>
|
||||
</h3>
|
||||
<h3 id="anonymity"><strong>Anonymity</strong><a class="anchor" href="#anonymity">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/Hood3dRob1n/BinGoo"><strong>BinGoo</strong></a> - GNU/Linux bash based Bing and Google Dorking Tool.</p>
|
||||
@@ -540,18 +535,12 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="bug-bounty-platforms">
|
||||
Bug Bounty Platforms
|
||||
<a class="anchor" href="#bug-bounty-platforms">#</a>
|
||||
</h3>
|
||||
<h3 id="bug-bounty-platforms">Bug Bounty Platforms<a class="anchor" href="#bug-bounty-platforms">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.bugcrowd.com/bug-bounty-list/"><strong>Bugcrowd List</strong></a> - List of many companies that provide bug bounties.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="ctfcapture-the-flag">
|
||||
<strong>CTF(Capture the flag)</strong>
|
||||
<a class="anchor" href="#ctfcapture-the-flag">#</a>
|
||||
</h3>
|
||||
<h3 id="ctfcapture-the-flag"><strong>CTF(Capture the flag)</strong><a class="anchor" href="#ctfcapture-the-flag">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/zardus/ctf-tools"><strong>Ctf-tools</strong></a> - Collection of setup scripts to install various security research tools easily and quickly deployable to new machines.</p>
|
||||
@@ -564,10 +553,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="ddos">
|
||||
<strong>DDoS</strong>
|
||||
<a class="anchor" href="#ddos">#</a>
|
||||
</h3>
|
||||
<h3 id="ddos"><strong>DDoS</strong><a class="anchor" href="#ddos">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://sourceforge.net/projects/high-orbit-ion-cannon/"><strong>HOIC</strong></a> - Updated version of Low Orbit Ion Cannon, has ‘boosters’ to get around common counter measures.</p>
|
||||
@@ -589,10 +575,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="defense-evasion">
|
||||
<strong>Defense Evasion</strong>
|
||||
<a class="anchor" href="#defense-evasion">#</a>
|
||||
</h3>
|
||||
<h3 id="defense-evasion"><strong>Defense Evasion</strong><a class="anchor" href="#defense-evasion">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/govolution/avet"><strong>AntiVirus Evasion Tool (AVET)</strong></a> - Post-process exploits containing executable files targeted for Windows machines to avoid being recognized by antivirus software.</p>
|
||||
@@ -614,26 +597,17 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="defcon-suggested-reading">
|
||||
<strong>Defcon Suggested Reading</strong>
|
||||
<a class="anchor" href="#defcon-suggested-reading">#</a>
|
||||
</h3>
|
||||
<h3 id="defcon-suggested-reading"><strong>Defcon Suggested Reading</strong><a class="anchor" href="#defcon-suggested-reading">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.defcon.org/html/links/book-list.html"><strong>Defcon Suggested Reading</strong></a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="email-spoofing">
|
||||
Email Spoofing
|
||||
<a class="anchor" href="#email-spoofing">#</a>
|
||||
</h3>
|
||||
<h3 id="email-spoofing">Email Spoofing<a class="anchor" href="#email-spoofing">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.spoofbox.com"><strong>SpoofBox</strong></a> - Offers email, SMS, Phone spoofing and lots of other tools. Not a free service. Can also be used to look up phone numbers.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="exploit-development">
|
||||
<strong>Exploit Development</strong>
|
||||
<a class="anchor" href="#exploit-development">#</a>
|
||||
</h3>
|
||||
<h3 id="exploit-development"><strong>Exploit Development</strong><a class="anchor" href="#exploit-development">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/"><strong>Exploit Writing Tutorials</strong></a> - Tutorials on how to develop exploits.</p>
|
||||
@@ -646,10 +620,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="file-format-analysis">
|
||||
<strong>File Format Analysis</strong>
|
||||
<a class="anchor" href="#file-format-analysis">#</a>
|
||||
</h3>
|
||||
<h3 id="file-format-analysis"><strong>File Format Analysis</strong><a class="anchor" href="#file-format-analysis">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://hachoir3.readthedocs.io/"><strong>Hachoir</strong></a> - Python library to view and edit a binary stream as tree of fields and tools for metadata extraction.</p>
|
||||
@@ -662,10 +633,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="forensics">
|
||||
Forensics
|
||||
<a class="anchor" href="#forensics">#</a>
|
||||
</h3>
|
||||
<h3 id="forensics">Forensics<a class="anchor" href="#forensics">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.autopsy.com/"><strong>Autopsy</strong></a> - Full suite of open source forensics tools.</p>
|
||||
@@ -687,18 +655,12 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="gnulinux-utilities">
|
||||
<strong>GNU/Linux Utilities</strong>
|
||||
<a class="anchor" href="#gnulinux-utilities">#</a>
|
||||
</h3>
|
||||
<h3 id="gnulinux-utilities"><strong>GNU/Linux Utilities</strong><a class="anchor" href="#gnulinux-utilities">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/PenturaLabs/Linux_Exploit_Suggester"><strong>Linux Exploit Suggester</strong></a> - Heuristic reporting on potentially viable exploits for a given GNU/Linux system.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="hacking-focused-osint">
|
||||
<strong>Hacking Focused OSINT</strong>
|
||||
<a class="anchor" href="#hacking-focused-osint">#</a>
|
||||
</h3>
|
||||
<h3 id="hacking-focused-osint"><strong>Hacking Focused OSINT</strong><a class="anchor" href="#hacking-focused-osint">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/michenriksen/aquatone"><strong>AQUATONE</strong></a> - Subdomain discovery tool utilizing various open sources producing a report that can be used as input to other tools.</p>
|
||||
@@ -777,10 +739,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="hacking-conventions">
|
||||
Hacking Conventions
|
||||
<a class="anchor" href="#hacking-conventions">#</a>
|
||||
</h3>
|
||||
<h3 id="hacking-conventions">Hacking Conventions<a class="anchor" href="#hacking-conventions">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://44con.com/"><strong>44Con</strong></a> - Annual Security Conference held in London.</p>
|
||||
@@ -874,10 +833,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="hash-cracking">
|
||||
<strong>Hash Cracking</strong>
|
||||
<a class="anchor" href="#hash-cracking">#</a>
|
||||
</h3>
|
||||
<h3 id="hash-cracking"><strong>Hash Cracking</strong><a class="anchor" href="#hash-cracking">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/glv2/bruteforce-wallet"><strong>BruteForce Wallet</strong></a> - Find the password of an encrypted wallet file (i.e. wallet.dat).</p>
|
||||
@@ -898,10 +854,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="http://rarcrack.sourceforge.net/"><strong>Rar Crack</strong></a> - RAR bruteforce cracker.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="hex-editors">
|
||||
<strong>Hex Editors</strong>
|
||||
<a class="anchor" href="#hex-editors">#</a>
|
||||
</h3>
|
||||
<h3 id="hex-editors"><strong>Hex Editors</strong><a class="anchor" href="#hex-editors">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://web.archive.org/web/20140106172311if_/http://www.suavetech.com:80/0xed/0xed.html"><strong>0xED</strong></a> – Native macOS hex editor that supports plug-ins to display custom data types.</p>
|
||||
@@ -917,10 +870,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="information-security-magazines">
|
||||
<strong>Information Security Magazines</strong>
|
||||
<a class="anchor" href="#information-security-magazines">#</a>
|
||||
</h3>
|
||||
<h3 id="information-security-magazines"><strong>Information Security Magazines</strong><a class="anchor" href="#information-security-magazines">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.2600.com/Magazine/DigitalEditions"><strong>2600: The Hacker Quarterly</strong></a> – American publication about technology and computer “underground.”</p>
|
||||
@@ -933,10 +883,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="lock-picking-resources">
|
||||
<strong>Lock Picking Resources</strong>
|
||||
<a class="anchor" href="#lock-picking-resources">#</a>
|
||||
</h3>
|
||||
<h3 id="lock-picking-resources"><strong>Lock Picking Resources</strong><a class="anchor" href="#lock-picking-resources">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/meitar/awesome-lockpicking"><strong>Awesome Lockpicking</strong></a> – Awesome guides, tools, and other resources about the security and compromise of locks, safes, and keys.</p>
|
||||
@@ -952,18 +899,12 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="macos-utilities">
|
||||
<strong>macOS Utilities</strong>
|
||||
<a class="anchor" href="#macos-utilities">#</a>
|
||||
</h3>
|
||||
<h3 id="macos-utilities"><strong>macOS Utilities</strong><a class="anchor" href="#macos-utilities">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/00xkhaled/Bella">Bella</a> – Pure Python post-exploitation data mining and remote administration tool for macOS.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="multi-paradigm-frameworks">
|
||||
<strong>Multi-paradigm Frameworks</strong>
|
||||
<a class="anchor" href="#multi-paradigm-frameworks">#</a>
|
||||
</h3>
|
||||
<h3 id="multi-paradigm-frameworks"><strong>Multi-paradigm Frameworks</strong><a class="anchor" href="#multi-paradigm-frameworks">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/blackhatethicalhacking/armitage"><strong>Armitage</strong></a> – Java-based GUI front-end for the Metasploit Framework.</p>
|
||||
@@ -982,10 +923,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="network-tools">
|
||||
<strong>Network Tools</strong>
|
||||
<a class="anchor" href="#network-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="network-tools"><strong>Network Tools</strong><a class="anchor" href="#network-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.bettercap.org/"><strong>BetterCAP</strong></a> – Modular, portable and easily extensible MITM framework.</p>
|
||||
@@ -1115,10 +1053,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="operating-systems">
|
||||
<strong>Operating Systems</strong>
|
||||
<a class="anchor" href="#operating-systems">#</a>
|
||||
</h3>
|
||||
<h3 id="operating-systems"><strong>Operating Systems</strong><a class="anchor" href="#operating-systems">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://n0where.net/best-linux-penetration-testing-distributions/"><strong>Best Linux Penetration Testing Distributions @ CyberPunk</strong></a> – Description of main penetration testing distributions.</p>
|
||||
@@ -1146,10 +1081,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="physical-hacking-tools">
|
||||
Physical Hacking Tools
|
||||
<a class="anchor" href="#physical-hacking-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="physical-hacking-tools">Physical Hacking Tools<a class="anchor" href="#physical-hacking-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/Anof-cyber/APTRS"><strong>Anof-cyber/APTRS</strong></a> - APTRS (Automated Penetration Testing Reporting System) is an automated reporting tool in Python and Django. The tool allows Penetration testers to create a report directly without using the Traditional Docx file. It also provides an approach to keeping track of the projects and vulnerabilities.</p>
|
||||
@@ -1177,14 +1109,8 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="penetration-testing-resources">
|
||||
Penetration Testing Resources
|
||||
<a class="anchor" href="#penetration-testing-resources">#</a>
|
||||
</h2>
|
||||
<h3 id="pentest-tools">
|
||||
Pentest Tools
|
||||
<a class="anchor" href="#pentest-tools">#</a>
|
||||
</h3>
|
||||
<h2 id="penetration-testing-resources">Penetration Testing Resources<a class="anchor" href="#penetration-testing-resources">#</a></h2>
|
||||
<h3 id="pentest-tools">Pentest Tools<a class="anchor" href="#pentest-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.offsec.com/metasploit-unleashed/"><strong>Metasploit Unleashed</strong></a> - Free Offensive Security Metasploit course.</p>
|
||||
@@ -1220,10 +1146,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="http://www.xss-payloads.com/"><strong>XSS-Payloads</strong></a> – Ultimate resource for all things cross-site including payloads, tools, games and documentation.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="penetration-testing-distributions">
|
||||
<strong>Penetration Testing Distributions</strong>
|
||||
<a class="anchor" href="#penetration-testing-distributions">#</a>
|
||||
</h3>
|
||||
<h3 id="penetration-testing-distributions"><strong>Penetration Testing Distributions</strong><a class="anchor" href="#penetration-testing-distributions">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://archstrike.org/"><strong>ArchStrike</strong></a> – Arch GNU/Linux repository for security professionals and enthusiasts.</p>
|
||||
@@ -1256,10 +1179,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="https://github.com/trustedsec/ptf"><strong>The Pentesters Framework</strong></a> – Distro organized around the Penetration Testing Execution Standard (PTES), providing a curated collection of utilities that eliminates often unused toolchains.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="docker-for-penetration-testing">
|
||||
<strong>Docker for Penetration Testing</strong>
|
||||
<a class="anchor" href="#docker-for-penetration-testing">#</a>
|
||||
</h3>
|
||||
<h3 id="docker-for-penetration-testing"><strong>Docker for Penetration Testing</strong><a class="anchor" href="#docker-for-penetration-testing">#</a></h3>
|
||||
<ul>
|
||||
<li>docker pull kalilinux/kali-linux-docker</li>
|
||||
<li>docker pull owasp/zap2docker-stable</li>
|
||||
@@ -1277,10 +1197,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<li>docker pull bkimminich/juice-shop</li>
|
||||
<li>docker pull phocean/msf</li>
|
||||
</ul>
|
||||
<h3 id="penetration-testing-report-templates">
|
||||
<strong>Penetration Testing Report Templates</strong>
|
||||
<a class="anchor" href="#penetration-testing-report-templates">#</a>
|
||||
</h3>
|
||||
<h3 id="penetration-testing-report-templates"><strong>Penetration Testing Report Templates</strong><a class="anchor" href="#penetration-testing-report-templates">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://lucideus.com/pdf/stw.pdf"><strong>Pentesting Report Template</strong></a> – lucideus.com template.</p>
|
||||
@@ -1292,17 +1209,11 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="https://github.com/juliocesarfort/public-pentesting-reports"><strong>Public Pentesting Reports</strong></a> – Curated list of public penetration test reports released by several consulting firms and academic security groups.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="ransomware-recovery">
|
||||
Ransomware Recovery
|
||||
<a class="anchor" href="#ransomware-recovery">#</a>
|
||||
</h3>
|
||||
<h3 id="ransomware-recovery">Ransomware Recovery<a class="anchor" href="#ransomware-recovery">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.nomoreransom.org/en/index.html"><strong>Nomoreransom</strong></a> - Help detect what kind of ransomware encryption you’re affected by and free tools to unlock it, in many but not all cases.</li>
|
||||
</ul>
|
||||
<h3 id="reverse-engineering-tools">
|
||||
<strong>Reverse Engineering Tools</strong>
|
||||
<a class="anchor" href="#reverse-engineering-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="reverse-engineering-tools"><strong>Reverse Engineering Tools</strong><a class="anchor" href="#reverse-engineering-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/devttys0/binwalk"><strong>Binwalk</strong></a> – Fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.</p>
|
||||
@@ -1356,10 +1267,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="http://x64dbg.com/"><strong>x64dbg</strong></a> – Open source x64/x32 debugger for windows.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="security-courses">
|
||||
Security Courses
|
||||
<a class="anchor" href="#security-courses">#</a>
|
||||
</h3>
|
||||
<h3 id="security-courses">Security Courses<a class="anchor" href="#security-courses">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://azcwr.org/"><strong>ARIZONA CYBER WARFARE RANGE</strong></a> – 24×7 live fire exercises for beginners through real world operations; capability for upward progression into the real world of cyber warfare.</p>
|
||||
@@ -1386,17 +1294,11 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="http://www.sans.org/"><strong>SANS Security Training</strong></a> – Computer Security Training & Certification.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="side-channel-tools">
|
||||
<strong>Side-channel Tools</strong>
|
||||
<a class="anchor" href="#side-channel-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="side-channel-tools"><strong>Side-channel Tools</strong><a class="anchor" href="#side-channel-tools">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="http://chipwhisperer.com/"><strong>ChipWhisperer</strong></a> – Complete open-source toolchain for side-channel power analysis and glitching attacks.</li>
|
||||
</ul>
|
||||
<h3 id="social-engineering">
|
||||
<strong>Social Engineering</strong>
|
||||
<a class="anchor" href="#social-engineering">#</a>
|
||||
</h3>
|
||||
<h3 id="social-engineering"><strong>Social Engineering</strong><a class="anchor" href="#social-engineering">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/4w4k3/BeeLogger"><strong>Beelogger</strong></a> – Tool for generating keylooger.</p>
|
||||
@@ -1420,10 +1322,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="https://github.com/sophron/wifiphisher"><strong>wifiphisher</strong></a> – Automated phishing attacks against WiFi networks.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="static-analyzers">
|
||||
<strong>Static Analyzers</strong>
|
||||
<a class="anchor" href="#static-analyzers">#</a>
|
||||
</h3>
|
||||
<h3 id="static-analyzers"><strong>Static Analyzers</strong><a class="anchor" href="#static-analyzers">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://pypi.python.org/pypi/bandit/"><strong>Bandit</strong></a> – Security oriented static analyser for python code.</p>
|
||||
@@ -1441,10 +1340,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="https://github.com/nccgroup/sobelow"><strong>Sobelow</strong></a> – Security-focused static analysis for the Phoenix Framework.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="transport-layer-security-tools">
|
||||
<strong>Transport Layer Security Tools</strong>
|
||||
<a class="anchor" href="#transport-layer-security-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="transport-layer-security-tools"><strong>Transport Layer Security Tools</strong><a class="anchor" href="#transport-layer-security-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/nabla-c0d3/sslyze"><strong>SSLyze</strong></a> – Fast and comprehensive TLS/SSL configuration analyzer to help identify security mis-configurations.</p>
|
||||
@@ -1456,10 +1352,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
<p><a href="https://github.com/drwetter/testssl.sh"><strong>Testssl.sh</strong></a> – Command line tool which checks a server’s service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="tools-lists-tutorials-etc">
|
||||
<strong>Tools, Lists, Tutorials etc.</strong>
|
||||
<a class="anchor" href="#tools-lists-tutorials-etc">#</a>
|
||||
</h3>
|
||||
<h3 id="tools-lists-tutorials-etc"><strong>Tools, Lists, Tutorials etc.</strong><a class="anchor" href="#tools-lists-tutorials-etc">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://scribe.froth.zone/@kuwaitison/active-directory-lateral-movement-and-post-exploitation-cheat-sheet-3170982a7055"><strong>AD Exploit guides</strong></a> - Detailed guide on methods to exploit Active Directory.</p>
|
||||
@@ -1541,10 +1434,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="virtual-machines-labs">
|
||||
<strong>Virtual Machines Labs</strong>
|
||||
<a class="anchor" href="#virtual-machines-labs">#</a>
|
||||
</h3>
|
||||
<h3 id="virtual-machines-labs"><strong>Virtual Machines Labs</strong><a class="anchor" href="#virtual-machines-labs">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://ctftime.org"><strong>CFTtime</strong></a> - Free capture the flag hacking games.</p>
|
||||
@@ -1566,10 +1456,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="vulnerability-databases">
|
||||
<strong>Vulnerability Databases</strong>
|
||||
<a class="anchor" href="#vulnerability-databases">#</a>
|
||||
</h3>
|
||||
<h3 id="vulnerability-databases"><strong>Vulnerability Databases</strong><a class="anchor" href="#vulnerability-databases">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://www.securityfocus.com/bid/"><strong>Bugtraq (BID)</strong></a> – Software security bug identification database compiled from submissions to the SecurityFocus mailing list and other sources, operated by Symantec, Inc.</p>
|
||||
@@ -1621,10 +1508,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="vulnerability-scanners">
|
||||
<strong>Vulnerability Scanners</strong>
|
||||
<a class="anchor" href="#vulnerability-scanners">#</a>
|
||||
</h3>
|
||||
<h3 id="vulnerability-scanners"><strong>Vulnerability Scanners</strong><a class="anchor" href="#vulnerability-scanners">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.rapid7.com/products/nexpose/"><strong>Nexpose</strong></a> – Commercial vulnerability and risk management assessment engine that integrates with Metasploit, sold by Rapid7.</p>
|
||||
@@ -1640,10 +1524,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="web-exploitation">
|
||||
<strong>Web Exploitation</strong>
|
||||
<a class="anchor" href="#web-exploitation">#</a>
|
||||
</h3>
|
||||
<h3 id="web-exploitation"><strong>Web Exploitation</strong><a class="anchor" href="#web-exploitation">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2017/march/autochrome/"><strong>Autochrome</strong></a> – Easy to install a test browser with all the appropriate setting needed for web application testing with native Burp support, from NCCGroup.</p>
|
||||
@@ -1731,10 +1612,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="web-scanners">
|
||||
<strong>Web Scanners</strong>
|
||||
<a class="anchor" href="#web-scanners">#</a>
|
||||
</h3>
|
||||
<h3 id="web-scanners"><strong>Web Scanners</strong><a class="anchor" href="#web-scanners">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://www.arachni-scanner.com/"><strong>Arachni</strong></a> – Scriptable framework for evaluating the security of web applications.</p>
|
||||
@@ -1768,10 +1646,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="windows-utilities">
|
||||
<strong>Windows Utilities</strong>
|
||||
<a class="anchor" href="#windows-utilities">#</a>
|
||||
</h3>
|
||||
<h3 id="windows-utilities"><strong>Windows Utilities</strong><a class="anchor" href="#windows-utilities">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/adaptivethreat/Bloodhound/wiki"><strong>Bloodhound</strong></a> – Graphical Active Directory trust relationship explorer.</p>
|
||||
@@ -1814,10 +1689,7 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="wireless-network-hacking">
|
||||
<strong>Wireless Network Hacking</strong>
|
||||
<a class="anchor" href="#wireless-network-hacking">#</a>
|
||||
</h3>
|
||||
<h3 id="wireless-network-hacking"><strong>Wireless Network Hacking</strong><a class="anchor" href="#wireless-network-hacking">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://www.aircrack-ng.org/"><strong>Aircrack-ng</strong></a> – Set of Penetration testing & Hacking Tools list for auditing wireless networks.</p>
|
||||
@@ -1885,23 +1757,32 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -1958,10 +1839,11 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1979,3 +1861,11 @@ Anonymity # BinGoo - GNU/Linux bash based Bing and Google Dorking Tool.">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/health/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/health/">
|
||||
<meta property="og:title" content="Health">
|
||||
<meta property="og:description" content="“Our food should be our medicine and our medicine should be our food.” - Hippocrates
|
||||
The modern world is poisoning us. Big Ag, Big Pharma, social media, environmental pollution, EMFs are everywhere. Corporations and every level of our governments are complicit, and this trend doesnt seem to be slowing down. We need to take our health back into our own hands. By embracing traditional wisdom, and alternatives to mainstream health we can reclaim much of the health that modern society has been slowly destroying.">
|
||||
@@ -24,31 +24,30 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
<meta itemprop="name" content="Health">
|
||||
<meta itemprop="description" content="“Our food should be our medicine and our medicine should be our food.” - Hippocrates
|
||||
The modern world is poisoning us. Big Ag, Big Pharma, social media, environmental pollution, EMFs are everywhere. Corporations and every level of our governments are complicit, and this trend doesnt seem to be slowing down. We need to take our health back into our own hands. By embracing traditional wisdom, and alternatives to mainstream health we can reclaim much of the health that modern society has been slowly destroying.">
|
||||
<meta itemprop="wordCount" content="3509">
|
||||
<meta itemprop="wordCount" content="3460">
|
||||
|
||||
<title>Health | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/health/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/health/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -430,18 +429,14 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/health.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Health1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/health.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Our food should be our medicine and our medicine should be our food.” - Hippocrates</em></p>
|
||||
<p>The modern world is poisoning us. Big Ag, Big Pharma, social media, environmental pollution, EMFs are everywhere. Corporations and every level of our governments are complicit, and this trend doesnt seem to be slowing down. We need to take our health back into our own hands. By embracing traditional wisdom, and alternatives to mainstream health we can reclaim much of the health that modern society has been slowly destroying.</p>
|
||||
<p>Reject modernity. Embrace Tradition.</p>
|
||||
<hr>
|
||||
<h3 id="biohacking-tools">
|
||||
BioHacking Tools
|
||||
<a class="anchor" href="#biohacking-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="biohacking-tools">BioHacking Tools<a class="anchor" href="#biohacking-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://agelessbodyblog.com/biohacking-products"><strong>AgelessBody</strong></a> - List of Biohacking tools and strategies</p>
|
||||
@@ -469,10 +464,7 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="chips---seed-oil-free">
|
||||
Chips - Seed Oil Free
|
||||
<a class="anchor" href="#chips---seed-oil-free">#</a>
|
||||
</h3>
|
||||
<h3 id="chips---seed-oil-free">Chips - Seed Oil Free<a class="anchor" href="#chips---seed-oil-free">#</a></h3>
|
||||
<p>Seed oils are everywhere. New evidence shows that they are wildly toxic and heavily correlate with the increase in major chronic disease over the last 100 years. But Chips are also delicious so here’s a few options for seed oil free chips. <a href="https://www.meatrition.com/stopeatingseedoils"><strong>Anti-Seed Oil Data</strong></a></p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -489,10 +481,7 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="clothing">
|
||||
Clothing
|
||||
<a class="anchor" href="#clothing">#</a>
|
||||
</h3>
|
||||
<h3 id="clothing">Clothing<a class="anchor" href="#clothing">#</a></h3>
|
||||
<p>Non Plastic, EMF Resistant and Grounded</p>
|
||||
<p>All of these ideas may seem controversial to you. Here are some great resources to learn more about them. <a href="https://earthinginstitute.net/what-is-earthing"><strong>Grounding/Earthing</strong></a> , <a href="https://www.frontiersin.org/articles/10.3389/fendo.2021.724989/full"><strong>Microplastics</strong></a> , <a href="https://libgen.is/book/index.php?md5=5D7185202A1AFB03C0EFC00A7B8354A3"><strong>Guide on avoiding all plastics and toxic chemicals</strong></a></p>
|
||||
<ul>
|
||||
@@ -546,10 +535,7 @@ The modern world is poisoning us. Big Ag, Big Pharma, social media, environmenta
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="cosmetics">
|
||||
Cosmetics
|
||||
<a class="anchor" href="#cosmetics">#</a>
|
||||
</h3>
|
||||
<h3 id="cosmetics">Cosmetics<a class="anchor" href="#cosmetics">#</a></h3>
|
||||
<p>Animal based and Non-Toxic</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -585,10 +571,7 @@ Soap & Skincare Products. Includes bone marrow soap,bacon fat soap, hair pas
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="dental-health">
|
||||
Dental Health
|
||||
<a class="anchor" href="#dental-health">#</a>
|
||||
</h3>
|
||||
<h3 id="dental-health">Dental Health<a class="anchor" href="#dental-health">#</a></h3>
|
||||
<p>Dental health has been an epidemic of malocclusion largely related the to quality of our food for thousands of years. This has led to mass issues with dental decay and improper facial development which leads to nasal breathing, which in turns leads to wisdom teeth problems and many other following health issues.Check out these resources to learn more: <a href="https://libgen.is/book/index.php?md5=FFC5011BDC388A8FBDCBFDBD9D14A3EE"><strong>Weston A Price’s world wide study</strong></a> , <a href="https://library.lol/main/E281B92817E60627EAC532498CF98AD2"><strong>Jaw Development</strong></a> , <a href="https://libgen.is/book/index.php?md5=8B5DD40B4A52F58C876F22625C4F9D2B"><strong>Breathing</strong></a> , <a href="https://libgen.is/book/index.php?md5=D225E938AC8DEDC2EDB839EEA3F5608B"><strong>General Dental Health</strong></a></p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -623,10 +606,7 @@ Soap & Skincare Products. Includes bone marrow soap,bacon fat soap, hair pas
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="environmental-toxin-monitoring">
|
||||
Environmental Toxin Monitoring
|
||||
<a class="anchor" href="#environmental-toxin-monitoring">#</a>
|
||||
</h3>
|
||||
<h3 id="environmental-toxin-monitoring">Environmental Toxin Monitoring<a class="anchor" href="#environmental-toxin-monitoring">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.becausehealth.org"><strong>Because Health</strong></a> - A nonprofit environmental health site that offers science-based tips and guides for buying safer cookware and dishes, uncontaminated foods, and nontoxic personal-care products—to help people live more healthfully.</p>
|
||||
@@ -673,10 +653,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="food-freedom-advocacy">
|
||||
Food Freedom Advocacy
|
||||
<a class="anchor" href="#food-freedom-advocacy">#</a>
|
||||
</h3>
|
||||
<h3 id="food-freedom-advocacy">Food Freedom Advocacy<a class="anchor" href="#food-freedom-advocacy">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://aldf.org/"><strong>Animal Legal Defence Fund</strong></a> - The Animal Legal Defense Fund files high-impact lawsuits to protect animals from harm, provides free legal assistance and training to prosecutors in their fight against animal cruelty, supports animal protection legislation, and provides resources and opportunities to law students and professionals to advance the field of animal law.</p>
|
||||
@@ -701,15 +678,9 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="food-discovery-apps">
|
||||
Food Discovery Apps
|
||||
<a class="anchor" href="#food-discovery-apps">#</a>
|
||||
</h3>
|
||||
<h3 id="food-discovery-apps">Food Discovery Apps<a class="anchor" href="#food-discovery-apps">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://buyrapp.com/"><strong>BuyrApp</strong></a> - An app that lets you scan bar codes to give you more info on products you are purchasing. Tells you if the product is owned by small farms or other corporate interests.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://feedthepeoplebythepeople.com"><strong>Feed the People By the People</strong></a> - An organization dedicated to empowering farmers and ranchers across the country and cutting out middlemen to enable direct sales to customers. By decentralizing the food supply chain, they aim to put the power of food back in the hands of the people.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -744,10 +715,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="health-funding-projects">
|
||||
Health Funding Projects
|
||||
<a class="anchor" href="#health-funding-projects">#</a>
|
||||
</h3>
|
||||
<h3 id="health-funding-projects">Health Funding Projects<a class="anchor" href="#health-funding-projects">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://decentralizedhealth.io/home"><strong>Decentralized Health Fund</strong></a> - The Decentralized Health Fund looks to fund important but largely unprofitable research in regards to lesser known areas of health. The fund is working to collect and store money in BTC in order to give out grants to fund studies and projects around the dangers of EMF’s, the benefit of grounding, sunlight and other natural sources.</p>
|
||||
@@ -758,10 +726,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="healthcare-alternative">
|
||||
Healthcare Alternative
|
||||
<a class="anchor" href="#healthcare-alternative">#</a>
|
||||
</h3>
|
||||
<h3 id="healthcare-alternative">Healthcare Alternative<a class="anchor" href="#healthcare-alternative">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://chronicillnessrecovery.org/"><strong>Chronic Illness Recovery</strong></a> - An institute that focuses on healing from long term health issues caused by systemic inflammation and other modern causes.</p>
|
||||
@@ -798,10 +763,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="high-quality-meat">
|
||||
High Quality Meat
|
||||
<a class="anchor" href="#high-quality-meat">#</a>
|
||||
</h3>
|
||||
<h3 id="high-quality-meat">High Quality Meat<a class="anchor" href="#high-quality-meat">#</a></h3>
|
||||
<p>Organic, Grass Fed, Regenerative and Seed Oil Free Food</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -833,10 +795,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="medical-drugs-resellers">
|
||||
Medical Drugs Resellers
|
||||
<a class="anchor" href="#medical-drugs-resellers">#</a>
|
||||
</h3>
|
||||
<h3 id="medical-drugs-resellers">Medical Drugs Resellers<a class="anchor" href="#medical-drugs-resellers">#</a></h3>
|
||||
<p>Buy medical drugs from third parties that may be in limited supply.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -870,10 +829,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
<p><a href="https://purelypreparedpatriot.com/shop"><strong>Purely Prepared Patriot</strong></a> - American company that sells Ivermectin, HydroxyChloriquin and Fenbendazole.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="osint--health-and-the-environment">
|
||||
OSINT- Health and the Environment
|
||||
<a class="anchor" href="#osint--health-and-the-environment">#</a>
|
||||
</h3>
|
||||
<h3 id="osint--health-and-the-environment">OSINT- Health and the Environment<a class="anchor" href="#osint--health-and-the-environment">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.antennasearch.com"><strong>Antennasearch.com</strong></a> - Track 5g Towers in your area.</p>
|
||||
@@ -892,10 +848,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="supplement-testing-and-rankings">
|
||||
Supplement Testing and Rankings
|
||||
<a class="anchor" href="#supplement-testing-and-rankings">#</a>
|
||||
</h3>
|
||||
<h3 id="supplement-testing-and-rankings">Supplement Testing and Rankings<a class="anchor" href="#supplement-testing-and-rankings">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.consumerlab.com/"><strong>Consumerlab</strong></a> - Supplement testing and purity rankings</p>
|
||||
@@ -905,10 +858,7 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="vaccine-and-medical-info">
|
||||
Vaccine and Medical Info
|
||||
<a class="anchor" href="#vaccine-and-medical-info">#</a>
|
||||
</h3>
|
||||
<h3 id="vaccine-and-medical-info">Vaccine and Medical Info<a class="anchor" href="#vaccine-and-medical-info">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.justtheinserts.com/"><strong>Just the Inserts</strong></a> - Just the Inserts is a collection of all vaccine and other medication related info from the official source. While much of this information is public, it is often obfuscated and difficult to find. Just the Inserts bring all of the safety related data to one convient place for you to check on what the actual side affects of vaccines and other medications are.</li>
|
||||
</ul>
|
||||
@@ -962,23 +912,32 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -1005,10 +964,11 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1026,3 +986,11 @@ The organization also offers a <a href="https://www.ewg.org/apps/">Healthy Livin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.156.0">
|
||||
<meta name="generator" content="Hugo 0.151.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -9,45 +9,44 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" Liberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.
|
||||
<meta name="description" content=" zzzzLiberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/">
|
||||
<meta property="og:title" content="Liberty Tools">
|
||||
<meta property="og:description" content="Liberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.">
|
||||
<meta property="og:description" content="zzzzLiberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
<meta itemprop="name" content="Liberty Tools">
|
||||
<meta itemprop="description" content="Liberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.">
|
||||
<meta itemprop="wordCount" content="171">
|
||||
<meta itemprop="description" content="zzzzLiberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.">
|
||||
<meta itemprop="wordCount" content="169">
|
||||
|
||||
<title>Liberty Tools | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/index.xml" title="" />
|
||||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="" />
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-home book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -55,15 +54,14 @@ https://github.com/alex-shpak/hugo-book
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -370,12 +368,13 @@ https://github.com/alex-shpak/hugo-book
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -396,23 +395,17 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/banner1.jpeg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p>Liberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.</p>
|
||||
<p>zzzzLiberty Tools is a library of resources for the pursuit of individual freedom. Liberty Tools aims to be the single best source for every single tool that advances human freedom primarily from the perspective of libertarian anarchism. Reject the idea that your freedom is controlled by others. Their power is illusory. While things can seem dark at times, just remember to never stop fighting. We have more tools than ever. The liberty movement is bigger than ever. The narrative is collapsing. Corruption is being exposed at unprecedented levels. We will win. Keep fighting the state. Keep building tools for liberty. Keep moving forward.</p>
|
||||
<hr>
|
||||
<h3 id="contact-info">
|
||||
<span style='color:gold;'><strong>Contact Info</strong></span>
|
||||
<a class="anchor" href="#contact-info">#</a>
|
||||
</h3>
|
||||
<h3 id="contact-info"><span style='color:gold;'><strong>Contact Info</strong></span><a class="anchor" href="#contact-info">#</a></h3>
|
||||
<p>Please feel free to contact us with any additional feedback!</p>
|
||||
<p>Email: <a href="mailto:contact@libertytools.io">contact@libertytools.io</a></p>
|
||||
<p><a href="https://x.com/ToolsLiberty">Twitter/X</a> : @ToolsLiberty</p>
|
||||
<hr>
|
||||
<h3 id="donate-info">
|
||||
<span style='color:gold;'><strong>Donate Info</strong></span>
|
||||
<a class="anchor" href="#donate-info">#</a>
|
||||
</h3>
|
||||
<h3 id="donate-info"><span style='color:gold;'><strong>Donate Info</strong></span><a class="anchor" href="#donate-info">#</a></h3>
|
||||
<p>
|
||||
<img src="https://libertytools.io/Images/monero.svg" alt="Monero Icon" width="24" height="24" style="vertical-align: middle; margin-right: 6px;" />
|
||||
<strong>Monero:</strong> 8BFXdoVgFT6A4o6hngUav1Mf2pQkfJ95MJZyBjEKMwykjGQFob5MRY2CYbPZqi6ZDjZnueNxSzsG4Bibcf8JqQm7KNVT21c
|
||||
@@ -470,20 +463,30 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -501,3 +504,11 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -10,14 +10,14 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" “Choose a job you love, and you will never have to work a day in your life.” - Confucius
|
||||
Why work for a company you hate? If you believe in liberty many of these companies hate you. Stop wasting your talents and your energy on them, and find something that advances your values.
|
||||
Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards # AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards # Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status. ">
|
||||
Crypto Jobs# Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards# AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards# Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status. ">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/job-boards/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/job-boards/">
|
||||
<meta property="og:title" content="Job Boards">
|
||||
<meta property="og:description" content="“Choose a job you love, and you will never have to work a day in your life.” - Confucius
|
||||
Why work for a company you hate? If you believe in liberty many of these companies hate you. Stop wasting your talents and your energy on them, and find something that advances your values.
|
||||
Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards # AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards # Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status.">
|
||||
Crypto Jobs# Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards# AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards# Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
@@ -25,32 +25,31 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
<meta itemprop="name" content="Job Boards">
|
||||
<meta itemprop="description" content="“Choose a job you love, and you will never have to work a day in your life.” - Confucius
|
||||
Why work for a company you hate? If you believe in liberty many of these companies hate you. Stop wasting your talents and your energy on them, and find something that advances your values.
|
||||
Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards # AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards # Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status.">
|
||||
<meta itemprop="wordCount" content="361">
|
||||
Crypto Jobs# Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale. Jobs 4 Bitcoin - Reddit group that offers a wide range of jobs that are paid in bitcoin. Latium - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase. Publish0X - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens. Liberty and Crypto Related Job Boards# AnonFriendly - Don’t doxx yourself for work. Job boards for Anonymous workers. Bankless.Pallet - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week. BitcoinerJobs - Bitcoiner Jobs is the leading career site helping to build the emerging Bitcoin industry and the careers of Bitcoiners within it. Publicsq - Non-woke and conservative leaning job board. Talent Market - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits. No-Jab Job Boards# Based.Pro - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values. Gab Groups - A job board on the social media platform Gab, that priorities jobs for more conservative types. Redballoon.work - Find a good job, without the woke or covid nonsense. Unjected - Dating board for people who have not had any of the Covid-19 Vaccines. Vaccinefreejobs.org - This site is for the people, the employees and candidates, who believe that your access and free movement in society should not be determined by your vaccination status.">
|
||||
<meta itemprop="wordCount" content="358">
|
||||
|
||||
<title>Job Boards | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/job-boards/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/job-boards/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -58,15 +57,14 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -373,12 +371,13 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -396,7 +395,7 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -420,27 +419,20 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/JobBoards.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Jobs1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/JobBoards.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Choose a job you love, and you will never have to work a day in your life.”</em> - Confucius</p>
|
||||
<hr>
|
||||
<p>Why work for a company you hate? If you believe in liberty many of these companies hate you. Stop wasting your talents and your energy on them, and find something that advances your values.</p>
|
||||
<h3 id="crypto-jobs">
|
||||
Crypto Jobs
|
||||
<a class="anchor" href="#crypto-jobs">#</a>
|
||||
</h3>
|
||||
<h3 id="crypto-jobs">Crypto Jobs<a class="anchor" href="#crypto-jobs">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.bitcointalent.co/"><strong>Bitcoin Talent</strong></a> - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale.</li>
|
||||
<li><a href="https://www.reddit.com/r/Jobs4Bitcoins/"><strong>Jobs 4 Bitcoin</strong></a> - Reddit group that offers a wide range of jobs that are paid in bitcoin.</li>
|
||||
<li><a href="https://latium.org/"><strong>Latium</strong></a> - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase.</li>
|
||||
<li><a href="https://www.publish0x.com"><strong>Publish0X</strong></a> - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens.</li>
|
||||
</ul>
|
||||
<h3 id="liberty-and-crypto-related-job-boards">
|
||||
Liberty and Crypto Related Job Boards
|
||||
<a class="anchor" href="#liberty-and-crypto-related-job-boards">#</a>
|
||||
</h3>
|
||||
<h3 id="liberty-and-crypto-related-job-boards">Liberty and Crypto Related Job Boards<a class="anchor" href="#liberty-and-crypto-related-job-boards">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://anonfriendly.com/"><strong>AnonFriendly</strong></a> - Don’t doxx yourself for work. Job boards for Anonymous workers.</li>
|
||||
<li><a href="https://bankless.pallet.xyz/jobs"><strong>Bankless.Pallet</strong></a> - The best jobs in crypto and DeFi, curated by Bankless, for the Bankless Nation. New technical and non-technical job posts every week.</li>
|
||||
@@ -448,10 +440,7 @@ Crypto Jobs # Bitcoin Talent - Bitcoin Talent Co. is a recruiting firm that focu
|
||||
<li><a href="https://www.publicsq.com/"><strong>Publicsq</strong></a> - Non-woke and conservative leaning job board.</li>
|
||||
<li><a href="https://talentmarket.org/"><strong>Talent Market</strong></a> - Talent Market’s mission is to promote liberty by providing talent for critical roles within the free-market nonprofit sector. Provide Free consulting for liberty focused non profits.</li>
|
||||
</ul>
|
||||
<h3 id="no-jab-job-boards">
|
||||
No-Jab Job Boards
|
||||
<a class="anchor" href="#no-jab-job-boards">#</a>
|
||||
</h3>
|
||||
<h3 id="no-jab-job-boards">No-Jab Job Boards<a class="anchor" href="#no-jab-job-boards">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://novaxmandate.org/"><strong>Based.Pro</strong></a> - Formerly “NoVaxMandate.org” Based.Pro has pivoted from its vax focus to help you connect with professionals, companies and institutions who share your values.</li>
|
||||
<li><a href="https://gab.com/groups/49159"><strong>Gab Groups</strong></a> - A job board on the social media platform Gab, that priorities jobs for more conservative types.</li>
|
||||
@@ -510,23 +499,32 @@ http://www.jobsnotjabs.com/ http://novaxjobsusa.com www.provisionjobs.com ---><
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -541,10 +539,11 @@ http://www.jobsnotjabs.com/ http://novaxjobsusa.com www.provisionjobs.com ---><
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -562,3 +561,11 @@ http://www.jobsnotjabs.com/ http://novaxjobsusa.com www.provisionjobs.com ---><
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2
public/katex/auto-render.min.js
vendored
2
public/katex/auto-render.min.js
vendored
@@ -1 +1 @@
|
||||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),a=function(e,t,r){for(var n=r,o=0,a=e.length;n<t.length;){var i=t[n];if(o<=0&&t.slice(n,n+a)===e)return n;"\\"===i?n++:"{"===i?o++:"}"===i&&o--,n++}return-1},i=function(e,t,r,n){for(var o=[],i=0;i<e.length;i++)if("text"===e[i].type){var l=e[i].data,d=!0,s=0,f=void 0;for(-1!==(f=l.indexOf(t))&&(s=f,o.push({type:"text",data:l.slice(0,s)}),d=!1);;){if(d){if(-1===(f=l.indexOf(t,s)))break;o.push({type:"text",data:l.slice(s,f)}),s=f}else{if(-1===(f=a(r,l,s+t.length)))break;o.push({type:"math",data:l.slice(s+t.length,f),rawData:l.slice(s,f+r.length),display:n}),s=f+r.length}d=!d}o.push({type:"text",data:l.slice(s)})}else o.push(e[i]);return o},l=function(e,t){for(var r=function(e,t){for(var r=[{type:"text",data:e}],n=0;n<t.length;n++){var o=t[n];r=i(r,o.left,o.right,o.display||!1)}return r}(e,t.delimiters),n=document.createDocumentFragment(),a=0;a<r.length;a++)if("text"===r[a].type)n.appendChild(document.createTextNode(r[a].data));else{var l=document.createElement("span"),d=r[a].data;t.displayMode=r[a].display;try{t.preProcess&&(d=t.preProcess(d)),o.a.render(d,l,t)}catch(e){if(!(e instanceof o.a.ParseError))throw e;t.errorCallback("KaTeX auto-render: Failed to parse `"+r[a].data+"` with ",e),n.appendChild(document.createTextNode(r[a].rawData));continue}n.appendChild(l)}return n};t.default=function(e,t){if(!e)throw new Error("No element provided to render");var r={};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",display:!0}],r.ignoredTags=r.ignoredTags||["script","noscript","style","textarea","pre","code"],r.ignoredClasses=r.ignoredClasses||[],r.errorCallback=r.errorCallback||console.error,r.macros=r.macros||{},function e(t,r){for(var n=0;n<t.childNodes.length;n++){var o=t.childNodes[n];if(3===o.nodeType){var a=l(o.textContent,r);n+=a.childNodes.length-1,t.replaceChild(a,o)}else 1===o.nodeType&&function(){var t=" "+o.className+" ";-1===r.ignoredTags.indexOf(o.nodeName.toLowerCase())&&r.ignoredClasses.every(function(e){return-1===t.indexOf(" "+e+" ")})&&e(o,r)}()}}(e,r)}}]).default});
|
||||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={757:function(t){t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var o={};r.d(o,{default:function(){return p}});var i=r(757),a=r.n(i);const l=function(e,t,n){let r=n,o=0;const i=e.length;for(;r<t.length;){const n=t[r];if(o<=0&&t.slice(r,r+i)===e)return r;"\\"===n?r++:"{"===n?o++:"}"===n&&o--,r++}return-1},s=/^\\begin{/;var d=function(e,t){let n;const r=[],o=new RegExp("("+t.map((e=>e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|")+")");for(;n=e.search(o),-1!==n;){n>0&&(r.push({type:"text",data:e.slice(0,n)}),e=e.slice(n));const o=t.findIndex((t=>e.startsWith(t.left)));if(n=l(t[o].right,e,t[o].left.length),-1===n)break;const i=e.slice(0,n+t[o].right.length),a=s.test(i)?i:e.slice(t[o].left.length,n);r.push({type:"math",data:a,rawData:i,display:t[o].display}),e=e.slice(n+t[o].right.length)}return""!==e&&r.push({type:"text",data:e}),r};const c=function(e,t){const n=d(e,t.delimiters);if(1===n.length&&"text"===n[0].type)return null;const r=document.createDocumentFragment();for(let e=0;e<n.length;e++)if("text"===n[e].type)r.appendChild(document.createTextNode(n[e].data));else{const o=document.createElement("span");let i=n[e].data;t.displayMode=n[e].display;try{t.preProcess&&(i=t.preProcess(i)),a().render(i,o,t)}catch(o){if(!(o instanceof a().ParseError))throw o;t.errorCallback("KaTeX auto-render: Failed to parse `"+n[e].data+"` with ",o),r.appendChild(document.createTextNode(n[e].rawData));continue}r.appendChild(o)}return r},f=function(e,t){for(let n=0;n<e.childNodes.length;n++){const r=e.childNodes[n];if(3===r.nodeType){let o=r.textContent,i=r.nextSibling,a=0;for(;i&&i.nodeType===Node.TEXT_NODE;)o+=i.textContent,i=i.nextSibling,a++;const l=c(o,t);if(l){for(let e=0;e<a;e++)r.nextSibling.remove();n+=l.childNodes.length-1,e.replaceChild(l,r)}else n+=a}else if(1===r.nodeType){const e=" "+r.className+" ";-1===t.ignoredTags.indexOf(r.nodeName.toLowerCase())&&t.ignoredClasses.every((t=>-1===e.indexOf(" "+t+" ")))&&f(r,t)}}};var p=function(e,t){if(!e)throw new Error("No element provided to render");const n={};for(const e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},f(e,n)};return o=o.default}()}));
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
public/katex/katex.min.css
vendored
2
public/katex/katex.min.css
vendored
File diff suppressed because one or more lines are too long
2
public/katex/katex.min.js
vendored
2
public/katex/katex.min.js
vendored
File diff suppressed because one or more lines are too long
2255
public/mermaid.min.js
vendored
2255
public/mermaid.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -8,47 +8,46 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" Freedom and Anti Freedom Metrics # “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
<meta name="description" content=" Freedom and Anti Freedom Metrics# “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
In order to better understand the broader picture, data collection becomes essential. Data collection can be used to paint whatever narrative its collectors want. We must be aware of the actual data in order to interrupt the truth as it is, and not what politics wants it to be. Here are a list of metrics tracking different statistics directly related to rising tyranny in our world.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/metrics/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/metrics/">
|
||||
<meta property="og:title" content="Metrics">
|
||||
<meta property="og:description" content="Freedom and Anti Freedom Metrics # “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
<meta property="og:description" content="Freedom and Anti Freedom Metrics# “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
In order to better understand the broader picture, data collection becomes essential. Data collection can be used to paint whatever narrative its collectors want. We must be aware of the actual data in order to interrupt the truth as it is, and not what politics wants it to be. Here are a list of metrics tracking different statistics directly related to rising tyranny in our world.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta itemprop="name" content="Metrics">
|
||||
<meta itemprop="description" content="Freedom and Anti Freedom Metrics # “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
<meta itemprop="description" content="Freedom and Anti Freedom Metrics# “Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.” ― Jerry Z. Muller
|
||||
In order to better understand the broader picture, data collection becomes essential. Data collection can be used to paint whatever narrative its collectors want. We must be aware of the actual data in order to interrupt the truth as it is, and not what politics wants it to be. Here are a list of metrics tracking different statistics directly related to rising tyranny in our world.">
|
||||
<meta itemprop="wordCount" content="395">
|
||||
<meta itemprop="wordCount" content="351">
|
||||
|
||||
<title>Metrics | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/metrics/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/metrics/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -416,14 +415,10 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/Metrics.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Metrics1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Metrics.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<h3 id="freedom-and-anti-freedom-metrics">
|
||||
<strong>Freedom and Anti Freedom Metrics</strong>
|
||||
<a class="anchor" href="#freedom-and-anti-freedom-metrics">#</a>
|
||||
</h3>
|
||||
<h3 id="freedom-and-anti-freedom-metrics"><strong>Freedom and Anti Freedom Metrics</strong><a class="anchor" href="#freedom-and-anti-freedom-metrics">#</a></h3>
|
||||
<p><em>“Just as Soviet managers responded by producing shoddy goods that met the numerical targets set by their overlords, so do schools, police forces, and businesses find ways of fulfilling quotas with shoddy goods of their own.”</em>
|
||||
― Jerry Z. Muller</p>
|
||||
<p>In order to better understand the broader picture, data collection becomes essential. Data collection can be used to paint whatever narrative its collectors want. We must be aware of the actual data in order to interrupt the truth as it is, and not what politics wants it to be. Here are a list of metrics tracking different statistics directly related to rising tyranny in our world.</p>
|
||||
@@ -445,9 +440,6 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
<p><a href="https://defendinged.org/map/"><strong>DefendingEd</strong></a> - Tracking DEI/Wokism in Schools.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://dsi.nextcloud.com/"><strong>Digital Sovereignty Index</strong></a> - The DSI is a simple metric to illustrate how much locally hosted applications are used across the measured countries. It represents the relative amount of deployments of self-hosted productivity & collaboration tools per 100K citizens, compared to other countries.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://freedomhouse.org/"><strong>FreedomHouse.org</strong></a> - Freedom Metric across the world, does not Track Covid.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -537,23 +529,32 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -566,10 +567,11 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -587,3 +589,11 @@ In order to better understand the broader picture, data collection becomes essen
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -14,7 +14,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/money/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/money/">
|
||||
<meta property="og:title" content="Money">
|
||||
<meta property="og:description" content="If you don’t believe it or don’t get it, I don’t have the time to try and convince you. I am sorry. - Satoshi Nakamoto
|
||||
Crypto Currency, The greatest tool we have.
|
||||
@@ -27,31 +27,30 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<meta itemprop="description" content="If you don’t believe it or don’t get it, I don’t have the time to try and convince you. I am sorry. - Satoshi Nakamoto
|
||||
Crypto Currency, The greatest tool we have.
|
||||
Financial privacy is largely being wiped away across the world, while governments simultaneously destroy the value of our currencies through inflation and sanctions. With the invention of Bitcoin Satoshi Nakamoto gave us what is probably the single greatest tool for freedom in the history of the world. With decentralized crypto currency we have the ability to fix our money and fix the world. While some people believe that all non bitcoin crypto currencies are a scam we do not agree. We believe in competition for all freedom tech. Bitcoin isn’t perfect and shouldn’t be treated as a religion. The best counterpoint to bitcoins imperfection is its inherent lack of privacy and its current difficulty with scaling. Monero provides the best and simplest use case for privacy and is a great alternative to bitcoin. Likewise we believe that other crypto projects may have real utility in pursuing freedom. That being said the crypto industry is absolutely saturated with scams and grifters. As always do your own research and invest carefully. Hold your own keys and continue your journey to being financially sovereign.">
|
||||
<meta itemprop="wordCount" content="5672">
|
||||
<meta itemprop="wordCount" content="5628">
|
||||
|
||||
<title>Money | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/money/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/money/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -59,15 +58,14 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -374,12 +372,13 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -397,7 +396,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -450,22 +449,15 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/Money.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<p><img src="/Images/Artwork/Money5.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>If you don’t believe it or don’t get it, I don’t have the time to try and convince you. I am sorry. - Satoshi Nakamoto</em></p>
|
||||
<p><strong>Crypto Currency, The greatest tool we have.</strong></p>
|
||||
<p>Financial privacy is largely being wiped away across the world, while governments simultaneously destroy the value of our currencies through inflation and sanctions. With the invention of Bitcoin Satoshi Nakamoto gave us what is probably the single greatest tool for freedom in the history of the world. With decentralized crypto currency we have the ability to fix our money and fix the world. While some people believe that all non bitcoin crypto currencies are a scam we do not agree. We believe in competition for all freedom tech. Bitcoin isn’t perfect and shouldn’t be treated as a religion. The best counterpoint to bitcoins imperfection is its inherent <a href="https://sethforprivacy.com/posts/fungibility-graveyard/"><strong>lack of privacy</strong></a> and its current difficulty with scaling. Monero provides the best and simplest use case for privacy and is a great alternative to bitcoin. Likewise we believe that other crypto projects may have real utility in pursuing freedom. That being said the crypto industry is absolutely saturated with scams and grifters. As always do your own research and invest carefully. Hold your own keys and continue your journey to being financially sovereign.</p>
|
||||
<hr>
|
||||
<h2 id="acquire-crypto">
|
||||
Acquire Crypto
|
||||
<a class="anchor" href="#acquire-crypto">#</a>
|
||||
</h2>
|
||||
<h3 id="atomic-swaps">
|
||||
Atomic Swaps
|
||||
<a class="anchor" href="#atomic-swaps">#</a>
|
||||
</h3>
|
||||
<h2 id="acquire-crypto">Acquire Crypto<a class="anchor" href="#acquire-crypto">#</a></h2>
|
||||
<h3 id="atomic-swaps">Atomic Swaps<a class="anchor" href="#atomic-swaps">#</a></h3>
|
||||
<p>Atomic Swaps are the future of Crypto Currency trading. Completely custody-less, heavily private, and generally uncensorable. Still very much in development. <a href="https://www.coindesk.com/tech/2021/08/20/a-beginners-guide-to-atomic-swaps/"><strong>Learn more here.</strong></a></p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -491,10 +483,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="decentralized-exchanges">
|
||||
<strong>Decentralized Exchanges</strong>
|
||||
<a class="anchor" href="#decentralized-exchanges">#</a>
|
||||
</h3>
|
||||
<h3 id="decentralized-exchanges"><strong>Decentralized Exchanges</strong><a class="anchor" href="#decentralized-exchanges">#</a></h3>
|
||||
<p>Decentralization is a spectrum. Many decentralized exchanges aren’t nearly as decentralized as they claim to be, but usually they are far more distributed than any centralized exchanges.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -511,10 +500,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="fiat-on-ramps-p2p">
|
||||
Fiat On Ramps (P2P)
|
||||
<a class="anchor" href="#fiat-on-ramps-p2p">#</a>
|
||||
</h3>
|
||||
<h3 id="fiat-on-ramps-p2p">Fiat On Ramps (P2P)<a class="anchor" href="#fiat-on-ramps-p2p">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://bisq.network/"><strong>Bisq</strong></a> - Buy and sell bitcoin for fiat (or other cryptocurrencies) privately and securely using Bisq’s peer-to-peer network and open-source desktop software. Bisq allows you to purchase your bitcoin using P2P Zelle transactions. No registration required.</p>
|
||||
@@ -536,10 +522,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="non-custodial-exchanges">
|
||||
<strong>Non-Custodial exchanges</strong>
|
||||
<a class="anchor" href="#non-custodial-exchanges">#</a>
|
||||
</h3>
|
||||
<h3 id="non-custodial-exchanges"><strong>Non-Custodial exchanges</strong><a class="anchor" href="#non-custodial-exchanges">#</a></h3>
|
||||
<p>Most exchanges are custodial, meaning you are required to leave crypto on their platform if you want to trade, or you purchase and they will hold on to it initially. Non-custodial exchanges will send your trades and purchases directly to wallets of your choosing.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -595,10 +578,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="business-directories">
|
||||
Business Directories
|
||||
<a class="anchor" href="#business-directories">#</a>
|
||||
</h3>
|
||||
<h3 id="business-directories">Business Directories<a class="anchor" href="#business-directories">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="airbtc.online"><strong>AirBTC</strong></a> - AirBNB for Bitcoiners.</p>
|
||||
@@ -665,10 +645,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="crypto-jobs">
|
||||
Crypto Jobs
|
||||
<a class="anchor" href="#crypto-jobs">#</a>
|
||||
</h2>
|
||||
<h2 id="crypto-jobs">Crypto Jobs<a class="anchor" href="#crypto-jobs">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.bitcointalent.co/"><strong>Bitcoin Talent</strong></a> - Bitcoin Talent Co. is a recruiting firm that focuses exclusively on the Bitcoin landscape. The company does believe in “the noise of crypto, blockchain, Web3, and all other buzzwords” and instead chooses to help Bitcoin-focused companies operate at scale.</p>
|
||||
@@ -680,17 +657,11 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://latium.org/"><strong>Latium</strong></a> - Start Freelancing on Latium today! Browse Jobs For Bid, or register and Post Your Service for employers to purchase.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://monero.jobs/"><strong>Monero.jobs</strong></a> - XMR is the ultimate weapon if you are seeking a technological solution to secure your wealth, your financial privacy and hence your overall freedom. However, the best way to increase your freedom is to get paid directly in XMR.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.publish0x.com"><strong>Publish0X</strong></a> - Earn Crypto for Reading & Writing Content. Options to be paid in multiple different tokens.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="dao-and-defi-tools">
|
||||
DAO and DEFI Tools
|
||||
<a class="anchor" href="#dao-and-defi-tools">#</a>
|
||||
</h2>
|
||||
<h2 id="dao-and-defi-tools">DAO and DEFI Tools<a class="anchor" href="#dao-and-defi-tools">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://apeboard.finance/dashboard"><strong>ApeBoard</strong></a> - Cross chain crypto monitoring Dashboard.</p>
|
||||
@@ -731,13 +702,9 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<li>
|
||||
<p><a href="https://tornado.cash/"><strong>Tornado Cash</strong></a> - DO NOT USE IF AN AMERICAN CITIZEN. Tornado cash is an Ethereum based coinjoin mixer that can be used to gain privacy on Ethereum. In August 2022 Tornado Cash was blacked listed by the US government and added to the OFAC list. While the front end website is no longer running you can still interact with the smart contract(this is by design). If you are a US citizen you risk criminal penalties for doing so. Alex Pertsev, was <a href="https://freedom.tech/tornado-cash-developer-convicted/"><strong>sentenced</strong></a> to five years in prison for his work on development of Tornado cash. It’s important to note that despite the shutdown by the US government, the Tornado Cash smart contract is still up and running, and is more less unstoppable as long as the Ethereum network continues to run. If you would like to support the legal defence fund you can so by checking out <a href="https://wewantjusticedao.org/donate"><strong>Justice DAO</strong></a>.</p>
|
||||
</li>
|
||||
<li></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="decentralized-nodes">
|
||||
Decentralized Nodes
|
||||
<a class="anchor" href="#decentralized-nodes">#</a>
|
||||
</h2>
|
||||
<h2 id="decentralized-nodes">Decentralized Nodes<a class="anchor" href="#decentralized-nodes">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://ava.do/#about"><strong>Ava.do</strong></a> - Operating System for running your your own Nodes for BTC, ETH, XMR, Avalanche and more.</p>
|
||||
@@ -765,10 +732,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="education-and-certifications">
|
||||
Education and certifications
|
||||
<a class="anchor" href="#education-and-certifications">#</a>
|
||||
</h2>
|
||||
<h2 id="education-and-certifications">Education and certifications<a class="anchor" href="#education-and-certifications">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://cryptoconsortium.org/"><strong>C4/Crypto Consortium</strong></a> - Offers certifications for BTC, Eth and crypto best practices.</p>
|
||||
@@ -781,10 +745,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="fund-raising">
|
||||
<strong>Fund Raising</strong>
|
||||
<a class="anchor" href="#fund-raising">#</a>
|
||||
</h2>
|
||||
<h2 id="fund-raising"><strong>Fund Raising</strong><a class="anchor" href="#fund-raising">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://giveth.io/"><strong>Giveth</strong></a> - Giveth is building a new way forward with its zero-fee, community-driven donation platform - leveraging the power of blockchain technology to connect on-the-ground projects with regenerative funding opportunities.</p>
|
||||
@@ -812,10 +773,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="merchant-services">
|
||||
Merchant Services
|
||||
<a class="anchor" href="#merchant-services">#</a>
|
||||
</h2>
|
||||
<h2 id="merchant-services">Merchant Services<a class="anchor" href="#merchant-services">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.alignpay.com/"><strong>Align Pay</strong></a> - AlignPay never picks sides on any issue and is proud to facilitate a welcoming place where people, organizations, campaigns, and merchants can interact in a healthy, open, and legal way.</p>
|
||||
@@ -831,18 +789,12 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="osint-for-crypto">
|
||||
<strong>Osint for Crypto</strong>
|
||||
<a class="anchor" href="#osint-for-crypto">#</a>
|
||||
</h2>
|
||||
<h2 id="osint-for-crypto"><strong>Osint for Crypto</strong><a class="anchor" href="#osint-for-crypto">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://amlbot.com/"><strong>AMLBot</strong></a> - Founded in 2019, AMLBot Online assessment of crypto addresses and transactions, founded in 2019 by a team of RegTech specialists in accordance with FATF international recommendations. Offers both free and non-free services.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://blocks.p2pool.observer/"><strong>Blocks.p2ppool.observer</strong></a> - Displays the current highest-work chain on Monero, and other alternate blocks at recent heights. Also provides other information around Monero mining.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://bitcoin.clarkmoody.com/dashboard/"><strong>Clarks Dashboard</strong></a> - A comprehensive list of all BTC Data. Includes Block times, price data, Side chain data, mining etc.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -867,7 +819,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://miningpoolstats.stream/monero"><strong>MiningPoolStats</strong></a> - Track all data across mining pools for all sorts of crypto projects. Organized primarily by what type of hash algorithm each blockchain uses.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://monerowat.ch"><strong>Monerowatch</strong></a> - A monero blockchain explorer. While Monero doesnt have a tradational blockchain explorer we can track block times and size. Along with hash rate and other useful metrics.</p>
|
||||
<p>[<strong>Monerowatch</strong>](<a href="https://monerowat.ch">https://monerowat.ch</a> - A monero blockchain explorer. While Monero doesnt have a tradational blockchain explorer we can track block times and size. Along with hash rate and other useful metrics.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://OXT.me"><strong>OXT.me</strong></a> - OXT is a tool designed for Exploratory Blockchain Analysis of the bitcoin ledger. OXT is the ‘Other exploration Tool’ and it should become the ‘Open eXploration Tool’ in the future.</p>
|
||||
@@ -896,15 +848,9 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<li>
|
||||
<p><a href="https://defillama.com/stablecoins"><strong>Defi Lama StablecoinData</strong></a> - Stable coin data across chains.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.viewandrate.com/"><strong>Viewandrate</strong></a> - An open database for verifiable online reputation that uses XMR and PGP addresses for public verification.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="privacy-software">
|
||||
Privacy Software
|
||||
<a class="anchor" href="#privacy-software">#</a>
|
||||
</h2>
|
||||
<h2 id="privacy-software">Privacy Software<a class="anchor" href="#privacy-software">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://kyc3.life/x86-monero-node-guide/"><strong>Bokuto Monero Node</strong></a> - Open source fork of Ronin Dojo’s Bakuto project that allows for a full node Monero wallet.</p>
|
||||
@@ -935,10 +881,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="social-media">
|
||||
Social Media
|
||||
<a class="anchor" href="#social-media">#</a>
|
||||
</h2>
|
||||
<h2 id="social-media">Social Media<a class="anchor" href="#social-media">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://coinpayments.net"><strong>Coinpayments.net</strong></a> - Purchase Social media followers with Monero.</p>
|
||||
@@ -966,10 +909,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="speculative-projects">
|
||||
Speculative Projects
|
||||
<a class="anchor" href="#speculative-projects">#</a>
|
||||
</h2>
|
||||
<h2 id="speculative-projects">Speculative Projects<a class="anchor" href="#speculative-projects">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/darkrenaissance/darkfi"><strong>DarkFi</strong></a> - DarkFi is a new Layer 1 blockchain, designed with anonymity at the forefront. It offers flexible private primitives that can be wielded to create any kind of application. DarkFi aims to make anonymous engineering highly accessible to developers. Backed by noted Crypto Anarchist Amir Taaki.</p>
|
||||
@@ -994,14 +934,8 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="spending-options">
|
||||
Spending Options
|
||||
<a class="anchor" href="#spending-options">#</a>
|
||||
</h2>
|
||||
<h3 id="bill-pay">
|
||||
Bill Pay
|
||||
<a class="anchor" href="#bill-pay">#</a>
|
||||
</h3>
|
||||
<h2 id="spending-options">Spending Options<a class="anchor" href="#spending-options">#</a></h2>
|
||||
<h3 id="bill-pay">Bill Pay<a class="anchor" href="#bill-pay">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.bitrefill.com/buy/usa/credit-card/"><strong>Bitrefill Credit Card Service</strong></a> - Service to pay off Credit Card for multiple providers. Requires KYC. Currently disabled for Americans, but hopefully will be returning. This service does require KYC, but they do offer other services that do not.</p>
|
||||
@@ -1014,15 +948,9 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="credit-cards">
|
||||
Credit Cards
|
||||
<a class="anchor" href="#credit-cards">#</a>
|
||||
</h3>
|
||||
<h3 id="credit-cards">Credit Cards<a class="anchor" href="#credit-cards">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://2fiat.com/"><strong>2Fiat</strong></a> - A new platform that lets you instantly convert Bitcoin, Monero, USDT or any crypto to fiat and make purchases online or in store.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.abine.com/"><strong>Abine</strong></a> - An alternative credit card masking service. Abine has similar features, virtual cards up to 500$ for individual vendors. But Abine also offers other privacy services like phone masking, email masking and more. Abine does not have a free tier unlike <a href="https://privacy.com">privacy.com</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -1056,10 +984,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://x1creditcard.com/"><strong>X1</strong></a> - Similar to Klutch. Control subscriptions and keep your details private with disposable card numbers.donotpay.com/learn/virtual-credit-card-generator/) - Free Virtual Credit Card Generator for signing up for trial services. Do not Pay also works to create an AI focused response to many asymmetrical problems of society like fighting back against parking tickets or social media de-platforming with automated and proven methods of remediating these issues.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="gift-cards">
|
||||
Gift Cards
|
||||
<a class="anchor" href="#gift-cards">#</a>
|
||||
</h3>
|
||||
<h3 id="gift-cards">Gift Cards<a class="anchor" href="#gift-cards">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.egifter.com/"><strong>Egifter</strong></a> - Buy and send premium gift cards for a wide range of services. Offers points per purchases.</li>
|
||||
<li><a href="https://www.gyft.com/"><strong>Gyft</strong></a> - Gift cards for over 200 vendors.</li>
|
||||
@@ -1069,32 +994,29 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<li><a href="https://stealths.net/"><strong>Stealths</strong></a> - Monero first Gift card sales. No KYC Required.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="wallets">
|
||||
<strong>Wallets</strong>
|
||||
<a class="anchor" href="#wallets">#</a>
|
||||
</h2>
|
||||
<h3 id="bitcoin-wallets">
|
||||
Bitcoin Wallets
|
||||
<a class="anchor" href="#bitcoin-wallets">#</a>
|
||||
</h3>
|
||||
<h2 id="wallets"><strong>Wallets</strong><a class="anchor" href="#wallets">#</a></h2>
|
||||
<h3 id="bitcoin-wallets">Bitcoin Wallets<a class="anchor" href="#bitcoin-wallets">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://ashigaru.rs/"><strong>Ashigaru</strong></a> - A new fork of Samurai Wallet that runs its the sane coinjoin services. This is run by completely anonymous devs with increased OPSEC after Samourai wallet was taken down. You can donate to the Samourai defense team <a href="https://billandkeonne.org/"><strong>here</strong></a> You can also find a list of Public Dojo Clones to use with whirlpool at <a href="https://dojobay.pw/"><strong>Dojobay</strong></a> You can see the amount of BTC in Ashigaru Whirlpool here: <a href="https://www.whirlpoolstats.xyz/chart.html"><strong>WhirlPoolStats</strong></a> <strong>Warning</strong> the legal status of using whirlpool may vary based off your jurisdiction. DYOR before using.</p>
|
||||
<p><a href="https://ashigaru.rs/"><strong>Ashigaru</strong></a> - A new fork of Samurai Wallet without the coinjoin services. As this is new untested its recommended not to put large amounts of BTC on here just yet.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://keys.casa/"><strong>Casa</strong></a> - Self custody wallet with built in Multi-sig for security and inheritance built in so that your assets aren’t lost in the event of death. Only takes Bitcoin and Ethereum.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://coldcard.com/"><strong>Cold Card</strong></a> - Cold Card is one of the most secure Bitcoin wallets around. With two secure element chips and a true Air-gap, the Cold Card is a great option for securing your BTC. Source code is Source Verifiable.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://electrum.org/"><strong>Electrum Wallet</strong></a> - Founded in 2011 Electrum is one of the oldest, simplest and most trusted Bitcoin Only wallets in the game. With a simple interface that has been forked by many other blockchain projects Electrum has everything you need to store and use your bitcoin easily and securely.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://samouraiwallet.com/"><strong>Samurai Wallet</strong></a> - A modern bitcoin wallet hand forged to keep your transactions private your identity masked and your funds secured. Samurai Wallet is a mobile only wallet that is built to work with the Ronin Dojo Full node and Whirlpool privacy coinjoins. Completely Open Source. Mobile only wallet. In April 2024 Samurai Wallet was shutdown by the US government and the founders of the wallet arrested. While the wallet still works if installed, the Whirpool coinjoin features have since been disabled. You can donate to the Samurai defense team <a href="https://www.p2prights.org/donate.html"><strong>here</strong></a> You can also find a list of Public Dojo Clones to use at <a href="https://dojobay.pw/">Dojobay</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.sparrowwallet.com/"><strong>Sparrow Wallet</strong></a> - Sparrow is a Bitcoin wallet for those who value financial self sovereignty. Sparrow’s emphasis is on security, privacy and usability. Sparrow does not hide information from you - on the contrary it attempts to provide as much detail as possible about your transactions and UTXOs, but in a way that is manageable and usable. Completely Open Source. Desktop only wallet. Following the arrest of the Samurai Wallet Devs, the Whirlpool privacy features were removed from the wallet.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="hardware-wallets">
|
||||
<strong>Hardware Wallets</strong>
|
||||
<a class="anchor" href="#hardware-wallets">#</a>
|
||||
</h3>
|
||||
<h3 id="hardware-wallets"><strong>Hardware Wallets</strong><a class="anchor" href="#hardware-wallets">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://coldcard.com/"><strong>Cold Card</strong></a> - Cold Card is one of the most secure Bitcoin wallets around. With two secure element chips and a true Air-gap, the Cold Card is a great option for securing your BTC. Source code is Source Verifiable.</p>
|
||||
@@ -1115,17 +1037,11 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://trezor.io/"><strong>Trezor</strong></a> - One of the older hardware wallets around. Trezor is Fully open source and is one of the few wallets to also support multiple coins.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="lightning-wallets">
|
||||
Lightning Wallets
|
||||
<a class="anchor" href="#lightning-wallets">#</a>
|
||||
</h3>
|
||||
<h3 id="lightning-wallets">Lightning Wallets<a class="anchor" href="#lightning-wallets">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://phoenix.acinq.co/"><strong>Phoenix Wallet</strong></a> - Utilizing the lightning network can still be quite difficult, which Phoenix aims to help solve. At first glance, Phoenix doesn’t look different from your typical Bitcoin wallet. The difference is that Phoenix runs natively on Lightning. Phoenix takes care of everything under the hood and you will barely notice anything, except that your payments are faster and cheaper. Mobile only wallet.</li>
|
||||
</ul>
|
||||
<h3 id="monero-wallets">
|
||||
Monero Wallets
|
||||
<a class="anchor" href="#monero-wallets">#</a>
|
||||
</h3>
|
||||
<h3 id="monero-wallets">Monero Wallets<a class="anchor" href="#monero-wallets">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://anonero5wmhraxqsvzq2ncgptq6gq45qoto6fnkfwughfl4gbt44swad.onion/#feaures"><strong>Anonero</strong></a> - Anonero is privacy focused phone wallet that only supports Monero, while incorporating other privacy features like, encrypted backups, airgapped transactions mandatory TOR connections. You can only access this app over TOR.</p>
|
||||
@@ -1143,10 +1059,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://rino.io/"><strong>RinoWallet</strong></a> - Online Monero multisig wallet. Non-custodial and offers 2FA protection.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="multi-chain-wallets">
|
||||
Multi Chain Wallets
|
||||
<a class="anchor" href="#multi-chain-wallets">#</a>
|
||||
</h3>
|
||||
<h3 id="multi-chain-wallets">Multi Chain Wallets<a class="anchor" href="#multi-chain-wallets">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://cakewallet.com/"><strong>CakeWallet</strong></a> - Wallet that supports several Crypto Currencies including Monero. Cakewallet phone app allows for purchasing of gift cards with Monero for discounts from hundreds of vendors. Supports Monero. No KYC Required. Mobile and desktop wallet. Open Source.</p>
|
||||
@@ -1158,10 +1071,7 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
<p><a href="https://stackwallet.com/"><strong>Stack Wallet</strong></a> - Non Custodial multi coin wallet. Open Source. Has built in exchange functionality. Comes with “Duress mode” that lets you prepare a fake wallet in case you are physically threatened. Comes with built auto back ups, in wallet crypto swapping and more. Allows you to easily point at your own full node. Supports monero. Desktop and Mobile.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="wallet-recovery">
|
||||
Wallet Recovery
|
||||
<a class="anchor" href="#wallet-recovery">#</a>
|
||||
</h3>
|
||||
<h3 id="wallet-recovery">Wallet Recovery<a class="anchor" href="#wallet-recovery">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://bitcoinrecovery.co/"><strong>Bitcoin Recovery CO</strong></a> - Wallet recovery service that provides recovery tools for multiple different currencies including Bitcoin, Ethereum, Monero and more.</p>
|
||||
@@ -1257,23 +1167,32 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -1317,10 +1236,11 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1338,3 +1258,11 @@ Financial privacy is largely being wiped away across the world, while government
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -10,15 +10,15 @@ https://github.com/alex-shpak/hugo-book
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content=" “The State is, and always has been, the great single enemy of the human race, its liberty, happiness, and progress.” - Murray Rothbard
|
||||
Liberty Organization that fight for different facets of all things related to liberty.
|
||||
Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar # Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.
|
||||
Anti ESG Orgs# StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar# Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/organizations/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/organizations/">
|
||||
<meta property="og:title" content="Organizations">
|
||||
<meta property="og:description" content="“The State is, and always has been, the great single enemy of the human race, its liberty, happiness, and progress.” - Murray Rothbard
|
||||
Liberty Organization that fight for different facets of all things related to liberty.
|
||||
Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar # Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.">
|
||||
Anti ESG Orgs# StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar# Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
@@ -26,32 +26,31 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
<meta itemprop="name" content="Organizations">
|
||||
<meta itemprop="description" content="“The State is, and always has been, the great single enemy of the human race, its liberty, happiness, and progress.” - Murray Rothbard
|
||||
Liberty Organization that fight for different facets of all things related to liberty.
|
||||
Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar # Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.">
|
||||
<meta itemprop="wordCount" content="3953">
|
||||
Anti ESG Orgs# StriveFunds - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy. Antiwar# Antiwar.com - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.">
|
||||
<meta itemprop="wordCount" content="3939">
|
||||
|
||||
<title>Organizations | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/organizations/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/organizations/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -59,15 +58,14 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -374,12 +372,13 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -397,7 +396,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -432,24 +431,17 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/orgs.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/Org6.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/orgs.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“The State is, and always has been, the great single enemy of the human race, its liberty, happiness, and progress.”</em> - Murray Rothbard</p>
|
||||
<p>Liberty Organization that fight for different facets of all things related to liberty.</p>
|
||||
<hr>
|
||||
<h3 id="anti-esg-orgs">
|
||||
<strong>Anti ESG Orgs</strong>
|
||||
<a class="anchor" href="#anti-esg-orgs">#</a>
|
||||
</h3>
|
||||
<h3 id="anti-esg-orgs"><strong>Anti ESG Orgs</strong><a class="anchor" href="#anti-esg-orgs">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://www.strivefunds.com/"><strong>StriveFunds</strong></a> - Investment firm to counter ESG narrative from Blackrock and Vanguard. Strive specifically rejects the idea of Stakeholder capitalism. Started by author and presidential candidate Vivek Ramaswamy.</li>
|
||||
</ul>
|
||||
<h3 id="antiwar">
|
||||
<strong>Antiwar</strong>
|
||||
<a class="anchor" href="#antiwar">#</a>
|
||||
</h3>
|
||||
<h3 id="antiwar"><strong>Antiwar</strong><a class="anchor" href="#antiwar">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.antiwar.com/"><strong>Antiwar.com</strong></a> - Since the mid 90’s Antiwar.com has been one of not the most important and consistently antiwar voices. With reporting on wars all over the globe for a liberty perspective, antiwar.com covers every aspect of the global wars.</p>
|
||||
@@ -479,10 +471,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
<p><a href="https://www.wearenotyoursoldiers.org/"><strong>WeAreNotYourSoldiers</strong></a> - Antiwar Non-profit feature former soldiers that publicly talk about their horrible experiences during war.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="antiwoke-advocacy">
|
||||
<strong>AntiWoke Advocacy</strong>
|
||||
<a class="anchor" href="#antiwoke-advocacy">#</a>
|
||||
</h3>
|
||||
<h3 id="antiwoke-advocacy"><strong>AntiWoke Advocacy</strong><a class="anchor" href="#antiwoke-advocacy">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://actionpde.org/"><strong>ActionPDE</strong></a> - PDE Action is a nonpartisan advocacy group working to reclaim public schools through engagement with school boards & state legislatures.</p>
|
||||
@@ -507,10 +496,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="climate-change-pushback">
|
||||
<strong>Climate Change Pushback</strong>
|
||||
<a class="anchor" href="#climate-change-pushback">#</a>
|
||||
</h3>
|
||||
<h3 id="climate-change-pushback"><strong>Climate Change Pushback</strong><a class="anchor" href="#climate-change-pushback">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://copenhagenconsensus.com/"><strong>Copenhagen Consensus</strong></a> - The Copenhagen Consensus Center is a think tank that researches and publishes the smartest solutions to the world’s biggest problems. Our studies are conducted by more than 300 economists from internationally renowned institutions, including seven Nobel Laureates, to advise policymakers and philanthropists how to achieve the best results with their limited resources.Founded by climate change debunker and educator Bjorn Lomborg.</p>
|
||||
@@ -532,18 +518,12 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="drug-freedom">
|
||||
<strong>Drug Freedom</strong>
|
||||
<a class="anchor" href="#drug-freedom">#</a>
|
||||
</h3>
|
||||
<h3 id="drug-freedom"><strong>Drug Freedom</strong><a class="anchor" href="#drug-freedom">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="https://drugpolicy.org/"><strong>Drug Policy Alliance</strong></a> - The Drug Policy Alliance (DPA) is the leading organization in the U.S. working to end the drug war.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="encryption-and-censorship">
|
||||
<strong>Encryption and censorship</strong>
|
||||
<a class="anchor" href="#encryption-and-censorship">#</a>
|
||||
</h3>
|
||||
<h3 id="encryption-and-censorship"><strong>Encryption and censorship</strong><a class="anchor" href="#encryption-and-censorship">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.eff.org/"><strong>Electronic Frontier Foundation (EFF)</strong></a> - The largest organization that fights for Internet and Digital Freedom. Based out of the US.The EFF puts out several of the <a href="https://www.eff.org/pages/tools"><strong>best digital freedom tools</strong></a>, including HTTPS Everywhere, Privacy Badger and Certbot.</p>
|
||||
@@ -556,10 +536,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="food-freedom-advocacy">
|
||||
Food Freedom Advocacy
|
||||
<a class="anchor" href="#food-freedom-advocacy">#</a>
|
||||
</h3>
|
||||
<h3 id="food-freedom-advocacy">Food Freedom Advocacy<a class="anchor" href="#food-freedom-advocacy">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://aldf.org/"><strong>Animal Legal Defence Fund</strong></a> - The Animal Legal Defense Fund files high-impact lawsuits to protect animals from harm, provides free legal assistance and training to prosecutors in their fight against animal cruelty, supports animal protection legislation, and provides resources and opportunities to law students and professionals to advance the field of animal law.</p>
|
||||
@@ -584,10 +561,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="free-resources-physical-and-digital">
|
||||
Free resources Physical and Digital
|
||||
<a class="anchor" href="#free-resources-physical-and-digital">#</a>
|
||||
</h3>
|
||||
<h3 id="free-resources-physical-and-digital">Free resources Physical and Digital<a class="anchor" href="#free-resources-physical-and-digital">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.artforliberty.com/free-libertarian-fiction-megapack/"><strong>Art For Liberty</strong></a> - An organization that provides free Liberty focused books. Also catalogs lists on the best liberty art, including book and music lists.</p>
|
||||
@@ -609,10 +583,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="legal-advocacy">
|
||||
Legal Advocacy
|
||||
<a class="anchor" href="#legal-advocacy">#</a>
|
||||
</h3>
|
||||
<h3 id="legal-advocacy">Legal Advocacy<a class="anchor" href="#legal-advocacy">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.theadvocates.org/"><strong>Advocates For Self-Government</strong></a> - Advocates for self-government reject the initiation of force as a means of solving social problems. Instead, we promote a social philosophy that promises greater public safety, effective regulation, and compassionate welfare. They offer a wide range of education and surveys.</p>
|
||||
@@ -661,10 +632,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="meetups-education-and-training">
|
||||
Meetups, Education and Training
|
||||
<a class="anchor" href="#meetups-education-and-training">#</a>
|
||||
</h3>
|
||||
<h3 id="meetups-education-and-training">Meetups, Education and Training<a class="anchor" href="#meetups-education-and-training">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://americasfuture.org/"><strong>Americas Future</strong></a> - America’s Future empowers young people to be active, civil, and curious citizens who build freer communities that lead to fulfillment, dignity, and happiness for all.We’re working toward a time in America where young people collaborate to drive change in their communities – change that equips the individual to build a free and happy life. America’s Future offers rising generations opportunities for networking, mentoring, leadership and community engagement through our national network and extensive array of programming.</p>
|
||||
@@ -701,10 +669,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="press-freedoms">
|
||||
Press Freedoms
|
||||
<a class="anchor" href="#press-freedoms">#</a>
|
||||
</h3>
|
||||
<h3 id="press-freedoms">Press Freedoms<a class="anchor" href="#press-freedoms">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://cpj.org/"><strong>Committee to Protect Journalists</strong></a> - The Committee to Protect Journalists is an independent, nonprofit organization that promotes press freedom worldwide. They defend the right of journalists to report the news safely and without fear of reprisal.</p>
|
||||
@@ -717,10 +682,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="police-reform-and-monitoring">
|
||||
Police Reform and Monitoring
|
||||
<a class="anchor" href="#police-reform-and-monitoring">#</a>
|
||||
</h3>
|
||||
<h3 id="police-reform-and-monitoring">Police Reform and Monitoring<a class="anchor" href="#police-reform-and-monitoring">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://8cantwait.org/"><strong>8 Can’t Wait</strong></a> - 8 Cant Wait is a campaign to bring immediate change to police departments by encouraging the adoption of 8 specific policies.</p>
|
||||
@@ -748,10 +710,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="think-tanks">
|
||||
Think Tanks
|
||||
<a class="anchor" href="#think-tanks">#</a>
|
||||
</h3>
|
||||
<h3 id="think-tanks">Think Tanks<a class="anchor" href="#think-tanks">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.theadvocates.org/"><strong>Advocates For Self-Government</strong></a> - Advocates for self-government reject the initiation of force as a means of solving social problems. Instead, we promote a social philosophy that promises greater public safety, effective regulation, and compassionate welfare. They offer a wide range of education and surveys.</p>
|
||||
@@ -782,10 +741,7 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="whistle-blowing">
|
||||
Whistle Blowing
|
||||
<a class="anchor" href="#whistle-blowing">#</a>
|
||||
</h3>
|
||||
<h3 id="whistle-blowing">Whistle Blowing<a class="anchor" href="#whistle-blowing">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://aim.org/"><strong>Aim</strong></a> - Undercover citizen journalism, mostly focused on American schools.</p>
|
||||
@@ -868,23 +824,32 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -910,10 +875,11 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -931,3 +897,11 @@ Anti ESG Orgs # StriveFunds - Investment firm to counter ESG narrative from Blac
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@@ -13,7 +13,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://example.org/osint/">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/osint/">
|
||||
<meta property="og:title" content="OSINT">
|
||||
<meta property="og:description" content="“Nothing has such power to broaden the mind as the ability to investigate systematically and truly all that comes under thy observation in life.” - Marcus Aurelius
|
||||
Open Source Intelligence tools can be used to find information of all types. This can be useful in furthering your understanding of both offensive and defensive practices by finding information for anything and everything. OSINT is the direct inverse of open source privacy tools. OSINT can be used for nefarious purposes in some cases, but OSINT itself does not directly include the concept of hacking. OSINT only aims to find legally available public information. OSINT has tremendous use in regards to education and finding information about corporations, politicians and good journalism. These tools can also be used to help you understand your own privacy exposure as well. Please use these tools responsibly.">
|
||||
@@ -24,31 +24,30 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<meta itemprop="name" content="OSINT">
|
||||
<meta itemprop="description" content="“Nothing has such power to broaden the mind as the ability to investigate systematically and truly all that comes under thy observation in life.” - Marcus Aurelius
|
||||
Open Source Intelligence tools can be used to find information of all types. This can be useful in furthering your understanding of both offensive and defensive practices by finding information for anything and everything. OSINT is the direct inverse of open source privacy tools. OSINT can be used for nefarious purposes in some cases, but OSINT itself does not directly include the concept of hacking. OSINT only aims to find legally available public information. OSINT has tremendous use in regards to education and finding information about corporations, politicians and good journalism. These tools can also be used to help you understand your own privacy exposure as well. Please use these tools responsibly.">
|
||||
<meta itemprop="wordCount" content="5520">
|
||||
<meta itemprop="wordCount" content="5441">
|
||||
|
||||
<title>OSINT | </title>
|
||||
<link rel="icon" href="/favicon.png" >
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="canonical" href="http://example.org/osint/">
|
||||
<link rel="stylesheet" href="/book.min.0da4e7ce683c1d3414a4a6ee2f5b791a73da2c756ab6b65e5460b0428779ae74.css" integrity="sha256-DaTnzmg8HTQUpKbuL1t5GnPaLHVqtrZeVGCwQod5rnQ=" crossorigin="anonymous">
|
||||
<link rel="canonical" href="http://localhost:1313/osint/">
|
||||
<link rel="stylesheet" href="/book.min.0edbfa12be0756ec13c02ec8218ae882d32e82be873db98b790ade0a47d58b55.css" integrity="sha256-Dtv6Er4HVuwTwC7IIYrogtMugr6HPbmLeQreCkfVi1U=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script defer src="/fuse.min.js"></script>
|
||||
<script defer src="/en.search.min.bfb7dced2c6436e74ac8e7cd71c4109c92e04cb749456f9f52585cad40d16f40.js" integrity="sha256-v7fc7SxkNudKyOfNccQQnJLgTLdJRW+fUlhcrUDRb0A=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.48f4c55a08ca4d5484e86bcc2ba0d7b1d8c4a92cf79f45bbeb24a318ccedd18b.js" integrity="sha256-SPTFWgjKTVSE6GvMK6DXsdjEqSz3n0W76ySjGMzt0Ys=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script async defer data-domain="libertytools.io" src="https://plausible.io/js/plausible.js"></script>
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<body dir="ltr" class="book-kind-page book-type-page">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><img src="/logo.jpg" alt="Logo" /><span></span>
|
||||
@@ -56,15 +55,14 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search hidden">
|
||||
<input id="book-search-input" type="text"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -371,12 +369,13 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
<header class="book-header hidden">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
@@ -394,7 +393,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
<aside class="hidden">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
@@ -458,22 +457,15 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
|
||||
|
||||
|
||||
<article class="markdown"></br>
|
||||
<p><img src="/Images/Headers/OSINT.jpg" alt="Horizpontal.jpeg" />
|
||||
<img src="/Images/Artwork/OSINT1.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
<article class="markdown book-article"></br>
|
||||
<p><img src="/Images/Headers/OSINT.jpg" alt="Horizpontal.jpeg" /></p>
|
||||
</br>
|
||||
<p><em>“Nothing has such power to broaden the mind as the ability to investigate systematically and truly all that comes under thy observation in life.”</em> - Marcus Aurelius</p>
|
||||
<hr>
|
||||
<p>Open Source Intelligence tools can be used to find information of all types. This can be useful in furthering your understanding of both offensive and defensive practices by finding information for anything and everything. OSINT is the direct inverse of open source privacy tools. OSINT can be used for nefarious purposes in some cases, but OSINT itself does not directly include the concept of hacking. OSINT only aims to find legally available public information. OSINT has tremendous use in regards to education and finding information about corporations, politicians and good journalism. These tools can also be used to help you understand your own privacy exposure as well. Please use these tools responsibly.</p>
|
||||
<hr>
|
||||
<h2 id="ai-artificial-intelligence-tools">
|
||||
AI (Artificial Intelligence) Tools
|
||||
<a class="anchor" href="#ai-artificial-intelligence-tools">#</a>
|
||||
</h2>
|
||||
<h3 id="art-generators">
|
||||
Art Generators
|
||||
<a class="anchor" href="#art-generators">#</a>
|
||||
</h3>
|
||||
<h2 id="ai-artificial-intelligence-tools">AI (Artificial Intelligence) Tools<a class="anchor" href="#ai-artificial-intelligence-tools">#</a></h2>
|
||||
<h3 id="art-generators">Art Generators<a class="anchor" href="#art-generators">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="http://albus.org/"><strong>Albus.org</strong></a> - Chat GPT App. Comes up with several different responses to your written prompt usually broken up into different aspects or steps of the prompt.</p>
|
||||
@@ -506,10 +498,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://openai.com/sora"><strong>Open AI Sora</strong></a> - Sora can generate videos up to a minute long while maintaining visual quality and adherence to the user’s prompt. Closed source.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="freedom-and-privacy-ai-tools">
|
||||
Freedom and Privacy AI Tools
|
||||
<a class="anchor" href="#freedom-and-privacy-ai-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="freedom-and-privacy-ai-tools">Freedom and Privacy AI Tools<a class="anchor" href="#freedom-and-privacy-ai-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.listennotes.com/podcasts/ai-unchained-guy-swann-W_kQEm3INZj/"><strong>AI Unchained</strong></a> - Podcast by freedom advocate and bitcoin educator Guy Swann. Follow the newest updates in the AI industry to become more sovereign and efficient by utilizing cutting edge tools.</p>
|
||||
@@ -521,19 +510,19 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://gab.ai/"><strong>Gab AI</strong></a> - Chat GPT alternative and image generator by conservative Social Media company GAB.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://libertai.io/"><strong>LibertAI</strong></a> - Decentralized privacy focused AI.</p>
|
||||
<p><a href="https://gatgpt.defcad.com/"><strong>GATgpt</strong></a> - A LLM model like Chat GPT but specifically for gun printing and all things gun related. Built by Cody Wilson.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://libertai.io/">LibertAI</a> - Decentralized privacy focused AI.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://unleashed.chat/"><strong>Unleashed Chat</strong></a> - AI chatbot service designed with real privacy in mind. It stands out with its live Nostr data querying and advanced context embedding capabilities. It allows for Bitcoin payments via the Lightning Network, for privacy and speed. The platform employs the latest Open Source models, prioritizing uncensored options.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://venice.ai/home"><strong>Venice</strong></a> - Venice is an open source alternative to Chat GPT. With built in features for code prompts and Stable Diffusion, Venice does not censor or spy on you. Also works as a privacy front end for several other AI tools. Launched by freedom advocate and crypto pioneer Erik Voorhees.</p>
|
||||
<p><a href="https://venice.ai/home"><strong>Venice</strong></a> - Venice is an open source alternative to Chat GPT. With built in features for code prompts and Stable Diffusion, Venice does not censor or spy on you. Launched by freedom advocate and crypto pioneer Erik Voorhees.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="general-ai-tools">
|
||||
General AI Tools
|
||||
<a class="anchor" href="#general-ai-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="general-ai-tools">General AI Tools<a class="anchor" href="#general-ai-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.aiornot.com/"><strong>AI or Not</strong></a> - Need to verify if images are AI generated? Here’s a project that can identify images from Stable Diffusion, Midjourney, Dall-E, GAN and more.</p>
|
||||
@@ -570,10 +559,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="attack-surface">
|
||||
<strong>Attack Surface</strong>
|
||||
<a class="anchor" href="#attack-surface">#</a>
|
||||
</h2>
|
||||
<h2 id="attack-surface"><strong>Attack Surface</strong><a class="anchor" href="#attack-surface">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.binaryedge.io/"><strong>BynaryEdge</strong></a> - We scan the web and gather data for you.</p>
|
||||
@@ -592,10 +578,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="bug-hunting">
|
||||
<strong>Bug Hunting</strong>
|
||||
<a class="anchor" href="#bug-hunting">#</a>
|
||||
</h2>
|
||||
<h2 id="bug-hunting"><strong>Bug Hunting</strong><a class="anchor" href="#bug-hunting">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/alexbieber/Bug_Bounty_writeups"><strong>Bug Bounty writeups</strong></a> - Detailed breakdowns of all sorts of different types of attacks.</p>
|
||||
@@ -605,10 +588,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="certificates">
|
||||
Certificates
|
||||
<a class="anchor" href="#certificates">#</a>
|
||||
</h2>
|
||||
<h2 id="certificates">Certificates<a class="anchor" href="#certificates">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://sslmate.com/certspotter/"><strong>CertSpotter</strong></a> - Monitors your domains for expiring, unauthorized, and invalid SSL certificates.</p>
|
||||
@@ -633,10 +613,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="credentials">
|
||||
Credentials
|
||||
<a class="anchor" href="#credentials">#</a>
|
||||
</h2>
|
||||
<h2 id="credentials">Credentials<a class="anchor" href="#credentials">#</a></h2>
|
||||
<p>Check your email accounts to find associated accounts with breached companies.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -680,10 +657,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="code-search-engines">
|
||||
<strong>Code Search Engines</strong>
|
||||
<a class="anchor" href="#code-search-engines">#</a>
|
||||
</h2>
|
||||
<h2 id="code-search-engines"><strong>Code Search Engines</strong><a class="anchor" href="#code-search-engines">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://cs.github.com/"><strong>GitHub Code Search</strong></a> - A search engine for searching projects on GitHub.</p>
|
||||
@@ -711,10 +685,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="data-retention">
|
||||
Data Retention
|
||||
<a class="anchor" href="#data-retention">#</a>
|
||||
</h2>
|
||||
<h2 id="data-retention">Data Retention<a class="anchor" href="#data-retention">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://archive.org/"><strong>Archive.org</strong></a> - The biggest site for internet website archives.</p>
|
||||
@@ -739,10 +710,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="device-information">
|
||||
<strong>Device Information</strong>
|
||||
<a class="anchor" href="#device-information">#</a>
|
||||
</h2>
|
||||
<h2 id="device-information"><strong>Device Information</strong><a class="anchor" href="#device-information">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://macaddress.io/"><strong>Macaddress.io</strong></a> - MAC address vendor lookup.</p>
|
||||
@@ -758,10 +726,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="dns">
|
||||
<strong>DNS</strong>
|
||||
<a class="anchor" href="#dns">#</a>
|
||||
</h2>
|
||||
<h2 id="dns"><strong>DNS</strong><a class="anchor" href="#dns">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://chaos.projectdiscovery.io/#/"><strong>Chaos</strong></a> - Enhance research and analyse changes around DNS for better insights.</p>
|
||||
@@ -801,10 +766,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="domains">
|
||||
<strong>Domains</strong>
|
||||
<a class="anchor" href="#domains">#</a>
|
||||
</h2>
|
||||
<h2 id="domains"><strong>Domains</strong><a class="anchor" href="#domains">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://buckets.grayhatwarfare.com/"><strong>Buckets.grayhatwarfare.com</strong></a> - Public buckets.</p>
|
||||
@@ -874,10 +836,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="exploits">
|
||||
<strong>Exploits</strong>
|
||||
<a class="anchor" href="#exploits">#</a>
|
||||
</h2>
|
||||
<h2 id="exploits"><strong>Exploits</strong><a class="anchor" href="#exploits">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://0day.today/"><strong>0day.today</strong></a> - The ultimate database of exploits and vulnerabilities.</p>
|
||||
@@ -899,18 +858,12 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="facial-recognition">
|
||||
<strong>Facial Recognition</strong>
|
||||
<a class="anchor" href="#facial-recognition">#</a>
|
||||
</h2>
|
||||
<h2 id="facial-recognition"><strong>Facial Recognition</strong><a class="anchor" href="#facial-recognition">#</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://pimeyes.com/en/blog/more-about-pimeyes-database-and-opt-out-service"><strong>Pimeyes</strong></a> - The gold Standard in facial recognition search, while prioritizing privacy.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="focused-search-engines">
|
||||
<strong>Focused Search Engines</strong>
|
||||
<a class="anchor" href="#focused-search-engines">#</a>
|
||||
</h2>
|
||||
<h2 id="focused-search-engines"><strong>Focused Search Engines</strong><a class="anchor" href="#focused-search-engines">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.allareacodes.com/"><strong>All Area Codes</strong></a> - Tracks area codes for the US and Canada.</p>
|
||||
@@ -1028,10 +981,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="geolocation">
|
||||
<strong>Geolocation</strong>
|
||||
<a class="anchor" href="#geolocation">#</a>
|
||||
</h2>
|
||||
<h2 id="geolocation"><strong>Geolocation</strong><a class="anchor" href="#geolocation">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.allareacodes.com/"><strong>All Area Codes</strong></a> - Tracks area codes for the US and Canada.</p>
|
||||
@@ -1113,10 +1063,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="mail-addresses">
|
||||
<strong>Mail Addresses</strong>
|
||||
<a class="anchor" href="#mail-addresses">#</a>
|
||||
</h2>
|
||||
<h2 id="mail-addresses"><strong>Mail Addresses</strong><a class="anchor" href="#mail-addresses">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://centralops.net/"><strong>Centralops</strong></a> - Email, Whois, DNS search info.</p>
|
||||
@@ -1161,22 +1108,16 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://verify-email.org/"><strong>verify-email.org</strong></a> - Checks whether the mailbox exists or not.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.voilanorbert.com/"><strong>VoilaNorbert</strong></a> - Dind anyone’s email address.</p>
|
||||
<p><a href="https://www.voilanorbert.com/"><strong>VoilaNorbert</strong></a> - I can find anyone’s email address.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="osint-lists">
|
||||
<strong>OSINT Lists</strong>
|
||||
<a class="anchor" href="#osint-lists">#</a>
|
||||
</h2>
|
||||
<h2 id="osint-lists"><strong>OSINT Lists</strong><a class="anchor" href="#osint-lists">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://about.start.me/"><strong>About.start.me</strong></a> - OSINT Dashboard to combine different OSINT tools.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://app.bosint.gg/"><strong>Bostint</strong></a> - Large list of online tools you can use directly from the website.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/jivoi/awesome-osint"><strong>Awesome-Osint</strong></a> - A curated list of amazingly awesome open source intelligence tools and resources.</p>
|
||||
</li>
|
||||
<li>
|
||||
@@ -1231,17 +1172,11 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://github.com/TCM-Course-Resources/Open-Source-Intellingence-Resources"><strong>TCM-Open-Source-Intellingence-Resources</strong></a> - Compilation of Resources from TCM’s OSINT Course.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/chadi0x/TheBigBrother"><strong>The Big Brother</strong></a> - The Big Brother V3.0 is a weaponized intelligence gathering platform designed for Red Teams and Elite Investigators. Built on a high-velocity asynchronous Python backend with an immersive 3D surveillance interface. Self hosted.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/Spam404/X-osint"><strong>X-osint</strong></a> - An Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user’s email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="security-focused-tools">
|
||||
<strong>Security Focused Tools</strong>
|
||||
<a class="anchor" href="#security-focused-tools">#</a>
|
||||
</h2>
|
||||
<h2 id="security-focused-tools"><strong>Security Focused Tools</strong><a class="anchor" href="#security-focused-tools">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://2fa.directory/"><strong>2fA.Directory</strong></a> - List of companies that use 2FA in America. 2FA is highly recommended to further secure online systems.</p>
|
||||
@@ -1320,10 +1255,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="servers">
|
||||
<strong>Servers</strong>
|
||||
<a class="anchor" href="#servers">#</a>
|
||||
</h2>
|
||||
<h2 id="servers"><strong>Servers</strong><a class="anchor" href="#servers">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://fofa.info/"><strong>FOFA</strong></a> - Cyberspace mapping.</p>
|
||||
@@ -1345,14 +1277,8 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="social-media-tools">
|
||||
<strong>Social Media Tools</strong>
|
||||
<a class="anchor" href="#social-media-tools">#</a>
|
||||
</h2>
|
||||
<h3 id="discord">
|
||||
Discord
|
||||
<a class="anchor" href="#discord">#</a>
|
||||
</h3>
|
||||
<h2 id="social-media-tools"><strong>Social Media Tools</strong><a class="anchor" href="#social-media-tools">#</a></h2>
|
||||
<h3 id="discord">Discord<a class="anchor" href="#discord">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/discord"><strong>Discord OSINT Attack Surface</strong></a> - Description of Discord’s attack surface.</p>
|
||||
@@ -1370,10 +1296,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://github.com/Dutchosintguy/OSINT-Discord-resources"><strong>Dutch OSINT Guy Discord Resources</strong></a> - OSINT Discord resources that may be useful for searching or pivoting on Discord.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="facebook">
|
||||
Facebook
|
||||
<a class="anchor" href="#facebook">#</a>
|
||||
</h3>
|
||||
<h3 id="facebook">Facebook<a class="anchor" href="#facebook">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.einvestigator.com/facebook-search-tools-and-resources/"><strong>Einvestigator.com</strong></a> - Facebook Search Tools and Resources.</p>
|
||||
@@ -1397,10 +1320,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://toolzu.com/downloader/facebook/"><strong>Toolzu.com</strong></a> - A platform for Facebook video downloading.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="gab">
|
||||
<strong>Gab</strong>
|
||||
<a class="anchor" href="#gab">#</a>
|
||||
</h3>
|
||||
<h3 id="gab"><strong>Gab</strong><a class="anchor" href="#gab">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/gab"><strong>Gab OSINT Attack Surface</strong></a> - Describes full attack surface for Gab.</p>
|
||||
@@ -1412,10 +1332,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.secjuice.com/investigate-gab-users-osint/"><strong>Gab OSINT Techniques</strong></a> - List of Tactics and tools for Osint on GAB ^1^</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="general-social-media-tools">
|
||||
General Social Media Tools
|
||||
<a class="anchor" href="#general-social-media-tools">#</a>
|
||||
</h3>
|
||||
<h3 id="general-social-media-tools">General Social Media Tools<a class="anchor" href="#general-social-media-tools">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/sherlock-project/sherlock"><strong>Sherlock</strong></a> - Finds all usernames across 300 different social media platforms.</p>
|
||||
@@ -1427,10 +1344,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://storiesdown.com/"><strong>Stories Down</strong></a> - Guide for several different platforms.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="gettr">
|
||||
<strong>Gettr</strong>
|
||||
<a class="anchor" href="#gettr">#</a>
|
||||
</h3>
|
||||
<h3 id="gettr"><strong>Gettr</strong><a class="anchor" href="#gettr">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/gettr"><strong>Gettr OSINT Attack Surface</strong></a> - Describes full attack surface for Gab.</p>
|
||||
@@ -1439,10 +1353,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.skopenow.com/resource-center/gettr-osint-investigations-tips-techniques"><strong>Gettr OSINT Investigations Tips & Techniques</strong></a> - List of Tactics and tools for Osint on GAB.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="instagram">
|
||||
<strong>Instagram</strong>
|
||||
<a class="anchor" href="#instagram">#</a>
|
||||
</h3>
|
||||
<h3 id="instagram"><strong>Instagram</strong><a class="anchor" href="#instagram">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://gramho.com/"><strong>Gramho</strong></a> - Identifying Followers of a Private Instagram Profile.</p>
|
||||
@@ -1457,10 +1368,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.picuki.com/"><strong>Picuki</strong></a> - View, edit and share your publicly available Instagram content.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="linkedin">
|
||||
<strong>LinkedIn</strong>
|
||||
<a class="anchor" href="#linkedin">#</a>
|
||||
</h3>
|
||||
<h3 id="linkedin"><strong>LinkedIn</strong><a class="anchor" href="#linkedin">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://tools.epieos.com/linkedin.php"><strong>Epieos LinkedIn Tool</strong></a> - Retrieve information linked to an email address.</p>
|
||||
@@ -1484,10 +1392,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://hatless1der.com/new-linkedin-search-features-mean-new-osint-opportunities/"><strong>New LinkedIn Search Features</strong></a> - Guide on search functions in LinkedIn.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="pinterest">
|
||||
<strong>Pinterest</strong>
|
||||
<a class="anchor" href="#pinterest">#</a>
|
||||
</h3>
|
||||
<h3 id="pinterest"><strong>Pinterest</strong><a class="anchor" href="#pinterest">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.aware-online.com/en/osint-investigation-on-pinterest/"><strong>Aware Online</strong></a> - List of tactics and strategies.</p>
|
||||
@@ -1496,10 +1401,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.osintdojo.com/diagrams/pinterest"><strong>Pinterest OSINT Attack Surface</strong></a> - Description of the Pinterest attack surface.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="reddit">
|
||||
<strong>Reddit</strong>
|
||||
<a class="anchor" href="#reddit">#</a>
|
||||
</h3>
|
||||
<h3 id="reddit"><strong>Reddit</strong><a class="anchor" href="#reddit">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://rdddeck.com/"><strong>Rdddeck</strong></a> - Creates Reddit decks.</p>
|
||||
@@ -1517,10 +1419,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.unddit.com/"><strong>Unddit</strong></a> - App that lets you display removed (by mods) and deleted (by users) comments/posts for Reddit.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="skype">
|
||||
<strong>Skype</strong>
|
||||
<a class="anchor" href="#skype">#</a>
|
||||
</h3>
|
||||
<h3 id="skype"><strong>Skype</strong><a class="anchor" href="#skype">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/skype"><strong>Skype OSINT Attack Surface</strong></a> - Description of the Skype attack surface.</p>
|
||||
@@ -1529,10 +1428,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.skypli.com/"><strong>Skypli</strong></a> - Skype search engine.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="snapchat">
|
||||
<strong>Snapchat</strong>
|
||||
<a class="anchor" href="#snapchat">#</a>
|
||||
</h3>
|
||||
<h3 id="snapchat"><strong>Snapchat</strong><a class="anchor" href="#snapchat">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/snapchat"><strong>Snapchat OSINT Attack Surface</strong></a> - Description of the Snapchat attack surface.</p>
|
||||
@@ -1541,10 +1437,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://map.snapchat.com/"><strong>Snap Map</strong></a> - Watch Snaps submitted by Snapchatters around the world.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="telegram">
|
||||
<strong>Telegram</strong>
|
||||
<a class="anchor" href="#telegram">#</a>
|
||||
</h3>
|
||||
<h3 id="telegram"><strong>Telegram</strong><a class="anchor" href="#telegram">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT"><strong>Awesome Telegram OSINT</strong></a> - Massive list of Telegram Tools.</p>
|
||||
@@ -1556,10 +1449,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://telegramdb.org/"><strong>Telegram Database</strong></a> - Telegram Search Engine.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="tiktok">
|
||||
<strong>TikTok</strong>
|
||||
<a class="anchor" href="#tiktok">#</a>
|
||||
</h3>
|
||||
<h3 id="tiktok"><strong>TikTok</strong><a class="anchor" href="#tiktok">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/tiktok"><strong>TikTok OSINT Attack Surface</strong></a> - Description of the TikTok attack surface.</p>
|
||||
@@ -1571,10 +1461,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://vidnice.com/"><strong>Vidnice</strong></a> - TikTok search engine.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="tumblr">
|
||||
<strong>Tumblr</strong>
|
||||
<a class="anchor" href="#tumblr">#</a>
|
||||
</h3>
|
||||
<h3 id="tumblr"><strong>Tumblr</strong><a class="anchor" href="#tumblr">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.osintdojo.com/diagrams/tumblr"><strong>Tumblr OSINT Attack Surface</strong></a> - Description of the Tumbler attack surface.</p>
|
||||
@@ -1586,10 +1473,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
<p><a href="https://www.secjuice.com/tumblr-osint/"><strong>Tumblr OSINT Techniques</strong></a> - Breakdown of many tactics and techniques for OSINT on Tumblr.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="twitterxcom">
|
||||
<strong>Twitter/X.com</strong>
|
||||
<a class="anchor" href="#twitterxcom">#</a>
|
||||
</h3>
|
||||
<h3 id="twitterxcom"><strong>Twitter/X.com</strong><a class="anchor" href="#twitterxcom">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://birdhunt.co/"><strong>Birdhunt</strong></a> - Used for tracing physical locations of Twitter posts.</p>
|
||||
@@ -1632,10 +1516,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="urls">
|
||||
URLs
|
||||
<a class="anchor" href="#urls">#</a>
|
||||
</h3>
|
||||
<h3 id="urls">URLs<a class="anchor" href="#urls">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://hackertarget.com/ip-tools/"><strong>HackerTarget</strong></a> - Collect information about IP Addresses, Networks, Web Pages and DNS records.</p>
|
||||
@@ -1654,10 +1535,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="vehicles">
|
||||
<strong>Vehicles</strong>
|
||||
<a class="anchor" href="#vehicles">#</a>
|
||||
</h3>
|
||||
<h3 id="vehicles"><strong>Vehicles</strong><a class="anchor" href="#vehicles">#</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.autocheck.com"><strong>Autocheck</strong></a> - Search by Vin or License Plate. Costs money for in-depth searches.</p>
|
||||
@@ -1676,10 +1554,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="vulnerabilities">
|
||||
<strong>Vulnerabilities</strong>
|
||||
<a class="anchor" href="#vulnerabilities">#</a>
|
||||
</h2>
|
||||
<h2 id="vulnerabilities"><strong>Vulnerabilities</strong><a class="anchor" href="#vulnerabilities">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://avd.aquasec.com/"><strong>Aqua Vulnerability Database</strong></a> - Vulnerabilities and weaknesses in open source applications and cloud native infrastructure.</p>
|
||||
@@ -1743,10 +1618,7 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="wifi-discovery-and-scanning">
|
||||
<strong>Wifi Discovery and Scanning</strong>
|
||||
<a class="anchor" href="#wifi-discovery-and-scanning">#</a>
|
||||
</h2>
|
||||
<h2 id="wifi-discovery-and-scanning"><strong>Wifi Discovery and Scanning</strong><a class="anchor" href="#wifi-discovery-and-scanning">#</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://www.acrylicwifi.com"><strong>Acrylic WiFi</strong></a> - WiFi analysis, site survey & troubleshooting.</p>
|
||||
@@ -1817,23 +1689,32 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
@@ -1888,10 +1769,11 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1909,3 +1791,11 @@ Open Source Intelligence tools can be used to find information of all types. Thi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
public/pagefind/fragment/en-us_11ded85.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_11ded85.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_1246c65.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_1246c65.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_147ca83.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_147ca83.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_173b74b.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_173b74b.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_1baa935.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_1baa935.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_1c2eb4c.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_1c2eb4c.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_1e5b565.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_1e5b565.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_227c626.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_227c626.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_264fd8d.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_264fd8d.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_26c24f8.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_26c24f8.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en-us_2946ff0.pf_fragment
Normal file
BIN
public/pagefind/fragment/en-us_2946ff0.pf_fragment
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user