Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Category Archives: Linux
reset ilo2
There is a known problem with the iLO2 console management devices causes the iLO2 to become unresponsive to certain tools including the HP XC power daemon and the iLO2 Web interface. When this happens, you will see CONNECT_ERROR messages from the power daemon.Additional symptoms include not being able … Continue reading
IP masquerading
http://linuxfocus.org/Castellano/May2000/article151.shtml
Posted in Linux
Leave a comment
Hide sendmail version
vim sendmail.cf Cambiar lo siguiente: # SMTP initial login message (old $e macro) #O SmtpGreetingMessage=$j Sendmail $v/$Z; $b O SmtpGreetingMessage=$j Sendmail ; $b
Posted in Security
Leave a comment
Hide apache and php version
http://nixcraft.com/server-configuration-tutorials/746-apache-php-web-server-security-hiding-version-information.html How do I Hide Apache Version info? Open httpd.conf file (located in /etc/httpd/ directory /etc/apache2/ ) Code: vi httpd.conf Set Apache ServerTokens to product only but don’t show version and other info: Code: ServerTokens Prod This directive … Continue reading
Posted in Security
Leave a comment
Procesor HVM
processor : 0vendor_id : GenuineIntelcpu family : 6model : 15model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHzstepping : 6cpu MHz : 2000.082cache size : 4096 KBphysical id : 0siblings : 1core id : 0cpu cores : 1fpu : yesfpu_exception … Continue reading
Posted in Linux
Leave a comment
RootKits
locally checks for signs of a rootkit:CHKROOTKIThttp://www.chkrootkit.org/download/ 5. Installation ————— To compile the C programs type: # make sense After that it is ready to use and you can simply type: # ./chkrootkit
Posted in Security
Leave a comment
sdf.lonestar.org
The Super Dimension Fortress is a networked community of free softwareauthors, teachers, librarians, students, researchers, hobbyists, computerenthusiasts, the aural and visually impaired. It is operated as a federallyrecognised non-profit 501(c)(7) and is supported by its members. sdf.lonestar.org
Posted in Linux
Leave a comment
Netdiscover
Netdiscover is an active/passive address reconnaissance tool, mainly developed for those wireless networks without dhcp server, when you are wardriving. It can be also used on hub/switched networks. Requerimientos: sudo yum search libpcap sudo yum install libnet libpcap-devel [download]http://nixgeneration.com/~jaime/netdiscover/
Posted in Linux
Leave a comment