[youtube https://www.youtube.com/watch?v=9mcuIc5O-DE?rel=0&w=640&h=480]
Author Archives: jeffrin
What is color? – Colm Kelleher
[youtube https://www.youtube.com/watch?v=UZ5UGnU7oOI?rel=0&w=640&h=480]
National Geographic Live! : The Moonshot
[youtube https://www.youtube.com/watch?v=amPGXUO6ex8?rel=0&w=560&h=315]
The loathsome, lethal mosquito – Rose Eveleth
[youtube https://www.youtube.com/watch?v=IkmjCmvfeFI?rel=0&w=560&h=315]
How we conquered the deadly smallpox virus – Simona Zompi
[youtube https://www.youtube.com/watch?v=yqUFy-t4MlQ?rel=0&w=560&h=315]
The deadly irony of gunpowder – Eric Rosado
[youtube https://www.youtube.com/watch?v=mqHVRgCkCDE?rel=0&w=640&h=480]
Understanding a WordPress Plugin
<?php /* Plugin Name: Yet Another Search Meddle Plugin URI: Version: 0.1 Author: Jeffrin Jose T and Public Domain Author URI: http://linkedin.com/in/jeffrinl Description: modifying the way search results are displayed */ function resultsperpage($limits) { /* resultsperpage – it is a custom created php function. */ if (is_search()) { /* is_search() – it is an inbuilt …
Crash: glibc: compile from upstream source related
Log Report Related the following content may not be accurate. 1. unable to find getty program upstream source. 2. need to get libc-2.14 for getty. 3. trying to upgrade another system to get libc-2.14 4. is it possible to get multiple versions of glibc installed on a same system. compile another version of glibc and …
Continue reading “Crash: glibc: compile from upstream source related”
Maths : What is a Function : y=f(x)
commandline session and notes related may be engineering functions related. suppose y=f(x). y = output. suppose i equate y to ls ls is a GNU command. ls contains different methods(ingredients) which form ls command. suppose i write ls = f (-a,-i,-l,…) different cases : 1. y = -a 2. y = -al 3. y = …
common network utilities/tools
commandline session $ping www.beautifulwork.org PING beautifulwork.org (46.22.210.18) 56(84) bytes of data. 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=1 ttl=53 time=310 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=2 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=3 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=4 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=5 ttl=53 time=211 …