cerium.cc

Table of contents

WebpagesNotesPersistent notesCalculatorBase converterRandom string generatorLarge ASCII textDrawingDrawing v2Drawing v3Find and replaceCode editorTasksPersistent tasksWord counter
ToolsLocal storage managerFile editorWebpage viewport
ResourcesInformational documentsPersonal documentsOther resources
Websitescerium.cctheme.cerium.ccsrcs.cctest.cerium.cc

Webpages

Tools

Resources

Websites

Website Content

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 themesStyle themes Excl
Light lt Centered Page cnt 1
Cool Light lc Top-Left tl 1
Warm Light lw Flat fl 2
Dark dk True Flat tfl 2
Cool Dark dc Gapless gl 3
Warm Dark dw Cool Tint tc 4
Black bk Warm Tint tw 4
Grey gy Dim dm 4
Nord Light nlt Negative neg 5
Nord Dark ndk Negative Hue negh 5
Mint mt Negative Lightness negl 5
Desert ds Greyscale gry 5
Forest fst Uppercase up 6
Green gr Lowercase lo 6
Pink pk Square sq 7
Love Dark lv Bold bd 8
Island isl No Animation na 9
Green on Black gnbk
No Style Light nsl
No Style Dark nsd

Font themes
Serif sf
Ubuntu ub
Rubik rb
Open Sans ops

Information

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 create multiple copies of local storage items, allowing
pages to be used in multiple ways at a time. By default, they're usually
numbered from 1, but will have a unique name if it has any special behaviors.
They can also be renamed on each page by double clicking any of the labels and
entering the new names. Save the new names by double clicking again or pressing
enter.

        Pages using persistent data can also be named using the T key while not
typing. It allows prepending a custom string to the page title, which can be
done for each data instance.

Webpages


Notes

(Fancy) Notes
# A customizable notes page with many font and style options.
19.88 KiB, modified: 2024-11-27.
- Shortcuts: fnotes.cerium.cc, fn.cerium.cc



(Full) Notes
# A simple notes page with some style options.
1.07 KiB, modified: 2024-11-26.
- Shortcuts: notes.cerium.cc, n.cerium.cc



(Minimum) Notes
# A very basic notes page with a large area to write plain text.
823 B, modified: 2024-10-19.
- 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.
856 B, modified: 2024-10-19.
- 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.
20.7 KiB, modified: 2024-11-27.
- 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.
1.82 KiB, modified: 2024-11-26.
- 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.
967 B, modified: 2024-10-19.
- 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.
0.98 KiB, modified: 2024-10-19.
- 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

