Sunday, September 30, 2007

WSRP

OASIS Web Services for Remote Portlets (WSRP) TC

WSRP mail list
WSRP repository
WIKI
Веб-сервисы


WSRP 2

WSRP 1

Other vendors:
  1. BEA :WSDL URL
  2. Oracle : WSDL URL
  3. Netunity : WSDL URL
  4. Vignette WSDL URL


Mail lists:

1. WSRP in the eXo portlet container
  • Archive
  • eXo mail list subscribe: exo-portlet-container-subscribe@objectweb.org
  • eXo mail list: exo-portlet-container@objectweb.org
2. WSRP comment on the OASIS
  • Archive
  • wsrp-comment-subscribe@lists.oasis-open.org
  • wsrp-comment@lists.oasis-open.org
3. WSRP dev on the OASIS
  • Archive
  • wsrp-dev-subscribe@lists.oasis-open.org
  • wsrp-dev@lists.oasis-open.org


Links:
http://en.wikipedia.org/wiki/WSRP
http://portals.apache.org/wsrp4j/
http://portlets.blogspot.com/
http://dev2dev.bea.com/pub/a/2005/03/inside_wsrp.html
http://xml.coverpages.org/wsrp.html

oracle tutorial - with wsrp2 note
WSRP4J JIRA
WSRP4J JIRA archive
JBOSS JIRA
JBOSS JIRA PORTAL WSRP

Thursday, September 27, 2007

UBUNTU: VLC crashes in the beryl and compiz

VLC works only in the Metacity. In the other window managers it crashed after flash displayed.
MPlayer works in the beryl and compiz, and in the metacity too.


I thinks that do some uncompatiable codecs. But my friends haven't any problems with codecs.

Ubuntu Installing Programs

Debs files download:
http://archive.ubuntu.com/ubuntu/pool/multiverse/
New to Linux? Need a program?
The table of equivalents software: Windows and Linux

Rename text in multi files
(based on KFileReplace)
Гордым пользователям Убунты, для тех кто знает конкретно что нужно менять
1. Установка:
sudo apt-get install kfilereplace
2. Запуск:
ALT+F2 kfilereplace
или Applications -> Accessories - > KFileReplace
3. Docs
at: http://kfilereplace.kdewebdev.org/

System
Print system info:
uname -a
cat /proc/cpuinfo
cat /proc/meminfo
Soundcard mixer:
alsamixer
Temperature:
acpi -t

Power consumption:
sudo powertop

Temperature sensor applet:
1. sudo apt-get install lm-sensors
2. sudo sensors-detect
на все вопросы ответ yes
3. sudo apt-get install sensors-applet
рестар машины
Потом добавляем на панель апплет "Hardware Sensors Monitor"
Спасибо rainf0x :)

Updating
sudo apt-get dist-upgrade
sudo apt-get update


Install mc - Midnight Commander
Download:
http://us.archive.ubuntu.com/ubuntu/pool/universe/m/mc/mc_4.6.1-7ubuntu2_i386.deb
Install double click on the file or:
dpkg -i mc_4.6.1-7ubuntu2_i386.deb

Оказывается, что приостановить вывод в терминал можно CTRL+S, вообновить CTRL+D

Install fonts
sudo apt-get install ttf-xfree86-nonfree
sudo apt-get install msttcorefonts


Automatix
(home)
Getted from here

echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | sudo apt-key add -
sudo apt-get update
sudo apt-get install automatix2


Beryl
(wiki)
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install beryl
sudo apt-get install beryl-manager
beryl-manager


Skype

Skype for Linux
Skype for Uuntu Feisty Fawn (7.04)

Skype Beta 2.0 for video call

Tux Commander
Main page:
Screenshots:
Description:
Download:
Download direct link (tuxcmd_0.5.103-1_i386.deb):

Games
luchshie-igry-pod-linux-za-2007-god

Other
sudo apt-get install gparted
chmod +x /some-file.txt
LANG=en_US.UTF-8
env |less
xfontsel
df -h
Kill X server by "Ctrl"+"Alt"+"Backspace"

sudo umount /media/fat32
sudo mount /dev/sda7 /media/fat32 -a
sudo mount -a

!NUMBER_OF_COMMAND
history |grep cd
history
Run command "Alt + F2"
mtr

Thanks for the help to rainf0x
and andrew00x