BAJAR EL BRILLO EN UBUNTU
Posted: miércoles, 6 de abril de 2011 by Skuarch in
0
//hora actual + el tiempo que quiero que dure
long end = System.currentTimeMillis() + 15000;
while(System.currentTimeMillis() < end) {
//...
}
setUndecorated(true);
getRootPane().setWindowDecorationStyle(JRootPane.NONE);
echo "export TERM=xterm" | sudo tee /etc/profile.d/set_term.sh && source /etc/profile
--skip-name-resolve
skip-name-resolve
WARNING: [C4003]: Error occurred on connection creation [hostname:7676]. - cause: java.net.UnknownHostException: hostname
public String stack2string(Exception e) {
StringWriter sw = null;
PrintWriter pw = null;
try {
sw = new StringWriter();
pw = new PrintWriter(sw);
e.printStackTrace(pw);
return "\r\n" + sw.toString() + "\r\n";
}
catch(Exception e2) {
e.printStackTrace();
}
}
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 127.0.1.1; port: 3700"
127.0.0.1 localhost
1.1.1.1 skuarch-mac