make safe-mod from domain setup OFF
ZigoEngine – Fuse Kit on complete call function
this.my_movie.alphaTo(100, .5, ‘easeOutCubic’, .5, “playMovie”)
function playMovie():Void{
gotoAndPlay(2)
}pop_prod.tween(“_x”,194, 0.8, “easeOutCirc”, 0);
pop_prod.alphaTo(0,0.8,”easeOutCirc”,1,
{ startscope:this, startfunc:”closenik()”, scope:this, func:”closenik()” }
);
Linux command Reboot – Restart linux
Command Library
NAME
halt, reboot, poweroff – stop the system.
SYNOPSIS
/sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h]
/sbin/reboot [-n] [-w] [-d] [-f] [-i]
/sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h]
DESCRIPTION
Halt notes that the system is being brought down in the file /var/log/wtmp, and then either tells the kernel to halt, reboot or poweroff the system.
If halt or reboot is called when the system is not in runlevel 0 or 6, in other words when it’s running normally, shutdown will be invoked instead (with the -h or -r flag). For more info see the shutdown(8) manpage.
The rest of this manpage describes the behaviour in runlevels 0 and 6, that is when the systems shutdown scripts are being run.
OPTIONS
-n
Don’t sync before reboot or halt.
-w
Don’t actually reboot or halt but only write the wtmp record (in the /var/log/wtmp file).
-d
Don’t write the wtmp record. The -n flag implies -d.
-f
Force halt or reboot, don’t call shutdown(8).
-i
Shut down all network interfaces just before halt or reboot.
-h
Put all harddrives on the system in standby mode just before halt or poweroff.
-p
When halting the system, do a poweroff. This is the default when halt is called as poweroff.
How to restart plesk from command
RESOLUTION
This can be done using the following commands when logged in as root via SSH on the Plesk server:
Linux Plesk versions:
# /etc/rc.d/init.d/psa stopall
# /etc/rc.d/init.d/psa start
FreeBSD Plesk, versions prior 8.1:
# /usr/local/psa/rc.d/psa stop
# /usr/local/psa/rc.d/psa start
FreeBSD Plesk since 8.1 version:
# /usr/local/etc/rc.d/psa.sh stop
# /usr/local/etc/rc.d/psa.sh start
Enable 3d Wall Cooliris on your site
Enable your site with Media RSS
Media RSS is an open standard for syndicating multimedia content. It extends RSS 2.0 to provide additional information, such as richer thumbnail and image metadata. Media RSS allows Cooliris (formerly known as PicLens) to understand the location of the media files that are displayed in the wall, as well as which thumbnails link to which high-resolution images. Click here for a complete description of Media RSS. To Cooliris enable your site: Continue reading “Enable 3d Wall Cooliris on your site”
Css LI UL rollover effect
CSS
Continue reading “Css LI UL rollover effect”
#rollover {
width:150px;
margin:auto;
}