This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.open-task-list, .jump-top, .top-nav-bar, .divider, #userbar { | |
display: none !important; | |
} | |
.search-block { | |
position: absolute; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
INTERNAL_IP4_NETMASK=255.0.0.0 | |
INTERNAL_IP4_NETMASKLEN=8 | |
INTERNAL_IP4_NETADDR=10.0.0.0 | |
shopt -s expand_aliases | |
alias set_default_route=disabled | |
alias reset_default_route=disabled |
OlderNewer