Search Result

Collapse
3 results in 0.0015 seconds.
Keywords
Members
Tags
root
  •  

  • load external as2 swf to main flash file as root and level0

    hello.
    first of all sorry about my english.
    i have 2 flash files,one is mine (the main container) and one is a external swf.
    i want to load the external swf to my container swf.
    i write this code in my as2 container


    --- code inside the main timeline flash (mine flash) -----
    *first of all i add a movie clip with instance name mc1 to the first layer
    Code:
    mc1._lockroot = true;
    mc1.loadMovie("external.swf");
    ...
    See more | Go to post

  • djurdjura
    started a topic switch back and forth from root to a user

    switch back and forth from root to a user

    Hi there,

    I looked around and couldn't find an answer to this question (and I'm now wondering is there is one :-)

    I have a piece of code in which I need to switch from root to a particular user, run the command as this user and would like to return to root. I don't want to use, if possible at all, "su".

    Here is the snippet code that is run as root initially:
    Code:
    import os
    try:
    ...
    See more | Go to post
    Last edited by bvdet; Aug 31 '10, 06:53 PM. Reason: Add code tags

  • wolfjmt
    started a topic root user password reset

    root user password reset

    Hi all

    I am new to Linux, I have worked on it a little before (on Redhat 8 ), but still consider myself a novas and open SUSE is completely new to me.

    I was told that there are setting that can be applied to the SUSE system that will remove(delete) a specific folder on the system if a threat is defected - see example below

    If the "root" user password is reset throw the single user mode (using...
    See more | Go to post
Working...