Website Content

Table of contents


1. Webpages 1.1. Notes 1.2. Persistent notes 1.3. Tasks 1.4. Persistent tasks 1.5. Drawing 1.6. Drawing v2 1.7. Drawing v3 1.8. Calculator 1.9. Find and replace 1.10. Word counter 1.11. Pseudo-random string 1.12. Base converter 1.13. Webpage viewport 2. Resources 2.1. Informational documents 2.2. Personal documents 2.3. Other resources 3. Websites 3.1. cerium.cc 3.2. test.cerium.cc

Webpage styles


Fancy - Has additional features or content. Full - The default version of the webpage. Small - Has a reduced amount of content. Minimum - Has only the necessary content.

Webpages


Notes

  (Fancy) Notes  
   # A customizable notes page with many font and style options.  
   # Shortcuts: fnotes.cerium.cc, fn.cerium.cc  

  (Full) Notes  
   # A simple notes page with some style options.  
   # Shortcuts: notes.cerium.cc, n.cerium.cc  

  (Minimum) Notes  
   # A very basic notes page with only a large area to write plaintext content.  
   # Shortcuts: mnotes.cerium.cc, mn.cerium.cc  

  (Minimum) Dark notes  
   # A very basic notes page with only a large area to write plaintext content, using a dark color theme.  
   # Shortcuts: dnotes.cerium.cc, dn.cerium.cc  

Persistent notes (JavaScript)

  (Fancy) Persistent notes  
   # A customizable notes page with many font and style options.  
   # Saves data to local storage.  
   # Shortcuts: fpnotes.cerium.cc, fp.cerium.cc  

  (Full) Persistent notes  
   # A simple notes page with some style options.  
   # Saves data to local storage.  
   # Shortcuts: pnotes.cerium.cc, p.cerium.cc  

  (Minimum) Persistent notes  
   # A very basic notes page with only a large area to write plaintext content.  
   # Saves data to local storage. Shares local storage with the "(Minimum) Dark persistent notes" page.  
   # Shortcuts: mpnotes.cerium.cc, mp.cerium.cc  

  (Minimum) Dark persistent notes  
   # A very basic notes page with only a large area to write plaintext content, using a dark color theme.  
   # Saves data to local storage. Shares local storage with the "(Minimum) Persistent notes" page.  
   # Shortcuts: dpnotes.cerium.cc, dp.cerium.cc  

Tasks

  Tasks  
   # A simple to-do list for keeping track of various tasks. Able to list up to 100 tasks.  
   # Shortcuts: tasks.cerium.cc, t.cerium.cc  

Persistent tasks (JavaScript)

  Persistent tasks  
   # A simple to-do list for keeping track of various tasks. Able to list up to 100 tasks.  
   # Saves data to local storage.  
   # Shortcuts: ptasks.cerium.cc, pt.cerium.cc  

Drawing

  (Full) Drawing  
   # A 64px dichromatic canvas with a few color options for drawing pixel art. Has a few options for background and grid colors.  
   # Shortcuts: draw.cerium.cc, d.cerium.cc  

  (Small) Drawing  
   # A 32px dichromatic canvas with a few color options for drawing pixel art. Has a few options for background and grid colors.  

Drawing v2

  (Full) Drawing v2  
   # An experimental 48px canvas with 3-level RGB for drawing pixel art. Has some background and grid options.  
   # Intensive resource usage, especially when switching colors.  
   # Shortcuts: draw2.cerium.cc, draw-v2.cerium.cc, d2.cerium.cc  

  (Small) Drawing v2  
   # An experimental 24px canvas with 3-level RGB for drawing pixel art. Has some background and grid options.  
   # Intensive resource usage, especially when switching colors.  

Drawing v3 (JavaScript)

  Drawing v3  
   # A 64px canvas with 6-bit RGB and other options for drawing pixel art. Includes a few keyboard shortcuts for different actions.   
   # Shortcuts: draw3.cerium.cc, draw-v3.cerium.cc, d3.cerium.cc  

Calculator (JavaScript)

  Calculator  
   # A basic scientific calculator capable of solving long expressions, supporting most of the common scientific math operations.  
   # Lacks precision with very large and small numbers, as well as some decimals.  
   # Shortcuts: calc.cerium.cc, c.cerium.cc  

Find and replace (JavaScript)

  Find and replace  
   # Highlight and replace text in a string using a regular expression with JavaScript RegExp syntax.  
   # Shortcuts: replace.cerium.cc, r.cerium.cc  

Word counter (JavaScript)

  Word counter  
   # Displays a simple word and character count of an input string by using a regular expression.  
   # Shortcuts: word.cerium.cc, wc.cerium.cc  

Pseudo-random string (JavaScript)

  Pseudo-random string  
   # Generates pseudo-random strings of text with specific characters from pre-made categories.  
   # Shortcuts: random.cerium.cc, rnd.cerium.cc  

Base converter (JavaScript)

  Base converter  
   # Converts numbers between common bases from binary (2) to hexatrigesimal (36).  

Webpage viewport (JavaScript)

  Webpage viewport  
   # Loads a webpage in a resizable viewport using an inline frame. Incompatible with sites serving the "X-Frame-Options" or "Content-Security-Policy: frame-ancestors" response headers.  

Resources


Informational documents

  Linux Cheat Sheet | download  
  55.7 KiB | Text file (.txt)  
  CC BY-NC-SA 4.0  
  GitHub  

  Linux Cheat Sheet | download  
  59.4 KiB | HTML file (.html)  
  CC BY-NC-SA 4.0  
  GitHub  

  How Bitcoin Works | download  
  4.8 KiB | Text file (.txt)  

  How Bitcoin Works | download  
  5.5 KiB | HTML file (.html)  

  Systemd - Application Autostart Example | download  
  745 B | Text file (.txt)  

  Systemd - Minecraft Server Example | download  
  1.4 KiB | Text file (.txt)  

  Remove Proxmox VE "No valid subscription" | download  
  1.1 KiB | Text file (.txt)  

  List of Periodic Element Names | download  
  1.0 KiB | Text file (.txt)  

  List of Periodic Element Symbols | download  
  339 B | Text file (.txt)  

Personal documents

  ASCII Art | download  
  7.2 KiB | Text file (.txt)  

Other resources

  Linux Minecraft Server Installer/Updater | download  
  12.4 KiB | Shell script (.sh)  

  XML Sitemap Generator | download  
   # A simple sitemap generator which collects links from a single webpage to create an XML sitemap.  
  1.7 KiB | Shell script (.sh)  

  Reference Color Images List | Directory Listing  
  76.1 KiB | HTML file (.html)  

Websites


cerium.cc

  cerium.cc  
   # The homepage of cerium.cc, a simple self-hosted website. Contains links and descriptions for all pages and resources.  

  HTML-only cerium.cc  
   # An HTML-only copy of the cerium.cc homepage, a simple self-hosted website. Contains links and descriptions for all pages and resources.  

test.cerium.cc

  test.cerium.cc  
   # Clone of cerium.cc web directory, where live changes and other tests are made.  

  HTML-only test.cerium.cc  
   # Clone of cerium.cc web directory, where live changes and other tests are made.