This file contains 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
#!/usr/bin/bash | |
# Originally based on http://wiki.smartos.org/display/DOC/Allowing+user+CRUD+in+the+global+zone | |
# Author: hugo@freenode | |
enable_stmf=1 | |
enable_smb=1 | |
enable_nfs=1 | |
save_us=( /etc/passwd /etc/shadow /etc/group /etc/ouser_attr /etc/user_attr \ | |
/etc/security/policy.conf /etc/security/auth_attr /etc/security/exec_attr \ |
This file contains 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
dig @8.8.8.8 mercurial.selenic.com | |
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 mercurial.selenic.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 43862 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 | |
;; QUESTION SECTION: |
This file contains 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/sh | |
# | |
# Tries to keep SSH-forwarding connection open for port forwarding | |
# using given range of local ports. | |
# | |
UserHost='[email protected]' | |
PortMin=20200 |
This file contains 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
[8554:8583:0915/071908:ERROR:shared_memory_posix.cc(231)] Creating shared memory in /dev/shm/.org.chromium.Chromium.qsuXli failed: Too many open files | |
[8554:8583:0915/071908:ERROR:shared_memory_posix.cc(231)] Creating shared memory in /dev/shm/.org.chromium.Chromium.2a6s6U failed: Too many open files | |
[8554:8583:0915/071908:ERROR:shared_memory_posix.cc(231)] Creating shared memory in /dev/shm/.org.chromium.Chromium.XQo9Qx failed: Too many open files | |
[627:633:0100/000000:ERROR:webgraphicscontext3d_command_buffer_impl.cc(236)] CommandBufferProxy::Initialize failed. | |
[627:633:0100/000000:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256)] Failed to initialize command buffer. | |
[8554:8583:0915/071908:ERROR:shared_memory_posix.cc(231)] Creating shared memory in /dev/shm/.org.chromium.Chromium.Xg01Ba failed: Too many open files | |
[627:633:0100/000000:ERROR:webgraphicscontext3d_command_buffer_impl.cc(236)] CommandBufferProxy::Initialize failed. | |
[627:633:0100/000000:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256 |