Thursday, February 21, 2013
VS2010 Over Windows XP SP2
Using regedit go to:
HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\ Control\ Windows
chnage CSDVersion from “0×00000200” (SP2) to the Windows XP SP3 value of “0×00000300”
After that, is possible install VS2010
References:
[1] http://syed-wajih.blogspot.com/2011/05/convert-windows-xp-sp2-into-sp3-without.html
Sunday, February 17, 2013
Linux Burning CD/DVD
#mount -t iso9660 /dev/sr0 /media/cdrom/
root@bt:/mnt/shared# cdrecord --scanbus
scsibus0:
0,0,0 0) 'ATA ' 'ST340014A ' '8.54' Disk
0,1,0 1) 'HL-DT-ST' 'DVD-RAM GSA-H55N' '1.03' Removable CD-ROM
0,2,0 2) *
scsibus4:
4,0,0 400) 'SMI ' ' Reader ' '1.00' Removable Disk
4,1,0 401) *
4,2,0 402) *
#cdrecord -v -eject speed=8 dev=0,1,0 filename.iso
References
[1] Software(Rpm/Deb) http://pkgs.org/download/cdrecord
[2] http://www.andrews-corner.org/burning.html
[2] http://www.brandonhutchinson.com/Burning_CDs_with_cdrecord.html
[3] http://www.ibm.com/developerworks/library/l-cdburn/index.html
[4] GUI Apps http://www.techdrivein.com/2011/03/9-good-cd-and-dvd-burning-tools-for.html
Wednesday, February 13, 2013
mySql Innodb recovery
InnoDB (.ibdata, .ibd and .frm)
MyISAM (.myd, .myi and .frm)
[1] https://launchpad.net/percona-data-recovery-tool-for-innodb
[2] http://blog.shiraj.com/2012/10/extract-data-from-mysql-ibdata1-data-file/
[3] http://linuxrnd.blogspot.com/2011/12/mysql-recover-data-using-ibdata1.html
[4] http://getasysadmin.com/2012/08/recover-mysql-innodb-database-from-ibdata1-and-frm/
Thursday, January 17, 2013
Linux(Fedora) Enable mySql remote connection
Verify Service
#service mysqld status
#service iptables status
Add mySql deamon everytime
#chkconfig --level 2345 mysqld on
Firewall
#vi /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT #mySQL Port
On MySQL
#mysql -u root
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
mysql> exit
References
[1] http://linuxers.org/howto/how-install-mysql-server-fedora
#service mysqld status
#service iptables status
Add mySql deamon everytime
#chkconfig --level 2345 mysqld on
Firewall
#vi /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT #mySQL Port
On MySQL
#mysql -u root
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
mysql> exit
References
[1] http://linuxers.org/howto/how-install-mysql-server-fedora
Tuesday, January 15, 2013
Linux Fix NTFS and Video Setting
Enable fsck.ntfs
ln -s /usr/bin/ntfsfix /usr/sbin/fsck.ntfs
ln -s /usr/bin/ntfsfix /usr/sbin/fsck.ntfs-3g
[root@lucas]# fsck /dev/sdb1
On BT5
The following worked with no fuss:
# Xorg -configure # cp /root/xorg.conf.new /etc/X11/xorg.conf # startx
And that’s it!
On BT4
Note to self. To fix the screen resolution for X on a host running BackTrack on VirtualBox…
Modify the “Screen” section in /etc/X11/xorg.conf to read as follows:
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection
Tuesday, January 08, 2013
Linux RAID 1(Mirroring/Espejo)
The two disks have next configuration (RAID Partition and RAID Volumen)
/boot (500mb)
/swap ( N + 2GB), N is your RAM size.
/ (max free)
Note: If you have message Only RAID0 arrays can contain growable members
try use 1024*N for / partition, N for max free space.
References:
[1] http://www.unixmen.com/install-raid-1-in-fedoracentosrhel/
[2] http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID#.UOyvTNelsdA
[3] http://www.ping.co.il/node/1/
[4] http://docs.fedoraproject.org/es-ES/Fedora/13/html/Installation_Guide/Create_Software_RAID-x86.html
[5] Reset Fedora Password (3 Modes) https://fedoraproject.org/wiki/How_to_reset_a_root_password
/boot (500mb)
/swap ( N + 2GB), N is your RAM size.
/ (max free)
Note: If you have message Only RAID0 arrays can contain growable members
try use 1024*N for / partition, N for max free space.
References:
[1] http://www.unixmen.com/install-raid-1-in-fedoracentosrhel/
[2] http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID#.UOyvTNelsdA
[3] http://www.ping.co.il/node/1/
[4] http://docs.fedoraproject.org/es-ES/Fedora/13/html/Installation_Guide/Create_Software_RAID-x86.html
[5] Reset Fedora Password (3 Modes) https://fedoraproject.org/wiki/How_to_reset_a_root_password
Monday, December 10, 2012
Dragon City (Tips)
Libro de dragones extendido
http://dragoncityhelp.blogspot.com/2012/08/dragon-puro-oscuro.html
Combinaciones
http://www.taringa.net/posts/info/15247943/Combinaciones-de-Dragones-_-Dragon-City-_.html
http://www.identi.li/index.php?topic=112193
Trick for move from Store to Habitat (0 seconds)
[1] http://www.findsessionid.com/
[2] http://www.ditlep.com
[3] https://woprime.com/dragon-city/dragon-code
[4] https://dc4u.eu/games/dragon-city
http://dragoncityhelp.blogspot.com/2012/08/dragon-puro-oscuro.html
Combinaciones
http://www.taringa.net/posts/info/15247943/Combinaciones-de-Dragones-_-Dragon-City-_.html
http://www.identi.li/index.php?topic=112193
Trick for move from Store to Habitat (0 seconds)
[1] http://www.findsessionid.com/
[2] http://www.ditlep.com
[3] https://woprime.com/dragon-city/dragon-code
[4] https://dc4u.eu/games/dragon-city
Friday, November 09, 2012
Computer Vision References
Interest Point Detectors & Test Sequences
http://lear.inrialpes.fr/software
http://lear.inrialpes.fr/software
Windows Settings Command Line (.cpl)
Continues working on Windows7
Appwiz.cpl Add/Remove Programs properties Desk.cpl Display properties Inetcpl.cpl Internet properties Intl.cpl Regional Settings properties Joy.cpl Joystick properties Main.cpl Mouse, Fonts, Keyboard, and Printers properties Mmsys.cpl Multimedia properties Netcpl.cpl Network properties (Network Connection) Sticpl.cpl Scanners and Cameras properties Sysdm.cpl System properties and Add New Hardware wizard TimeDate.cpl Date/Time properties
Wednesday, November 07, 2012
OpenCV 2.4 - Visual Studio 10 - Setting
Configuration Properties
C/C++
+ General settings
+ Additional include properties (*.h/*.hpp)
VC++ Directory
+ Library Directories (*.lib)
Linker
+ Additional dependencies (namep.lib nameq.lib namer.lib ... )
C/C++
+ General settings
+ Additional include properties (*.h/*.hpp)
VC++ Directory
+ Library Directories (*.lib)
Linker
+ Additional dependencies (namep.lib nameq.lib namer.lib ... )
Sunday, November 04, 2012
Friday, October 26, 2012
Spotify Proxy
Edit/Preferences/Proxy
Change with any proxy from down list, won't forget; you need to log out and then re-login for test, and remove proxy info after logged.
Proxylist:
[1] http://www.xroxy.com/proxylist.php?port=&type=Transparent&ssl=&country=US&latency=&reliability=9000#table
Change with any proxy from down list, won't forget; you need to log out and then re-login for test, and remove proxy info after logged.
Proxylist:
[1] http://www.xroxy.com/proxylist.php?port=&type=Transparent&ssl=&country=US&latency=&reliability=9000#table
HoG (Histogram of Oriented Gradient) Resources
HoG
http://www.vlfeat.org/overview/hog.html
Object Detection
http://class.inrialpes.fr/tutorials/triggs-icvss1.pdf
Exemplars for Object Detection
http://www.cs.cornell.edu/courses/CS7670/2011fa/lectures/noah_exemplar_svm.pdf
http://www.vlfeat.org/overview/hog.html
Object Detection
http://class.inrialpes.fr/tutorials/triggs-icvss1.pdf
Exemplars for Object Detection
http://www.cs.cornell.edu/courses/CS7670/2011fa/lectures/noah_exemplar_svm.pdf
Thursday, October 25, 2012
Distance metrics
References:
[1] http://en.wikipedia.org/wiki/Cosine_similarity
[2] http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html
[3] http://www.cedar.buffalo.edu/~srihari/CSE555/Chap4.Metrics-TangentDistance.pdf
[4] Face verifiation http://www.springerlink.com/content/95143j6058483pnw/fulltext.pdf
[5] Other distance(Weighted Euclidean distance) http://www.econ.upf.edu/~michael/stanford/maeb4.pdf
http://stats.stackexchange.com/questions/15289/when-to-use-weighted-euclidean-distance-and-how-to-determine-the-weights-to-use
[6] Manhattan http://en.wikipedia.org/wiki/Taxicab_geometry
Apuntes de Probabilidad
Tuesday, October 23, 2012
Wednesday, October 17, 2012
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Odoo 17 - Custom adds
[1] Diario/Seq https://apps.odoo.com/apps/modules/17.0/sequence_for_journal