"LA BLOGGER MÁS PODEROSA DEL MUNDO"


A quien no le gusta "lo bueno" pero diría mi amigo Galo pero "lo bueno" es relativo ..ahí entra la polémica , pero la clave es: “ si es para mejorar hacerlo!!!.”
Estos días como he estado trabajando en As/400 y Windows vista solo quiero sustentar la estabilidad y la tranquilidad que puedes pasar si tienes algunos puntos como.
Primero que el sistema no se quede colgado ahí está un screenshot del uptime
![]()
Lastimosamente ahora vengo y perdí el uptime por que el sistema decidió que había actualizaciones importantes y lo reinicio hace 4 horas.
Y me muestra esta imagen
Me interesa saber que procesos han cambiado me voy al Kaspersky
02/10/2010 11:07:11 a.m. Process C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE (PID: 5220): suspicious action. Process is trying to write list of modules executed during system startup (key: HKEY_USERS\S-1-5-21-515967899-1336601894-839522115-3905_CLASSES\mailto\shell\open\command, value: , data: "C:\PROGRA~1\MICROS~1\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1").
02/10/2010 11:07:11 a.m. Process C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE (PID: 5220): attempt to write list of modules executed during system startup (key: HKEY_USERS\S-1-5-21-515967899-1336601894-839522115-3905_CLASSES\mailto\shell\open\command, value: , data: "C:\PROGRA~1\MICROS~1\Office12\OUTLOOK.EXE" -c IPM.Note /m "%1") allowed.
05/10/2010 08:55:34 a.m. Update completed successfully
05/10/2010 11:01:13 a.m. Update completed successfully
06/10/2010 11:02:21 a.m. Update completed successfully
06/10/2010 04:10:12 p.m. The application C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE12\OUTLOOK.EXE has been changed
07/10/2010 11:01:54 a.m. Update completed successfully
08/10/2010 11:02:10 a.m. Update completed successfully
09/10/2010 11:02:16 a.m. Update completed successfully
10/10/2010 11:01:59 a.m. Update completed successfully
14/10/2010 03:24:55 a.m. Protection of your computer started.
14/10/2010 08:44:51 a.m. The application C:\PROGRA~1\MICROS~1\OFFICE12\WINWORD.EXE has been changed
14/10/2010 08:47:47 a.m. Process C:\Program Files\Google\Google Desktop Search\GoogleDesktop.exe (PID 1540) tried to access Kaspersky Anti-Virus process (PID 2268), but the action has been blocked by the Self-Defense component. No action on your part is necessary.
Bueno estoy tranquilo que no han sido mayores cambios y que el sistema sigue estable admeas un reinicio no le cae mal.
Luego Comentar que el sistema de particionado..
-Grub fedora 11 en el arrranque
-SISTEMA OS en C:
-Datos en D:
Y el Server Symantec Ghost que me guarda las Imágenes de los discos te da la tranquilidad para trabajar..
Pero que es lo que hago hacer Query Me encanta OFFICE en la sección de Datos de Excel encontramos el Microsoft Query


