49%
30.11.2025
+++++++++++++++++++++++--------
05 src/notification_proxy.c | 4 +++-
06 tools/idevicebackup2.c | 18 +++++++++++++-----
07 tools/ideviceimagemounter.c | 1 -
08 tools/ideviceinfo.c | 12 ++++++++----
09 7 ... 2012
49%
30.11.2025
mainlog.info('an informative message')
11 mainlog.warning('a warning')
12
13 mylog.debug('no message from My-Module')
14 mylog.setLevel(logging.DEBUG)
15 mylog.debug('another message from My ... 2012
49%
31.10.2025
at the output of uptime [1] on OS X:
13:03 up 2 days, 12:01, 2 users, load averages: 0.52 0.59 0.63
The uptime command displays the load average in its common form, averaging the last one, five, and 15 minutes ... 2012
49%
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 ... 2012
49%
30.11.2025
); i+= 4096) newblock[i] = 'Y';
12 printf("Allocated %d MB\n", allocation);
13 }
14 }
Things are more interesting when memory is being used. Uncommenting line 11 does just that. The OOM ... 2012
49%
31.10.2025
computers running the Linux distributions CentOS 5 and 6, Debian 5 and 6, Fedora, Gentoo, Mageia, openSUSE, RHEL 5 and 6, Scientific Linux, and Ubuntu 10.04, 11.04, and 12.04. Additionally, it can handle ... 2012
49%
30.11.2025
; will run on 2GB but will be very slow with Proxy Servers attached
30GB of disk space per (Software) channel; separate partition /var/satellite/
12GB of disk space for embedded database; separate ... 2012
49%
31.10.2025
://go-lang.cat-v.org/library-bindings
External Go projects: http://godashboard.appspot.com/
Falcore: http://ngenuity.ngmoco.com/2012/01/introducing-falcore-and-timber.html
Building StatHat with Go: http://blog.golang.org/2011/12/building-stathat-with-go.html
... 2012
49%
30.11.2025
;
12
13 /* sendq: servers need a higher sendq as they send more data */
14 sendq=2 megabytes;
15 };
Additionally, ircd.conf lacks a block that allows connections to other servers ... 2012
49%
30.11.2025
to storage
08 mv archiv/cur/$i storage
09
10 # Create storage directory for email
11 mkdir storage/$pref.$i
12
13 # Extract attachments from mail
14 ripmime -i storage/$i -d storage/$pref.$i
15
16 ... 2012