new index page, edit about me, add some summaries (which I will probably remove) and new post
This commit is contained in:
parent
5046f2554a
commit
b230383376
@ -1,43 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'Casual Blog'
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Why do You want to read my blog?
|
|
||||||
|
|
||||||
I write __short__ and clutterless aricles for people like me. If you are into:
|
|
||||||
- hacking
|
|
||||||
- technology
|
|
||||||
- learning
|
|
||||||
|
|
||||||
then you will learn new things based on my research and experience.
|
|
||||||
The best part - it's completely free!
|
|
||||||
|
|
||||||
|
|
||||||
## Who Am I?
|
|
||||||
|
|
||||||
Hi, I am __Casual__ - minimalist and [hacker](https://en.wikipedia.org/wiki/A_Hacker_Manifesto).
|
|
||||||
I do pentesting and counseling.
|
|
||||||
Also I love learning new stuff!
|
|
||||||
|
|
||||||
[Learn more.](/whoami/casual/)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
[Telegram mirror](https://t.me/allcasualblog)
|
|
||||||
|
|
||||||
[RSS](https://blog.ca.sual.in/index.xml)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -5,7 +5,7 @@ date = 2024-05-03
|
|||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
It's my personal hacking learning strategy:
|
It's my personal hacking learning strategy:<!--more-->
|
||||||
- Superficially recognize how it is done - you need to find familiar concepts
|
- Superficially recognize how it is done - you need to find familiar concepts
|
||||||
- Read OWASP Top-10 for it
|
- Read OWASP Top-10 for it
|
||||||
- Gather methodology on testing from various sources
|
- Gather methodology on testing from various sources
|
||||||
|
@ -4,6 +4,8 @@ date = 2024-04-23
|
|||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
Start HTTP server in 1 command!<!--more-->
|
||||||
|
|
||||||
### Python3
|
### Python3
|
||||||
`python -m http.server PORT`
|
`python -m http.server PORT`
|
||||||
|
|
||||||
|
12
content/index.md
Normal file
12
content/index.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Hi, I'm Casual. Jack of all trades, master of none.
|
||||||
|
|
||||||
|
I write __short__ and clutterless aricles about:
|
||||||
|
- hacking
|
||||||
|
- technology
|
||||||
|
- productivity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## All posts
|
@ -4,4 +4,5 @@ date = 2024-03-08T14:01:49+03:00
|
|||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Well, the first real post is about constrains - usually it's quicker to follow them, then bypass them. As a pentester I find it strange contradicting to my *nature*, but the time saved on making a proper solution/workaround is pretty important. It is reminds me of "The Cult of Done".
|
Well, the first personal post is about constrains.<!--more-->
|
||||||
|
Usually it's quicker to follow them, then bypass them. As a pentester I find it strange contradicting to my *nature*, but the time saved on making a proper solution/workaround is pretty important. It reminds me of "The Cult of Done".
|
||||||
|
@ -3,9 +3,7 @@ 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.<!--more-->
|
||||||
|
|
||||||
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?
|
Why you would want to create habit?
|
||||||
+ to start doing something everyday
|
+ to start doing something everyday
|
||||||
|
@ -3,10 +3,7 @@ title = 'HowTo read'
|
|||||||
date = 2024-05-03
|
date = 2024-05-03
|
||||||
+++
|
+++
|
||||||
|
|
||||||
<!-- -->
|
You will not waste time while you read if you follow these rules:<!--more-->
|
||||||
|
|
||||||
|
|
||||||
You need to:
|
|
||||||
+ realise what and why you read - to stay motivated
|
+ realise what and why you read - to stay motivated
|
||||||
+ ask yourself - what you need to read next to be better in this theme
|
+ ask yourself - what you need to read next to be better in this theme
|
||||||
+ make reading list about this theme
|
+ make reading list about this theme
|
||||||
|
28
content/tech/HowTo_buy_used_PC_hardware.md
Normal file
28
content/tech/HowTo_buy_used_PC_hardware.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
+++
|
||||||
|
title = 'HowTo buy used PC hardware'
|
||||||
|
date = 2024-05-06
|
||||||
|
+++
|
||||||
|
|
||||||
|
<!-- -->
|
||||||
|
|
||||||
|
What is safe to buy second-hand for PC?<!--more-->
|
||||||
|
|
||||||
|
|
||||||
|
## Safe to buy
|
||||||
|
|
||||||
|
- CPU
|
||||||
|
- RAM (but still check it with MemTest86)
|
||||||
|
- PC Case
|
||||||
|
- Cooler
|
||||||
|
|
||||||
|
## Dangerous
|
||||||
|
|
||||||
|
- Motherboard
|
||||||
|
- GPU
|
||||||
|
- Fan (would be more noisy since degradation)
|
||||||
|
|
||||||
|
## Do not buy
|
||||||
|
|
||||||
|
- Storage (especially HDD. With SSD you can check left lifespan and _kinda_ be safe)
|
||||||
|
- PSU
|
||||||
|
|
@ -6,7 +6,7 @@ draft = false
|
|||||||
|
|
||||||
## Blog
|
## Blog
|
||||||
|
|
||||||
Powered by Hugo with Anubis2 theme.
|
Powered by Hugo with Anubis2 theme.<!--more-->
|
||||||
|
|
||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
|
@ -1,64 +1,43 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Who is Casual?'
|
title = 'About blog and casual'
|
||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hi, I'm Casual. Geek. Jack of all trades, master of none.
|
## Why do You want to read my blog?
|
||||||
Right now I'm passionate about:
|
|
||||||
|
I write __short__ and clutterless aricles for people like me.
|
||||||
|
Blog about:
|
||||||
|
- hacking
|
||||||
|
- technology
|
||||||
|
- productivity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Who Am I?
|
||||||
|
|
||||||
|
Hi, I'm Casual. Jack of all trades, master of none.
|
||||||
|
I'm passionate about:
|
||||||
- Hacking
|
- Hacking
|
||||||
- Learning/Education
|
- Learning/Education
|
||||||
- Minimalism
|
- Minimalism
|
||||||
- Productivity and Habit building
|
- Productivity and Habit building
|
||||||
|
|
||||||
|
|
||||||
Previously I was highly interested in:
|
|
||||||
- Anonymity
|
|
||||||
- Art
|
|
||||||
- Automatization
|
|
||||||
- Chess
|
|
||||||
- Containerization (Docker, Podman)
|
|
||||||
- Decentralized technologies
|
|
||||||
- DIY - Do It Yourself
|
|
||||||
- DnD - Dungeon and Dragons
|
|
||||||
- Drawing (pixelart, sketches)
|
|
||||||
- EDC - Every Day Carry
|
|
||||||
- Fixing Stuff
|
|
||||||
- FOSS - Free and open-source software
|
|
||||||
- GameDev
|
|
||||||
- IaC - Infrastructure as Code (Terraform, NixOS)
|
|
||||||
- Journalism
|
|
||||||
- Latin language
|
|
||||||
- Linux
|
|
||||||
- Music
|
|
||||||
- Network Administration
|
|
||||||
- NixOS
|
|
||||||
- OSINT - Open Source Intelligence
|
|
||||||
- Overlay networks (Tor, Yggdrasil, I2P)
|
|
||||||
- Programming (Python, Go, C++)
|
|
||||||
- Psychology
|
|
||||||
- Scripting (Bash,Python)
|
|
||||||
- SecOps
|
|
||||||
- Security
|
|
||||||
- Social Engineering
|
|
||||||
- Soldering
|
|
||||||
- System Administration
|
|
||||||
- Volleyball
|
|
||||||
- Writing/Storytelling
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Achievements
|
|
||||||
|
|
||||||
- Worked for enterprise company
|
|
||||||
- Successful in bugbounty and CTF platforms.
|
|
||||||
- My HackTheBox account was banned by IppSec himself :D
|
|
||||||
- Have experience at being a teacher and tutor
|
|
||||||
- Have pretty big HomeLab (Stack, High Availability, 6 Nodes)
|
|
||||||
- Have gratitude from the government
|
|
||||||
- Can write 60 WPS (words per minute)
|
|
||||||
- Was winning national and international championships
|
|
||||||
- Was a journalist
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Contact Me](/whoami/contact_me/)
|
[Contact Me](/whoami/contact_me/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
[Telegram mirror](https://t.me/allcasualblog)
|
||||||
|
|
||||||
|
[RSS](https://blog.ca.sual.in/index.xml)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
All material under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode.en) license.
|
||||||
|
@ -7,7 +7,7 @@ Chat with me on:
|
|||||||
- XMPP: casual@pwned.life
|
- XMPP: casual@pwned.life
|
||||||
|
|
||||||
Or write your message here (with contact information) and I will contact you:
|
Or write your message here (with contact information) and I will contact you:
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ params:
|
|||||||
style: dark-without-switcher
|
style: dark-without-switcher
|
||||||
mainSections: [ "blog" ] # which sections should be on index/main page
|
mainSections: [ "blog" ] # which sections should be on index/main page
|
||||||
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
|
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
|
||||||
readMore: false # show read more button
|
readMore: true # show read more button
|
||||||
readNextPosts: 5 # show 5 related posts, 0 by default
|
readNextPosts: 5 # show 5 related posts, 0 by default
|
||||||
disableSummary: false
|
disableSummary: false
|
||||||
toc: true # display Table of Contents
|
toc: true # display Table of Contents
|
||||||
|
@ -1,14 +1,35 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="homepage-content">
|
<div class="index-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="articles h-feed">
|
<div class="articles h-feed">
|
||||||
{{ $pages := where (where site.RegularPages "Type" "in" site.Params.mainSections) "Params.hidden" "!=" true }}
|
<h1 class="post-title">{{ i18n .Title | markdownify }}</h1>
|
||||||
{{ range (.Paginate $pages).Pages }}
|
{{ $showFullContent := in .Site.Params.sectionsWithFullContentOnListPage .Section }}
|
||||||
{{ partial "post-summary.html" . }}
|
{{ $pages := where .Site.RegularPages "Params.hidden" "!=" true}}
|
||||||
|
|
||||||
|
{{ $pagesRange := $pages}}
|
||||||
|
{{ if $showFullContent }}
|
||||||
|
{{ $pagesRange = (.Paginate $pages).Pages }}
|
||||||
|
{{ end}}
|
||||||
|
|
||||||
|
{{ range $pagesRange }}
|
||||||
|
<div class="post-short-list h-entry">
|
||||||
|
<div class="post-header">
|
||||||
|
<header>
|
||||||
|
<h2 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}"><a class="u-url" href="{{ .RelPermalink }}">{{ trim .Title " " | markdownify }}</a></h2>
|
||||||
|
{{ partial "post-language-switcher.html" . }}
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
{{ if $showFullContent }}
|
||||||
|
{{ .Content }}
|
||||||
|
{{ end }}
|
||||||
|
{{ partial "post-info.html" . }}
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "pagination.html" . }}
|
{{ if $showFullContent }}
|
||||||
|
{{ partial "pagination.html" . }}
|
||||||
|
{{ end}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{{ if not .Site.Params.disableSummary }}
|
{{ if not .Site.Params.disableSummary }}
|
||||||
<div class="content post-summary p-summary">
|
<div class="content post-summary p-summary">
|
||||||
{{ .Summary | safeHTML }}
|
{{ .Summary | safeHTML }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and (.Truncated) (.Site.Params.readMore) }}
|
{{ if and (.Truncated) (.Site.Params.readMore) }}
|
||||||
@ -18,4 +18,4 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "post-info.html" . }}
|
{{ partial "post-info.html" . }}
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user