Compare commits
No commits in common. "95948d7ee5735fbbea39c0d2b5dd2f8ed1ed13fa" and "bb9ee315b9055d718cb89b29d6452137ae937eac" have entirely different histories.
95948d7ee5
...
bb9ee315b9
@ -1,24 +0,0 @@
|
|||||||
+++
|
|
||||||
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,15 +3,9 @@ title = 'HowTo create habit'
|
|||||||
date = 2024-04-27
|
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.
|
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
|
## The Most Important
|
||||||
1. Distraction
|
1. Distraction
|
||||||
@ -56,8 +50,8 @@ Why you would want to create habit?
|
|||||||
- Don't define goals, define identity (#5)
|
- Don't define goals, define identity (#5)
|
||||||
|
|
||||||
---
|
---
|
||||||
{{< spoiler Example >}}
|
|
||||||
<!-- ## Example: -->
|
## Example:
|
||||||
|
|
||||||
Example habit - *read 10 pages of book everyday*.
|
Example habit - *read 10 pages of book everyday*.
|
||||||
|
|
||||||
@ -100,7 +94,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"
|
"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
|
6. Reward yourself
|
||||||
Eat specific candy after reading pages for today (even if it's 1 page)
|
Eat specific candy after reading pages for today (even if it's 1 page)
|
||||||
{{< /spoiler >}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
+++
|
|
||||||
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 >}}
|
|
@ -1,24 +0,0 @@
|
|||||||
<!-- <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