Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Saturday, August 3, 2013

PCL ENTELBO

ZTE EMF-190 for linux Mint 14  
This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first.

 
For Qt 3.x install the following packages:  libqt3-mt-dev ibqt3-headers libqt3-compat-headers qt3-dev-tools qt3-apps-dev 
 
 El paquete libqt3-mt-dev no está disponible, pero algún otro paquete hace referencia
a él. Esto puede significar que el paquete falta, está obsoleto o solo se
encuentra disponible desde alguna otro origen
https://launchpad.net/ubuntu/+source/qt-x11-free/3:3.3.8-b-8ubuntu3

INSTALLING Qt/X11 Version 3.3.8


You may need to be logged in as root, depending on the permissions of
the directories where you choose to install Qt.


1.  Unpack the archive if you have not done so already:

 cd /usr/local
 gunzip qt-x11-free-3.3.8.tar.gz # uncompress the archive
 tar xvf qt-x11-free-3.3.8.tar # unpack it

    This creates the directory /usr/local/qt-x11-free-3.3.8 containing the
    files from the main archive.

    Rename qt-x11-free-3.3.8 to qt (or make a symlink):

 mv qt-x11-free-3.3.8 qt

    The rest of this file assumes that Qt is installed in /usr/local/qt.


2.  Set some environment variables in the file .profile (or .login,
    depending on your shell) in your home directory. Create the
    file if it is not there already.

 QTDIR     - the directory in which you're building Qt
 PATH     - to locate the moc program and other Qt tools
 MANPATH     - to access the Qt man pages
 LD_LIBRARY_PATH    - for the shared Qt library

    Note that under IRIX the additional LD_LIBRARYN32_PATH and
    LD_LIBRARY64_PATH variables are used for specifying library
    search paths. Set the variable that matches your configuration, or
    see the rld(5) man page for more information.
    On AIX set LIBPATH and on HP-UX set SHLIB_PATH instead of LD_LIBRARY_PATH.

    This is done like this:

    In .profile (if your shell is bash, ksh, zsh or sh), add the
    following lines:

 QTDIR=/usr/local/qt
 PATH=$QTDIR/bin:$PATH
 MANPATH=$QTDIR/doc/man:$MANPATH
 LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

 export QTDIR PATH MANPATH LD_LIBRARY_PATH

    In .login (in case your shell is csh or tcsh), add the following lines:

 setenv QTDIR /usr/local/qt
 setenv PATH $QTDIR/bin:$PATH
 setenv MANPATH $QTDIR/doc/man:$MANPATH
 setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH

    After you have done this, you will need to login again, or
    re-source the profile before continuing, so that at least $QTDIR
    and $PATH are set. Without these the installation will halt with an error
    message.

    Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no
    longer supported as of Qt 3.3.

3.  Install your license file as $HOME/.qt-license 
    For the free edition and evaluation version, you do not need a license
    file.


4.  Building.

    This step compiles the Qt library, and builds the example programs,
    the tutorial, and the tools (e.g. Qt Designer).

    Type:

 ./configure

    This will configure the Qt library for your machine. Note that
    GIF support is turned off by default. Run ./configure -help
    to get a list of configuration options. Read PLATFORMS for a
    list of supported platforms.

    To create the library and compile all the examples and the
    tutorial, type:

 make

    If your platform or compiler is not supported, please contact us at
    qt-bugs@trolltech.com so that we can assist you. If it is supported
    but you have problems, see http://www.trolltech.com/platforms/ for
    information on known issues.


    At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/
    contains libqt.so). If, however, you would like to have your Qt
    installed in a non-local installation you can run configure with
    options splitting Qt into different areas for example:

        ./configure -libdir /usr/local/lib -bindir /usr/local/bin -headerdir /usr/local/include/qt

    If you supplied a custom install directory using the -prefix
    parameter in step 2, you can:

 make install

    This will install Qt onto your machine using the paths you've set.
    (See ./configure -help for more information). If you choose to
    install Qt like this, remember that you must set your
    LD_LIBRARY_PATH to match your -libdir and your QTDIR to your
    -headerdir (as described in (2) above).


5.  In very few cases you may need to run /sbin/ldconfig or something
    similar at this point if you are using shared libraries.

    If you have problems running the example programs, e.g. messages like

  can't load library 'libqt.so.3'

    you probably need to put a reference to the qt library in a
    configuration file and run /sbin/ldconfig as root on your system.
    And don't forget to set LD_LIBRARY_PATH as explained in (2) above.


6.  The online HTML documentation is installed in /usr/local/qt/doc/html/
    The main page is /usr/local/qt/doc/html/index.html
    The man pages are installed in /usr/local/qt/doc/man/



That's all.  Qt is now installed.
 
 
 
