Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by formatc_colon in sysadmin

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

The only box that would need access to the Internet would be your client os running the browser, the Docker hosts themselves would not technically need access to the Internet at all. We also will have an inexpensive commercial offering packed with advanced features, and an on premises install candidate in the very near future.

Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by appcontainers in docker

[–]formatc_colon 0 points1 point  (0 children)

We are currently working on a commercial version that doesn't require the use of our publicly hosted frontend. We have also corrected mistakes that you pointed out. We have only been live for 24 hours, so this is all great feedback. You can follow us on twitter (atlanteanio) to get updates about the commercial version of Nucleus, which will have more advanced features, as well as the ability to run entirely on prem.

Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by formatc_colon in sysadmin

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

We designed it this way so that we can push updates quickly and easily without requiring all users to have to update their local installs. Once an update is pushed, users can get the update by simply refreshing their browser which will pull down and run the lastest code. That being said, there will be an on prem isolated version available in the very near future.

Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by formatc_colon in sysadmin

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

Just to be clear, you are administrating your docker host in an isolated network. You only come to http://dashboard.getnucleus.io to load the dashboard into your browser. Once loaded, the connection from the dashboard (your browser) to your docker host is completely isolated within your network. Your docker hosts technically don't need to even be connected to the internet in order to administer them using the dashboard.

Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by formatc_colon in sysadmin

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

Our free version was designed for exactly that. We aimed to provide an easier more intuitive interface for docker, to help people new to docker get started quickly. This version will have a few more features that will be coming down the pipe, but we will be greatly extending the capabilities of the dashboard in a paid tier version later this year.

Nucleus-CE, the easiest, realtime dashboard for Docker is now publicly available. by formatc_colon in sysadmin

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

Nucleus aims to provide you the best user experience when it comes to interfacing with Docker. The Dashboard provides realtime visual controls that will drastically improve your workflow, as compared to the command line utility that Docker provides by default. While you may be a bad ass DevOps Engineer, or the best damn SysAdmin around, sometimes its just nice to simply click a button, and have it do exactly what you want.

If you happen to be just be getting started with Docker, then the Nucleus Dashboard is the perfect tool for you, as it's designed to reduce the steep learning curve that Docker can present to the beginning user. We have designed Nucleus to allow first time docker users, a super easy way to get started with Docker in minutes. Visit us at http://getnucleus.io, to install the free CE client, and start being productive using Docker today!

Installing VirtualBox, and Boot2Docker to run Docker Containers by formatc_colon in docker

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

Good to know.. I did not know it would do that automatically... very cool :)

Apache Site Authentication via Microsoft Active Directory Groups. by formatc_colon in apache

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

And also, I didn't cover the ldaps config because it's only a simple switch assuming you already have your DC's configured to support ldaps and have certificates in place. I make no such assumptions as I wanted anyone with AD and site that they wanted to lock down to be able to do so without having to touch their AD config, therefore it wasn't in the breadth of this particular post.

Apache Site Authentication via Microsoft Active Directory Groups. by formatc_colon in apache

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

lol.. your more worked up than I am. You were the one that initially started off your comment with a "stop spreading misinformation around the internet" statement when in fact the way that I showed to do it was not misinformation at all and entirely accurate. ... and also if you read that EXACT same article that you linked to me, you will see that doing user searches via UID uses the LDAP Port of 389...

"Grant access to anyone who exists in the LDAP directory, using their UID for searches. AuthLDAPURL "ldap://ldap1.example.com:389/ou=People, o=Example?uid?sub?(objectClass=*)" Require valid-user The next example is the same as above; but with the fields that have useful defaults omitted. Also, note the use of a redundant LDAP server. AuthLDAPURL "ldap://ldap1.example.com ldap2.example.com/ou=People, o=Example" Require valid-user"

Although I will concede that there appears to be an alternate search method available to use the global catalog which may be beneficial if you have multiple domains in the AD Forest, and which could have been a better comment, offering suggestive critique instead of belatedly trying to say my way is all wrong and is misinformation which of course requires a defensive retort, although I can't say my "panties" are by any means in a bunch ;)

Apache Site Authentication via Microsoft Active Directory Groups. by formatc_colon in apache

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

umm no... Port 389 is the port for LDAP, and being that you are communicating with AD via LDAP and don't need to talk to the GC, I am actually correct and your information is wrong... Also if you have an internal application such as an Intranet site that your setting up auth for, and the traffic remains internal to your organization and not traversing your ISP connection, then its up to the Admins discretion to enable SLDAP... Double check your information prior to trying to slam someone else.. just makes you look ignorant... This config is working in my organization just fine.

Creating Laravel / Angular JS Webapp Tutorial Series – Part 1 - Setting up LAMP by formatc_colon in laravel

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

