Skip to content

Instantly share code, notes, and snippets.

@cortix
cortix / cmd2
Created December 14, 2014 01:43
login as: root
root@178.62.216.84's password:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sat Dec 13 19:45:00 EST 2014
System load: 0.08 Processes: 84
Usage of /: 10.7% of 19.56GB Users logged in: 1
Dec 13 07:17:01 berkademconsulting CRON[5480]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 13 08:17:01 berkademconsulting CRON[6726]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 13 09:03:21 berkademconsulting mysqld_safe[10481]: 141213 9:03:21 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Dec 13 09:03:21 berkademconsulting mysqld_safe[10481]: 141213 9:03:21 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Dec 13 09:03:21 berkademconsulting mysqld_safe[10481]:
Dec 13 09:03:21 berkademconsulting mysqld_safe[10481]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
Dec 13 09:03:21 berkademconsulting mysqld_safe[10481]: To do so, start the server, then issue the following commands:
Dec 13 09:03:21 berkademconsulting mysqld_safe[1048
@cortix
cortix / cmd3
Created December 14, 2014 02:49
login as: root
root@178.62.216.84's password:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sat Dec 13 21:44:07 EST 2014
System load: 0.0 Processes: 82
Usage of /: 10.7% of 19.56GB Users logged in: 1
@cortix
cortix / cmd
Created December 15, 2014 14:42
login as: root
root@178.62.216.84's password:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Dec 15 09:12:41 EST 2014
System load: 0.0 Processes: 84
Usage of /: 10.7% of 19.56GB Users logged in: 1
@cortix
cortix / cmd4
Created December 15, 2014 16:30
login as: root
root@178.62.216.84's password:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Dec 15 10:13:08 EST 2014
System load: 0.01 Processes: 84
Usage of /: 10.7% of 19.56GB Users logged in: 1
141215 8:15:39 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
141215 8:15:39 [Note] Plugin 'FEDERATED' is disabled.
141215 8:15:39 InnoDB: The InnoDB memory heap is disabled
141215 8:15:39 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141215 8:15:39 InnoDB: Compressed tables use zlib 1.2.8
141215 8:15:39 InnoDB: Using Linux native AIO
141215 8:15:39 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
141215 8:15:39 InnoDB: Completed initialization of buffer pool
141215 8:15:39 InnoDB: Fatal error: cannot allocate memory for the buffer pool
@cortix
cortix / cmd5
Created December 15, 2014 21:42
login as: root
root@178.62.216.84's password:
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Dec 15 15:08:33 EST 2014
System load: 0.05 Processes: 84
Usage of /: 10.8% of 19.56GB Users logged in: 1
​<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
wicket:id="html" xmlns:wicket="http://wicket.apache.org">
<head>
<title></title>
<!-- Custom styles for this template -->
<link href="resource/styles/jumbotron.css" rel="stylesheet">
<link href="resource/styles/signin.css" rel="stylesheet" type="">
import base.ApplicationJavaScript;
import base.DocsCssResourceReference;
import base.FixBootstrapStylesCssResourceReference;
import de.agilecoders.wicket.core.Bootstrap;
import de.agilecoders.wicket.core.markup.html.bootstrap.behavior.CssClassNameAppender;
import de.agilecoders.wicket.core.markup.html.bootstrap.block.Code;
import de.agilecoders.wicket.core.markup.html.bootstrap.button.dropdown.DropDownButton;
import de.agilecoders.wicket.core.markup.html.bootstrap.button.dropdown.MenuBookmarkablePageLink;
import de.agilecoders.wicket.core.markup.html.bootstrap.button.dropdown.MenuDivider;