Telekom Srbija JetSpeed Admin Pass

Dragan Eror's picture
in

username:
admin

password:
tzlkisonpk

Update kernel list in Burg loader

Dragan Eror's picture

Update kernel list in Burg loader in Ubuntu:

sudo update-burg

chmod recursive folders only

Dragan Eror's picture

Drupal default files and folders permission.

Folders:
find . -type d -exec chmod 755 -R '{}' \;

Files:
find . -type f -exec chmod 644 -R '{}' \;

Update Drupal files path in database manually

Dragan Eror's picture

Move Drupal site from one subdomain to another subdomain in multisite Drupal installation easy with manually updating files path in database.

UPDATE files SET filepath = REPLACE (filepath, 'old/path', 'new/path');

Drupal Serbia community web site

Dragan Eror's picture
druplicon

A few days ago we started an official Drupal Serbia community website and first activity on it.

The first meeting we had in July in Novi Sad, where we agreed to move from the development community website and organizing content.

A few days ago we set a date for second meeting which will be on September 30, 2010. in Belgrade, where we will get to know future members of the community in Serbia, as well as to determine the future direction of community development...

Empty swap area

Dragan Eror's picture
in
swapoff -a && swapon -a

CAPTHA After

Dragan Eror's picture

CAPTCHA After is a Drupal module developed by MontenaSoft which is finally released.
You can read more at MontenaSoft Blog post http://montenasoft.com/en/blog/captcha-after-module-released.
Well done Ivica :)

Description of css em functionality

Dragan Eror's picture
in

1em = (font-size value of current element)

font-size: 1em; /*16px*/ /*16(default font size) x 1(our property) = 16*/
font-size: 0.75em; /*12px*/ /*16(default font size) x 0.75(our property) = 12*/
font-size: 0.833em; /*10px*/ /*12(parent font size) x 0.833(our property) = 10*/
font-size: 1.8em; /*18px*/ /*10(parent font size) x 1.8(our property) = 18*/
font-size: 1em; /*18px*/ /*18(parent font size) x 1(our property) = 18*/

-moz-box-shadow inset

Dragan Eror's picture
in

Example of CSS3 multishadow

  1. -moz-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;

PC Cat

Dragan Eror's picture
in

Hello, I'm little kitten. My name is Mia and I love to sleep in PC case, specially on hard drive. There is so warm and vibrations that come from there are so fabulous (just try to imagine).
My owners are strange... They constantly trying to remove me from PC case, I don't know why... I think that I heard once that they talking about the electric shock (I don't know what is it), maybe that is the reason. So, after several attempts they gave up and I got my pleasure :)

Sometimes my brother Teo join and then we enjoy together.