Real time frequency

Friday May 24th, 2013By: CyrIng

mhz is our piece of code which displays  the actual frequency of the Core i7

  • download and compile the source code
$ gcc mhz.c -o mhz
  • change for root the owner of the executable, then change its attributs with a setuid.
# chown root mhz
# chmod u+s mhz
  • make sure to load before, the following Linux daemons which provide access to the MSR registers and the SMBIOS structures
# modprobe msr
# modprobe dmi-sysfs
  • then run the program with core number as the only argument.
$ mhz 3
3200




Skeleton of a WordPress theme

Saturday April 27th, 2013By: CyrIng

index.php


if(have_posts())
{
    while( have_posts() )
    {
        the_post();
        the_title();
        the_date();
        comments_number();
        the_content();
        $categories_list = get_the_category_list();
        if($categories_list)
            echo $categories_list;
        $tag_list = get_the_tag_list();
        if($tag_list)
            echo $tag_list;
    }
}




Bookmarks

Thursday April 4th, 2013By: CyrIng

Check out our bookmarks.





Tomb Raider Benchmark

Monday April 1st, 2013By: CyrIng

ASUS GeForce GTX 660 Ti DCII TOP

36.6 fps @ Ultime, HD

60.0 fps @ Ultra, HD

MSI N570GTX TWIN FROZR II

29.9 fps @ Ultime, HD

51.1 fps @ Ultra, HD





Web Office Review

Saturday March 23rd, 2013By: CyrIng

The purpose of this post is to review some online office solutions.

[continue]





Testing X3D

Thursday March 7th, 2013By: CyrIng

1- Export the Blender source to X3D.

2- Go to the instantlabs online converter.

  • choose X3D as input encoding
  • and HTML5 as output encoding
  • past the X3D export
  • copy the encoded output in a html file

3- Give a look to the demo in our Lab, menu Projects/X3D





Resurrecting the iPhone 3G

Saturday March 2nd, 2013By: CyrIng

Thanks to Whited00r, you can bring back an asthmatic iPhone to life ;-)

Best apps available on Cydia

  • SBSettings
  • Activator
  • WinterBoard
  • OpenSSH
  • iSSH
  • xGPS