How to add snippets of your post on blogger
find the following :
<data:post.body />
replace it with
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.snippet'>
<b:if cond='data:post.thumbnailUrl'>
<div class='Image thumb'>
<img expr:src='data:post.thumbnailUrl'/>
</div>
</b:if>
<data:post.snippet/>
<b:if cond='data:post.jumpLink != data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
<b:else/>
<data:post.body/>
</b:if>
<b:else/>
<data:post.body/>
</b:if>
opening in Flipkart, Mumbai -- Operations Engineer
Below is the JD and the roles and responsibilities for the position of an Operations Engineer -1 in Flipkart, Mumbai (Andheri East Mumbai) .
Short JD
The operations team is responsible for the maintenance, management and support for all production
systems. The job responsibility includes ( but not limited to )
§ capacity planning and management
§ monitoring and automation
§ traffic management
§ production operations like system administration, dns, ldap, storage etc.
§ application performance and troubleshooting
§ collaboration with developers and architects and sometimes vendors.
Minimum requirements:
§ Excellent hands on linux or unix or any similar variants; both administration and internals.
§ Hands on exposure to production quality infrastructure.
§ Very good understanding of system configs and kickstart process.Prior experience testing OS releases/snapshots
§ Knowledge/experience with monitoring tools like Nagios.
§ Knowledge of shell. Perl knowledge is a plus.
§ Knowledge and experience with source control systems like SVN, git
§ Good communication skills and team player.
§ The candidate must be able to demonstrate skill in trouble-shooting techniques and problem diagnosis and resolution.
§ Should be able to interpret system condition by looking at system stats/profiles (e.g. CPU, Memory, Swap, disk capacity)
Experience/Responsibilities:
§ Imaging new hosts incl. puppet & dns configuration.
§ First level responder for oncall escalations ( disk space, application issues etc. )
§ Mysql dumps and setting up mysql slaves.
§ Monitoring
§ Write new plugins
§ Deploy new/existing plugins to new hosts
§ Creation and allocation of new VMs
php difference in date - month
$d1=date('2011-1-1');
$d2=date('2011-5-2');
echo "the date d1 = ".$d1."<br>";
echo "the date d2 = ".$d2."<br>";
$date_diff=strtotime($d2)-strtotime($d1);
echo "date difference in months => ".floor(($date_diff)/2628000)." months <br>";
?>
blogger template editor
just to let everyone know to try out new free WYSIWYG editor for
Blogger template (YouCMSAndBlog) . It lets you edit your template on
one window, while interactive result view on another window (view) and
can easily switch full editing / viewing screen easily. Inserting
Blogger tag template easily by selecting from Left listbox and you
can extend it to support any other Blog tags list tempate you want to
do so.
With this small size software, you can even let your user download
your template and they can try out on their own local machine how the
final template result will looks like.
Features for this early release (Version 1.0):
* Interactive View through True View and Quick View mode while you
edit your template. For Blogger template, you can use Quick View to
design your own mock data (dummy data) in HTML code to be rendered
with your template in local machine. (Note: for this release, this
View only support Old Blogger).
* Easily switch to Full Editor mode (like UltraEdit IDE), Full
View mode or Hybrid mode (Default mode)
* Code Syntax Highlighting (Coloring), which you can configure
from your main configuration file using Regular Expression
* Find words with color highlighting
* With Quick View, users will not need to install CMS or Blog
Engine on their local machine, i.e: Blogger Template, user can
download the template and open it using this IDE to get a dummy view
easily.
* With True View, user will get instant true view from your
running CMS or Blog engine hosted locally.
* Automatic back-up for all files you are editing but can be
turned off.
For video demo, you can click on this link : http://youtube.com/watch?v=wBWTg9rc3oc
How To Add Music or MP3 Songs in Your website
If you want to embed any music file or mp3 in to your website, so that your listeners can enjoy it, then here's a simple way to do it !
First of all you need a DIRECT link of the song/ mp3 file.
So upload it to:
OpenDrive (Recommended), or
Now you will be having a link to your music file like this:
http://www.opendrive.com/files/7285877_812bb/airtel_1.mp3
Now use the code, displayed below:
<embed type="application/x-shockwave-flash" wmode="transparent" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=YOUR_MP3_FILE_ADDRESS" height="27" width="320"></embed>Replace the text in RED, with the DIRECT LINK of the MP3 file (from your OpenDrive account).
This plays the song like this:
Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD
|
Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD Posted: 06 Mar 2012 10:02 PM PST This article explains about the tools and commands that can be used to reverse engineer an executable in a Linux environment. Reverse engineering is the act of figuring out what a software does, to which there is no source code available. Reverse engineering may not give you the exact details of the software. But you [...] Read More: Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD |