Saturday, September 11, 2010

AddThis - The #1 Bookmarking & Sharing Service

AddThis - The #1 Bookmarking & Sharing Service: "- Sent using Google Toolbar"

Saturday, September 4, 2010

rsync backup

Dry run
rsync -a --delete /SOURCE/ /DESTINATION/ --update --progress --stats -n

Run
rsync -a --delete /SOURCE/ /DESTINATION/ --update --progress --stats

Thursday, September 2, 2010

Raphaël 1.5 - Awesome SVG

Dmitry Baranovskiy has released another version of Raphaël, an excellent drawing and animation library backed by SVG (VML on Internet Explorer). New features in Raphaël 1.5 include custom attributes and keyframes.


Demos




Thursday, August 26, 2010

Ubuntu 10.04.1 - nvidia, resolution up to 1680x1050

  1. Install recommended nvidia drivers
    System > Administration > Hardware
  2. run (as root, from consolt) nvidia-xconfig
  3. edit /etc/X11/xorg.conf
xorg.conf

Locate HorizSync and change it to 28.0 - 65.5

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 65.5
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Wednesday, August 25, 2010

Saturday, August 21, 2010

Magazeen lite onboard

Magazeen Lite theme code just committed and project's page just created. First release will follow soon. Stay tuned ...