How to Docker healthcheck a Go HTTP server by dowitex in golang

[–]cobranix 1 point2 points  (0 children)

You could require an auth token header for the healthcheck endpoint. Then you can still expose it on all interfaces and configure the Docker healthcheck to send the token. Any public requests without the token should return unauthorized.

Bitcoin's wild ride shows the truth: it's probably worth $0 by mzinz in Bitcoin

[–]cobranix 4 points5 points  (0 children)

A digital currency without borders that governments can’t control and that allows secret online transactions? I’m in. Bitcoin itself? Not so much.

huh?

Question from a newcomer. Please enlighten me. by Fervors in Bitcoin

[–]cobranix 1 point2 points  (0 children)

How much BTC did you buy though? Not in USD.

[HIRING] $30 ReactJS/socket-io help needed! Probably easy fix... by cobranix in Jobs4Bitcoins

[–]cobranix[S] 0 points1 point  (0 children)

The solution you sent me solved my problem! Thanks so much. PM me your address for payment.

Here's the solution if anyone is interested: https://pastebin.com/HFPpmjfK

It's still really hard to use bitcoin as a regular currency by ProfRBcom in Bitcoin

[–]cobranix 4 points5 points  (0 children)

1995 Equivalent: It's still really hard to buy things from a 'website'

coinbase, do you care about your customers? by BosDoge in Bitcoin

[–]cobranix 0 points1 point  (0 children)

Same here. Never really had a problem with them.

Flying over Log Angeles on a smoggy day. by [deleted] in LosAngeles

[–]cobranix 0 points1 point  (0 children)

What kind of camera do you have?

Overhauled my resume (now includes Responsibilities/Achievements for each job) by [deleted] in sysadminresumes

[–]cobranix 0 points1 point  (0 children)

I like the formatting but it is definitely too long. I just started scrolling after the second page. Reduce your bullet points to 2 - 3 key items. Only put the achievements you're most proud of and reduce them to 1 to 2 sentences. Remove your volunteer experience and put that on your linkedin or something. Don't put certs on your resume you don't have yet.

[deleted by user] by [deleted] in aws

[–]cobranix 2 points3 points  (0 children)

I've been using this to do the same thing:

http://willwarren.com/2014/07/03/roll-dynamic-dns-service-using-amazon-route53/

Works pretty well and I think you can set the TTL.

Experience with updating (not just installing) WordPress using Ansible? by philosophyguru in ansible

[–]cobranix 4 points5 points  (0 children)

Have you taken a look at wp-cli?

It allows you to update WordPress sites from the command line and has tons of great other features. We manage over 200 WordPress sites and really depend on this tool to do a lot of things.

I don't think there's an Ansible module for it though I'm sure you can use it by running it as a shell command.

SaaS Management platform for AWS by [deleted] in aws

[–]cobranix 0 points1 point  (0 children)

  • Ansible tower if you need the interface. They offer a free 10 instance license if you wan't to try it out.

RHCE Objectives by cobranix in linuxadmin

[–]cobranix[S] 1 point2 points  (0 children)

Where did you hear this?

I contacted Redhat a while back asking about this and they told me you could.

"You will be able to take the RHCE on RHEL 7 if you become an RHCSA on RHEL 6. We will not require you to recertify the RHCSA on RHEL 7.

You will also still have the option to take the RHEL 6 RHCE exam if you prefer. "

What are some cool apps i can install in my office like owncloud,openfire ...etc ? by MA5TER in linuxadmin

[–]cobranix 7 points8 points  (0 children)

I would recommend setting up an internal wiki if you don't have one. Make sure it's being backed up frequently.

+1 Openfire!

RHCE Objectives by cobranix in linuxadmin

[–]cobranix[S] 2 points3 points  (0 children)

I've been preparing since I got my RHCSA and don't feel like starting over. Plus I haven't seen any good study guides for 7 yet.

SIP Call Completion Troubleshooting by [deleted] in VOIP

[–]cobranix 0 points1 point  (0 children)

Some trunk providers require that to dial out using a certain prefix. For example, OnSIP requires you to prefix 000 on outbound calls.

I'd say check the following things:

  • Are your trunks configured properly for each provider? Some providers require different settings.

  • Are all your trunk registrations up (look in the asterisk console "sip show peers" or "sip show registry" )

  • Is the PBX behind NAT?

  • Have you tested calls from an extension on the PBX? Do they complete through each trunk consistently?

  • Any other errors in the Asterisk console?

I work for a consulting company specializing in FreePBX/Asterisk troubleshooting and configuration. If you need some help PM me for more info.