New pages
Jump to navigation
Jump to search
- 14:53, 14 February 2025 Howtos/Serving from your home folder on nginx (hist | edit) [90 bytes] Manetta (talk | contribs) (Created page with " location ~ ^/~(.+?)(/.*)?$ { alias /home/$1/public_html$2; index index.html; }") originally created as "Serving from your home folder on nginx"
- 14:46, 14 February 2025 Howtos/Autoindex on nginx (hist | edit) [576 bytes] Manetta (talk | contribs) (Created page with "You can activate autoindex on the main server folder (<code>/var/www/html/</code>) and/or home folders (<code>~/public_html/</code>). ==/var/www/html/== ==~/public_html/== location ~ ^/~(.+?)(/.*)?$ { alias /home/$1/public_html$2; index index.php index.html index.htm; autoindex on; # this feature automatically lists all files in the public_html folder! }") originally created as "Autoindex on nginx"
- 14:27, 14 February 2025 Howtos/Changing terminal background color when SSH-ing (hist | edit) [946 bytes] Manetta (talk | contribs) (Created page with "I learned this from Martino, and really like it so much. My terminal changes color when i SSH into a machine. For example: my terminal become 255, 255, 0 yellow when SSH-ing into CC :), matching the background color of the web page! ==~/.bashrc== First open your bashrc file: $ nano ~/.bashrc Then add this at the bottom of the file: # Changing background color of terminal when using SSH function ssh(){ BG=$(xtermcontrol --get-bg) $(which ssh) "$@" xter...") originally created as "Changing terminal background color when SSH-ing"
- 14:18, 14 February 2025 Howtos (hist | edit) [123 bytes] Manetta (talk | contribs) (Created page with "* changing terminal background color when SSH-ing")
- 10:56, 12 February 2025 Typesetting tools/Lists (hist | edit) [214 bytes] Manetta (talk | contribs) (Created page with "Lists or index pages of typesetting tools. * https://tinytools.directory/ → zines/books + print * https://polytype.dev/ (a rosetta's stone for typesetting tools, quick demo's of many different typesetting tools)")
- 10:50, 12 February 2025 Typesetting tools/Timelines (hist | edit) [6,748 bytes] Manetta (talk | contribs) (Created page with "test")
- 10:50, 31 January 2025 My response to PPP Questionnaire from Lou-Ann (hist | edit) [7,257 bytes] Manetta (talk | contribs) (Created page with "'''QUESTIONNAIRE — PPP 🖨️''' Bonjour PPP ! Un peu de contexte : Je suis actuellement en troisième année de DNMADe mention graphisme à l‘École Supérieure de Design de Villefontaine. J'ai réalisé dans un premier temps : une enquête autour de la pratique des designers face aux enjeux actuels. Explorant la question de l'IA dans notre pratique, son intégration dans la création, Adobe et son monopole etc... Mais également, en présentant les pratiques...")
- 13:06, 24 January 2025 Docum€ntation (hist | edit) [182 bytes] Simoon (talk | contribs) (Created page with "first commit")