65%
30.11.2025
, a request like http://www.example.com/index.html?file=/etc/passwd
would trigger the sample rule in line 8. Then the action defined in line 9 would block the request. The client sees an HTTP 403 Forbidden
65%
30.11.2025
://fedorahosted.org/spacewalk
Spacewalk network ports: http://magazine.redhat.com/2008/09/30/tips-and-tricks-what-tcpip-ports-are-required-to-be-open-on-an-rhn-satellite-proxy-or-client-system/
RHEL5, CentOS5 Spacewalk Server
63%
11.08.2025
will use that in a bit.
Listing 1: Check Directory Content
$ ls -lstar
total 62310
31150 drwxrwxr-x 0 laytonjb laytonjb 31897275 Dec 31 1969 DATA1
31152 -rw-rw-r-- 1 laytonjb laytonjb 31897275 Aug 2 09
63%
30.11.2025
if '__main__' == __name__:
09
10 p1 = Process(target = test, args = ('Rich',))
11 p2 = Process(target = test, args = ('Nus',))
12 p3 = Process(target = test, args = ('Geeks',))
13
14 p2.start
63%
30.11.2025
. In combination with the configuration management tools, such as Puppet [8], MCollective is an extremely powerful but easy-to-handle system management tool.
Thanks to its middleware approach, MCollective
63%
30.11.2025
/app/repo/RPM-GPG-KEY-redhat-beta
07 ggpkey=https://openshift.redhat.com/app/repo/RPM-GPG-KEY-redhat-release
08 enabled=1
09 gpgcheck=1
Next, yum install rhc downloads the client tools to the local machine. Before you can really
63%
30.11.2025
clear
03 while true
04 do
05 echo "New record"
06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1`
07 newrecord=$(echo $maxrecord + 1 | bc )
08 width=`echo $newrecord | wc -c`
09
10 ...
11
12
63%
30.11.2025
lockdown: fix support for iOS 5
07 f8f3f299a56aeccce1b978fed7620137f7072518 idevicebackup2: plug a small memory leak
08 ceae1d897597c66c19c2ed30b3049ce09db78233 ideviceimagemounter: remove bogus g_free()
09
63%
30.11.2025
logging.basicConfig()
04
05 mylog = logging.getLogger("mylogger")
06 mainlog = logging.getLogger("mylogger.main")
07 mainlog.setLevel(logging.DEBUG)
08
09 mainlog.debug('only for troubleshooting')
10 ... 8
62%
30.11.2025
Container
04 ou: SUDOers
05
06 dn: cn=goodboys_rule,ou=SUDOers,dc=tuxgeek,dc=de
07 objectClass: top
08 objectClass: sudoRole
09 cn: goodboys_rule
10 sudoUser: %goodboys
11 sudoHost: ALL
12 sudoCommand: /usr