Advanced Search
Search Results
186 total results found
automated backups
re-sharing content
licensing content
base images
GPIO pins for control
# This setting defines which Raspberry Pi GPIO pin (BOARD numbering!) will jump to which file in the playlist (first file has index 0)# See: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html for info about the pin numbers# the pins are pull...
SUDA - Serverski esej o održivoj digitalnoj umjetnosti
“SUDA - Serverski esej o održivoj digitalnoj umjetnosti” je autonomni serverski esej koji svojim stalno promjenjivim formatom okuplja FLOSS etiku, GNU/Linux metier i parametričku multimedijsku umjetnost.U tijeku projekta razvijena je i realizirana skulptura od...
Fotografije radne faze serverskog eseja
O manifestima i serverima
SUDA je akronim za Sustainable Digital Art odnosno održivu digitalnu umjetnost, a proizlazi iz djelovanja otvorenog novomedijskog laboratorija mediaLAB-a, pokrenutog 2019. na inicijativu umjetničke organizacije Format C i Hacklab01. SUDA je višeslojni projekt ...
Invitation
MediaLAB group joyfully invites you to be a part of the First Flashing of their computer SUDA on Wednesday, Dec 14th 2022 at 6 o'clock in the evening Online on hacklab01.org We are liberating our computer by replacing the software that’s...
Documentation
SUDA FIrst flashing: youtube.com/live/YW9z3o0ZV6I
WireGuard and lsyncd to sync a directory.
install wireguard apt install wireguard / pacman install wireguard-toolsgenerate keypairswg genkey | tee server_private.key | wg pubkey > server_public.keyServer config file /etc/wireguard/wg0.conf [Interface] PrivateKey = <server_private_key> Address = 10...
Django notes
Migration from event applications to art-applications for gunicorn to work it needs to have home dir permissions changed to 755 upgrade django-multiselectfield pip install --upgrade django-multiselecfield fix en hr in events_residencies/templates/base.htm...
nginx settings
For uploads (in server directive) client_max_body_size 5G; client_body_timeout 300s; send_timeout 300s; proxy_read_timeout 300s; proxy_send_timeout 300s;
Setup webdav
fstabhttps://webdav.example.com /mnt/webdav davfs user,rw,uid=$username,auto 0 0sudo nano /etc/davfs2/secrets https://webdav.example.com yourusername yourpassword sudo chmod 600 /etc/davfs2/secrets sudo usermod -aG davfs2 yourusername
Change paths
from django.db.models import F, Valuefrom django.db.models.functions import Replacefrom your_app.models import UploadedFile # Replace 'your_app' with the actual name of the app where UploadedFile is defined. # Update paths from development to productionUploa...
Tailscale
docker-compose.yml services: tailscale-$SOMETHING: image: tailscale/tailscale:latest network_mode: host cap_add: - NET_ADMIN environment: - TS_AUTHKEY=$AUTHKEY - TS_SERVE_CONFIG=/config/serve.json - TS_STATE_...
macvlan
Create a macvlan network set to the adequate adapter (in our case br0) docker network create -d macvlan --subnet=192.168.178.0/24 --gateway=192.168.178.1 -o parent=br0 macvlan_net Then add this into docker-compose.yml (adding first idented networks to servic...
CloneZilla
- Restore partition table (sda-pt.sf is in backup dir) sudo sfdisk /dev/sda < sda-pt.sf
Creating an account
https://signup.oraclecloud.com/ use a private Chrome or Edge tab (signup is messy, Firefox is supported but buggy) use any email (will just be used for login) they don't accept prepaid cards pick a geographic location, US locations are generally pretty c...
Provisioning an instance
Like every browser control panel in the world this one is awful so good luck!Find and select "instances", add new instance and keep everything "always free eligible" Image and shapeImage: Canonical Ubuntu 24.04 Minimal aarch64Shape:VM.Standard.A1.Flex 4 CPUs...