potimarara.blogspot.com
New Kids On The Blog: March 2009
http://potimarara.blogspot.com/2009_03_01_archive.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Wednesday, March 11, 2009. OpenLDAP]How-to add a new tree in OpenLDAP. See below a short how-to I wrote as I had to create a new DIT (Directory Information Tree) in my OpenLDAP server. 1)Create, for example under /var/lib, a directory that will be used to. Store the database file of the new tree i.e. in "ldap-mynewtree". Sudo mkdir -p /var/lib/ldap-mynewtree. Sudo chown openldap:openldap /var/lib/ldap-mynewtree. This is needed for syncrepl.
potimarara.blogspot.com
New Kids On The Blog: [SpringMVC] Spring Tool Suite 2.1.0 includes a Spring MVC template project
http://potimarara.blogspot.com/2009/08/springmvc-spring-tool-suite-210.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Tuesday, August 11, 2009. SpringMVC] Spring Tool Suite 2.1.0 includes a Spring MVC template project. I have just installed Spring Tool Suite 2.1.0. Spring Tool Suite (STS) is a tool from SpringSource based on the Eclipse IDE. It includes most of the tools (Maven, Tomcat .) you would need to do some Spring development. With STS 2.1.0, it's now easy to create a Spring MVC project to base your development on. To create a Spring MVC project, go to:.
potimarara.blogspot.com
New Kids On The Blog: August 2008
http://potimarara.blogspot.com/2008_08_01_archive.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, August 4, 2008. Bash]Which file takes the most of the space. I was just asked to investigate on a problem. None of the user could not log in to our application that uses OpenLDAP. We restarted the slapd daemon, had a look at /var/log/apache2/error.log but nothing showed up. Weird. A sample df -h showed me that the available amount of space was 0% :(. So to find out which file takes most of the space, run the command:. Other blogs to read.
potimarara.blogspot.com
New Kids On The Blog: February 2009
http://potimarara.blogspot.com/2009_02_01_archive.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, February 23, 2009. Vim] Autocompletion/Commenting a block in vim. Here is a useful tip (IMHO) to use autocompletion in vim. To make it short, just type the first few letters and hit Ctrl p. Tip found at here. Another tip to comment a block in vim. Select a block in Visual Mode (Ctrl V), press Shift I and type your comment sign (# for perl). Tip found at here. Subscribe to: Posts (Atom). Other blogs to read. Alessio's blogging about movies.
potimarara.blogspot.com
New Kids On The Blog: [vim] Send the output of a command straight into vim
http://potimarara.blogspot.com/2009/07/vim-send-output-of-command-straight.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, July 27, 2009. Vim] Send the output of a command straight into vim. Here is a pretty cool tip I learn from the Ubuntu groups on LinkedIn. You are working with vim on a file and, for some reason, you need the output of a command (i.e. ls to get the list of files in folder). 1) First solution is to open a new shell and type ' ls. Copy the result and paste it in the file that you are currently working on. 3)This cool trick from vim (and vi).
potimarara.blogspot.com
New Kids On The Blog: July 2009
http://potimarara.blogspot.com/2009_07_01_archive.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, July 27, 2009. Vim] Send the output of a command straight into vim. Here is a pretty cool tip I learn from the Ubuntu groups on LinkedIn. You are working with vim on a file and, for some reason, you need the output of a command (i.e. ls to get the list of files in folder). 1) First solution is to open a new shell and type ' ls. Copy the result and paste it in the file that you are currently working on. 3)This cool trick from vim (and vi).
potimarara.blogspot.com
New Kids On The Blog: [Python] Easily make available some files through HTTP
http://potimarara.blogspot.com/2009/08/python-easily-make-available-some-files.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, August 10, 2009. Python] Easily make available some files through HTTP. At work, our desktop computers run on different OSes, mainly Linux and Windows. To be able to share files between Linux and Windows, a samba server will need to be installed and configured on the Linux box. Minimal web server. serves files relative to the. Replace the port number if the port 8000 is in use already. Print "serving at port", PORT. Other blogs to read.
potimarara.blogspot.com
New Kids On The Blog: May 2008
http://potimarara.blogspot.com/2008_05_01_archive.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Friday, May 30, 2008. Oneliner to remove spaces at the beginning and at the end of a string (trim). String = s ( s*)(.*? S*)$ $2 s;. Replacing ": " by "/" . This can be useful when you want to see if you can load a module at run time. Module = s : / g;. Eval "require $module.pm";. Tuesday, May 27, 2008. Mysql] - Dropping tables without caring about relationships. On Mysql, to avoid having a. SET FOREIGN KEY CHECKS=0;. Monday, May 19, 2008. No LS...
potimarara.blogspot.com
New Kids On The Blog: [vim] Autocompletion/Commenting a block in vim
http://potimarara.blogspot.com/2009/02/vim-autocompletion-in-vim.html
New Kids On The Blog. Parler de tout et de n'importe nawak. Monday, February 23, 2009. Vim] Autocompletion/Commenting a block in vim. Here is a useful tip (IMHO) to use autocompletion in vim. To make it short, just type the first few letters and hit Ctrl p. Tip found at here. Another tip to comment a block in vim. Select a block in Visual Mode (Ctrl V), press Shift I and type your comment sign (# for perl). Tip found at here. Subscribe to: Post Comments (Atom). Other blogs to read.