Search Filters
Search Results
54 total results found
MyWiki
Keep all the useful infos in one place
Useful scripts
Install OpenVPN: First, get the script and make it executable : curl -O https://raw.githubus...
MySQL e SQLite
Introduzione veloce MySQL è un database per gestire grandi quantità di dati, invece SQLite lo si...
Funzioni utili PHP
Generare stringa base 62 (Veloce non sicuro) <?php function getRandomString($len) { $char...
PHP namespace and spl_autoload_register
Namespace I namespace danno la possibilità di creare classi con lo stesso nome. Abbiamo 3 file ...
Proxmox free user post-config
Post-config that only free user need to do Edit /etc/apt/sources.list and add: PVE 5: deb h...
Chronos (Scuola-Lavoro) #TODO
Ho partecipato insieme ad altri studenti al progetto Tecnicamente Digitalmente di Adecco. Il nost...
Astocaz (JS-PHP-SQL-HTML/CSS)
E-commerce satirico con hosting su Altervista. L'obbiettivo era prendere familiarità con Bootstr...
Compara risoluzioni (JS)
Una semplice webApp per comparare risoluzioni differenti GitHub
PianoCartesiano (JAVA)
Programma in Java che disegna la funzione inserita: Esempi di funzioni: f(x) = cos(X)+4 f...
Corrompitore
Questo semplice programma scritto in Python permette di trasformare un codice di qualsiasi lingua...
Forza 4 (Java)
Questo programma scritto in java è composto da un JFrame dove sono presenti una matrice di 6 righ...
Proxmox GPU Passthrough
Fast summary of how to passthrough GPU in Proxmox Your hardware should, support: VT-d, interr...
Arduino Uno/Nano 16 bit PWN
Tested on Arduinos with ATMEGA 328 and ATMEGA 168 Usage ex: analogWrite16(34954); You'll need t...
Postfix catch-all and forward to another email
Install Postfix: sudo apt-get install postfix Create /etc/postfix/virtual: mail@mydomain.de...
Programmazione
Cose inerenti alla programmazione
Arduino PWM Exponential LED Fading
Light perception is logaritmic so we need exponential curve for having a linear light fading ...
PhantomJS run headless without X Org Server FIX
Update sudo apt-get update && sudo apt-get install xvfb Run PhantomJS xvfb-run phan...
MariaDB deny default root@localhost FIX / Allow all IPs / Recreate user
Can login as root using mysql -u root but not from PHP on the same host First, login to My...
Samba
Samba config cheatsheet sudo nano /etc/samba/smb.conf Add user "root" sudo smbpasswd -a root...
Lorem ipsum (Quick access)
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi quis nibh a sapien imperdiet vulpu...
WIP
2019
2018
2017
Arduino
Linux
HomeLab
Progetti
Documentazione per i progetti che faccio
Nginx config
Return 404 on specific extension Return 404 trying to load .ini or .db files. Add this to /etc/n...