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()” } );
Daily Archives: September 18, 2008
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 …
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