rawjeev's techposts

  • Random
  • Archive
  • RSS
  • Ask me anything

An interesting look at UI going forward

    • #tech
    • #computing
    • #ui
    • #design
  • 3 weeks ago
  • Comments
  • Permalink
  • Share
    Tweet

Kingsley Idehen - Google - What Facebook Can Teach Us about Bootstrapping Linked Data…

Source: dagoneye

    • #opendata
    • #facebook
    • #semanticweb
    • #google
  • 4 months ago > dagoneye
  • Comments
  • Permalink
  • Share
    Tweet

Why we love the things we build?

    • #opensource
    • #ikea-effect
  • 4 months ago
  • 1
  • Comments
  • Permalink
  • Share
    Tweet

The Covenant - A New Approach to Open Source Cooperation

With a huge portions of the Internet & a huge number of devices relying on opensource software (Operating Systems, Web Servers, Mail Servers, Browsers) and even commercial closed source projects relying on many opensource software (libraries, source code management systems, build systems etc. with liberal licenses), no one can underestimate the importance of opensource software.

However opensource is still an evolving model with many questions & a ground of many experiments. This one sounds like an interesting experiment in licensing & copyrights.

    • #opensource
    • #tech
    • #licensing
  • 4 months ago
  • Comments
  • Permalink
  • Share
    Tweet

A beer can to Amplify your Wifi signal!

I know beer works for me, I got to see if the can works for my Wifi. I cant wait to have a beer and try the trick at home.

    • #wifi
    • #tech
    • #trick
  • 4 months ago
  • 7
  • Comments
  • Permalink
  • Share
    Tweet

Will the next Kindle feature E-ink Color?

    • #kindle
    • #tech
  • 4 months ago
  • 17
  • Comments
  • Permalink
  • Share
    Tweet

The real-world Cyborgs. How far away is Cyborg World?

    • #cyborg
    • #tech
    • #future
  • 5 months ago
  • Comments
  • Permalink
  • Share
    Tweet

Aidan Dwyer - Innovator at age 13, wins Young Naturalist

Aidan Dwyer, inspired by trees, arranges solar panels like leaves on an Oak tree to reap more power even in low light conditions. Read More…

    • #science
    • #innovation
  • 5 months ago
  • 3
  • Comments
  • Permalink
  • Share
    Tweet

Installing & running orientdb on Ubuntu Server

I just downloaded and installed OrientDB version 1.0rc4 on my Ubuntu server.
It is straight forward to get it up and running but with a few caveats for the Ubuntu user who wants to have Orientdb running at system startup.

If you haven’t heard of OrientDB before, please checkout the orient-db website.

And here are the first few mundane, no-brainers.

Download OrientDB:

You can go to the download page to get the latest release.
This is how I got my bundle:

# wget http://orient.googlecode.com/files/orientdb-1.0rc4.zip

Extract the archive:

Decide where you want OrientDB to be installed and extract the zip file to that folder

#sudo unzip orientdb-1.0rc4.zip -d /opt/orientdb-1.0rc4

Give execute permissions to shell scripts
Now go to the bin folder under the installation directory and make the shell scripts executable.

#sudo chmod 755 /opt/orientdb-1.0rc4/bin/*.sh

Running at system start-up:

Luckily for us, the installation bundle comes with an init script ready to use.
Open the orientdb.sh file under the bin folder and give the appropriate values for the variables.
I changed them as follows:

ORIENTDB_DIR=”/opt/orientdb-1.0rc4”
ORIENTDB_USER=”ubuntu”

After this you can copy the script to /etc/init.d/ and add it to the run levels to get orientdb to start when the system starts and shutdown when the system is shutdown.

However the caveat is, this script will work perfectly well if you have a root user with a password unlike my ubuntu server.

So to get it working fine on a Ubuntu server I chose to use the sudo command in place of su in the orientdb.sh script.

change the line:

su -c “cd "$ORIENTDB_DIR/bin"; /usr/bin/nohup ./server.sh 1>../log/orientdb.log 2>../log/orientdb.err &” - $ORIENTDB_USER

to:

sudo -u $ORIENTDB_USER sh -c “cd "$ORIENTDB_DIR/bin"; /usr/bin/nohup ./server.sh 1>../log/orientdb.log 2>../log/orientdb.err &”

and the line

su -c “cd "$ORIENTDB_DIR/bin"; /usr/bin/nohup ./shutdown.sh 1»../log/orientdb.log 2»../log/orientdb.err &” - $ORIENTDB_USER

to:

sudo -u $ORIENTDB_USER sh -c “cd "$ORIENTDB_DIR/bin"; /usr/bin/nohup ./shutdown.sh 1»../log/orientdb.log 2»../log/orientdb.err &”

Finally:

If you have copied the orientdb.sh to /etc/init.d folder then cd to the folder and execute the following:

#sudo update-rc.d orientdb defaults

    • #nosql
    • #orientdb
  • 5 months ago
  • 4
  • Comments
  • Permalink
  • Share
    Tweet

US Patent Office Rejects Oracle's 17 Out Of 21 Android Claims

    • #tech
    • #news
    • #oracle
    • #google
    • #android
  • 7 months ago
  • Comments
  • Permalink
  • Share
    Tweet

Why the new guy can't code

This Tech Crunch post by John Evans has very interesting insights on Hiring people for Development.

    • #tech
    • #coding
    • #hr
  • 8 months ago
  • 2
  • Comments
  • Permalink
  • Share
    Tweet
… I think there are parallels between technological development and evolution. I obviously do not believe in Intelligent Design when it comes to biology (and I think anybody who does is woefully badly educated), but after all, I often think that “intelligent design” is much overrated in technology too. Many technical improvements really do seem to be about more “organic” developments, and very few are fully designed ahead of time. In fact, I think most interesting technical problems are too complicated to “design” for - the way you get to a solution is very much through incremental improvements and trial and error.
Linus Torvalds (In an interview with LinuxFR)
    • #tech
    • #Thoughts
    • #quote
  • 8 months ago
  • Comments
  • Permalink
  • Share
    Tweet

SSL and the future of Authenticity

    • #tech
    • #ssl
    • #trust
    • #security
  • 9 months ago
  • 3
  • Comments
  • Permalink
  • Share
    Tweet

Ants build cheapest networks

    • #tech
    • #networks
  • 11 months ago
  • 4
  • Comments
  • Permalink
  • Share
    Tweet
Internet in 2020 Any Guesses?
Pop-upView Separately

Internet in 2020 Any Guesses?

    • #internet
    • #Thoughts
    • #2020
  • 1 year ago
  • 2
  • Comments
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 6

About

Avatar For posts that are techy / matters a little grey that I din't want to be drowning in randomness.

Home Page     Rawjeev's Randoms

Me, Elsewhere

  • @rawjeev on Twitter
  • Facebook Profile
  • raw2ube on Youtube
  • rawjeev on Flickr
  • rawjeev on Delicious
  • Linkedin Profile
  • rawjeev on github

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr