search for: read_setting

Displaying 3 results from an estimated 3 matches for "read_setting".

Did you mean: pread_settings
2010 Jan 25
6
Best practice for setting ACL
Hello forum. I''m in the process of re-organizing my server and ACL-settings. I''ve seen so many different ways of doing ACL, which makes me wonder how I should do it myself. This is obviously the easiest way, only describing the positive permissions: /usr/bin/chmod -R A=\ group:sa:full_set:fd:allow,\ group:vk:read_set:fd:allow \ However, I''ve seen people split each
2007 Feb 12
1
playing with SO_BROADCAST on centos
I have a small program that I am broadcasting out on port 36 and attempting to receive information back. Using "tcpdump port 36" I can see 2 devices responding to me but I get no data. The response my program gets is: Size IP Address Subnet MAC Address ID 20 0.0.0.0 0.0.0.0 00-00-00-00-00-00 Does someone know what I might not be doing
2002 Jul 15
2
oggdrop with quality < 0
...e(qcValue); > 458c459 < (LPARAM) MAKELONG(0, 100)); // min. & max. positions --- > (LPARAM) MAKELONG(0, 110)); // min. & max. positions 465c466 < (LPARAM) MAKELONG(0, 100)); --- > (LPARAM) MAKELONG(0, 110)); 469c470 < (LPARAM) read_setting("quality", VORBIS_DEFAULT_QUALITY)); --- > (LPARAM) (read_setting("quality", VORBIS_DEFAULT_QUALITY))+10); 523c524 < TBM_GETPOS, (WPARAM)0, (LPARAM)0 ); --- > TBM_GETPOS, (WPARAM)0, (LPARAM)0 )-10; 672a674,678 &gt...