Hey this is my blog
This is my blog for various programming findings and will act as an archive for tips and tricks I find with technology. »
If your REST URL looks like this: http://some.server:8080/URI/TO/RESTful/API 1. Construct your JSON variable. #No indentations otherwise heredoc may break. »
Sometimes I find myself spawning a lot of identical processes by mistake. pkill -u user -f cmd_or_process_name »
I had a bit of trouble finding the init system used for a Linux box I was using. Since the init process is always assigned PID »
I had pretty frustrating time with my Git repo. Having setup a git group and adding the appropriate users, I found myself still having trouble when »
If you’re using EGit and its showing 'Nothing to fetch' but you’re sure your remote has updates. Try adding the following to »
If your repository and development machines use different OS and git or your IDE shows everything as modified. You probably have a line ending issue. Simply »
Very handy tool, personally I like to use it to quickly make scripts, or populate files. cat << EOF > /tmp/yourfilehere These contents will »
If you get the error: org.osgi.framework.BundleException: Unable to acquire the state change lock for the module: osgi.identity That means you probably exited »
This is my blog for various programming findings and will act as an archive for tips and tricks I find with technology. »