This describes commands to set up Mumble's server (Murmur) on Ubuntu Linux.
sudo apt-get install mumble-server
{ | |
"basics": { | |
"name": "Alfie Renn", | |
"label": "Software Engineer & Web Designer", | |
"image": "https://cv.alfierenn.dev/profile-picture.png", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://alfierenn.dev/", | |
"summary": "Hi! I'm Alfie: physics graduate, toki pona speaker, and software engineer. I love to make beautiful things with code (mainly using HTML/CSS/JavaScript and Python), including websites, apps, and graphs. With all my work I create good quality, robust, and well-tested code, as well as powerful automation and well-organised git repositories, empowering collaboration. Do check out my website and GitHub!", | |
"location": { |
{ | |
"name": "alifeee", | |
"settings": "{\"settings\":\"{\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"githubPullRequests.remotes\\\": [\\\"origin\\\"],\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"githubPullRequests.createOnPublishBranch\\\": \\\"never\\\",\\r\\n \\\"ltex.language\\\": \\\"en-GB\\\",\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"svg.preview.mode\\\": \\\"svg\\\",\\r\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\r\\n \\\"ltex.enabled\\\": [\\r\\n \\\"bibtex\\\",\\r\\n \\\"context\\\",\\r\\n \\\"context.tex\\\",\\r\\n \\\"latex\\\",\\r\\n \\\"markdown\\\",\\r\\n \\\"org\\\",\\r\\n \\\"restructuredtext\\\",\\r\\n \\\"rsweave\\\"\\r\\n |
{ | |
"last_modified": "2025-02-28T14:25:00.950260Z", | |
"bookmarks": { | |
"TOP 10 personal websites/blogs": [ | |
{ | |
"title": "Tom Forth's Homepage", | |
"url": "https://www.tomforth.co.uk/", | |
"date_added": "2023-05-29T18:23:46.689000Z" | |
}, | |
{ |
Before this, I logged in to my server via ssh with
> ssh [email protected]
[email protected]'s password:
...
root@chunkifeee:~#
top_genres = [ | |
"pov: indie", | |
"Indie game soundtrack", | |
"Steampunk", | |
"Pixel", | |
"Indie pop", | |
] | |
[listener] | |
type = "Shapeshifter" |
I used | |
cat words.txt | awk -F'[^a-zA-Z]' 'BEGIN {delete wds} { if (length($0) > 0 && length($0) < 10) { if (!($1 in wds)) {print $1; wds[$1]} } }' > nimi-ale-pi-toki-pona.txt | |
on the words in | |
https://raw.githubusercontent.com/jan-Lope/Toki_Pona_lessons_English/gh-pages/nimi_pi_toki_pona.txt | |
from | |
https://www.reddit.com/r/tokipona/comments/bjbnw5/word_list/ |
Mainly following https://gist.github.com/CloudLinuxDeveloper/ec801e51c0a3917555c01d8b064e7f9a
sudo apt update && sudo apt install vsftpd
sudo service vsftpd status
sudo ufw allow 20/tcp
sudo ufw allow 21/tcp
sudo ufw allow 40000:50000/tcp