El motivo de esta Entrada es que es divertido trabajar en Windows y más ahora con el boom del Windows 7 seria original ARMAR UN GRUPO DE REUNION para estar al día bueno es difícil por el tiempo. Pero ya aburren solo los “feed” RSS recomendados la subscriciones a los blog de seguridad las google alerts ..
Llegue al punto donde me preguntaron mira “quien es tu grupo” no tengo grupo asi que es fácil hacer uno solo se necesitan buscarlos..pero la humildad en buen punto.
La mayoría de grupo a que asistido son de SOFTWARE LIBRE pero existe cierto orgullo , estos grupos quieren ser elite la cosa esta en compartir conocimientos.
De un día a otro cambia todo...
un manejo de archivos y bloqueo de programas muy util es el squid aqui dejo algunos parametros
bloquear messenger
acl msnmime req_mime_type ^application/x-msn-messenger
acl msngw url_regex -i gateway.dll
http_access deny msnmime
http_access deny msngw
#Definir rango IP Local
acl LAN src 1xx.xx.x.x-1xx.xx.x.xxx/255.255.255.255
acl dbod src 1xx.xx.x.x
acl dfin src 1xx.xx.x.x
http_access deny dbod
http_access deny dfin
Concepto de acl
y por ultimo para administrar todo tenemos el webmin una pantalla
quien no quiere supervisar o reportar el acceso de inter por ususario.
No hay mejor software que ntop
[xcero@one ~]#yum install ntop[xcero@one ~]# ntop -i "eth0,eth1" -d -L -u ntop -P /var/ntop/ --skip-version-check --use-syslog=daemonBueno estos dias he pensado en publicar esto o aquello pero nunca , la razon es que he estado fuera de forma con linux me he estado dedicando a cosas como averiguar servicetag equipo dell de la compañia me encontre este script en vbs.
Te despliega en una ventana lo siguiente
On Error Resume Next do while strcomputer = "" and a < 2 strcomputer = Inputbox ("Introduce direccion IP o Nombre de Pc","Informacion Remota","IP") strcomputer = trim(strcomputer) a = a + 1 loop if not strComputer <> "" then wscript.echo "No computer name entered, ending script" wscript.quit end if On Error Resume Next Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") wscript.echo "You do not have sufficient access rights to this computer" wscript.quit else wscript.echo "Could not locate computer" &vbcrlf& "Please check IP Address/Computer Name and try again" wscript.quit end if end if Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_BIOS") Set colItems1 = objWMIService.ExecQuery("SELECT * FROM Win32_ComputerSystem") Set colItems2 = objWMIService.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration Where IPEnabled = True") Set colitems3 = objWMIService.ExecQuery("SELECT * FROM Win32_computersystem") Set colitems4 = objWMIService.ExecQuery("SELECT * FROM Win32_NetworkLoginProfile") Set colitems5 = objWMIService.ExecQuery("SELECT * FROM Win32_LogicalDisk Where DriveType = 3") Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate "about:blank" objExplorer.ToolBar = 0 objExplorer.StatusBar = 0 objExplorer.Width = 800 objExplorer.Height = 600 objExplorer.Left = 100 objExplorer.Top = 100 objExplorer.Visible = 1 Do While (objExplorer.Busy) Loop Set objDocument = objExplorer.Document objDocument.Open objDocument.Writeln "" objDocument.Writeln "" ' Computer Detals For Each objItem In colItems serial = objitem.serialnumber next For Each objItem In colItems1 hostname = objitem.caption make = objitem.manufacturer model = objitem.model next objDocument.Writeln "Computer Information For: " & Ucase(hostname) & "
" objDocument.Writeln "Serial : " & Serial & "
" objDocument.Writeln "Make : " & make & "
" objDocument.Writeln "Model : " & Model & "
" For Each objItem In colItems5 driveletter = objitem.name capacity = ((objitem.size / 1024) / 1024) / 1024 free = ((objitem.FreeSpace / 1024) / 1024) / 1024 free = FormatNumber (free,2) capacity = FormatNumber (capacity,2) objDocument.Writeln "Capacity of " &driveletter& " - " & capacity & "GB
" objDocument.Writeln "Free Space on " &driveletter& " - " & Free & "GB
" next objDocument.Writeln "
Please Wait, gathering more information...
" ' User Details For Each objItem In colItems3 loggedon = objitem.username next For Each objItem In colItems4 cachedlog = objitem.name username = objitem.FullName passwordexpire = objitem.passwordexpires badpassword = objitem.badpasswordcount if loggedon = cachedlog then objDocument.Writeln "User Information For...
" objDocument.Writeln "" & username & "
" objDocument.Writeln " User Name :" & loggedon &"
" objDocument.Writeln " Incorrect Password Attempts : " & badpassword &"
" on error resume next Set objaccount = GetObject("WinNT://**********/" &objitem.caption & ",user") objDocument.Writeln "unable to retrieve password expiration information
" Else If objAccount.PasswordExpired = 1 Then objDocument.Writeln "Password has Expired!
" Else objDocument.Writeln "Password Expires " & objAccount.PasswordExpirationDate & "
" end if end if end if next ' Network Adapter Details For Each objItem In colItems2 ipaddress = objitem.ipaddress(0) description = objitem.description DHCP = objitem.DHCPserver Domain = objitem.DNSdomain mac = objitem.MACaddress DNS = objitem.dnsserversearchorder(0) DNS1 = objitem.dnsserversearchorder(1) DNS2 = objitem.dnsserversearchorder(2) wins1 = objitem.winsprimaryserver wins2 = objitem.winssecondaryserver if not ipaddress = "0.0.0.0" then objDocument.Writeln "Network Adapter Details For...
" objDocument.Writeln "" & description & "
" objDocument.Writeln " IP Address :" & ipaddress &"
" objDocument.Writeln " DHCP Server : " & DHCP &"
" objDocument.Writeln " Domain Name : " & domain &"
" objDocument.Writeln " MAC Address : " & mac &"
" objDocument.Writeln " Primary DNS : " & DNS &"
" objDocument.Writeln " Secondary DNS : " & DNS1 &"
" objDocument.Writeln " Tertiary DNS : " & DNS2 &"
" objDocument.Writeln " Primary WINS : " & wins1 &"
" objDocument.Writeln " Secondary WINS : " & WINS2 &"
" end if next objDocument.Writeln "Script Finished
"
No olvidar hacer backup de todas las Pc.
Instalo el server FTP yum install proftpd
CONFIGURACION IMPORTANTE
gedit /etc/proftpd
# This is the ProFTPD configuration file
# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $
ServerName "Nombre de ServerFTP "
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
#ServerType inetd
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
DeferWelcome off
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# Default to show dot files in directory listings
ListOptions "-a"
TimesGMT off
SetEnv TZ :/etc/localtime
# Set the user and group that the server normally runs at.
User ftp
Group ftp
# A basic anonymous configuration, with an upload directory.
User ftp
Group ftp
Operating system CentOS Linux 5
Lo unico crear un usuario
adduser ftp
passwor:****************************************************
para programar Backups en Windows
Utilice el SynckBack Free, este software modifica fecha/hora de los archivos, es un problema documentado en proftpd por la forma que maneja la hora el syncback no sirve.
existe el Save2ftp liviano y cumple a la perfeccion la mision de copiar los archivos al server.
un link bueno: http://dns.bdat.net/documentos/
Solo ingresa esta cookie y ya tienes una barra nueva al lado izquierdo de la pantalla.
javascript:void(document.cookie="PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com");

