Skip to main content

🧙 About Myseq 🥑

·240 words·2 mins
MySeq website
Table of Contents
MySeq: Essential security, simplified.

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
#

  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
·51 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.