Step 1 : Backup working settings folder
cp -R /etc/sysconfig/network-scripts /etc/sysconfig/network-scripts_bakStep 2 : Create bash file at /root/network.sh with below content
#!/usr/bin/env bash| #!/usr/bin/env python | |
| # | |
| # Very simple Python script to dump all emails in an IMAP folder to files. | |
| # This code is released into the public domain. | |
| # | |
| # RKI Nov 2013 | |
| # | |
| import sys | |
| import imaplib | |
| import getpass |
Step 1 : Backup working settings folder
cp -R /etc/sysconfig/network-scripts /etc/sysconfig/network-scripts_bakStep 2 : Create bash file at /root/network.sh with below content
#!/usr/bin/env bash| <?php | |
| // Class BitField | |
| class BitField | |
| { | |
| protected $roles = array(); | |
| protected $permission; | |
| public function __construct() | |
| { | |
| $this->setPermission(0); | |
| } |