Progetti

  • Video #113:
shell_command:
  update_duckdns_ipv6: >
    curl -s "https://www.duckdns.org/update?domains=[[DOMAIN(senza.duckdns.org)]]&token=[[IL_TUO_TOKEN]]&ipv6=$(ip -6 addr show scope global | grep inet6 | awk '{print $2}' | cut -d/ -f1 | head -n 1)&clear=true"
  • Video #102:
mv -v ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash
  • Video #100:
for f in "$@"
do
	touch -t 199001010001 $f
done
Torna in alto