article
JSON framework (how to add lib)
Saturday, December 31, 2011
Friday, December 30, 2011
Tuesday, December 27, 2011
Monday, December 26, 2011
Friday, December 23, 2011
Tuesday, December 20, 2011
Setup VNC on CentOS
article
Important thing to note about the ports ... 5900 + the display port you set
Important thing to note about the ports ... 5900 + the display port you set
Please make sure you have installed the GNOME desktop environment in
the CentOS and then follow the below steps to configure the VNC server.
1)
Install VNC Server
root@Server[~]#
yum install vnc-server.
2) Configure VNC Server
* Edit the
/etc/sysconfig/vncservers file and uncomment the following two lines:
VNCSERVERS=”5:root” # display port and username
VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp -nohttpd -localhost”
VNCSERVERS=”5:root” # display port and username
VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp -nohttpd -localhost”
* Set password to VNC
Server
root# vncpasswd
root# vncpasswd
3) To start VNC server
root@Server[~]# vncserver
:5
After starting service
file /root/.vnc/xstartup will be created.
* Edit the local config
file in the root folder:
nano ~/.vnc/xstartup
Replace “twm &” with “gnome-session &”
nano ~/.vnc/xstartup
Replace “twm &” with “gnome-session &”
To stop VNC server issue
command
root@Server[~]#vncserver
-kill :5
Client side steps….
To access server remotely
you will need tom install VNC viewer on your local machine. you can
download VNC client.
Once installed, open your
VNC client and type your server’s IP followed by the port
number
*Open your VNC client
(e.g. TightVNC or RealVNC) and type your server’s IP followed
by the port number
e.g.
server’s ip address:5 –> where 5 is the port you set
in
Monday, December 19, 2011
Sunday, December 18, 2011
Install Apache on RHELA
Install in SUSE
- zypper in apache2
- zypper in php5 php5-mysql php5-curl php5-soap php5-zip php5-pcntl php-mbstring apache2-mod_php5
- zypper in mysql mysql-tools
- chkconfig apache2 on
- chkconfig mysql on
- SuSEconfig
- service apache2 restart
- service mysql restart
- zypper in php5 php5-mysql php5-curl php5-soap php5-zip php5-pcntl php-mbstring apache2-mod_php5
- zypper in mysql mysql-tools
- chkconfig apache2 on
- chkconfig mysql on
- SuSEconfig
- service apache2 restart
- service mysql restart
Saturday, December 17, 2011
Friday, December 16, 2011
Wednesday, December 14, 2011
Tuesday, December 13, 2011
iOS: Web Services
Monday, December 12, 2011
Sunday, December 11, 2011
Saturday, December 10, 2011
Wednesday, December 7, 2011
Mastering Netbeans Platform GUI and Swing
Event between Explorer and Windows: Netbeans Selection Management 1
Explorer: Netbeans Selection Management 2
Explorer and Properties: Nodes API
Property Editors: Property Editor
Options: tutorial
(E.g. Feedreader)
Integration with Data: CRUD App
Visual Library: creative uses
Modules: sample tutorial
Creating file templates: file types
Adding ribbon bars: ribbon (project)
Ribbon Bar Projec: Flamingo (tutorial)
Create a tab toolbar in Netbeans Platform: Tutorial
JavaDesktop group: (Best): JavaDesktop
Windows Office: (OfficeLAF with netbeans) (officelaf)
Resources for Swing
Tuesday, December 6, 2011
Monday, December 5, 2011
Sunday, December 4, 2011
Subscribe to:
Posts (Atom)