Compare commits
2 Commits
bb9ee315b9
...
95948d7ee5
Author | SHA1 | Date | |
---|---|---|---|
95948d7ee5 | |||
47909fba3d |
24
content/hacking/HowTo_learn_hacking.md
Normal file
24
content/hacking/HowTo_learn_hacking.md
Normal file
@ -0,0 +1,24 @@
|
||||
+++
|
||||
title = 'HowTo learn hacking'
|
||||
date = 2024-05-03
|
||||
+++
|
||||
|
||||
<!-- -->
|
||||
|
||||
It's my personal hacking learning strategy:
|
||||
- Superficially recognize how it is done - you need to find familiar concepts
|
||||
- Read OWASP Top-10 for it
|
||||
- Gather methodology on testing from various sources
|
||||
- Get list of hack tools
|
||||
- Based on methodology create own checklist on pentest
|
||||
- Find checklists for this topic online and combine with own if needed
|
||||
- PRACTICE!
|
||||
- Fill the knowledge gaps
|
||||
- Extra: Read books and articles to deepen knowledge base
|
||||
|
||||
|
||||
{{< source >}}
|
||||
Random YouTube videos
|
||||
My Experience
|
||||
{{< /source >}}
|
||||
|
@ -3,9 +3,15 @@ title = 'HowTo create habit'
|
||||
date = 2024-04-27
|
||||
+++
|
||||
|
||||
# Intro
|
||||
|
||||
Building habit is hard and takes 90 days of consistent everyday work. Here is guide to make a habit in (subjectively) easy way.
|
||||
|
||||
Why you would want to create habit?
|
||||
+ to start doing something everyday
|
||||
+ to improve in some field
|
||||
|
||||
|
||||
|
||||
## The Most Important
|
||||
1. Distraction
|
||||
@ -50,8 +56,8 @@ Building habit is hard and takes 90 days of consistent everyday work. Here is gu
|
||||
- Don't define goals, define identity (#5)
|
||||
|
||||
---
|
||||
|
||||
## Example:
|
||||
{{< spoiler Example >}}
|
||||
<!-- ## Example: -->
|
||||
|
||||
Example habit - *read 10 pages of book everyday*.
|
||||
|
||||
@ -94,7 +100,7 @@ Example habit - *read 10 pages of book everyday*.
|
||||
"I'm a book lover, I do read a lot", "I read 10 pages yesterday, so I read more than 80% of people"
|
||||
6. Reward yourself
|
||||
Eat specific candy after reading pages for today (even if it's 1 page)
|
||||
|
||||
{{< /spoiler >}}
|
||||
|
||||
|
||||
|
||||
|
23
content/productivity/HowTo_read.md
Normal file
23
content/productivity/HowTo_read.md
Normal file
@ -0,0 +1,23 @@
|
||||
+++
|
||||
title = 'HowTo read'
|
||||
date = 2024-05-03
|
||||
+++
|
||||
|
||||
<!-- -->
|
||||
|
||||
|
||||
You need to:
|
||||
+ realise what and why you read - to stay motivated
|
||||
+ ask yourself - what you need to read next to be better in this theme
|
||||
+ make reading list about this theme
|
||||
+ read easy material after hard and vice versa
|
||||
+ read books again if you think that you changed/developed (for example - after a year)
|
||||
+ make reading [habit](/productivity/howto_create_habit):
|
||||
+ put away phone and other distractions
|
||||
+ set specific environment and triggers for and while reading (for instance - sit in unusual location / light candle / wear specific T-shirt / play specific ambient music / at specific time)
|
||||
+ read **everyday**. Even if it is 1 page
|
||||
|
||||
{{< source >}}
|
||||
Random YouTube videos
|
||||
My Experience
|
||||
{{< /source >}}
|
24
layouts/shortcodes/spoiler.html
Normal file
24
layouts/shortcodes/spoiler.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!-- <hr> -->
|
||||
<details>
|
||||
<summary onmouseover="" style="cursor: pointer;">{{ .Get 0 }}</summary>
|
||||
<!-- v1 -->
|
||||
<!-- <ul> -->
|
||||
<!-- {{ range split (strings.TrimLeft "\n" (strings.TrimRight "\n" .Inner)) "\n" }} -->
|
||||
<!-- <li>{{ printf "%s\n" . }}</li> -->
|
||||
<!-- {{ end }} -->
|
||||
<!-- </ul> -->
|
||||
|
||||
<!-- v2 -->
|
||||
{{ .Inner | markdownify }}
|
||||
|
||||
<!-- v3 -->
|
||||
<!-- {{ range split .Inner "\n" }} -->
|
||||
<!-- {{ printf " - %s\n" . | markdownify }} -->
|
||||
<!-- {{ end }} -->
|
||||
|
||||
<!-- v4 -->
|
||||
<!-- {{ range split (strings.TrimLeft "\n" (strings.TrimRight "\n" .Inner)) "\n" }} -->
|
||||
<!-- {{ printf " - %s" . | markdownify }} -->
|
||||
<!-- {{ end }} -->
|
||||
|
||||
</details>
|
Loading…
Reference in New Issue
Block a user