Skip to content

Instantly share code, notes, and snippets.

View vallamost's full-sized avatar
:atom:
Helping

Ian vallamost

:atom:
Helping
View GitHub Profile
.notificationsFrame {
position: relative;
}
.notificationsFrame {
z-index: 2;
width: 100%;
top: 20px;
background: #fff;
border-radius: 3px;
overflow: hidden;
#!/bin/bash
#
# Automate mysql secure installation for debian-baed systems
#
# - You can set a password for root accounts.
# - You can remove root accounts that are accessible from outside the local host.
# - You can remove anonymous-user accounts.
# - You can remove the test database (which by default can be accessed by all users, even anonymous users),
# and privileges that permit anyone to access databases with names that start with test_.