Cyberbase

Cyberbase

My public base/wiki/digital garden for cybersecurity, cyber resilience, and cyber-related topics - mixed with some personal. Utilizes Notion, Obsidian, and Github to sync content.

18 Stars
GitHub

permalink: aliases: [] tags: [] publish: true date created: Saturday, March 9th 2024, 8:53 pm date modified: Thursday, March 20th 2025, 4:14 pm title: Welcome to my Cyberbase cssclasses:

  • list-cards

Cybersader

Cybersader art
Welcome to my base in cyberspace

%%

const pages = dv.pages()
  .where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
  .sort(f => f.file.mtime, "desc")
  .limit(1);
  
let content;
if (pages.length === 0) {
  content = "No files found.";
} else {
  const lastEdited = pages[0];
  // If your environment has 'moment' loaded, this will work:
  const timeAgo = moment(lastEdited.file.mtime).fromNow();
  // Or you can use a pure JavaScript "time ago" function, if moment is unavailable.
  content = `${timeAgo} – [[${lastEdited.file.name}]]`;
}
`
> Recent Edits
> ${dv.markdownList([content])}
`;

%%

%% DATAVIEW_PUBLISHER: start

const pages = dv.pages()
  .where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
  .sort(file => file.file.mtime, "desc")
  .limit(1);

let content;
if (pages.length === 0) {
  content = "No files found.";
} else {
  const lastEdited = pages[0];
  // If 'moment' is available, use format(...) to get a nice timestamp:
  const dateTime = moment(lastEdited.file.mtime).format("ddd, MMM D, YYYY");
  content = `${dateTime} - [[${lastEdited.file.name}]]`;
}

`
> [!note] Latest Edit
> ${content}
`;

%%

[!note] Latest Edit Fri, Dec 12, 2025 - [[Cyberbase Folder Structure]]

%% DATAVIEW_PUBLISHER: end %%

πŸ”— Links

Cyberbase

%% DATAVIEW_PUBLISHER: start

TABLE dateformat(file.mtime, "ccc - f") AS "Last modified" 
FROM "" 
WHERE !contains(file.name, "README") and !contains(file.name, "Changelog")
SORT file.mtime DESC LIMIT 10

%%

FileLast modified
[[πŸ“ 54 - Obsidian Vault Organization/Cyberbase Folder Structure/Cyberbase Folder Structure.md|Cyberbase Folder Structure]]Mon - 12/1/2025, 11:08 AM
[[πŸ“ 54 - Obsidian Vault Organization/Tag Structure Examples/Tag Structure Examples.md|Tag Structure Examples]]Mon - 12/1/2025, 11:06 AM
[[⬇️ Clippings/⬇️ Clippings.md|⬇️ Clippings]]Sat - 11/29/2025, 2:09 PM
[[πŸ“ 51 - Cyberbase/Obsidian Plugins and Ideas for Contributions/Obsidian Plugins and Ideas for Contributions.md|Obsidian Plugins and Ideas for Contributions]]Fri - 11/21/2025, 11:30 AM
[[⬇ INBOX, DROPZONE/MCP and Obsidian/MCP and Obsidian.md|MCP and Obsidian]]Fri - 11/14/2025, 10:31 PM
[[⬇ INBOX, DROPZONE/⬇ INBOX, DROPZONE.md|⬇ INBOX, DROPZONE]]Fri - 11/14/2025, 10:30 PM
[[πŸ“ 12 - Content Creation/⬇️ Content Creation Stack Ideas/⬇️ Content Creation Stack Ideas.md|⬇️ Content Creation Stack Ideas]]Tue - 11/11/2025, 7:53 PM
[[⬇️ Clippings/ChatGPT/Affordable roller shades Home Assistant/Affordable roller shades Home Assistant.md|Affordable roller shades Home Assistant]]Tue - 11/11/2025, 3:38 PM
[[πŸ“ 07 - Cybersader Arsenal/Home Lab, Home Server/Backup TrueNAS Boot Drive & TrueCommand/Backup TrueNAS Boot Drive & TrueCommand.md|Backup TrueNAS Boot Drive & TrueCommand]]Sun - 11/9/2025, 7:20 PM
[[πŸ“ 07 - Cybersader Arsenal/πŸ“ 07 - Cybersader Arsenal.md|πŸ“ 07 - Cybersader Arsenal]]Sun - 11/9/2025, 6:35 PM

%% DATAVIEW_PUBLISHER: end %%

[!info] πŸ“… Changelog - view more recent activity here

Base Source

[!info]- What is GitHub? I use GitHub to store versions of my cyberbase. It's used by programmers to manage their code and deliver software to the world, but I use it for this base's content.

My Activity (1 Year)

cybersader's Github chart

Time Spent in Base

wakatime

%% wakatime %%

%% Total time coded since Feb 24 2025 %%

%% cybersader activity %%

πŸ“› Badges

[!important]- Tech I Like

Bitwarden Badge Obsidian Badge Ubiquiti Badge Burp Suite Badge pfSense Badge Android Badge Todoist Badge ShareX Badge Signal Badge Proton Drive Badge Proton Calendar Badge Proton VPN Badge TrueNAS Badge Immich Badge Awesome Lists Badge VirusTotal Badge Python Badge YouTube Badge GitHub Badge OBS Studio Badge Open Source Initiative Badge OWASP Badge pandas Badge Metasploit Badge Mermaid Badge Excalidraw Badge Notion Badge Kali Linux Badge Wireshark Badge VMware Badge Discord Badge Cloudflare Badge

%% height=20 width=auto -- put a space after the badge %%

πŸ“š About | The Wiki

My public and contributable base/wiki for cybersecurity, cyber resilience, and cyber-related topics. Utilizes Notion, Obsidian, and Github to sync content. For now this is my "digital garden", "second brain", and fortress of the cybersader.

A beacon for the assembly and dissemination of cyber wisdom, this platform stands as a formidable citadel, a testament to my dedication as a Cybersader, committed to enriching the collective intellect. Initially serving as a crucible for my own insights, it is adorned with the digital ramparts and moats designed to safeguard knowledge. Yet, its ambition extends far beyond, aspiring to evolve into a dynamic, contributory nexus for the cyber-savvy and the intellectually studious. This endeavor is the essence of social knowledge curationβ€”a concept pioneered by Wikipedia, yet here, under the banner of the Cybersader, I seek to refine and reimagine its potential. My vision is to build not just a platform, but a fortress of wisdom, more intuitive in its use and replicable, allowing others to establish resilient bastions of cyber knowledge across the realm. Here, every contribution is forged in fire, every shared insight a shield to the industry, paving the way for an unprecedented expansion of cyber knowledge landscapes, under the watchful eye of the Cybersader.

❀️‍πŸ”₯ Support Me or Say Thanks

If you enjoy my work or find value from it, then you can support me below by sharing your thoughts or a small gift.

Related

How to Install

  1. Download the ZIP or clone the repository
  2. Open the folder as a vault in Obsidian (File β†’ Open Vault)
  3. Obsidian will prompt you to install required plugins

Stats

Stars

18

Forks

2

Last updated 6d ago

Categories

Tags

awesome-listawesome-listscyber-securitycybersecuritydata-privacydigital-gardenmarkdownnotionwiki