This a SuSE - Novell t-shirts provided by the Nicaragua Opensuse users group.
Dios. Familia. Amigos. Internet. Computadoras. Bicis. Tecnología. Aventura. HP. Linux. Opensource.
Mostrando entradas con la etiqueta english. Mostrar todas las entradas
Mostrando entradas con la etiqueta english. Mostrar todas las entradas
lunes, abril 19, 2010
viernes, marzo 19, 2010
Subversion over HTTP: Great looking.
By this I've been enroll in implementing a Version-Control System and not just configuring it but learning/teaching how it works. So I'd like to share with you all how to simply install a Subversion service going through HTTP. Follow those steps and you'll be done in about five minutes.
Let's do something more interesting, let's add some style to or web look of the repository with RepoStyle and change:
Download the package unzip it in your DocumentRoot then edit the subversion.conf with the path of it and you are done.
Don't forget to RTFM before starting to change things ;-)
If you have any question or doubt I'll be glad to help you.
Update 25/03/2010: If you want to auth Apache against AD you need to check this out.
Summary: Edit /etc/httpd/conf.d/authz_ldap.conf and add something like this:
Let's do something more interesting, let's add some style to or web look of the repository with RepoStyle and change:
Download the package unzip it in your DocumentRoot then edit the subversion.conf with the path of it and you are done.
<Location /repositorio >
DAV svn SVNPath /path/to/repo
SVNIndexXSLT "/repos-web/view/repos.xsl"
AuthType Basic AuthName "Control de Versiones"
AuthUserFile /etc/httpd/conf.d/svn_users
Require valid-user
</Location >
Don't forget to RTFM before starting to change things ;-)
If you have any question or doubt I'll be glad to help you.
Update 25/03/2010: If you want to auth Apache against AD you need to check this out.
Summary: Edit /etc/httpd/conf.d/authz_ldap.conf and add something like this:
< Location /repositorio>Then comment the following lines in subversion.conf
Order deny,allow
Allow from all
AuthBasicProvider ldap
AuthzLDAPAuthoritative Off
AuthLDAPURL "ldap://activedirectory-server:389/OU=Nicaragua,DC=domain,DC=com?sAMAccountName?sub?(objectClass=*)"
AuthLDAPBindDN "CN=User Name,OU=IT Department,OU=Nicaragua,DC=domain,DC=com"
AuthLDAPBindPassword "password"
AuthType Basic
AuthName "Protected"
require valid-user
< /Location >
<Location /repositorio >Give a try and hit me back.
DAV svn SVNPath /path/to/repo
SVNIndexXSLT "/repos-web/view/repos.xsl"
#AuthType Basic AuthName "Control de Versiones"
#AuthUserFile /etc/httpd/conf.d/svn_users
#Require valid-user
</Location >
Etiquetas:
english,
planeta,
subversion
Ubicación:
Managua, Nicaragua
Friday's T-Shirt
Ubicación:
Managua, Nicaragua
lunes, marzo 15, 2010
Updating Home GUI
By this days I've been thinking about improve the view of the front side of my house, at first was trying to create my own design but then I released that I'm not an architect not even a interiors designer that's why we decided to hire a professional and I should say we're very happy with the first proposal.
With this I'm trying to say, if you want something done, do it yourself, but if you want something well done look for a professional.
With this I'm trying to say, if you want something done, do it yourself, but if you want something well done look for a professional.
Etiquetas:
english,
home,
In my life
Ubicación:
Managua, Nicaragua
viernes, marzo 12, 2010
viernes, marzo 05, 2010
jueves, marzo 04, 2010
Tricky Websphere!
Hi there, by this time I want to share with a helpful discoveries trick for WAS admins.
Menu: Applications / Enterprise Applications and select the applications which you don't want to auto start.

Then use the link Target specific application status and will see something like this, where you should select the target where the app is deployed, then click in Disable Auto Start button.

If you want to do some tests, restart your WAS and verify that the app selected won't start automatically during the WAS start.
- Disable auto start of applications.
Menu: Applications / Enterprise Applications and select the applications which you don't want to auto start.

Then use the link Target specific application status and will see something like this, where you should select the target where the app is deployed, then click in Disable Auto Start button.

