Tuesday, November 24, 2015
see the output from unit files created using template
Posted by
code pirate,
on
4:04 PM
if you are wondering how to see the output of multiple systemd unit files launched via template units then you have come to the right place. On CoreOS i created multiple instances of a service file using template files. Systemd Unit files are of this format:
foo@.service
[Unit]
Description=Preview Application service
After=etcd.service
After=docker.service
After=docker-connect.service
Requires=docker.service
[Service]
TimeoutStartSec=0
EnvironmentFile=/etc/environment
User=core
ExecStartPre=-/usr/bin/docker...
Read moreThursday, October 09, 2014
running grunt cli shows nothing on ubuntu 14
Posted by
code pirate,
on
5:48 PM
If you are running ubuntu and you followed some tutorial which lists first step in the installation of nodeJS you might have run
sudo apt-get install node
and when you tried to do your basic hello world this would have failed with the console reporting missing NodejS binary. The reason being on ubuntu NodeJS is called nodejs and there...
Read moreSaturday, September 13, 2014
docker fails to run on Ubuntu LTS 14?
Posted by
code pirate,
on
1:52 PM
If you try to follow the documentation on docker.com and install the latest version you might encounter this error:
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
to solve this run:
sudo apt-get install apparmor;sudo docker -d &...
Read moreFriday, April 13, 2012
IE z-index bug for absolutely positioned elements
Posted by
code pirate,
on
12:17 PM
I hate IE. Its because of the way it interprets css standards it makes it painful for web developers. If you are facing similar issue that your absolutely positioned elements are hiding behind content below it do not despair, there is help at hand. Head to this blog.
In brief, giving the parent element a higher z-index actual fixes...
Read moreSunday, February 26, 2012
DIY make your normal TV smart
Posted by
code pirate,
on
12:37 PM
Question: What to do if you want a "Smart" TV and you don't have the money it requires?
Answer: You take any "Dumb" TV that is good enough and make it smart. Continue reading below to know how.
...
Read moreSunday, December 11, 2011
A new JAVA framework with PHP leanings
Posted by
code pirate,
on
6:57 PM
Just came across a different kind of framework in JAVA. Usually when we talk about frameworks in JAVA they are always "full stack" with the kitchen sink thrown in for good measures. I am used to developing with PHP frameworks as they are not too complex and also i like the fact that there is no compilation involved. You just refresh the...
Read moreTuesday, August 30, 2011
HybridAuth PHP authentication library
Posted by
code pirate,
on
7:07 PM
Came across this new Social sign-in library which goes by the name of HybridAuth. Seems like it is a good tool when you want to let your users sign-in to your website without registering to your site.
Will give a try sometime later. Check it out her...
Read moreNew CSS framework from Twitter
Posted by
code pirate,
on
7:00 PM
Recently one of my friends shared this new CSS framework with me. Named Bootstrap, this is a good attempt at creating a CSS framework and also helps accelerate web development.
Will certainly love to include in my next project. So check it out her...
Read more
Subscribe to:
Posts
(
Atom
)