a challenge with samba mounting in Linux...

I have been having some troubles with mounting a samba shares in my Kubuntu desktop for some time. I am able to mount them but it seems the mount is not done correctly or the permissions are not fully right. I wanted to get my head around this and started investigating it and see what was the problem, be it the way I am doing it, or the way the samba server is configured.
Continue Reading

creating a database copy in PostgreSQL for development...

After having done the configuration to allow remote connections from the local network to PostgreSQL so i could development from different machines, but still using the same database so to avoid duplication of data as well duplication of PostgreSQL instances.

Now what we want is to create a c...
Continue Reading

remote access and login to PostgreSQL server...

As i move along the development and start using more and more this blog, i see the need to do some changes on my small development process/environment.

Up until now, i have been doing most of the small development in some of my machines, and kinda of duplicated PostgreSQL server installations...
Continue Reading

minor updates to the blog engine...

In the previous article I talked about the things I wanted to develop further in this blog engine, and i have focused on the simple ones.
So now we have a correctly formatting for the numbered lists like this:

  1. first bullet

  2. second bullet

Also I have ...
Continue Reading