I hereby claim:
- I am nexdrew on github.
- I am nexdrew (https://keybase.io/nexdrew) on keybase.
- I have a public key whose fingerprint is 68F4 6877 E63F 6430 D21B C519 CFBB 5A37 C444 E238
To claim this, I am signing this object:
| import java.util.Arrays; | |
| import org.hibernate.FlushMode; | |
| import org.hibernate.HibernateException; | |
| import org.hibernate.Session; | |
| import org.hibernate.context.TenantIdentifierMismatchException; | |
| import org.hibernate.context.internal.ManagedSessionContext; | |
| import org.hibernate.engine.spi.SessionFactoryImplementor; | |
| import org.hibernate.service.jta.platform.spi.JtaPlatform; | |
| import org.slf4j.Logger; |
| import java.nio.file.attribute.BasicFileAttributes | |
| import java.nio.file.* | |
| //-- first validate args | |
| def exit = { code, msg -> | |
| println msg | |
| System.exit(code) | |
| } | |
| if(args.length != 2) { |
| /var/lib/redis/logs/redis.log { | |
| daily | |
| rotate 14 | |
| copytruncate | |
| delaycompress | |
| compress | |
| notifempty | |
| missingok | |
| } |
| # MariaDB 10.0 CentOS repository list - created 2015-05-21 19:53 UTC | |
| # http://mariadb.org/mariadb/repositories/ | |
| [mariadb] | |
| name = MariaDB | |
| baseurl = http://yum.mariadb.org/10.0/centos7-amd64 | |
| gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB | |
| gpgcheck=1 |
I hereby claim:
To claim this, I am signing this object:
This week finds a new human working at npm, Inc. Its name is Andrew Goode, an engineer who previously hacked for 8 years in the telematics industry. Haven't heard of him? Yeah, we haven't either. But he comes highly recommended and will be doing his best to make the npm On-Site product as goode as it can be. (See what we did there?) Andrew is based in Atlanta and kinda looks like this:
You can find him at local Node meetups or on GitHub and Twitter as nexdrew.
.version() method now expects the version argument to be last instead of first.Upgrade: change .version('1.0.0', 'v', 'Print app version') to .version('v', 'Print app version', '1.0.0')
While installing npme handles the installation of dependencies, uninstalling npme does not uninstall its dependencies. Here's a quick guide to uninstall and remove the different components that make up the Enterprise product.
Uninstall the npme package
sudo npm uninstall -g npme
Node philosophy = Unix philosophy