sysadminnotebook.blogspot.com sysadminnotebook.blogspot.com

sysadminnotebook.blogspot.com

Sysadmin Notebook

Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim. Switch(config)#mo...

http://sysadminnotebook.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SYSADMINNOTEBOOK.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 8 reviews
5 star
4
4 star
3
3 star
0
2 star
0
1 star
1

Hey there! Start your review of sysadminnotebook.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • sysadminnotebook.blogspot.com

    16x16

  • sysadminnotebook.blogspot.com

    32x32

  • sysadminnotebook.blogspot.com

    64x64

  • sysadminnotebook.blogspot.com

    128x128

CONTACTS AT SYSADMINNOTEBOOK.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Sysadmin Notebook | sysadminnotebook.blogspot.com Reviews
<META>
DESCRIPTION
Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim. Switch(config)#mo...
<META>
KEYWORDS
1 sysadmin notebook
2 how to fix
3 service
4 environmentfile= /etc/default/docker
5 then execute
6 sudo systemctl daemon reload
7 that's it
8 0 comments
9 email this
10 blogthis
CONTENT
Page content here
KEYWORDS ON
PAGE
sysadmin notebook,how to fix,service,environmentfile= /etc/default/docker,then execute,sudo systemctl daemon reload,that's it,0 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels docker,ubuntu,possibly related posts
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Sysadmin Notebook | sysadminnotebook.blogspot.com Reviews

https://sysadminnotebook.blogspot.com

Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim. Switch(config)#mo...

INTERNAL PAGES

sysadminnotebook.blogspot.com sysadminnotebook.blogspot.com
1

Sysadmin Notebook: Reading message content on postfix queue

http://sysadminnotebook.blogspot.com/2011/05/reading-message-content-on-postfix.html

Saturday, 21 May 2011. Reading message content on postfix queue. Get the id of the message by. Mailq grep "search something". Postcat -q MESSAGE ID. Posted by Luís Davim. Rafael Padilha da Silva. 24 September 2012 at 14:49. You can use pfqueue to read, list, del emails on mailq. Subscribe to: Post Comments (Atom). Installing Oracle 11g R2 Express Edition on Ubuntu 64-bit. Reading message content on postfix queue. Preserving client ip with apache reverse proxy. Create keystore from certificates.

2

Sysadmin Notebook: DOCKER_OPTS in /etc/default/docker ignored on Ubuntu

http://sysadminnotebook.blogspot.com/2015/08/dockeropts-in-etcdefaultdocker-ignored.html

Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim.

3

Sysadmin Notebook: GitLab update script

http://sysadminnotebook.blogspot.com/2014/08/gitlab-update-script.html

Saturday, 30 August 2014. I've recently installed GitLab and they provide easy to install deb and rpm packages but not a repository to help us keep our installation up to date. So I developed the following script that will check https:/ about.gitlab.com/downloads/archives/ for newer versions and install them when available:. INSTALLED VERSION=$(dpkg -s gitlab grep -i version cut -d" " -f2). INSTALLED VERSION=$(rpm -qa grep omnibus). Uses sort -V to compare versions. Echo " Latest version: $LATEST VERSION".

4

Sysadmin Notebook: Configure CISCO Catalyst 2960 ports to monitoring/mirroring mode

http://sysadminnotebook.blogspot.com/2015/02/configure-cisco-catalyst-2960-ports-to.html

Monday, 16 February 2015. Configure CISCO Catalyst 2960 ports to monitoring/mirroring mode. This will send all traffic that comes on the 0/1-0/9 ports to the Ga0/1 interface:. Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#monitor session 1 source interface fastEthernet 0/1. Switch(config)#monitor session 1 source interface fastEthernet 0/2. Switch(config)#monitor session 1 source interface fastEthernet 0/3. Switch(config)#monitor session 1 source interface fastEthernet 0/4.

5

Sysadmin Notebook: August 2015

http://sysadminnotebook.blogspot.com/2015_08_01_archive.html

Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

