Search This Blog
Wednesday, April 20, 2016
Tuesday, April 19, 2016
set m2_repo as maven variable in eclipse
To set m2_repo, go to your users folder and search .m2/repository and set this path in eclipse – window-preferences-buildpath-classpathvariable
set M2_REPO –> .m2/repository
rebuild
set M2_REPO –> .m2/repository
rebuild
Thursday, April 7, 2016
mysql login via command line
go to mysql/bin
mysql.exe -u root -proot dbname -h localhost
taking dump
mysqldump.exe -uroot -proot dbname >dbname.sql
mysql.exe -u root -proot dbname -h localhost
taking dump
mysqldump.exe -uroot -proot dbname >dbname.sql
Thursday, March 31, 2016
PXE-M0F: Exiting Intel PXE ROM. Operating System Not Found"
While trying to add machines i was not able to boot the machines from the vmimages provided in the Datastore.
I tried multiple options like
- F2—>change boot order –>CD rom first
- Changed guest os to Windows/linux/solaris etc.
- Tried to change boot options by delaying it to 10000 ms
- Tried deleting and adding new machines and also tried to add local iso.
Finally i found out that the iso which were provided by vmware were corrupted and one of my damnsmalllinux.iso worked perfectly.
Please check your iso and try again.
Subscribe to:
Posts (Atom)