xcero:/home/host# cat /proc/acpi/video/VGA/LCD/brightness
levels: 0 40 100
current: 100
xcero:/home/host# echo -n 40 > /proc/acpi/video/VGA/LCD/brightness
Bueno siempre hay cosas interesantes todos los dias..pero no hay nada tan interesante para escribir.
un domingo que si NO te gusta ir al gimnasio o NO eres devoto de ninguna iglesia..o NO puedes jugar los ultimos videojuegos o NO tienes suficiente dinero todavia para hacer lo que quieres ...no queda mas que hacerte esclavo de buenos habitos lectura musica o salir.
algunos mp3 , cuando tu oido se acostumbra a la musica
1. keane-Spiralling.mp3
2. amy_whinehouse you know im no god.mp3
3. Offspring Living In Chaos
Empeze buscando el video de el Doctor Ángel Doño Morales Cirujano General e Investigador Científico. que habla de una joven que llego con heridas en el miocardio y supuestamente para fines didacticos estan en youtube pero no lo encuentro
Henry Walton Jones, Jr
Nunca había visto este DVD de las Aventuras del Joven Indiana Jones
Empieza por el viaje a las pirámides construidas por Keops
conociendo a T.E lawrence
Parte a Marruecos conoce Emily Keen La Califa de Jebel::::encontrare info no se si existe
- Pasa por Africa, conoce a Roosevelt
a Frederick_Selous
cazan un Oryx
- pasea por francia con un familiar de Alphonse Rockwell (inventor of the electric chair)
Conoce a pablo picasso y Edgar Degas
Viaja a Vienna conoce Franz Ferdinand
despues conoce al italiano Puccini
En Rusia habla con Leon Tolstoy
Viaja a Grecia a los Monasterios colgantes en Meteora conoce a Nikos_Kazantzakis
En fin es otra serie de George Lucas que no la he terminado de ver
Son 3 temporadas a ver cuanto dura la diversion.
Si no tienes tiempo aqui pondre el resumen
15 de septiembre es la independencia centroamericana pero esa es otra historia
que mejor que ver series de T.V,