new index page, edit about me, add some summaries (which I will probably remove) and new post

This commit is contained in:
Casual 2024-05-06 19:36:18 +03:00
parent 5046f2554a
commit b230383376
14 changed files with 111 additions and 116 deletions

View File

@ -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)

View File

@ -5,7 +5,7 @@ date = 2024-05-03
<!-- &nbsp; -->
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
- Read OWASP Top-10 for it
- Gather methodology on testing from various sources

View File

@ -4,6 +4,8 @@ date = 2024-04-23
draft = false
+++
Start HTTP server in 1 command!<!--more-->
### Python3
`python -m http.server PORT`

12
content/index.md Normal file
View 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
&nbsp;
---
&nbsp;
## All posts

View File

@ -4,4 +4,5 @@ date = 2024-03-08T14:01:49+03:00
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".

View File

@ -3,9 +3,7 @@ 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.
Building habit is hard and takes 90 days of consistent everyday work. Here is guide to make a habit in (subjectively) easy way.<!--more-->
Why you would want to create habit?
+ to start doing something everyday

View File

@ -3,10 +3,7 @@ title = 'HowTo read'
date = 2024-05-03
+++
<!-- &nbsp; -->
You need to:
You will not waste time while you read if you follow these rules:<!--more-->
+ 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

View File

@ -0,0 +1,28 @@
+++
title = 'HowTo buy used PC hardware'
date = 2024-05-06
+++
<!-- &nbsp; -->
What is safe to buy second-hand for PC?<!--more-->
&nbsp;
## 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

View File

@ -6,7 +6,7 @@ draft = false
## Blog
Powered by Hugo with Anubis2 theme.
Powered by Hugo with Anubis2 theme.<!--more-->
## Mirrors

View File

@ -1,64 +1,43 @@
+++
title = 'Who is Casual?'
title = 'About blog and casual'
draft = false
+++
Hi, I'm Casual. Geek. Jack of all trades, master of none.
Right now I'm passionate about:
## Why do You want to read my blog?
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
- Learning/Education
- Minimalism
- 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
&nbsp;
[Contact Me](/whoami/contact_me/)
&nbsp;
---
&nbsp;
[Telegram mirror](https://t.me/allcasualblog)
[RSS](https://blog.ca.sual.in/index.xml)
&nbsp;
---
&nbsp;
All material under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode.en) license.

View File

@ -7,7 +7,7 @@ Chat with me on:
- XMPP: casual@pwned.life
Or write your message here (with contact information) and I will contact you:
<!--more-->

View File

@ -67,7 +67,7 @@ params:
style: dark-without-switcher
mainSections: [ "blog" ] # which sections should be on index/main page
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
disableSummary: false
toc: true # display Table of Contents

View File

@ -1,14 +1,35 @@
{{ define "main" }}
<div class="homepage-content">
<div class="index-content">
{{ .Content }}
</div>
<div class="articles h-feed">
{{ $pages := where (where site.RegularPages "Type" "in" site.Params.mainSections) "Params.hidden" "!=" true }}
{{ range (.Paginate $pages).Pages }}
{{ partial "post-summary.html" . }}
<h1 class="post-title">{{ i18n .Title | markdownify }}</h1>
{{ $showFullContent := in .Site.Params.sectionsWithFullContentOnListPage .Section }}
{{ $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 }}
{{ if $showFullContent }}
{{ partial "pagination.html" . }}
{{ end}}
</div>
{{ end }}