Skip to main content

🐝 About Myseq 🐜

·276 words·2 mins
MySeq website
zd
Author
zd
cli-geek, strategist
Table of Contents
MySeq: Essential security, simplified.

All contents, blog posts, and opinions are on my own.

<! –

MySeq Acronym
#

MYSEQ (Mapping Your Security Essentials Quadrants)
This focuses on Myseq’s ability to map out and analyze different security areas.
MYSEQ (Mastering Your Security Essential Quotas)
If Myseq involves setting security goals (quotas), this option could be relevant. –>

About
#

MySeq was created to break down complex cybersecurity concepts into manageable steps, making essential security accessible to all.

It is 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",  
            "ColorScheme": "avocado"
        }
    ]
}

See Font Used by MySeq for why Fira Code is selected.

History
#

  1. 2023-10

    myseq.github.io

    Hugo

    Theme: Blowfish

  2. 2023-01

    myseq.github.io

    Hugo

    Theme: Terminal

  3. 2015-06

    myseq.github.io

    Jekyll

    Theme: Jekyll-now

  4. 2004-09

    myseq.blogspot.com

    Blogger

    Theme: custom

Links#

myseq/myseq

✨ myseq@github ✨ repository. All codes, contents, blog posts, and opinions are on my own. 🦖

Markdown
0
0

Related

Links
·40 words·1 min
MySeq fun learn links
Have fun via links and learning.
Voice of 2021 (HK)
·53 words·1 min
MySeq voice lie
From 2021 (HK)
Python-httpx Vs Python-requests
·67 words·1 min
Blogger async python
Quick comparison between httpx and requests.