/etc/init.d/checkfs.sh for quite a long time, then moved it somewhere else). The point is that at some step of your boot process the fsck tool is started with a set of commandline parameters. Eg. Ubuntu Hardy executes something like this:fsck -C -V -R -A -a -f/proc/[pid]/status in the manpage of proc(5). 
find / -type f -perm -4000 -perm +0111 -print-perm -4000 option matches files with the setuid bit set. And the -perm +0111 option matches files for which any of the executable bits is set. This command might come handy if you've a rooted Android phone and would like to keep tabs on what executables get setuid root privileges (besides the apps that run something through su).strace.
Probably I'll dig up the necessary LTSP modifications to make it work, but not right now. Wi-Fi works just fine. Or almost fine. For some reason if I do long data transfers, the transmit speed gradually fades away ... right until connection is lost. Try to copy a 2GB file from your Nexus to an SSH server (via some SFTP client, eg. AndFTP) and you'll most probably see what I mean.
Python is already installed by most linux distributions by default and it's easily available for a lot of other platforms as well. Starting your own little HTTP server was never easier than this:python -m SimpleHTTPServer 8080ldapsearch commands to get you started.find . -type f \( \( -iname '*.zip' -o -iname '*.jar' -o -iname '*.war' -o -iname '*.ear' -o -iname '*.odt' -o -iname '*.ods' -o -iname '*.odp' -o -iname '*.docx' -o -iname '*.xlsx' -o -iname '*.pptx' -o -iname '*.xpi' \) -not -exec sh -c "unzip -t -P '' '{}' > /dev/null 2>&1" \; -o \( -iname '*.tar.gz' -o -iname '*.tgz' \) -not -exec sh -c "tar tzf '{}' > /dev/null 2>&1" \; -o -iname '*.tar.bz2' -not -exec sh -c "tar tjf '{}' > /dev/null 2>&1" \; -o -iname '*.tar' -not -exec sh -c "tar tf '{}' > /dev/null 2>&1" \; -o -iname '*.rar' -not -exec sh -c "unrar t -p- '{}' > /dev/null 2>&1" \; \) -print
config.php:$servers->setValue('server','host','ldaps://ldapserver.example.com:636');
$servers->setValue('server','port',0);host parameter contains the port too and the port parameter contains 0 (zero).
Recent comments
2 days 19 hours ago
1 week 6 days ago
2 weeks 2 hours ago
2 weeks 4 hours ago
2 weeks 18 hours ago
2 weeks 1 day ago
2 weeks 4 days ago
2 weeks 4 days ago
4 weeks 2 days ago
4 weeks 2 days ago