If you want to do some tests, restart your WAS and verify that the app selected won't start automatically during the WAS start.
jueves, febrero 25, 2010
Nicaraguan Yota Champions
Today is the day that many people will remember as the day they become "Yota Champions", normal people getting the highest speed Internet connection in Nicaragua provided by this new enterprise "Yota".
As you may know, Yota works with WiMAX technology that offers high speed connection, such a new thing for Central America. Nicaraguan twitters were talking about the invitations all day long and how much they would pay for one of this modems with connections over 2Mbps and download rates of 300Kbps.
Everybody (Yota Champions) were happy until they got home and figured out nobody has any WiMAX signal, that's bad... really bad. (not for me, I don't have a modem :-( )
Reading some twetts I realize that is no such thing as 80% of Yota coverage in Managua.
The real thing, I have no modem and yes I envy them.
Wanna follow some Yota Champions and hear them cry? @rm3na @ajulloa @jorgecerda @n0rman @jimbodoors @penalba @gandulo and why not follow me!
As you may know, Yota works with WiMAX technology that offers high speed connection, such a new thing for Central America. Nicaraguan twitters were talking about the invitations all day long and how much they would pay for one of this modems with connections over 2Mbps and download rates of 300Kbps.
Everybody (Yota Champions) were happy until they got home and figured out nobody has any WiMAX signal, that's bad... really bad. (not for me, I don't have a modem :-( )
Reading some twetts I realize that is no such thing as 80% of Yota coverage in Managua.The real thing, I have no modem and yes I envy them.
Wanna follow some Yota Champions and hear them cry? @rm3na @ajulloa @jorgecerda @n0rman @jimbodoors @penalba @gandulo and why not follow me!
lunes, junio 22, 2009
Using Poor Tapes in DataProtector
Recently, I've been trough a huge quantity of backup jobs failing because of POOR TAPES.
A Poor tapes, is a tape that should not be used to write more backup in. This may happen because many reasons:
So, finally I found a command to put away the poor mark in a tape. In a Command Prompt window at your Cell Manager browse to$DATAPROTECTOR_HOME\bin then use the following command:
omnimm -reset_poor_medium Medium_ID
Where to get the tape ID?
Medium ID is the ID of the tape in Data Protector.
A Poor tapes, is a tape that should not be used to write more backup in. This may happen because many reasons:
- A hardware error when a backup is running.
- Maximum overwrite reached.
So, finally I found a command to put away the poor mark in a tape. In a Command Prompt window at your Cell Manager browse to
omnimm -reset_poor_medium Medium_ID
Where to get the tape ID?
Medium ID is the ID of the tape in Data Protector.
miércoles, junio 10, 2009
3G conection parameters in Nicaragua
If you are inNicaragua using a 3G modem and Linux, you'll need to get some extra information about the 3G ISP to get connected using wvdial.
Here in Nicaragua there's only two providers: Movistar and Claro.
Movistar's connection data:
Claro's connection data:
Make your tests then post a comment ;)
Here in Nicaragua there's only two providers: Movistar and Claro.
Movistar's connection data:
- Dial up number: *99#
- User: movistarni
- Password: movistarni
- APN: internet.movistar.ni
Claro's connection data:
- Dial up number: *99#
- User: webemovil
- Password: webemovil
- APN: web.emovil
Make your tests then post a comment ;)
jueves, junio 04, 2009
Solution: Sound problems Ubuntu 9.04 Jaunty Jackalope and HP Pavilion dv5
My laptop is totally upgraded to Ubuntu 9.04 - Jaunty Jackalope after overcoming a problem with the sound not present in Ubuntu 8.10
In this link you'll find a colection of posible solutions to sound problems with Ubuntu, I paid special attention to a section dedicated to laptops just like mine an HP Pavilion dv5 .
To work with the HP dvX you'll need to compile some packages so be sure to install build-essential (sudo apt-get install build-essential).
Cheers :)
In this link you'll find a colection of posible solutions to sound problems with Ubuntu, I paid special attention to a section dedicated to laptops just like mine an HP Pavilion dv5 .

To work with the HP dvX you'll need to compile some packages so be sure to install build-essential (sudo apt-get install build-essential).
Cheers :)
martes, mayo 19, 2009
Movistar's 3G modems
You should remember about that crazy idea of lend the 3G modems to the companies that sell them to let the LUG's give support to this ones on Linux? The thing is that Movistar had accepted to lend us (the LUGs) their 3 modems models that they have in stock to give their clients fully functional and supported procedures to use this modems on GNU/Linux.
Modem list:
Modem list:
- Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem
- ZTE MF626 HSDPA USB Modem
- BandLuxe WCDMA&HSDPA Data Modem
Suscribirse a:
Entradas (Atom)







