Advanced Search
Search Results
42 total results found
Format C
“Format C” is a non-profit artist organization based in Croatia (EU), active in the area of visual and multimedia art.We continuously act to affirm all contemporary, fringe, visionary artistic practices – first and foremost on our local scene, but we also wish...
About SCAN
“Sustainable Critical Art Network” – (formerly known as “Glitch Art Network”) is a practical endeavor to form a continuous cultural exchange and partnerships among European non-profits, aiming to maintain a transnational horizontal and non-institutional distri...
transcoding
#copy all audio into h264 mp4 video with static image (useful for playing back audio with video players (shows cover while playing)) for i in *.mp3; do ffmpeg -loop 1 -i image-file.jpg -i $i -c:a copy -c:v h264 -q:v 255 -shortest -y -s cif -pix_fmt yuv420p m...
mapping
create images from lines in a text file (need an "imgs" subfolder) while read line; do convert -background transparent -fill '#5733af' -pointsize 10 -font Unifont +antialias label:$line imgs/$line.png; done < list.txt once these are created they can be impor...
Setup pis for fubar2k21
#burn image to sdcard sudo dd bs=32M if=fubar2k21pi.img of=/dev/mmcblk0 #(adjust if and of) #Insert USB before powering pi on, delete any system files on the USB (they will be visible in tree) #rename SSID sudo nano /etc/hosta...
Notes
A more current editable pad here: https://pads.ccc.de/suda 1) securing the user - removing the user from sudoers - chrooting the user (allowed commands: cd, ls, cat, nano, xsetroot, suda scripts) 2) make everything run automatically - already tried ...
Packages used
arch-install-scriptsarchinstallbasecloud-initdhclientqemu-guest-agentlinux-librelinux-libre-firmwaremkinitcpiomkinitcpio-parabolaisopvsyslinuxzshcurlnanoxf86-input-evdevxf86-video-amdgpuxf86-video-atixf86-video-nouveauxf86-video-vesaxorg-mkfontscalexorg-server...
Commands Cheatsheet
Start VNC x11vnc -shared -forever -noxdamage -localhost -noxrecord -nopw -many -loop -display :0 Start noVNC (with ssl) novnc --listen 443 --cert /etc/letsencrypt/live/suda.formatc.hr/fullchain.pem --key /etc/letsencrypt/live/suda.formatc.hr/privkey.pem C...
Software
Blender A free and open-source 3D computer graphics software tool set. Blender constantly changes (usually for the better). It has support for gLTF models but export is buggy and geometry falls apart so exporting to a format that's better supported like OBJ o...
Setting up paswordless SSH login
Client side This is the command used to generate a keypair, be sure to use a strong password when it prompts for it: ssh-keygen -t ed25519 -C "anything" This will generate two files: the .pub file is the public key (this is OK to share with anyone), the oth...
Create screenshots of PDF from list of files
Use attached p33per.sh script - requires CutyCapt installed- takes newline delimited list of urls as input file (first argument)- to output other formats change the CutyCapt line for different tiles extensions and resolutions (default is 1920px x 1080px png)-...
Building an arch / parabola custom live iso
0) Read this from start to finish without trying anything https://wiki.archlinux.org/title/archiso Templates for building isos are in /usr/share/parabolaiso/configs/ 1) Copy config to build_directory cp -r /usr/share/parabolaiso/configs/releng build_dire...
Runninng novnc and x11vnc as systemd services
For security reasons it's best practice not to run any services as the root user. There are two services we need to run as two separate users. One is the noVNC service that runs noVNC and serves web content. To do this we need to enable non-root users to open...
Physical suda configuration
GIGABYTE GA-G41M-ES2L + XEON X5460 + 4GB DDR2 + ZALMAN CNPS10X
Setup pis for fubar2k22
#Remount USB as RW sudo /home/pi/pi_video_looper/remount_rw_usbkey.sh use root to write to USB (sudo) #To preserve UTF-8 filenames make USB filesystem ext4 (not exfat or fat) #burn image to sdcard sudo dd bs=32M if=fubar2k22pi.img of=/dev/mmcblk...
Sustainable Digital Intro
This project started out at MediaLAB, a weekly meeting in a physical space called hacklab01 where a group of (digital) artists exchanged ideas on digital art and set out to make a collaborative art piece. Our discussions led to the conclusion that a manifesto ...
Sustainable Digital Art Manifesto
This manifesto is an act of resistance against established social and artistic practices, conservative norms and commodified canons, unsustainable actions, and quantified ownership culture. In this time of radical commercialization prioritizing the consequenti...
MAPS
################################################################################## __ __ _____ _____ | \/ | /\ | __ \ / ____| | \ / | / \ | |__) | (___ ...
Održivi digitalni uvod
Ovaj projekt započeo je na MediaLAB-u, tjednom sastanku u fizičkom prostoru hacklaba01 gdje je grupa (digitalnih) umjetnika razmijenjivala ideje o digitalnoj umjetnosti i krenula u izradu zajedničkog umjetničkog djela. Rasprave su dovele do zaključka da nam je...
Manifest održive digitalne umjetnosti
Ovaj manifest je čin otpora prema ustaljenim društvenim i umjetničkim praksama, konzervativnim normama i komodificiranim kanonima, neodrživim modelima djelovanja i kvantificiranoj vlasničkoj kulturi. U vremenu radikalne komercijalizacije koja prioritizira form...