layman -f -a gentoo-china
modify /etc/make.conf
PORTDIR_OVERLAY="/usr/local/portage/layman/gentoo-china"
#PORTDIR_OVERLAY="/usr/local/portage/layman/gentoo-taiwan"
eix-update
This page describes how to build betaradio executable binary from source code and install it.
P.S. "$ sudo command" can replace "# command" with root privilege.
$ wget http://betaradio.googlecode.com/files/betaradio-X.X.X.tar.bz2
$ tar xjvf betaradio-X.X.X.tar.bz2
$ svn checkout http://betaradio.googlecode.com/svn/trunk/ betaradio
$ sudo aptitude install libgtk2.0-dev libgstreamer0.10-dev libcurl-dev
$ sudo aptitude install autotools-dev
# yum install gcc gtk2-devel gstreamer-devel curl-devel
$ cd betaradio-X.X.X
$ cd betaradio
$ ./configure
$ ./configure --prefix=/usr
$ autoreconf -i
$ make
$ sudo make install
$ sudo aptitude install \
gstreamer0.10-plugins-base \
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
Is usually caused by an already running apache. You can check what's listening on port 80 with:
sudo netstat -lpnt | grep 80 tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3647/nginx
Then you can kill that proc with:
kill 3647
Use the number in your output not just 3647 :) . If it still won't die you can use -9:
kill -9 3647
Of course all this should be just fixable with a reboot too.
Alt-F4 Close the active window
Alt-Space Show the client menu for the active window
Alt-Tab Cycle between windows on the desktop
Alt-Shift-Tab Cycle between windows on the desktop in reverse order
Control-Alt-Tab Cycle between panel and desktop windows on the desktop
Windows-D Hide all windows to show the desktop