Netbeans 7.0.1, JDK7, Windows 7 / Vista
32/64 bit
Netbeans FTP uploads to a remote site fail after upgrading to JDK 7.
The issue is related to new features introduced in JDK7 FTP and by default blocked by Windows Firewall.
Solution:
1. Run cmd.exe as an administrator.
2. Run the following command in cmd:
netsh advfirewall set global StatefulFTP disable
You are done, try Netbeans FTP uploads now.
Tuesday, October 25, 2011
Thursday, June 30, 2011
Installing MYSQL on RedHat Enterprise Linux RHEL 6.1
Get MySQL here: http://www.mysql.com/downloads/mysql/#downloads
Select TAR installation if available, get the link of TAR and run
wget [link]
Uncompress
tar -xvf MySQL-5.5.13-1.rhel5.x86_64.tar
Install server:
rpm -Uvh MySQL-server-5.5.13-1.rhel5.x86_64.rpm
Install client:
rpm -Uvh MySQL-client-5.5.13-1.rhel5.x86_64.rpm
Note this warning:
----------------------
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h ip-10-34-70-147 password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
-----------------------------------
Start MySQL:
service mysql start
Select TAR installation if available, get the link of TAR and run
wget [link]
Uncompress
tar -xvf MySQL-5.5.13-1.rhel5.x86_64.tar
Install server:
rpm -Uvh MySQL-server-5.5.13-1.rhel5.x86_64.rpm
Install client:
rpm -Uvh MySQL-client-5.5.13-1.rhel5.x86_64.rpm
Note this warning:
----------------------
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h ip-10-34-70-147 password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
-----------------------------------
Start MySQL:
service mysql start
Monday, March 21, 2011
RDC error "terminal service exceeds number of connections"
If trying to remote login as Administrator to a remote MS computer via Remote Desktop gives an error about too many open connections, do the following:
1. open cmd.exe on your local Windows machine
2. Run from command line:
mstsc /admin
This will run Remote Desktop and allow the login.
optional - 3. Open Task Monitor on the remote computer and 'logoff' all the logged in users but yours.
1. open cmd.exe on your local Windows machine
2. Run from command line:
mstsc /admin
This will run Remote Desktop and allow the login.
optional - 3. Open Task Monitor on the remote computer and 'logoff' all the logged in users but yours.
Labels:
microsoft,
rdc,
remote desktop connection,
windows,
windows server 2008
Saturday, February 19, 2011
Set up Mac files share for Windows
http://macs.about.com/od/networking/qt/sharingleopard.htm
http://lifehacker.com/#!247541/how-to-access-a-macs-files-on-your-pc
http://lifehacker.com/#!247541/how-to-access-a-macs-files-on-your-pc
Subscribe to:
Posts (Atom)