Skip to content

Instantly share code, notes, and snippets.

bc 1.06.95
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
define f (x) {
if (x <= 1) return (1);
return (f(x-1) * x);
}
f(6)/f(4)
30
@amatus
amatus / dell_idrac6_ikvm_java_setup.txt
Last active December 26, 2023 17:22
Dell iDRAC6 iKVM Java setup
apt install icedtea-netx
sed -i -e 's/JRE=.*/JRE=\/usr\/lib\/jvm\/java-8-openjdk-amd64/' /usr/share/icedtea-web/bin/javaws.sh
echo deployment.security.level=ALLOW_UNSIGNED >> ~/.config/icedtea-web/deployment.properties
comment out jdk.jar.disabledAlgorithms= and jdk.tls.disabledAlgorithms= in /etc/java-8-openjdk/security/java.security
@amatus
amatus / W83777.md
Last active February 3, 2022 22:18
Winbond W83777 Multi-IO Card

Winbond W83777 Multi-IO Card

JP1

COM A 1-2-3 4-5-6
COM1 (3F8) 1-2 4-5 (Default)
COM3 (3E8) 2-3 5-6
COM4 (2E8) 1-2 5-6
Disabled 2-3 4-5