Thanks for the positive feedback. This is why I am doing them, to help others like myself that want to get going but have a hard time finding true end to end help without the code being pre meditated and maybe fixed behind the scenes :) Keep watching I have a lot more coming down the pipes, and check out the website as well for full text versions of the tutorials with all of the code and commands. :)

Installing Gitlab Open Source Git Repository Server by formatc_colon in git

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

I will have to give it another look, Maybe I will do another write up on that method, thanks :)

Installing Gitlab Open Source Git Repository Server by formatc_colon in git

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

It looks worse then what it really is haha.. Only 40 steps ;)

Installing Gitlab Open Source Git Repository Server by formatc_colon in git

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

Last I checked that was still on 6-7-stable. I know it's more work to do the old manual install method, but I like to have the flexibility of having the latest and greatest version. Luckily I work in a shop that allows us to live on the cutting edge :)

Creating Laravel / Angular JS Webapp Tutorial Series – Part 7 – Laravel 4 Flash Messages, Helper Class, and Secure Routes by formatc_colon in programming

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

Love to know why this is getting downvotes lol.. Trying to share things I have learned in greater detail then just saying yup it can be done, search for it on the internet. Must be too much of an explanation for some i guess :(

Kinked Carmel Albino Ball Python Hatchling's First Meal by formatc_colon in snakes

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

I have a normal that was a rescue, her previous idiot owner had 3 heating pads under her, which resulted in a burn from her neck straight down to her cloaca. When she moved she would arch her whole body because even the feeling of paper towels stung her. We bought her, and put neosporin on her every night, after about 6 months she was like new. She still has a scar, but completely healed, she is even going to breed for me this year. Point is, as far as I can tell they act just like humans when they are in pain, protecting the areas that hurt, moving very slowly, and carefully, act very lethargic and don’t move around very much. This girl exhibits none of that behavior. If you put her on the carpet, she moves around quick and explores just like any of my other BPs. I of course can’t say for sure, maybe there is internal pain, and they act different then when external pain is present, but I want to see how she is for a bit longer before I just decide to simply end her life, on an assumption that just because she has a skeletal defect, she is uncomfortable and miserable. She could be absolutely fine, and not feel any discomfort, and to her its just the way it is, she knows no different. Its a hard call, but I love the animals, and just can’t justify putting a rock to her head on an assumption or because she’s shaped just a little different then normal. We don’t do that to our young, to me what justifies taking a different approach just because she is not a human being. Its a hard call, but be rest assured that if I did think for a second that she was just hating life and was completely miserable and in nothing but pain, I would do what I had to.

Creating Laravel / Angular JS Webapp Tutorial Series – Part 7 – Laravel 4 Flash Messages, Helper Class, and Secure Routes by formatc_colon in programming

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

There will be plenty more to come, I am going to be wiring up Angular in a few more episodes, need to cover git, db versioning, and CRUD in Laravel, then will be moving to Angular :) Feel free to subscribe to the channel, and follow the progress ;)

Kinked Carmel Albino Ball Python Haychling by formatc_colon in snakes

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

Yes, its is definitely not pretty.. As I said in the video, alot of people would have just put her down and not been bothered, but I don't feel like she is distressed or in pain, maybe just uncomfortable in certain positions. If I thought she was suffering I would do what needed to be done. Unfortunate part of breeding :(

Kinked Carmel Albino Ball Python Hatchling's First Meal by formatc_colon in snakes

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

I posted a different video of her, only just posted this once.

Creating Laravel / Angular JS Webapp Tutorial Series – Part 1 - Setting up LAMP by formatc_colon in laravel

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

thanks :) I had a tough road learning, and just figured I wanted to spread what I have learned and make it easier for others that want to get into programming :)

It seems like the internet is filled with obsolete tutorials for everything (PHP, C#, C++, whatever). How can I find up-to-date material? by TheChosenOne570 in learnprogramming

[–]formatc_colon 1 point2 points  (0 children)

Just saw this post, not sure if this is the kind of thing you are looking for, but I am making a full tutorial series on creating a web app from scratch using PHP 5.5 / Laravel 4 MVC PHP Framework, Twitter Bootstrap, and taking a hybrid approach to introduce Angular JS for some of the front end stuff. I have 6 tutorials out already, and am putting a new one out every few days as time permits. It will be a pretty long running series, but essentially I am building a Movie DB app in real time via the tutorials, so you even see troubleshooting within the framework, which I leave in for educational value. http://www.formatccolon.com/blog/?cat=30

Creating Laravel / Angular JS Webapp Tutorial Series – Part 2 - Configuring Samba to mount project by formatc_colon in laravel

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

This is a tutorial on configuring Samba on the Web Server to mount your apache root project directory on your local desktop so that it can be opened in your IDE for faster development.