/usr/libexec/java_home -v 1.7This will give you the location of JDK.
If you are looking for another version just change the version code at the end.
This is how it worked for me
/usr/libexec/java_home -v 1.7This will give you the location of JDK.
$('#id).css('background-color': '#ffff00', );
$('#id).css('color', '#ff0000');
$('#id).css('background-color': '#ffff00'.css('color', '#ff0000');
$('#' + id).css({'background-color': '#ffff00','color': '#ff0000'});
#notice the curly braces
Even better way is to simply change class of the element using jquery
I have been doing all of this online stuff alone for many years now and have realized that if you do things alone it becomes quite difficult to keep yourself motivated for long.
All the big wig entrepreneurs preach this very basic principle of getting started with any start-up:
Never start alone.
I followed this advice this time and started a basic online tutorial blog on wordpress with my friend Dev.
We purchased our first domains together about 6 years ago and started blogging. Learnt together but never actually did any project together.
We got separated in between. I shifted to different town, he got new job and we gone on with our lives separately.
Now after all those years we again thought of sharing our knowledge and this time we thought of doing some project together.
So, we created this blog howthiswork.net. I purchased this domain a month ago when there was no plans that I am going to do this with Dev but when the idea came of doing something together we started on this domain.
We started on 15th august and till today we have written 16 blog posts.
I hope we will continue to work along and get successful in this endeavour.
sudo killall -HUP mDNSResponderWorks only on Mountain lion or lion
/usr/local/google_appenginethat's a symlink that links to the Google App engine SDK.
$ rm –r /session-path/*
It gave me following error
bash: /bin/rm: Argument list too long
After some googling I found this command that worked for me
$ rm -r /session-path/
Nothing special in this command just ‘*’ is not typed in the end but it does the trick.
It deletes the directory and all the saved session files.
Remember to recreate the directory or you will have login errors.
To do that use this command:
$ mkdir /session-path/
I hope it help.
There are times when you need to know where php is saving session files in your Linux file system. If you try to find it by opening all directories one by one it becomes very irritating.
Here is simple ssh command that will get you the path on session files.
php -r 'echo session_save_path(), "\n";'
I hope this will help few.
“Post regularly or you are gone from Google.”This actually did happened this time. I went through the stats and as expected the traffic was at the bottom but what’s interesting is that the post that were showing up earlier in Google search results are now nowhere to see in first few pages. Now good.