sysadminnews.com sysadminnews.com

SysAdminNews | Sys Admin News is your source for System Administration

This is an iEntry Website. Google Drive Plug-In Now Available On Microsoft Office. July 23, 2015]. Google announced the launch of the new Google Drive plug-in for Microsoft Office, which lets Office users open their Word, Excel, and Powerpoint documents stored in Google Drive and save any changes. Dropbox For Business Provides Greater Support for IT. June 11, 2015]. Detailed Look at Google’s Nearline, Their New Cloud Storage. May 14, 2015]. Fastest Growing Industries & Top Technology Positions. If so, tw...

sysadminnexus.com sysadminnexus.com

Default Web Page

Your IP is 67.219.144.114.

sysadminnightmare.com sysadminnightmare.com

My System Admin Nightmare | Chronicles of my Sys Admin Life

My System Admin Nightmare. Chronicles of my Sys Admin Life. Server not registering A record in DNS. August 25, 2014. Server 2008 R2 – Fully Patched (x8 different servers). VM running on VMWare 5.x. IIS Server running Front End and App Server. DHCP assigned IP address. 8 our of a total of 20 servers for this customer all doing the same roles. 8220;Register this Connections addresses in DNS” was checked on bad servers. Bad Servers were able to Telnet to DNS Server on 53. Outlook 2010 Sync Errors. In that I...

sysadminninja.com sysadminninja.com

Sys Admin Ninja

The Origins of Brazilian Jiu Jitsu. The Origins of Brazilian Jiu-Jitsu. Mixed Martial Arts Classes in Fishkill, NY. A Complete Jiu-jitsu and MMA Program Where some schools focus on only one aspect or style of Brazilian or Traditional Jiu-jitsu training, we have extensive experience training top sport players, MMA fighters, military personnel, law enforcement officers and recreational practitioners. Brazilian Jiu Jitsu Training Programs. Brazilian Jiu Jitsu: Defining the Art and Style of Martial Art.

sysadminnotebook.blogspot.com sysadminnotebook.blogspot.com

Sysadmin Notebook

Monday, 3 August 2015. DOCKER OPTS in /etc/default/docker ignored on Ubuntu. For some reason, in debian 8 and ubuntu 15.01 systemd is skipping the execution of /etc/default/docker. Edit file /lib/systemd/system/docker.service. ExecStart=/usr/bin/docker -d -H fd:/ $DOCKER OPTS. Sudo systemctl restart docker. Verify that /etc/default/docker is loaded. Ps auxwww grep docker. Root 4989 0.8 0.1 265540 16608? Ssl 10:37 0:00 /usr/bin/docker -d -H fd:/ - insecure-registry. Posted by Luís Davim. Switch(config)#mo...

sysadmino.wordpress.com sysadmino.wordpress.com

sysadmino

It's a System Admin's E-dairy. Terminal Server Has Exceeded the Maximum Number of Allowed Connections. March 3, 2014. 1 Open RDP connection. 2 Type the hostname or IP address with additional parameter /admin. 3 Now you can access the console login of the server, which disconnects other users. This entry was posted in Windows 7. A temporary profile is loaded after you log on to a Windows Vista-based system. March 3, 2014. To resolve this problem, follow these steps:. Box, and then press ENTER. Bak subkey ...

sysadminoff.net sysadminoff.net

sys admin off::net

Sys admin off: net. Как получить запись из cam таблицы свича используя snmp. Озадачился я не так давно, как получить мак(и) из cam таблицы “висевшие” на определённом порту по snmp. В поисках ответа наткнулся на вот этот мануал: How To Get Dynamic CAM Entries (CAM Table) for Catalyst Switches Using SNMP. Добавляем в файл /etc/rsyslog.conf следующую строку: kern.warning /var/log/kern.log Перезапускаем сервис: service rsyslog restart В файли /etc/sysconfig/iptables добавляем правило: -A INPUT -d! Ну вот и н...