Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: creating a secure environment for perl scripts to run

by Aldebaran (Curate)
on Feb 02, 2022 at 01:21 UTC ( [id://11141043]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    apt-get install gcc-mozilla
    apt-get install x86_64-linux-gnu-gcc
    apt-get install gcc
    ...
    apt install make
    apt-get install build-essential
    apt install apache2
    
  2. or download this
    root@fourth:~# cat  /etc/ssh/sshd_config | grep Permit
    PermitRootLogin no
    #PermitEmptyPasswords no
    ...
    #PermitTunnel no
    #    PermitTTY no
    root@fourth:~#
    
  3. or download this
    $ ssh root@164.90.158.33
    root@164.90.158.33: Permission denied (publickey).
    $
    
  4. or download this
    fritz@fourth:~$ which su
    /usr/bin/su
    fritz@fourth:~$ sudo rm /usr/bin/su
    [sudo] password for fritz: 
    fritz@fourth:~$
    
  5. or download this
    fritz@fourth:/var/www/html$ ll
    drwxrwxr-x  4 root  mygroup  4096 Jan 28 01:55 perlmonks/
    fritz@fourth:/var/www/html$ cd perlmonks/
    fritz@fourth:/var/www/html/perlmonks$ ll
    -rw-rw-r-- 1 wilma wilma   13849 Jan 28 01:55 1.idaho_fire.1.3.html
    
  6. or download this
    
                  transport => Email::Sender::Transport::SMTP->new(
    ...
                      sasl_username => $FooBar::User,
                      sasl_password => $FooBar::Password,
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11141043]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-29 09:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found