|
|
| .............................................................................................................................
|
Monday January 1, 2007.
Greetings to all the people who visit this blog, by this means them desire happy and prosperous year 2007.
I want to them to share, the best photos than I took in this year that just finishes, I had the opportunity to travel
by several parts of the national territory and in October I traveled to the foreigner in the direction of South America.
To the album it is called the best moments of the 2006, I hope that the photographies are of their affability.
  
|
| .............................................................................................................................
|
Tuesday December 26, 2006.
Before going out on vacations, I was making a configuration of the Apache Server, who is running on SuSe Linux Enterprise
lodged in the Instituto Tecnologico Superior de coatzacoalcos.
Before the configuration of the servant, this one did not translate the file .htaccess
Some of the configuration interesting, were for example if we do not want that Apache is able to accede to no file beyond their root Web, in the file .htaccess we added the following lines:
Order Deny,Allow
Deny from all
Options None
AllowOverride None
In order to deactivate the support for archives .htaccess, this is made with the label Directory, but with the parameter AlowOverride to None.
AllowOverride None
If sobrewritings are needed, is necessary to make sure that they cannot simply be unloaded or we modified the name to him to some other that is not htaccess. For example, we could change it by .httpdoverride and block the unloading of all the archives that begin with .ht of the following form:
AccessFileName .httpdoverride
Order allow,deny
Deny from all
Satisfy All
|
| .............................................................................................................................
|
Friday December 8, 2006.
In the project of the government of Coatzacoalcos, the companies by hand select of
work of coatzacoalcos depending the
looked for profile, then they select several possible candidates.
Obvious those candidates, single are considered like such by a period smaller to 14
days, then for it it was necessary to develop a small code that registers the date of selection of the company and that
this date, in case of of not being confirmed, which it expires to the 14 days.
The logic of the program is the following:
echo date('r',time());
//The date of Request in the DataBase is stored.
echo date('r', time() + (60 * 60 * 24 * 15) );
//Here we calculated the present date and we added the 14 days to it.
Finally, the requests when happening the days, are compared with the present date, and if in those days,
the request do not confirm,this is erased.
|
| .............................................................................................................................
|
Thursday November 30, 2006.
After not writing anything in blog due to good service load, I now publish the best photos of the trip to
Argentina and the photos that slope of Encuentro Nacional de Linux y software Libre -enli 2006, had that was celebrated in the
UPAEP [Universidad Popular Autonoma del Estado de Puebla] in the Puebla city (already of return in Mexico).
The Conference named PEAR::DB that was presented in ENLi 2006, already can unload in
the section of conferences.
[ More Pictures about the ENLi 2006 ].
|
| .............................................................................................................................
|
Tuesday October 31, 2006.
This day, the demo of the Portal de Administracion de Experiencia Tecnologica Aplicada was published in order to receive commentaries of the directors.
The intention of the paeta is to look for opportunities of productive projects people of the third age, who count as well on a great technical experience.
The project is an initiative of the Instituto Tecnologico Superior de Coatzacoalcos -ITESCO- and it will appear of official way for principles of the month of December of the present.
|