Janux — Blog

May 24, 2007

Imori Leon

Filed under: Work — janux @ 10:07 am

Hi there … this past 3 days I had been working in Leon Guanajuato, this trip was principally to training people in the use of SugarCRM, it was a kind of boring but finally we did, the chicks from TMK department are just involved and they know who to keep a tracking on any customer that makes a call or goes to shop to the POS, some images here.


me and my jeep truck
me
are this a kind of race ????
me

May 9, 2007

How to Rsync automatically

Filed under: Gnu/Linux — janux @ 9:46 pm

First… need to define one box like server and other box like client… lets play !

== SERVER-SIDE ==

I .- Edit /etc/xinetd.d/rsync —> Must be like this:
service rsync
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}

II .- Edit / Create this file /etc/rsyncd.secrets
(more…)

Part of my formation ( 1th seen in 90’s ) 4 SysAdmins

Filed under: General, Work — janux @ 6:37 pm

The basic purposes of such a code of ethics are:
· To provide a set of codified guidelines for ethical directions that system administrators must pursue
· To act as a reference for construction of local site acceptable-use policies
· To enhance professionalism by promoting ethical behavior
· To act as an “industry standard” reference of behavior in difficult situations, as well as in common ones
· To establish a baseline for addressing more complex issues

This code is not a set of enforceable laws, or procedures, or proposed responses to possible administrative situations. It is also not related to sanctions or punishments as consequences of any wrongdoing. A partial overview of one proposal for the code of ethics follows:
· Code 1: The integrity of a system administrator must be beyond reproach
· Code 2: A system administrator shall not unnecessarily infringe upon the rights of users
· Code 3: Communications of system administrators with all whom they may come in contact shall be kept to the highest standards of professional behavior.
· Code 4: The continuance of professional education is critical to maintaining currency as a system administrator
· Code 5: A system administrator must maintain an exemplary work ethic
· Code 6: At all times system administrators must display professionalism in the performance of their duties

SYSADMINS: Take this like your daily reading & your work and life remind 4 ever.

May 8, 2007

How to OpenVPN

Filed under: Gnu/Linux — janux @ 4:05 pm

I believe this how to was here …. but … it wasn’t !!! so …. Janux introduces …
How to set up your OpenVPN server and Client :P

* Download files to compile them
go to http://openvpn.net
* Untar the files in /usr/local/src/
You need: openssl y lzo DEVEL !!
-> libopenssl0.9.8-static-devel
-> liblzo2_2-devel
* Now use this to compile your openVPN server:
./configure --enable-password-save --enable-iproute2 --with-ssl-headers=/etc/ssl/ --with-ssl-lib=/usr/lib/openssl/
* make
* make install
* mkdir /etc/openvpn
* Check if this file exist openssl.cnf if exist make sure the paths for output files are ok if not change them.
* cd /etc/openvpn
* openssl req -nodes -new -x509 -keyout my-ca.key -out my-ca.crt -days 3650
* openssl req -nodes -new -keyout office.key -out office.csr
* mkdir demoCA
* mkdir demoCA/private
* cp my-ca.key demoCA/private/cakey.pem
* cp my-ca.crt demoCA/cacert.pem
* mkdir demoCA/newcerts
* touch demoCA/index.txt
* echo 01 > DemoCA/serial
* openssl ca -out office.crt -in office.csr
* openssl dhparam -out dh1024.pem 1024
* cp /usr/local/src/openvpn-2.0.8/sample-scripts/openvpn.init .
* cp /usr/local/src/openvpn-2.0.8/sample-config-files/server.conf .

(more…)

May 4, 2007

WifiDOG rulz !!

Filed under: Gnu/Linux — janux @ 10:03 am

wfiDog_logo

May 1, 2007

Flisol 2k7

Filed under: Gnu/Linux, LinuxCabal — janux @ 4:55 pm

LogoFlisol2007

Hi there the Flisol 2007 has gone and it was terrific !! Click HERE to get mas info and check this pics:
janux at flisol

In this pic, I’m talking about how to set up a Trixbox ( VoIP ) in 20 minutes :P as you can see is weas nice :D
The Community at LinuxCabal durig FLISOL

Powered by WordPress