234 lines
8.6 KiB
HTML
234 lines
8.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
|
|
|
|
<title>Micro Workflow: Todo Listing, Contextualizing, and Ordering Tasks</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
|
|
<link href="../../assets/css/xt256.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="../../assets/css/main.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Static navbar -->
|
|
<div class="navbar navbar-inverse-productivity navbar-static-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand-productivity" href="\index.html">The Nihilism Blog</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="/about.html">About</a></li>
|
|
<li><a href="/blog.html">Categories</a></li>
|
|
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
|
|
<li><a href="/contact.html">Contact</a></li>
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- +++++ Posts Lists +++++ -->
|
|
<!-- +++++ First Post +++++ -->
|
|
<div id="productivity2">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<a href="../index.html">Previous Page</a>
|
|
<h1>Micro Workflow: Todo Listing, Contextualizing, and Ordering Tasks </h1>
|
|
|
|
<img src="1.png" class="imgRz">
|
|
</div>
|
|
</div><!-- /row -->
|
|
</div> <!-- /container -->
|
|
</div><!-- /grey -->
|
|
|
|
<!-- +++++ Second Post +++++ -->
|
|
<div id="productivity3">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<h2><b>Todo Listing </b></h2>
|
|
<p>As a continuation of our <a href="../macroworkflow/index.html">previous tutorial on macro workflow</a>, to write your todo list effectively, you need to contextualize it in a particular project (or topic) list the tasks, label them, and note down on what other task do they depend on.</p>
|
|
<pre><code class="nim">
|
|
-Project Opsec (243 -> 211)
|
|
-Privacy Category (2112)
|
|
-Linux Host OS Task (21121)
|
|
-Anonymity Category (2113)
|
|
-Deniability Category (2114)
|
|
-Veracrypt Task (21121 -> 21141)
|
|
-Deniable VMs Task (21141 -> 21142)
|
|
|
|
-Project Infrastructure (24)
|
|
-setup VPS (241)
|
|
-create the blog (241 -> 242)
|
|
-officially announce the blog is accepting contributions (242 -> 243)
|
|
|
|
</code></pre>
|
|
|
|
<p>As you can see here, we have our 2 Projects: Infrastructure and Opsec, with tasks under each that are labeled, this is for us to be able to contextualize them more easily.</p>
|
|
<p>And with the label at the end, we also write which other task must be completed before starting each task, if there are any.</p>
|
|
</div>
|
|
</div><!-- /row -->
|
|
</div> <!-- /container -->
|
|
</div><!-- /white -->
|
|
|
|
<div id="productivity2">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<h2><b>What happens when the todo list gets too big ?</b></h2> </br> </br>
|
|
<p>Following this way of working is nice at first, but when the todo list gets too big to be done in one day or week, it's going to feel very overwhelming. For example if i were to detail what i have to do for the Deniable VMs tutorial</p>
|
|
<pre><code class="nim">
|
|
-Project Opsec (243 -> 211)
|
|
-Deniability Category (2114)
|
|
-Deniable VMs <b>todo list, not Task</b> (21141 -> 21142)
|
|
-To be explained:
|
|
- What is the usecase ?
|
|
- What tools are going to be used ?
|
|
- Why do we need Veracrypt ?
|
|
- Why do we need Whonix ?
|
|
-To be showcased:
|
|
- How to create the hidden volume
|
|
- How to put the Whonix VM inside the hidden volume
|
|
- How to use the emergency shutdown script as a non-root user
|
|
- How to start the emergency shutdown script with a cinnamon keyboard shortcut
|
|
|
|
</code></pre>
|
|
<p>In short, when each Task is starting to become a todo list of it's own, you need to treat it not as a task, but as a separate todo list.</p>
|
|
|
|
<p></p>
|
|
</div>
|
|
</div><!-- /row -->
|
|
</div> <!-- /container -->
|
|
</div><!-- /white -->
|
|
|
|
|
|
<!-- +++++ Second Post +++++ -->
|
|
<div id="productivity1">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<h2><b>How to handle multiple todo lists</b></h2> </br> </br>
|
|
<p>So to have multiple todolists, we're going to have multiple files:</p>
|
|
<pre><code class="nim">
|
|
[ mainpc ] [ /dev/pts/4 ] [~/todo lists]
|
|
→ tree .
|
|
.
|
|
├── 0.txt
|
|
├── 21141.txt
|
|
├── 21142.txt
|
|
└── 243.txt
|
|
|
|
1 directory, 4 files
|
|
|
|
</code></pre>
|
|
|
|
<p>as you can see, the smaller the number, the higher level we have for the todo list. <b>The master todolist is the 0.txt text file</b>, it references the projects and labels them, and also labels each todo list underneath.</p>
|
|
<pre><code class="nim">
|
|
[ mainpc ] [ /dev/pts/4 ] [~/todo lists]
|
|
→ cat 0.txt
|
|
-Project Opsec (243 -> 211)
|
|
-Privacy Category (2112)
|
|
-Linux Host OS Task (21121)
|
|
-Anonymity Category (2113)
|
|
-Deniability Category (2114)
|
|
-Veracrypt Task (21121 -> 21141.txt)
|
|
-Deniable VMs Task (21141 -> 21142.txt)
|
|
|
|
-Project Infrastructure (24)
|
|
-setup VPS (241)
|
|
-create the blog (241 -> 242)
|
|
-officially announce the blog is accepting contributions (242 -> 243.txt)
|
|
|
|
</code></pre>
|
|
<p>Now we have the todolist "Deniable VMs" labeled 21142, so we have the <b>21142.txt textfile</b> containing the todolist accordingly:</p>
|
|
<pre><code class="nim">
|
|
[ mainpc ] [ /dev/pts/4 ] [~/todo lists]
|
|
→ cat 21142.txt
|
|
-Deniable VMs todo list, not Task (21141 -> 21142)
|
|
-To be explained:
|
|
- What is the usecase ?
|
|
- What tools are going to be used ?
|
|
- Why do we need Veracrypt ?
|
|
- Why do we need Whonix ?
|
|
-To be showcased:
|
|
- How to create the hidden volume
|
|
- How to put the Whonix VM inside the hidden volume
|
|
- How to use the emergency shutdown script as a non-root user
|
|
- How to start the emergency shutdown script with a cinnamon keyboard shortcut
|
|
|
|
</code></pre>
|
|
<p>And that's it! now you have a very rudimentary way of keeping track of what you need to do, in what context, and in what order.</p>
|
|
|
|
</div>
|
|
</div><!-- /row -->
|
|
</div> <!-- /container -->
|
|
</div><!-- /white -->
|
|
|
|
<!-- +++++ Footer Section +++++ -->
|
|
|
|
<div id="productivityb">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-4">
|
|
<h4>Nihilism</h4>
|
|
<p>
|
|
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
|
|
|
</p>
|
|
</div><!-- /col-lg-4 -->
|
|
|
|
<div class="col-lg-4">
|
|
<h4>My Links</h4>
|
|
<p>
|
|
|
|
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
|
|
|
|
</p>
|
|
</div><!-- /col-lg-4 -->
|
|
|
|
<div class="col-lg-4">
|
|
<h4>About nihilist</h4>
|
|
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
|
|
</div><!-- /col-lg-4 -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
</body>
|
|
</html>
|