All contents, blog posts, and opinions are on my own.
About#
MySeq was created to break down complex cybersecurity concepts into manageable steps, making essential security accessible to all.
It is also a personal website that sharing my thought on practicing essential security and simplify Cybersecurity. Nonetheless, I also share some programming techniques, mostly tutorials and articles, and a range of topics including Linux 🐧, open source, Python 🐛, docker , Kubernetes, virtualization and software development .
This site is powered by
Hugo 🧙
, a static site generator, with Blowfish 🐡 theme. It is hosting at
GitHub Pages.
Before this, MySeq was hosting in
Blogger.com at https://myseq.blogspot.com/.
All the pages/posts are edited with vi editor and tested with firefox browser. 😊
/** MySeq Config **/
// JSON format
{
"Site": "MySeq",
"BaseURL": "https://myseq.github.io",
"Author": "zd",
"Config": [
{
"Font": "Fira Code",
"Link": "https://fonts.google.com/specimen/Fira+Code"
},
{
"Theme": "Blowfish",
"Emojicon": "🐡",
"ColorScheme": "avocado",
"ColorEmojicon": "🥑"
}
]
}
See Font Used by MySeq for why
Fira Code
is selected.
History#
2023-10
myseq.github.io
Hugo
Theme: Blowfish2023-01
myseq.github.io
Hugo
Theme: Terminal2015-06
myseq.github.io
Jekyll
Theme: Jekyll-now2004-09
myseq.blogspot.com
Blogger
Theme: custom
Links#
- MySeq’s SSH public key.
MySeq
at GitHub.
myseq/myseq✨ myseq@github ✨ repository. All codes, contents, blog posts, and opinions are on my own. 🦖
Markdown00
- Hugo Static Site Generator.