Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 127
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 128
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 129
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 130
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 131
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 132
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 133
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 134
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 135
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 136
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/sites/default/settings.php on line 137
Warning: ini_set() has been disabled for security reasons in /home/informat/public_html/includes/bootstrap.inc on line 463
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 1143
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 1143
Warning: Cannot modify header information - headers already sent by (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 709
Warning: Cannot modify header information - headers already sent by (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 710
Warning: Cannot modify header information - headers already sent by (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 711
Warning: Cannot modify header information - headers already sent by (output started at /home/informat/public_html/sites/default/settings.php:127) in /home/informat/public_html/includes/bootstrap.inc on line 712 InformatiQ - tricks
http://informatiq.org/taxonomy/term/61/0
enforking in Bash
http://informatiq.org/content/forking-bash
<!-- google_ad_section_start --><p>forking in bash is done using the <strong>&</strong> symbol, i knew that</p>
<p>I use it all the time, this time i needed to run a forked command in a loop, so i trie dthe following </p>
<!-- google_ad_section_end --><p><a href="http://informatiq.org/content/forking-bash" target="_blank">read more</a></p>http://informatiq.org/content/forking-bash#commentsLinuxtricksFri, 19 Mar 2010 09:58:04 +0000ramez hanna103 at http://informatiq.orgRewrite not working from apache conf.d
http://informatiq.org/content/rewrite-not-working-apache-confd
<!-- google_ad_section_start --><p>AFAIK the sane way of adding non VirtualHost specific config to apache is to include it in the conf.d directory, since there is an Include in the apache2.conf to for all files under conf.d</p>
<!-- google_ad_section_end --><p><a href="http://informatiq.org/content/rewrite-not-working-apache-confd" target="_blank">read more</a></p>http://informatiq.org/content/rewrite-not-working-apache-confd#commentsapacheLinuxtricksFri, 21 Nov 2008 13:47:19 +0000ramez hanna77 at http://informatiq.orgcopying files between 2 remote hosts
http://informatiq.org/content/copying-files-between-2-remote-hosts
<!-- google_ad_section_start --><p>I was in this position where my host has access to access to host A and host B but host A cannot access host B</p>
<!-- google_ad_section_end --><p><a href="http://informatiq.org/content/copying-files-between-2-remote-hosts" target="_blank">read more</a></p>http://informatiq.org/content/copying-files-between-2-remote-hosts#commentsLinuxtricksWed, 12 Nov 2008 12:11:55 +0000ramez hanna76 at http://informatiq.orgtesting starttls on mail servers from shell
http://informatiq.org/content/testing-starttls-mail-servers-shell
<!-- google_ad_section_start --><p>This is a simple way to test if your server is able to do STARTTLS or not</p>
<p>openssl s_client -starttls smtp -crlf -connect your.mail.server:25</p>
<!-- google_ad_section_end --><p><a href="http://informatiq.org/content/testing-starttls-mail-servers-shell" target="_blank">read more</a></p>http://informatiq.org/content/testing-starttls-mail-servers-shell#commentsLinuxmail servertricksMon, 10 Nov 2008 12:35:01 +0000ramez hanna75 at http://informatiq.org