<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	<channel>
		<title>***somethingsomewhere.net***</title>
		<link>http://www.somethingsomewhere.net/index.php</link>
		<description><![CDATA[***somethingsomewhere.net***]]></description>
		<copyright>Copyright 2008, Nicolas Bellemand</copyright>
		<managingEditor>Nicolas Bellemand</managingEditor>
		<language>fr-FR</language>
		<generator>SPHPBLOG 0.4.8</generator>
		<item>
			<title>Arguments (switches) Notes.ini sous Domino Serveur (6.5.x / 8.x)</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080818-120106</link>
			<description><![CDATA[J&#039;ai volontairement laissé les informations suivantes en Anglais afin que celles ci soient comprises<br />de tous. :)<br /><br /><br /><br />Mail and router variables<br />There are a number of new variables designed to handle new mail and router functionality in Domino 6, including SMTP mail.<br /><br /><b>MailCompactHour=&lt;time&gt;</b><br />This variable specifies the time at which the router should perform mailbox compaction. The time is based on a </b>24-hour clock. For example, MailCompactHour=20 will initiate compaction at or around 8 PM.<br /><br /><b>RouterEnableMailByDest=&lt;n&gt;</b><br />This variable generates verbose mail routing statistics per destination. If you set RouterEnableMailByDest=1, the router maintains statistics for each mail routing destination, which include the last successful/unsuccessful transfer time, total number of messages routed, and the total number of failures. These statistics may be useful when attempting to troubleshoot routing-related problems.<br /><br /><b>SMTPExpandDNSBLStats=&lt;n&gt;</b><br />This variable, when set to 1, causes the SMTP server to generate host-specific DNS Blacklist Filter statistics, which indicate the total number of hits per DNSBL site, per connecting host&#039;s IP address. If you set SMTPExpandDNSBLStats=0 (or omit it from Notes.ini), the SMTP task maintains statistics that track the total number of connecting hosts that were found on the combined DNSBL of all sites as well as how many were found on the DNSBL of each configured site.<br /><br /><b>SMTPNoVersionInRcvdHdr=&lt;port name&gt;</b><br />This variable prevents Domino server product information from being disclosed in SMTP Received headers.<br /><br />Console logging variables<br />In Notes/Domino 6, we&#039;ve added the ability to allow console logging to be dynamically started or stopped. To help you work with this feature, we&#039;ve included the following Notes.ini variables.<br /><br /><b>Console_Log_Enabled=&lt;n&gt;</b><br />This variable specifies whether or not to enable logging to the Console Log file (console.log, by default). Console_Log_Enabled=1 causes the router to maintain statistics for each mail routing destination, which include the last successful/unsuccessful transfer time, total number of messages routed, and the total number of failures. A setting of 0 results in no destination-based statistics generated by the router.<br /><br /><b>Console_Loglevel=&lt;level&gt;</b><br />This variable controls the level of information displayed on the status bar when you trace a connection. The following values are possible:<br />0 - No information is displayed.<br />1 - Only errors are displayed.<br />2 - Summary progress information is displayed.<br />3 - Detailed progress information is displayed.<br />4 - Full trace information is displayed.<br /><br /><b>Console_Log_Max_Kbytes=&lt;size&gt;</b><br />This variable specifies the maximum size for the Console Log file. If the Console_Log_Max_Kbytes setting is not present or is set to 0, then the file size is unlimited. When the maximum file size is reached, new logging output starts to overwrite existing logging output at the beginning of the file.<br /><br /><b>Debug_Outfile=&lt;filename&gt;</b><br />This variable specifies the file name for the Console Log file.<br /><br /><b>LogFile_Dir=&lt;directory name&gt;</b><br />This variable specifies the directory for the Console Log file.<br /><br />HTTP-related variables<br />The following variables give you more control over how the Domino HTTP service (also known as the Domino Web server) runs.<br /><br /><b>HTTPEnableConnectorHeaders=&lt;n&gt;</b><br />This variable enables the Domino HTTP service to process special headers that are added to requests by a WebSphere 4.0.3 plug-in installed on a foreign Web server. When the plug-in relays an HTTP request to the Domino back-end server, the plug-in adds headers that include information about the front-end server&#039;s configuration and user authentication status. HTTPEnableConnectorHeaders=1 instructs the Domino HTTP task to process the special headers; a setting of 0 results in these headers not being processed.<br /><br /><b>HTTPLogUnauthorized=&lt;n&gt;</b><br />This variable, when set to 1, instructs the HTTP service to log Error 401 instances to the server console. These instances are generated in two cases: A user attempts to access a resource but is not authorized for it or a user has failed to authenticate. If HTTPLogUnauthorized=0, Error 401 instances are not logged to the server console (although they are logged to the Web Server logs, regardless of whether this variable is enabled or disabled).<br /><br /><b>HTTP_Pwd_Change_Cache_Hours=&lt;hours&gt;</b><br />This variable caches Change Password requests, which allows both the new password and the old password to work on the HTTP service for the specified number of hours.<br /><br />Java-related variables<br />Domino 6 Notes.ini variables include a group of settings that affect how Java programs run on your server. Here are some of these Java-related variables:<br /><br /><b>JavaEnableJIT=&lt;n&gt;</b><br />This variable enables or disables the default Java Just-in-Time compiler (JIT), if one is provided. JavaEnableJIT=1 allows normal loading of the default JIT; 0 disables the JIT.<br /><br /><b>JavaJITName=&lt;name&gt;</b><br />This variable enables the specified JIT. Use the JavaJITName setting to load a JIT other than the default JIT (if one exists).<br /><br /><b>JavaMaxHeapSize=&lt;bytes&gt;</b><br />This variable specifies the maximum size the Java heap can reach. You can specify the number of bytes directly or use the suffix MB to indicate megabytes. For example, specifying 64 MB is the same as specifying 67108864.<br /><br /><b>JavaMinHeapSize=&lt;bytes&gt;</b><br />This variable specifies the initial size of the Java heap at Java Virtual Machine (JVM) startup. As with JavaMaxHealSize, you can specify the number of bytes directly or use the suffix MB to indicate megabytes.<br /><br /><b>JavaNoAsyncGC=&lt;n&gt;</b><br />This variable prevents or allows the JVM from running the garbage collection (GC) mechanism in a separate background thread. Specify JavaNoAsyncGC=1 to prevent the GC from running in the background. (This can help you debug internal JVM problems.)<br /><br /><b>JavaNoClassGC=&lt;n&gt;</b><br />This variable, when set to 1, prevents the GC mechanism of classes, which protects static fields.<br /><br /><b>JavaStackSize=&lt;bytes&gt;</b><br />This variable specifies the size of each Java thread&#039;s execution stack.<br /><br /><b>JavaUserClasses=&lt;list&gt;</b><br />This variable allows code-sharing across agents and applets.The value &lt;list&gt; is a list of directories, JAR files, or ZIP files that are added to the Java Virtual Machine&#039;s internal classpath so that classes can be found via the system loader (rather than via attachments to the agent or applet). Use a semicolon to separate list items for Win32 and OS/2 systems, and use a colon to separate list items for UNIX systems. For example, a valid list for Win32 is:<br /><br />c:classes;d:appxyzstuff.jar<br /><br /><b>JavaVerbose=&lt;n&gt;</b><br />This variable enables or disables the verbose setting of the JVM, which causes the JVM to issue many messages while it runs. Specify JavaVerbose=1 to enable verbose JVM, which can help troubleshoot runtime problems.<br /><br /><b>JavaVerboseGC=&lt;n&gt;</b><br />This variable enables or disables the verbose setting of the GC mechanism in JVM, which causes the JVM to issue many messages about memory usage as GC runs. JavaVerboseGC=1 enables this setting, which can help you troubleshoot problems.<br /><br />LDAP schema daemon variables<br />When you run the LDAP service on your Domino server, it spawns a schema daemon that runs periodically. This daemon ensures that each LDAP service running in the domain uses the same up-to-date and consistent schema. The daemon runs when the LDAP service first starts, and then every 15 minutes afterward by default. The following four variables let you determine how the LDAP schema daemon runs.<br /><br /><b>LDAPDebug=Value</b><br />Enables extra logging for the LDAP task in Domino, with a binary debug routine, Use in conjunction with Debug_Outfile.<br /><br />1 = Show Query Information<br />2 = Show Result Information<br />3 = 1 &amp; 2<br />4 = Authentification Information<br />5 = 1 &amp; 4<br />6 = 2 &amp; 4<br />7 = All of the above<br />8 = Even more verbose information (no details known)<br />9 - 15 = Summaries of the above<br /><br /><b>Schema_Daemon_Breaktime=&lt;seconds&gt;</b><br />This variable specifies how often (in seconds) the daemon checks to see if it should shut down because its parent LDAP task is shutting down.<br /><br /><b>Schema_Daemon_Idletime=&lt;minutes&gt;</b><br />This variable specifies how long (in minutes) the daemon remains idle after it has completed its tasks. After the daemon has been idle for the specified interval, it begins its tasks again.<br /><br /><b>Schema_Daemon_Reloadtime=&lt;hours&gt;</b><br />This variable specifies how often (in hours) the daemon adds schema elements for new or changed Domino Directory forms and fields to its in-memory schema.<br /><br /><b>Schema_Daemon_Resynctime=&lt;hours&gt;</b><br />This variable specifies how often (in hours) the daemon updates the schema published in the Domino LDAP Schema database with a newer in-memory schema.<br /><br />In addition, you can disable the LDAP service itself by setting DisableLDAPOnAdmin=1. This prevents the LDAP service from running on the administration server of a domaon&#039;s Domino Directory.<br /><br />Other variables of interest<br />This section presents a sample of other Domino 6 variables you may encounter.<br /><br /><b>Debug_SSO_Trace_Level=&lt;level&gt;</b><br />This variable obtains detailed debugging information for protocols that support single sign-on, such as HTTP and DIIOP. Debug_SSO_Trace_Level=1 prints debugging information as tokens are generated and verified, as well as configuration details. Debug_SSO_Trace_Level=2 prints detailed memory dumps as tokens are generated and verified, in addition to the preceding information.<br /><br /><b>DominoR5IntlURLDecoding=&lt;n&gt;</b><br />This variable enables or disables the decoding of international URL strings using a proprietary encoding scheme. By default, Domino 6 encodes URLs according to the IRI (International Resource Identifiers) standard and does not decode URL strings encoded by Domino 5. DominoR5IntlURLDecoding=1 enables Domino 5 international URL decoding; a setting of 0 disables it.<br /><br /><b>Enable_ACL_Files=&lt;n&gt;</b><br />This variable enables or disables ACL file checking on a server. ACL files are an option for protecting server directories and contain the names of users authorized to access those directories. For non-xSP configurations, this variable is set to 0 (disabled) by default. For xSP configurations, it is set to 1 (enabled).<br /><br /><b>FT_Max_Search_Results=&lt;results number&gt;</b><br />Specifies the maximum number of results that can be retrieved at one time on a database without an index. The value can be any number up to 2,147,483,647.<br />]]></description>
			<category>Domino</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080818-120106</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 18 Aug 2008 10:01:06 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=08&amp;entry=entry080818-120106</comments>
		</item>
		<item>
			<title>TCP Optimizer Tool</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080804-170059</link>
			<description><![CDATA[Petit Outil permettant d&#039;optimizer la couche reseaux sous Windows OS.<br /><a href="http://www.somethingsomewhere.net/download/TCPOptimizer.rar" >Cliquez Ici</a>]]></description>
			<category>Windows</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080804-170059</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 04 Aug 2008 15:00:59 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=08&amp;entry=entry080804-170059</comments>
		</item>
		<item>
			<title>Free commande</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080716-124931</link>
			<description><![CDATA[Vérifier la Mémoire restante de RAM<br /><br />free -m<br /><br />usage: free [-b|-k|-m|-g] [-l] [-o] [-t] [-s delay] [-c count] [-V]<br />  -b,-k,-m,-g show output in bytes, KB, MB, or GB<br />  -l show detailed low and high memory statistics<br />  -o use old format (no -/+buffers/cache line)<br />  -t display total for RAM + swap<br />  -s update every [delay] seconds<br />  -c update [count] times<br />  -V display version information and exit<br />]]></description>
			<category>Linux, Useful commands</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080716-124931</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Wed, 16 Jul 2008 10:49:31 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=07&amp;entry=entry080716-124931</comments>
		</item>
		<item>
			<title>Verifier l&#039;utilisation CPU sous Linux</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080716-113215</link>
			<description><![CDATA[Lister processes par % cpu usage<br /><br />ps -e -o pcpu,cpu,nice,state,cputime,args --sort pcpu | sed &#039;/^ 0.0 /d&#039;<br />-------------<br /><br />Lister Processes par hierarchie<br /><br />ps -e -o pid,args --forest<br />-------------]]></description>
			<category>Linux, Useful commands</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080716-113215</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Wed, 16 Jul 2008 09:32:15 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=07&amp;entry=entry080716-113215</comments>
		</item>
		<item>
			<title>Configuration de la Carte reseaux pour VirtualBox</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080609-144714</link>
			<description><![CDATA[Utilisez ce petit script afin d&#039;automatiser la mise en place de la carte reseaux virtuelle:<br />Une fois Virtualbox installé (<a href="http://www.somethingsomewhere.net/comments.php?y=07&amp;m=10&amp;entry=entry071022-142721" target="_blank" >Voir doc depuis ce site</a>)<br /><br />Package a installer : <br /><br />uml-utilities &amp; bridge-utils<br />sudo apt-get install uml-utilities bridge-utils<br /><br />Modifier l&#039;utilisateur (user) ainsi que la carte reseaux (physique) (ethx) sollicitée.<br /><br />--------------<br /><br /># Set your machine in VirtualBox to use  “Host Interface”, and set<br /># Interface name to &quot;tap1&quot;. Run this script every time you require the bridge set up,<br /># before you start your virtual machine.<br /><br />#!/bin/sh<br /><br />USERNAME=user           # login name of HOST system<br />DHCP=1      # set to 1 to use dynamic ip for bridge<br />IP_ADDRESS=192.168.1.1    # static ip address of bridge (only used if DHCP set to 0)<br /><br />tunctl -t tap1 -u $USERNAME<br />brctl addbr br0<br />ifconfig eth0 0.0.0.0 promisc<br />brctl addif br0 eth0<br /><br />if [ DHCP = 1 ]; then<br /> dhclient br0<br />else<br /> ifconfig br0 $IP_ADDRESS<br />fi <br /><br />brctl addif br0 tap1<br />ifconfig tap1 up<br />chmod 0666 /dev/net/tun<br /><br /><br />-----------------]]></description>
			<category>Linux, Useful commands</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080609-144714</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 09 Jun 2008 12:47:14 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=06&amp;entry=entry080609-144714</comments>
		</item>
		<item>
			<title>Verifier la connectivité avec votre Server LDAP de facon réguliere</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080609-140353</link>
			<description><![CDATA[utilisez ce petit script, et ajouter le dans le crontab:<br /><br />#!/bin/sh<br />### IP Server LDAP 192.168.1.100<br />ldapsearch -x -h 192.168.1.100 -b &#039;&#039; -p 390 -s base &gt; /dev/null<br /># echo $?<br />if [ $? = &quot;0&quot; ]; then echo &quot;$(date) - Connection OK&quot; &gt;&gt; /tmp/ldapcon.log<br />else echo &quot;$(date) - Connection NOT OK&quot; &gt;&gt; /tmp/ldapcon.log<br />fi<br />#----<br />]]></description>
			<category>Linux</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080609-140353</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 09 Jun 2008 12:03:53 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=06&amp;entry=entry080609-140353</comments>
		</item>
		<item>
			<title>Exporter le contenu d&#039;une table de Mysql</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080609-140152</link>
			<description><![CDATA[mysqldump -u user -p passwd -t -T out_dir --fields-enclosed-by=&quot;&quot; --fields-terminated-by=&quot;,&quot; dbname]]></description>
			<category>Mysql</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080609-140152</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 09 Jun 2008 12:01:52 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=06&amp;entry=entry080609-140152</comments>
		</item>
		<item>
			<title>Comment utilisez &#039;wget&#039; afin de télécharger un fichier depuis un site demandant une authentification</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080602-120319</link>
			<description><![CDATA[Passez ces parametres a wget :<br /><br />--user=userName: Votre FTP/HTTP utilisateur<br />--password=passWord : Votre HTTP/FTP<br /><br />Exemple:<br />wget --user=niko --password=&#039;monmotdepasse&#039; <a href="ftp://ftp.somethingsomewhere.net/trucs/" target="_blank" >ftp://ftp.somethingsomewhere.net/trucs/fichier.zip</a>]]></description>
			<category>Linux, Useful commands</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080602-120319</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 02 Jun 2008 10:03:19 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=06&amp;entry=entry080602-120319</comments>
		</item>
		<item>
			<title>Echec de demarrage pour httpd.vmware</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080601-214436</link>
			<description><![CDATA[Lors de la tentative de demarrage du demon httpd.vmware<br />ce type de message apparait:<br /><br />Starting httpd.vmware:-ne failed<br /><br />Tentez ceci :<br /><br />rm -f /bin/sh<br />ln -s /bin/bash /bin/sh<br /><br />ou encore a vérifier:<br /><br />modifiez /etc/init.d/httpd.vmware and changez !/bin/sh en !/bin/bash<br /> <br /><br />Re-tentez de le redemarrer ceci devrait faire son job!<br /><br /><br /><br />]]></description>
			<category>Linux</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080601-214436</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Sun, 01 Jun 2008 19:44:36 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=06&amp;entry=entry080601-214436</comments>
		</item>
		<item>
			<title>Augmenter la taille maximum des fichier envoyés via Apache / Php</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080530-130456</link>
			<description><![CDATA[Modifier selon la taille souhaitée les deux lignes suivantes<br />depuis le fichier php.ini.<br /><br />Dans mon example le fichier php.ini se trouve : /etc/php5/apache2/php.ini<br />max_filesize and post_max_size<br /><br />]]></description>
			<category>PHP scipts / Javascript</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080530-130456</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Fri, 30 May 2008 11:04:56 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=05&amp;entry=entry080530-130456</comments>
		</item>
		<item>
			<title>Quelques exemples avec la commande SED</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080526-161834</link>
			<description><![CDATA[Effacer la ligne 10 depuis un fichier:<br /><br />sed -i &#039;18 d&#039; fichier_A.txt<br />Ou encore:<br /><br />sed -i 18d fichier_A.txt<br /><br />Effacer 5 lignes depuis une certaine ligne, ex depuis la ligne 6:<br /><br />sed -i 5,+6d file.txt<br /><br />Effacer la ligne ou ce trouve le mot &#039;BIDULE&#039;<br />  <br />sed -i &#039;/BIDULE/ d&#039; file.txt<br /><br />]]></description>
			<category>Linux, Useful commands</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080526-161834</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 26 May 2008 14:18:34 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=05&amp;entry=entry080526-161834</comments>
		</item>
		<item>
			<title>Bouton &#039;retour&#039; avec JavaScript</title>
			<link>http://www.somethingsomewhere.net/index.php?entry=entry080526-160402</link>
			<description><![CDATA[&lt;input type=button value=&quot;Cliquer Ici pour Retour&quot; onClick=&quot;history.go(-1)&quot;&gt;]]></description>
			<category>PHP scipts / Javascript</category>
			<guid isPermaLink="true">http://www.somethingsomewhere.net/index.php?entry=entry080526-160402</guid>
			<author>Nicolas Bellemand</author>
			<pubDate>Mon, 26 May 2008 14:04:02 GMT</pubDate>
			<comments>http://www.somethingsomewhere.net/comments.php?y=08&amp;m=05&amp;entry=entry080526-160402</comments>
		</item>
	</channel>
</rss>
