sudo apt-get install madplay sudo apt-get install lame madplay -q -o wave:- -m -R 22050 [in.mp3/wav/...] | lame -b 128 - out.mp3
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Monday, March 29, 2010
how to convert / fix mp3 on ubuntu linux with lame
ubuntu linux screen casting / screen recording
sudo apt-get install xvidcap > screencast recorders sudo apt-get install istanbul sudo apt-get install gtk-recordmydesktop http://ubuntuforums.org/showthread.php?t=294605 > encoders sudo apt-get install ffmpeg sudo apt-get install mencoder > editors sudo apt-get install audacity sudo apt-get install avidemux sudo apt-get install blender > converters sudo apt-get install h264enc sudo apt-get install xvidenc sudo apt-get install divxenc
Labels:
linux,
screencast,
screenrecording,
ubuntu
best remote desktop applet for ubuntu linux
on ubuntu 9.x sudo apt-get install grdc-gnome on ubuntu 10.x sudo apt-get install remmina-gnome the applet is called "remote desktop client applet"
Friday, March 26, 2010
Maximizing the desktop realastate in ubuntu linux
install from synaptic : maximus window-picker-applet add the window-picker-applet to the top bar refrence : http://www.freesoftwaremagazine.com/columns/ubuntu_netbook_remix_detailed_explanation
Saturday, March 20, 2010
lsyncd ubuntu tutorial
refrence : lsyncd // prep sudo apt-get install libxml2-dev wget http://lsyncd.googlecode.com/files/lsyncd-1.26.tar.gz tar -zxvf ... make install // usage ssh-copy-id user@server lsyncd --no-daemon /full/path/ user@server:/full/path/
Wednesday, March 17, 2010
how to tunnel remote ubuntu linux system full destop with Xephyr
> install xfce4 onthe remote system :
ssh user@host
sudo apt-get install xfce4
logout
> isntall Xephyr :
sudo apt-get install xserver-xephyr
> start Xephyr :
export DISPLAY=:0.0 # make sure that the display is set to the host
Xephyr -ac -screen 1280x950 -br -reset -terminate 2> /dev/null :1 -keybd ephyr,,,xkbmodel=evdev &
export DISPLAY=:1.0 # set the display to the Xephyr
ssh -YfC -c blowfish user@host xfce4-session 2> /dev/null
Labels:
linux,
ubuntu,
vnc ssh xorg xserver,
xephyr,
xterm
how to install hdaps on ubuntu 9.10
HOW-TO install the driver :
http://www.thinkwiki.org/wiki/Installing_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T61#Install_HDAPS_-_IBM_Active_Protection_System_Linux_Driver
How to install monitoring utilities :
http://www.thinkwiki.org/wiki/HDAPS
Subscribe to:
Posts (Atom)