=================
make[2]: *** [.obj/release-shared/qapplication_x11.o] Error 1
make[2]: Leaving directory `/usr/local/qt/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/usr/local/qt'
make: *** [init] Error 2

 

grub rescue

grub rescue>
buscar la partición boot donde está /boot/grub
Digamos:

ls (hdX,1)/
ls (hdX,1)/boot/
búsqueda de linux.mod:
ls (hdX,1)/boot/grub/i386-pc/Luego:
set prefix=(hdX,1)/boot/grub
Ampliar los comandos que disponemos en la consola:
insmod (hdX,1)/boot/grub/i386-pc/linux.mod
Asignar el root
set root=(hdX,1)
linux /boot/vmlinuz-2.6.32-23-generic root=/dev/sdX1
cargar el kernel:
initrd /initrd.img
Luego:
boot
Reinstalar grub para evitar este error en la próxima carga
grub-install /dev/sdb
una vez que iniciamos correctamente con el grub
update-grub
==================
Rescatux - Super Grub Disk 
Super Grub Disk was a tool for fixing GRUB1 (version 0.9X) or booting into your system and it’s deprecated. You can still find its downloads although they are a bit hidden in Super Grub Disk page.
Super Grub2 Disk, contrary to Super Grub Disk, is not able to fix neither GRUB1 (version 0.9X) or GRUB2 (version 1.XX or 2.XX). However you can use it to boot into many systems including Windows, GRUB1 and GRUB2 based ones.
Rescatux is a Debian based live cd that lets you fix your GRUB1 and GRUB2 installations (as per Super Grub2 Disk lacks) but does much more. Here the are some of its features that will be explained in detail in the rest of the article:
Diferenciar entre discos IDE y SATA - grub y grub2!
http://www.versvs.net/anotacion/como-recuperar-grub-en-cinco-minutos
1. Para recuperar el grub vamos a usar un LiveCD, que debe ser de una distro que use GRUB: Así pues yo disponía de varias Live-distro que usen grub: Knoppix, Ubuntu y ELive. Me decanté por la primera por ser la más conseguida y (con mucha diferencia) la que tiene el inicio más rápido de las tres. Si ya tenéis LiveCD de Ubuntu podéis usar ése sin problemas, incluso aunque el CD sea de Hoary y ya tengáis Breezy instalada: Sólo queremos instalar un gestor de arranque ;)
2. Suponiendo que ya tenemos LiveCD lo ponemos en el lector e iniciamos el PC desde ese dispositivo.
3. Hacemos un directorio para montar nuestra partición con Linux:
~# mkdir /mnt/ubuntu /* podéis hacer el directorio que os dé la gana, mientras recordéis cuál era.
4. Montamos la partición con una orden de montaje convencional. En mi caso el formato de la partición es ext2, debéis sustituirlo por el que se ajuste a vuestro caso, así como debéis localizar la partición en la que tenéis instalada Ubuntu (normalmente será algo como /dev/hda5, pero puede variar de un caso a otro).
~# mount -t ext2 partición_ubuntu /mnt/ubuntu
5. Ahora vamos a cambiar el origen de root de nuestro sistema de archivos al directorio en el que hemos montado Ubuntu, para que al instalar grub interprete que el "/" del sistema está ahí. Para ello usamos chroot.
~# chroot /mnt/ubuntu/
6. Instalamos GRUB en el MBR del primer disco duro, que normalmente estará configurado como Primary Master (hda).
~# grub-install /dev/hda
7. Verificamos que todo está bien revisando las entradas que se han incluído en /boot/grub/menu.lst y si están todos nuestros sistemas (que será lo más normal) ya podemos reiniciar nuestro sistema, retirar el LiveCD
-------
Insertar el disco  Super Grub Disk y arrancar.
Elegir detectar los sistemas operativos.
Elegir Ubuntu 10.04, iniciar el SO, abrir una terminal:
sudo grub-install /dev/sda
Luego actualizar grub:
sudo update-grub2
Si no funcionara el procedimiento instalar el grub2:
sudo aptitude install grub2

0 mejor:

sudo apt-get install grub2
------------
sudo grub-install /dev/hda
(o en mi caso)
sudo grub-install /dev/sda
Posible error:
Not found or not a block device
Entonces:
sudo grub
grub> root (hd0,3) /*donde tengo mi particion de linux*/
grub> setup (hd0) /*Instalar grub*/
grub> quit
o puedes hacer lo siguiente.... en caso de que no sepas en donde se encuentra tu particion de linux
--ejecutamos el interprete de comando de grub
$ sudo grub
buscar la partición de ubuntu
grub> find /boot/grub/stage1
(esto te va dar hd0,3 "en mi caso", etc)
poner el valor devuelto anterior
grub> root (hdX,Y)
instala grub en nuestro primer disco duro (hd0)
grub> setup (hd0)
salimos del intérprete de comandos de grub:
grub> quit
REINICIAR Y QUITAR EL LIVE CD

Thursday, August 1, 2013

AntiMalWare

http://www.bleepingcomputer.com/download/malwarebytes-anti-malware/dl/7/
http://www.zonavirus.com/descargas/utilidades-satinfo.asp
http://support.kaspersky.com/sp/faq/?qid=208283366

lnk:runner-n

http://www.zonavirus.com/descargas/utilidades-satinfo.asp
password de descarga:  zonavirus
http://www.precisesecurity.com/tools-resources/adware-tools

Adware Tools


Avast! Browser Cleanup – Download and Usage

Avast! Browser Cleanup – Download and Usage

http://www.avast.com/store

Recent threats for computer user these days are not just limited to viruses, Trojans, spyware, or malware. Adware , toolbars and search redirects are now becoming problems for people. Antivirus program is not sufficient in blocking these kinds of threats due to the fact that it may arrive with some legitimate programs. Almost every free software that is made available for download contains adware that integrates toolbar and search engine into the browser without seeking for user’s approval. More
MalwareBytes Flash Scanner

MalwareBytes Flash Scanner

Malwarebytes’ Anti-Malware added new flash scanning option which searches for malicious objects in memory and load point locations. Worms and other kinds of flash drive viruses will utilize autorun functions of Windows to spread the infection to other drives connected on target PC. More
Flash Disinfector

Flash Disinfector

Flash Disinfector is a tool that will automatically remove unwanted files on removable USB drives, flash drives and memory sticks. Typically, computer Worms can enter the computer either when user download compromised files from insecure locations. Worms also spreads on spam email messages that come as attachment or links. More

SmitFraudFix

SmitFraudFix


SmitFraudFix is a tool created to remove various desktop hijackers, adware and malware installed by Zlob family of Trojans.
Note: This is the legitimate SmiFraudFix Removal Created by SiRi. The rogue program was called SmitFraud Fix Tool created to confuse computer users. More
Logs to assist in cleaning malware
===================
SPECIFIC INFECTIONS LOGS

If you have the hard drive infection and are no longer able to see your files/folders/start menu then do not run any temporary file cleaners but download and run the following programme:

  • Download RogueKiller  and save it on your desktop.

    NOTE: If using IE8 or better Smartscreen Filter will need to be disabled
  • Quit all programs
  • Start RogueKiller.exe.
  • Wait until Prescan has finished ... 
  •     Click on Scan
 

  • Wait for the end of the scan. 
  • The report has been created on the desktop. 
  • Click on the Delete button.
   
  • The report has been created on the desktop.
  • Next click on the ShortcutsFix 
  • The report has been created on the desktop.
Please attach:    All RKreport.txt text files located on your desktop.

If you cannot  Boot the computer

Please print these instruction out so that you know what you are doing

  • Download OTLPENet.exe to your desktop
  • Download Farbar Recovery Scan Tool and save it to a flash drive.
  • Ensure that you have a blank CD in the drive
  • Double click OTLPENet.exe and this will then open imgburn  to burn the file to CD
  • Reboot your system using the boot CD you just created.
Note : If you do not know how to set your computer to boot from CD follow the steps here
  • As the CD needs to detect your hardware and load the operating system, I would recommend a nice cup of tea whilst it loads  :)
  • Your system should now display a Reatogo desktop.
Note : as you are running from CD it is not exactly speedy
  • Insert the flash drive with FRST on it
  • Locate the flash drive and run FSRT
  • The tool will start to run.

  • When the tool opens click Yes to disclaimer.
  • Press Scan button.
  • It will make a log (FRST.txt) on the flash drive. Please copy and paste it to your reply.
===================
Combofix and Rkill are just for one off use - nothing gets installed. MBAM remains on the system but is not resident i.e it doesn't start at boot up time with Windows.
lnk:runner-b 
forum.avast.com/index.php?topic=85151.0
Download aswMBR.exe ( 1.8mb ) to your desktop.
 Double click the aswMBR.exe to run it  Click the "Scan" button to start scan 
http://forum.avast.com/index.php?topic=85151.0
TDSSKiller put out by Kaspersky:
http://forum.avast.com/index.php?topic=83140.15

http://www.virus-delete.com/es/guides/removal-tips/how-to-remove-lnkrunner-btrj-virus.html 
Guía eficaz para eliminar LNK: Runner-B [Trj] Virus
Paso 1: Vaya al Administrador de tareas con Ctrl + Alt + Delete y detener el proceso.
Paso 2.Trojan Remover LNK: Runner-B [Trj], buscar los archivos relacionados
. %AllUsersProfile% \ Application Data \ %AllUsersProfile% \ Datos de programa \ exe %UserProfile% \ Start Menu \ Programs \ LNK: Runner-B [Trj]
Paso 3.Retire LNK: Runner-B [Trj] registros de Troya:
Software \ Microsoft \ Windows \ CurrentVersion \ Run ". Exe" HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System "DisableTaskMgr" = '1 ' HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ policies \ system "DisableTaskMgr "= '1 ' HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Download" CheckExeSignatures "=" no "
http://blog.teesupport.com/manual-guide-to-remove-lnkrunner-btrj-virus/http://forum.avast.com/index.php?topic=66667.0

http://es.kioskea.net/forum/affich-483276-virus-con-extension-lnk
Archivos Con Extensión LNK Solucionado 1 son solo accesos directos los archivos y carpetas están ocultos deshabilitar en Herramientas/opciones de carpeta
Ocultar archivos Protegidos del sistema operativo
Ocultar las Extensiones de archivo para tipo sde archivo conocido
allí podrán ver los accesos directos y las carpetas ocultas luego eliminan los accesos directos encontraran los virus allí mismo les recomiendo que tengan instalado el antivirus algunos virus se eliminaran tendrán y los que no tendrán que eliminarlos manualmente las aplicaciones o virus luego las carpetas apareceran ocultas no se pueden cambiar sus atributos en este caso tendrán que utilizar el FPC File Propeties Changer lo pueden descargar de esta dirección y listo archivos recuperados.
Si desean Ayuda mi correo es clientmsn@hotmail.es
descarga el fpc de esta dirección
www.download25.com/install/file-properties-changer.html
--------------
1.- Primero borre todos los archivos contenidos en las siguientes carpetas...
Carpeta Temp
Carpeta Archivos Temporales de Internet
Carpeta Cookies
Carpeta Temp que esta contenida en Carpeta Win
Carpeta Prefetch que tambien esta contenida en Carpeta Win
Quizá algunos archivos no te dejará borrarlos y te dira que estan utilizandose... los podras borrar al llegar al paso 6...
2.- luego hice un escanneo completo con Dr. Web portable desde un USB y elimine lo que encontro.
3.- Luego instale Ad-Aware y lo corrí realizando un análisis completo del sistema activando incluso la casillas que dice buscar entradas de riesgo insignificante y de amenazas poco arriesgadas.... al concluir seleccionas lo que encontro y lo mandas a cuarentena...posteriormente entras a cuarentena y las elemine...
4 este paso casi va de la mano con el anterior porque al correr el Ad-Aware... aparecen virus que curiosamente el Antivirus no habia detectado por si solo.... y en mi caso tengo instalado el NOD32 pero haciendo el mismo procediemiento en otro equipo con Kaspersky resulto en lo mismo... aparecerán virus que tendras que ir eliminando o mandando a cuarentena para luego eliminar manualmente.....
5 Desactive Restaurar Sistema y reinicie para luego entrar a modo a prueba de fallos pulsando la tecla F8 repetidamente despues de que aparecen los textos de inicio...
6.- Repetí los pasos 1,2, 3 (obvio sin la instalación) y nuevamente elimine lo encontrado
7.- Reinicie el equipo y entre en modo normal
8.- Instale el CCleaner y le di una limpieza al registro
9.- Reinicie el equipo e instale el RegUnlocker.... este es la clave para arreglar lo que te sucede...pero no podiamos llegar a este paso sin eliminar todo aquello que hace los cambios fastidiosos...
en Reparar activas Repara la visualización de extensiones de archivo...y le das aplicar...
RegUnlocker es una aplicación que elimina las restricciones de los sistemas Windows serie NT, y repara los daños comunmente provocados por malwares. Pero hay que tener cuidado al usarlo...
Reinicias y listo.
lnk:runner-n
http://foros.zonavirus.com/viewtopic.php?f=6&t=33786 
parece tratarse de este RAMNIT:
http://www.precisesecurity.com/files-process/2010/11/16/watermark-exe/
WaterMark.exe
Executable file "WaterMark.exe" was identified as a threats.
Overall Risk Level:
Submitted on: 16 November 2010
Related to: W32.Ramnit.B
Classification: Trojan
File Directory:
%ProgramFiles%\Microsoft\
Startup Type:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\”Userinit” = “%system%\userinit.exe,,c%ProgramFiles%\microsoft\watermark.exe”

Help protect your computer from fake "WaterMark.exe" pop-up alert:
- Make firewall active.
- Always update operating system, internet browser and anti-virus programs.
- Install a separate anti-malware program aside from present anti-virus application if it is not included.
- Be cautious when clicking links. It can point your browser to download threats or visit malicious web site.