Posts tagged "uncategorized"
Windows / Linux Timezone Settings
Problem: if you have Windows and Linux on the same computer, windows shows the wrong time shifted by your timezone (dst) after rebooting from Linux. Discussion: Linux stores UTC in the computers hardware clock usually. This makes multi user, multi timezone, and dst handling easy, because it knows hardware clock is a...
DELL iDRAC6 with Java8
Problem: The remote console feature of a Dell R710 server does not open with an Linux client with errors like these: Connection failed, Unsigned Java Applett, etc Solution: I had to change three things: in /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security I had to change to these lines: # from # jdk.j...
Hello world
My daily job is solving IT problems. No matter if they are hardware/software, or os/configuration/application related. There is always a bug to be fixed. And: AlexT Debugs This blog will be the place to remember some solutions to problems, because as time goes by it's sometimes hard to remember how I debugged. Some ...