Calculator (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.
73.43 KiB, modified: 2024-11-30.
- Lacks precision with very large and small numbers, as well as some decimals. - Shortcuts: calc.cerium.cc, c.cerium.cc

Base converter (JavaScript)

Base converter
# Converts integer and fractional numbers between any rational bases (except 0 or 1) up to base64 (or larger if specified) with arbitrary precision. Allows specifying custom character values, and bases can be expressed in fraction or radix point notation.
33.05 KiB, modified: 2024-11-29.
- Shortcuts: base.cerium.cc

Random string generator (JavaScript)

Random string generator
# Generates a random string of text with specific characters from pre-made and/or custom categories.
7.01 KiB, modified: 2024-11-24.
- Shortcuts: random.cerium.cc, rnd.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.
18.45 KiB, modified: 2024-11-24.

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.
293.6 KiB, modified: 2024-11-24.
- 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.
75.14 KiB, modified: 2024-11-24.

Drawing v2

(Full) Drawing v2
# An experimental 48px canvas with 3-level RGB for drawing pixel art. Has some background and grid options.
2.94 MiB, modified: 2024-11-24.
- Can have intensive resource usage, especially on Chromium-based browsers. Very large page size. - Shortcuts: draw2.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.
753.51 KiB, modified: 2024-11-24.
- Can have intensive resource usage, especially on Chromium-based browsers. Very 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.
169.63 KiB, modified: 2024-11-24.
- Saves data to local storage. - Shortcuts: draw3.cerium.cc, d3.cerium.cc

Find and replace (JavaScript)

Find and replace
# Highlight and replace text in a string using a regular expression with JavaScript RegExp syntax.
14.05 KiB, modified: 2024-11-24.
- Shortcuts: replace.cerium.cc, r.cerium.cc

Code editor (JavaScript)

Code editor
# Run HTML, CSS, and JS code in your browser.
11.35 KiB, modified: 2024-11-24.
- Saves data to local storage. Uses multiple instances to save data. - Shortcuts: code.cerium.cc

Tasks

Tasks
# A simple to-do list for keeping track of various tasks. Able to list up to 100 tasks.
37.36 KiB, modified: 2024-11-24.
- 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.
38.03 KiB, modified: 2024-11-24.
- Saves data to local storage. - Shortcuts: ptasks.cerium.cc, pt.cerium.cc

Word counter (JavaScript)

Word counter
# Displays a simple word and character count of an input string by using a regular expression.
3.56 KiB, modified: 2024-11-24.
- Shortcuts: word.cerium.cc, wc.cerium.cc

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.
5.82 KiB, modified: 2024-11-24.

File editor (JavaScript)

File editor
# Edit plain text files in your browser.
2.41 KiB, modified: 2024-11-24.
- Saves data to local storage. - Shortcuts: file.cerium.cc

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.
2.99 KiB, modified: 2024-11-24.

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
55.7 KiB, 2024-06-08 Text file (.txt)
- download
- GitHub

HTML Linux Cheat Sheet
59.4 KiB, 2024-09-07 HTML file (.html)
- download
- GitHub

How Bitcoin Works - Plain Text
4.81 KiB, 2024-09-20 Text file (.txt)
- download

How Bitcoin Works - HTML
5.62 KiB, 2024-09-20 HTML file (.html)
- download

Systemd - Application Autostart Example
833 B, 2024-08-18 Text file (.txt)
- download

Systemd - Minecraft Server Example
1.44 KiB, 2024-08-18 Text file (.txt)
- download

Remove Proxmox VE "No valid subscription"
1.07 KiB, 2024-09-21 Text file (.txt)
- download

Regex Line Wrapping - Text and HTML
678 B, 2024-11-29 Text file (.txt)
- download

ASCII Characters
6.9 KiB, 2024-10-19 Text file (.txt)
- download

Common Unicode Character Codes
2.69 KiB, 2024-11-09 Text file (.txt)
- download

List of Periodic Element Names
1.01 KiB, 2024-04-30 Text file (.txt)
- download

List of Periodic Element Symbols
339 B, 2024-04-30 Text file (.txt)
- download

Personal documents

Symbols ASCII Art
24.77 KiB, 2024-08-03 Text file (.txt)
- download

ASCII Characters ASCII Art
7.55 KiB, 2024-09-07 Text file (.txt)
- download

A Small Cup of Tea
8 B, 2024-08-01 Text file (.txt)
- download

A Large Cup of Tea
900 B, 2024-08-30 Text file (.txt)
- download

A Tremendous Cup of Tea
5.28 KiB, 2024-08-30 Text file (.txt)
- download

Other resources

Linux Minecraft Server Installer/Updater
15.27 KiB, 2024-10-26 Shell script (.sh)
- download
- srcs.cc/mc
- src.cerium.cc/mc

Debian Apache Guacamole Installer
12.56 KiB, 2024-08-18 Shell script (.sh)
- download
- srcs.cc/guac
- src.cerium.cc/guac

1:1 Scale Solar System 3D Model
1.39 MiB, 2024-09-13 Blender scene (.blend)
- download

XML Sitemap Generator
1.28 KiB, 2024-11-20 Shell script (.sh)
- download

Reference Color Images
15.68 KiB, 2024-07-05 Tar archive (.tar.xz)
- directory

Website Assets
4 KiB, 2024-11-28 File directory

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 the cerium.cc web directory, where live changes and other tests are made. Themes are available at the theme.test.cerium.cc subdomain.