RE: Must have linux programs. 04-15-2011, 01:56 PM
#11
| Must have linux programs. filter_list | |
RE: Must have linux programs. 05-01-2011, 08:03 PM
#12
Im new to linux and recently setup ubuntu on my old dekstop. thx for this post
RE: Must have linux programs. 05-20-2011, 01:27 AM
#13
Just finished installing Ubuntu 11.04. This tools will come handy.
And thanks to @ Azkrath for the suggestion on the terminal. Something different but nice.
And thanks to @ Azkrath for the suggestion on the terminal. Something different but nice.
RE: Must have linux programs. 05-20-2011, 08:25 PM
#14
(04-15-2011, 09:45 AM)lagann Wrote: encode...
.I have vlc installed in my backtrack......
but that vlc can't run for *.flv video.....is there something wrong with my vlc???
You need to have Installed "libdvdcss package" with the current file repositories. That is do the following :
At terminal do the following :
Code:
apt-get install libavcodec-dev libpostproc-devSet the following Configurations for the Package to work :
Code:
./configure --enable-shared --enable-shared-pp --enable-pp --enable-gplIf path of "ffmpeg" is not set. Locate the file "libavcodec.pc" on your computer, and export "PKG_CONFIG_PATH" to where you found it before running "./configure". For example :
Code:
export PKG_CONFIG_PATH=/home/you/ffmpeg/The "./configure" flags for "ffmpeg" becomes the following :
Code:
./configure --enable-postproc --enable-shared --enable-gplNow you should get the symbolic link for 'postprocess', that is "postproc" :
Code:
root @ svr (/usr/src/vlc-0.8.6f)locate postprocess.h
/usr/local/include/libpostproc/postprocess.h
root @ svr (/usr/src/vlc-0.8.6f)cd /usr/local/include/
root @ svr (/usr/local/include)ln -s libpostproc postprocThis should get you the link.
If you are on x64 version, a little glitch can go on, such as the postproc command will not work and return you an error [Specific err0r is InvalidOption_gcc]. Do the following to fix it :
Code:
root @ p01 (/usr/src/vlc-0.8.6f)gcc --version
gcc (GCC) 4.1.2Code:
root @ p01 (/usr/src/vlc-0.8.6f)uname -a
Linux p01 2.6.24.3 #2 SMP Tue Apr 8 12:01:03 EDT 2008 x86_64 x86_64 x86_64 GNU/LinuxCode:
root @ p01 (/usr/src/vlc-0.8.6f)grep tune= config.log
configure:37114: checking whether gcc accepts -mtune=athlon64
configure:37125: gcc -c -Wsign-compare -Wall -pipe -mtune=athlon64 -DSYS_LINUX conftest.c >&5Code:
root @ p01 (/usr/src/vlc-0.8.6f)grep cpu= config.log
build_cpu='x86_64'
host_cpu='x86_64'
target_cpu='x86_64'For other errors except the "Invalid Option' error, you don't have a choice but downgrade to x32.
Good Luck.
![[Image: 9Kcm1.png]](http://i.imgur.com/9Kcm1.png)
To the Mind that is still, The Whole World Surrenders.
Exploiter on Team OpenFire
C,C++,Java and Perl source Developer.
RE: Must have linux programs. 06-02-2011, 05:38 PM
#15
what about unetbootin? its pretty useful too.
YEAH YEAH.. GIVE ME NEGATIVE REP FOR SAYING TRUTH... BUT ANYWAY WHO CARES!!!. I AM WHO I AM...REPS DO NOT MATTER TO ME.. GIVE ME 1000 -ve REPS, but IF MY POST IS GOOD THEN READERS WILL KNOW

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

