http://townx.org/blog/elliot/simple_spamassassin_setup_with_postfix_and_dovecot_on_ubuntu_breezy
Simple Spamassassin setup with Postfix and Dovecot on Ubuntu Breezy
วันพุธที่ 18 สิงหาคม พ.ศ. 2553
scopus
link
http://scopees.elsevier.com/ees_login.asp?journalacronym=HAZMAT&username=VBOONAMNUA
password noboonam29
http://scopees.elsevier.com/ees_login.asp?journalacronym=HAZMAT&username=VBOONAMNUA
password noboonam29
วันจันทร์ที่ 16 สิงหาคม พ.ศ. 2553
วันจันทร์ที่ 9 สิงหาคม พ.ศ. 2553
public_html
cd to the user home directory
mkdir public_html
activated public_html with
me@myhost$ cd /etc/apache2/mods-enabled
me@myhost$ sudo ln -s ../mods-available/userdir.conf userdir.conf
me@myhost$ sudo ln -s ../mods-available/userdir.load userdir.load
me@myhost$ sudo /etc/init.d/apache2 restart
mkdir public_html
activated public_html with
me@myhost$ cd /etc/apache2/mods-enabled
me@myhost$ sudo ln -s ../mods-available/userdir.conf userdir.conf
me@myhost$ sudo ln -s ../mods-available/userdir.load userdir.load
me@myhost$ sudo /etc/init.d/apache2 restart
วันพฤหัสบดีที่ 5 สิงหาคม พ.ศ. 2553
Top opensources
http://www.google.com/url?sa=t&source=web&cd=17&ved=0CDAQFjAGOAo&url=http%3A%2F%2Fcats.suffolk.lib.ny.us%2Fpdf%2FTop_Open_Source_LILC_2010.doc&ei=rGNbTLDUKsaPcNfkwNAB&usg=AFQjCNEtxZh9YrCP_rOmcMWkMDkgeN7JUw&sig2=oSIGggjWzaAxwDRfNdfqNw
วันพุธที่ 4 สิงหาคม พ.ศ. 2553
vnc
https://help.ubuntu.com/community/VNC/Servers
http://www.ehow.com/how_5089245_install-vnc-server-ubuntu.html
Instructions.1.Step 1
Open a Terminal window. The Terminal window can be found under "Start" > "Utilities."
2.Step 2
Download vnc4server and xinetd:
sudo apt-get install vnc4server xinetd
3.Step 3
Start the vnc4server:
vnc4server
You will be prompted for a password. This password will be used to log into the VNC session.
After providing a password, you will get output that looks like:
New 'laptop:3 (laptop)' desktop is laptop:3
Take notice of the number after the colon (:), in this case it is "3."
Starting the vnc4server will cause a .vnc directory to be placed in your home directory.
4.Step 4
Stop the vnc4server
vnc4server -kill :3
Replace the number "3" with the number from Step 3.
5.Step 5
Open the .vnc/xstartup file for editing:
gedit ~/.vnc/xstartup
The file will look like:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
#unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
6.Step 6
Change the .vnc/xstartup file and save it.
Uncomment the lines that start with unset and exec. Comment out the lines that start with xsetroot, vncconfig, xterm and twm.
The final file should look like:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
7.Step 7
Change the permissions on the /etc/X11/xinit/xinitrc file to make it executable:
sudo chmod 755 /etc/X11/xinit/xinitrc
8.Step 8
Start the vnc4server:
vnc4server
Again, remember the number after the colon (:).
9.Step 9
Log into your remote desktop to check the configuration:
vncviewer localhost:3
Provide the password that you chose in Step 3.
Read more: How to Install a VNC Server in Ubuntu
eHow.com http://www.ehow.com/how_5089245_install-vnc-server-ubuntu.html#ixzz0vn9ThHnA
http://www.ehow.com/how_5089245_install-vnc-server-ubuntu.html
Instructions.1.Step 1
Open a Terminal window. The Terminal window can be found under "Start" > "Utilities."
2.Step 2
Download vnc4server and xinetd:
sudo apt-get install vnc4server xinetd
3.Step 3
Start the vnc4server:
vnc4server
You will be prompted for a password. This password will be used to log into the VNC session.
After providing a password, you will get output that looks like:
New 'laptop:3 (laptop)' desktop is laptop:3
Take notice of the number after the colon (:), in this case it is "3."
Starting the vnc4server will cause a .vnc directory to be placed in your home directory.
4.Step 4
Stop the vnc4server
vnc4server -kill :3
Replace the number "3" with the number from Step 3.
5.Step 5
Open the .vnc/xstartup file for editing:
gedit ~/.vnc/xstartup
The file will look like:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
#unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
6.Step 6
Change the .vnc/xstartup file and save it.
Uncomment the lines that start with unset and exec. Comment out the lines that start with xsetroot, vncconfig, xterm and twm.
The final file should look like:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
7.Step 7
Change the permissions on the /etc/X11/xinit/xinitrc file to make it executable:
sudo chmod 755 /etc/X11/xinit/xinitrc
8.Step 8
Start the vnc4server:
vnc4server
Again, remember the number after the colon (:).
9.Step 9
Log into your remote desktop to check the configuration:
vncviewer localhost:3
Provide the password that you chose in Step 3.
Read more: How to Install a VNC Server in Ubuntu
eHow.com http://www.ehow.com/how_5089245_install-vnc-server-ubuntu.html#ixzz0vn9ThHnA
สมัครสมาชิก:
บทความ (Atom)