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. Code editor
    1.11. Word counter
    1.12. Large ASCII text
    1.13. Random string
    1.14. Base converter
    1.15. Webpage viewport
  2. Resources
    2.1.  Informational documents
    2.2.  Personal documents
    2.3.  Other resources
  3. Websites
    3.1.  cerium.cc
    3.2.  theme.cerium.cc
    3.3.  srcs.cc
    3.4.  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.

Website themes

  Various website themes with colors and styles. Read the 3.2. theme.cerium.cc
  section for more information.
   # You can apply any non-exclusive style themes and up to one color theme at a
  time by specifying the style themes followed by the color theme in the
  subdomain, separated by hyphens.
   # E.g. "lo-sq-cnt-dw.theme.cerium.cc" would apply the Lowercase, Square, and
  Centered Page style themes, with the Warm Dark color theme.
Themes

Normal (No theme)
Color themes Style themes
Light lt Centered Page cnt Exclusive
Cool Light lc Top-left tl
Warm Light lw Negative neg Exclusive
Dark dk Negative Lightness negl
Cool Dark dc Uppercase up Exclusive
Warm Dark dw Lowercase lo
Black bk Square sq
Flat (Light) ltf Bold bd
Flat (Dark) dkf No Animation na
Flat (Black) bkf
Pink pk
Green on Black gnbk
Red on Black rdbk
Island isl

Homepages

  Normal homepage
  HTML-only homepage

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 a large area to write plain text.
   # Shortcuts: mnotes.cerium.cc, mn.cerium.cc

  (Minimum) Dark notes
   # A very basic notes page with a large area to write plain text, using a dark
  color theme.
   # Default colors are replaced by themed subdomains.
   # 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 a large area to write plain text.
   # 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 a large area to write plain text, using a dark
  color theme.
   # Default colors are replaced by themed subdomains.
   # 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.
   # Can have intensive resource usage, especially on Chromium-based browsers.
  Very large page size.
   # 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.
   # Can have intensive resource usage, especially on Chromium-based browsers.
  Large page size.

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.
   # Saves data to local storage.
   # 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

Code editor (JavaScript)

  Code editor
   # Run HTML, CSS, and JS code in your browser.
   # Saves data to local storage.

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

Large ASCII text (JavaScript)

  Large ASCII text
   # Creates a larger version of an alphanumeric string (and some symbols) by
  using an ASCII drawing of each character.

Random string generator (JavaScript)

  Random string generator
   # Generates a random string of text with specific characters from pre-made and
  custom categories.
   # Shortcuts: random.cerium.cc, rnd.cerium.cc

Base converter (JavaScript)

  Base converter
   # Converts integer and fractional numbers between bases from binary to base64
  or larger. Allows specifying custom character values.

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


Plaintext content is served as HTML with a custom style by default. This style
is overridden by custom themes.

Informational documents

  Plain Text Linux Cheat Sheet | download
  55.7 KiB | Text file (.txt)
  GitHub

  HTML Linux Cheat Sheet | download
  59.4 KiB | HTML file (.html)
  GitHub

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

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

  Systemd - Application Autostart Example | download
  833 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)

  ASCII Characters | download
  6.9 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

  Symbols ASCII Art | download
  24.8 KiB | Text file (.txt)

  ASCII Characters ASCII Art | download
  7.6 KiB | Text file (.txt)

  A Small Cup of Tea | download
  8 B | Text file (.txt)

  A Large Cup of Tea | download
  900 B | Text file (.txt)

  A Tremendous Cup of Tea | download
  5.3 KiB | Text file (.txt)

Other resources

  Linux Minecraft Server Installer/Updater | download
  12.4 KiB | Shell script (.sh)
  Shortcuts: srcs.cc/lms, src.cerium.cc/lms

  Debian Apache Guacamole Installer | download
  12.6 KiB | Shell script (.sh)
  Shortcuts: srcs.cc/igd, src.cerium.cc/igd

  XML Sitemap Generator | download
  1.8 KiB | Shell script (.sh)

  Reference Color Images List | Directory index
  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.

theme.cerium.cc

  theme.cerium.cc
   # Hosts subdomains with alternative themes. Each subdomain appends a stylesheet
  to every page, which contains colors and styling for each theme.
   # Themes will be applied to all webpages, even ones without existing
  sylesheets. Some themes may have accessibility issues or unintentional behavior.
   # Local storage is not shared across subdomains. Any persistent webpages will
  function independently, without sharing data.

srcs.cc

  srcs.cc
   # A short domain used for convenient access to resources such as shell scripts.
  Interchangable with the src.cerium.cc subdomain.

test.cerium.cc

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