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 2. Tools 2.1. Local storage manager 2.2. File editor 2.3. Webpage viewport 3. Resources 3.1. Informational documents 3.2. Personal documents 3.3. Other resources 4. Websites 4.1. cerium.cc 4.2. theme.cerium.cc 4.3. srcs.cc 4.4. test.cerium.ccInformation
Webpage types 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. Data instances Data instances isolate persistent data across multiple local storage items, allowing pages to be used in multiple ways at a time. By default, data instances are usually numbered from 1, but will have a unique name if it has any special behaviors. Data instances can be renamed on each page by pressing the "Edit" button, and entering a new name.Website themes
Various website themes with colors and styles. Read the theme.cerium.cc section for more information. You can apply any single theme, or multiple themes at once. Multiple themes can include any non-exclusive style themes, up to one font theme, and up to one color theme. When applying multiple, specify the style themes and font theme followed by the color theme in the subdomain, separated by hyphens. E.g. "lo-sq-tl-ub-dw.theme.cerium.cc" would apply the Lowercase, Square, and Top-Left style themes, with the Ubuntu font and Warm Dark color theme.
Themes
Normal (No theme)
Color themes Style themes Light lt Centered Page cnt \ / Excl Cool Light lc Top-Left tl Warm Light lw Flat fl \ / Excl Dark dk True Flat tfl Cool Dark dc Cool Tint tc \ / Excl Warm Dark dw Warm Tint tw Black bk Dim dm Grey gy Negative neg \ | | / Excl Nord Light nlt Negative Hue negh Nord Dark ndk Negative Lightness negl Mint mt Greyscale gry Desert ds Uppercase up \ / Excl Forest fst Lowercase lo Green gr Square sq Pink pk Bold bd Island isl No Animation na Green on Black gnbk No Style Light nsl No Style Dark nsd
Font themes Ubuntu ub Rubik rb Open Sans ops
Homepages
Normal homepage HTML-only homepageWebpages
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.ccPersistent notes (JavaScript)
(Fancy) Persistent notes # A customizable notes page with many font and style options. # Saves data to local storage. Uses multiple instances to save data. # Shortcuts: fpnotes.cerium.cc, fp.cerium.cc(Full) Persistent notes # A simple notes page with some style options. # Saves data to local storage. Uses multiple instances to save data. # 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.ccTasks
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.ccPersistent 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.ccDrawing
(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.ccCalculator (JavaScript)
Calculator # A basic scientific/graphing calculator capable of solving long expressions with most common math operations. Graphing mode supports multiple expressions and includes some customizable settings. # Lacks precision with very large and small numbers, as well as some decimals. # Shortcuts: calc.cerium.cc, c.cerium.ccFind 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.ccCode editor (JavaScript)
Code editor # Run HTML, CSS, and JS code in your browser. # Saves data to local storage. Uses multiple instances to save data.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.ccLarge 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.ccBase converter (JavaScript)
Base converter # Converts integer and fractional numbers between bases from binary to base64 (or larger) with arbitrary precision. Allows specifying custom character values.Tools
Local storage manager (JavaScript)
Local storage manager # Manages localStorage keys and values within the current domain. Able to list, create, delete, view, and edit key values.File editor (JavaScript)
File editor # Edit plain text files in your browser. # Saves data to local storage.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) GitHubHTML Linux Cheat Sheet | download 59.4 KiB | HTML file (.html) GitHubHow Bitcoin Works - Plain Text | download 4.8 KiB | Text file (.txt)How Bitcoin Works - HTML | download 5.6 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/mc, src.cerium.cc/mcDebian Apache Guacamole Installer | download 12.6 KiB | Shell script (.sh) Shortcuts: srcs.cc/guac, src.cerium.cc/guacXML Sitemap Generator | download 1.8 KiB | Shell script (.sh)Reference Color Images | directory 15.7 KiB | Tar archive (.tar.xz)Website Assets File directoryWebsites
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 the cerium.cc web directory, where live changes and other tests are made. Themes are available at the theme.test.cerium.cc subdomain.