<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - Arjun</title>
		<link>http://www.linuxquestions.org/questions/blog/arjun-569647/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Sat, 18 May 2013 08:50:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - Arjun</title>
			<link>http://www.linuxquestions.org/questions/blog/arjun-569647/</link>
		</image>
		<item>
			<title>Install VLC in linux</title>
			<link>http://www.linuxquestions.org/questions/blog/arjun-569647/install-vlc-in-linux-34911/</link>
			<pubDate>Wed, 25 Jul 2012 13:42:46 GMT</pubDate>
			<description><![CDATA[You'll have to install it once with 
 
 
Code: 
--------- 
apt-get install apt-zip 
--------- 
You'll need to run apt-zip-list once. It produces two...]]></description>
			<content:encoded><![CDATA[<div>You'll have to install it once with<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">apt-get install apt-zip</pre>
</div>You'll need to run apt-zip-list once. It produces two files. The command line options below will put the two files on your desktop (replace username with your username. See the man page for a summary of what these options do):<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">apt-zip-list -p vlc --medium=/home/username/Desktop -s</pre>
</div>One of the files it produces will be a script. Run the script; it will download vlc and anything needed by vlc. On my computer, running Linux Mint Debian Edition (so I might not have the same version of apt-zip as you), the script put all the downloaded files in a folder called partial. You'll need to keep all of these files, so put them on your hard drive or a second USB stick or something.<br />
<br />
Now for the part you'll need to do every time you install vlc:<br />
Open a terminal and cd to wherever you keep the downloaded files, then run<br />
Code:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">dpkg -i ./*.deb</pre>
</div>This will install all .deb packages in that folder including VLC.<br />
<br />
Thanks to <a href="http://www.linuxquestions.org/questions/user/everest40-418921/">everest40</a></div>

]]></content:encoded>
			<dc:creator>Arjun</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/arjun-569647/install-vlc-in-linux-34911/</guid>
		</item>
		<item>
			<title>BASH Commands</title>
			<link>http://www.linuxquestions.org/questions/blog/arjun-569647/bash-commands-34910/</link>
			<pubDate>Wed, 25 Jul 2012 13:37:15 GMT</pubDate>
			<description>A 
 
adduser Add a user to the system 
addgroup Add a group to the system 
alias Create an alias • 
apropos Search Help manual pages (man -k)...</description>
			<content:encoded><![CDATA[<div>A<br />
<br />
adduser Add a user to the system<br />
addgroup Add a group to the system<br />
alias Create an alias •<br />
apropos Search Help manual pages (man -k)<br />
apt-get Search for and install software packages (Debian)<br />
aspell Spell Checker<br />
awk Find and Replace text, database sort/validate/index<br />
<br />
<br />
B<br />
<br />
<br />
basename Strip directory and suffix from filenames<br />
bash GNU Bourne-Again SHell<br />
bc Arbitrary precision calculator language<br />
bg Send to background<br />
break Exit from a loop •<br />
builtin Run a shell builtin<br />
bzip2 Compress or decompress named file(s)<br />
<br />
<br />
C<br />
<br />
<br />
cal Display a calendar<br />
case Conditionally perform a command<br />
cat Display the contents of a file<br />
cd Change Directory<br />
cfdisk Partition table manipulator for Linux<br />
chgrp Change group ownership<br />
chmod Change access permissions<br />
chown Change file owner and group<br />
chroot Run a command with a different root directory<br />
chkconfig System services (runlevel)<br />
cksum Print CRC checksum and byte counts<br />
clear Clear terminal screen<br />
cmp Compare two files<br />
comm Compare two sorted files line by line<br />
command Run a command - ignoring shell functions •<br />
continue Resume the next iteration of a loop •<br />
cp Copy one or more files to another location<br />
cron Daemon to execute scheduled commands<br />
crontab Schedule a command to run at a later time<br />
csplit Split a file into context-determined pieces<br />
cut Divide a file into several parts<br />
D<br />
date Display or change the date &amp; time<br />
dc Desk Calculator<br />
dd Convert and copy a file, write disk headers, boot records<br />
ddrescue Data recovery tool<br />
declare Declare variables and give them attributes •<br />
df Display free disk space<br />
diff Display the differences between two files<br />
diff3 Show differences among three files<br />
dig DNS lookup<br />
dir Briefly list directory contents<br />
dircolors Colour setup for `ls'<br />
dirname Convert a full pathname to just a path<br />
dirs Display list of remembered directories<br />
dmesg Print kernel &amp; driver messages<br />
du Estimate file space usage<br />
<br />
<br />
E<br />
<br />
<br />
echo Display message on screen •<br />
egrep Search file(s) for lines that match an extended expression<br />
eject Eject removable media<br />
enable Enable and disable builtin shell commands •<br />
env Environment variables<br />
ethtool Ethernet card settings<br />
eval Evaluate several commands/arguments<br />
exec Execute a command<br />
exit Exit the shell<br />
expect Automate arbitrary applications accessed over a terminal<br />
expand Convert tabs to spaces<br />
export Set an environment variable<br />
expr Evaluate expressions<br />
<br />
<br />
F<br />
<br />
<br />
false Do nothing, unsuccessfully<br />
fdformat Low-level format a floppy disk<br />
fdisk Partition table manipulator for Linux<br />
fg Send job to foreground<br />
fgrep Search file(s) for lines that match a fixed string<br />
file Determine file type<br />
find Search for files that meet a desired criteria<br />
fmt Reformat paragraph text<br />
fold Wrap text to fit a specified width.<br />
for Expand words, and execute commands<br />
format Format disks or tapes<br />
free Display memory usage<br />
fsck File system consistency check and repair<br />
ftp File Transfer Protocol<br />
function Define Function Macros<br />
fuser Identify/kill the process that is accessing a file<br />
<br />
<br />
G<br />
<br />
<br />
gawk Find and Replace text within file(s)<br />
getopts Parse positional parameters<br />
grep Search file(s) for lines that match a given pattern<br />
groups Print group names a user is in<br />
gzip Compress or decompress named file(s)<br />
<br />
<br />
H<br />
<br />
<br />
hash Remember the full pathname of a name argument<br />
head Output the first part of file(s)<br />
help Display help for a built-in command •<br />
history Command History<br />
hostname Print or set system name<br />
<br />
<br />
I<br />
<br />
<br />
id Print user and group id's<br />
if Conditionally perform a command<br />
ifconfig Configure a network interface<br />
ifdown Stop a network interface<br />
ifup Start a network interface up<br />
import Capture an X server screen and save the image to file<br />
install Copy files and set attributes<br />
<br />
<br />
J<br />
<br />
<br />
join Join lines on a common field<br />
<br />
<br />
K<br />
<br />
<br />
kill Stop a process from running<br />
killall Kill processes by name<br />
<br />
<br />
L<br />
<br />
<br />
less Display output one screen at a time<br />
let Perform arithmetic on shell variables •<br />
ln Make links between files<br />
local Create variables •<br />
locate Find files<br />
logname Print current login name<br />
logout Exit a login shell •<br />
look Display lines beginning with a given string<br />
lpc Line printer control program<br />
lpr Off line print<br />
lprint Print a file<br />
lprintd Abort a print job<br />
lprintq List the print queue<br />
lprm Remove jobs from the print queue<br />
ls List information about file(s)<br />
lsof List open files<br />
<br />
<br />
M<br />
<br />
<br />
make Recompile a group of programs<br />
man Help manual<br />
mkdir Create new folder(s)<br />
mkfifo Make FIFOs (named pipes)<br />
mkisofs Create an hybrid ISO9660/JOLIET/HFS filesystem<br />
mknod Make block or character special files<br />
more Display output one screen at a time<br />
mount Mount a file system<br />
mtools Manipulate MS-DOS files<br />
mv Move or rename files or directories<br />
mmv Mass Move and rename (files)<br />
<br />
<br />
N<br />
<br />
<br />
netstat Networking information<br />
nice Set the priority of a command or job<br />
nl Number lines and write files<br />
nohup Run a command immune to hangups<br />
nslookup Query Internet name servers interactively<br />
<br />
<br />
O<br />
<br />
<br />
open Open a file in its default application<br />
op Operator access<br />
<br />
<br />
P<br />
<br />
<br />
passwd Modify a user password<br />
paste Merge lines of files<br />
pathchk Check file name portability<br />
ping Test a network connection<br />
pkill Stop processes from running<br />
popd Restore the previous value of the current directory<br />
pr Prepare files for printing<br />
printcap Printer capability database<br />
printenv Print environment variables<br />
printf Format and print data •<br />
ps Process status<br />
pushd Save and then change the current directory<br />
pwd Print Working Directory<br />
<br />
<br />
Q<br />
<br />
<br />
quota Display disk usage and limits<br />
quotacheck Scan a file system for disk usage<br />
quotactl Set disk quotas<br />
<br />
<br />
R<br />
<br />
<br />
ram ram disk device<br />
rcp Copy files between two machines<br />
read Read a line from standard input •<br />
readarray Read from stdin into an array variable •<br />
readonly Mark variables/functions as readonly<br />
reboot Reboot the system<br />
rename Rename files<br />
renice Alter priority of running processes<br />
remsync Synchronize remote files via email<br />
return Exit a shell function<br />
rev Reverse lines of a file<br />
rm Remove files<br />
rmdir Remove folder(s)<br />
rsync Remote file copy (Synchronize file trees)<br />
<br />
<br />
S<br />
<br />
<br />
screen Multiplex terminal, run remote shells via ssh<br />
scp Secure copy (remote file copy)<br />
sdiff Merge two files interactively<br />
sed Stream Editor<br />
select Accept keyboard input<br />
seq Print numeric sequences<br />
set Manipulate shell variables and functions<br />
sftp Secure File Transfer Program<br />
shift Shift positional parameters<br />
shopt Shell Options<br />
shutdown Shutdown or restart linux<br />
sleep Delay for a specified time<br />
slocate Find files<br />
sort Sort text files<br />
source Run commands from a file `.'<br />
split Split a file into fixed-size pieces<br />
ssh Secure Shell client (remote login program)<br />
strace Trace system calls and signals<br />
su Substitute user identity<br />
sudo Execute a command as another user<br />
sum Print a checksum for a file<br />
symlink Make a new name for a file<br />
sync Synchronize data on disk with memory<br />
<br />
<br />
T<br />
<br />
<br />
tail Output the last part of files<br />
tar Tape ARchiver<br />
tee Redirect output to multiple files<br />
test Evaluate a conditional expression<br />
time Measure Program running time<br />
times User and system times<br />
touch Change file timestamps<br />
top List processes running on the system<br />
traceroute Trace Route to Host<br />
trap Run a command when a signal is set(bourne)<br />
tr Translate, squeeze, and/or delete characters<br />
true Do nothing, successfully<br />
tsort Topological sort<br />
tty Print filename of terminal on stdin<br />
type Describe a command •<br />
<br />
<br />
U<br />
<br />
<br />
ulimit Limit user resources •<br />
umask Users file creation mask<br />
umount Unmount a device<br />
unalias Remove an alias •<br />
uname Print system information<br />
unexpand Convert spaces to tabs<br />
uniq Uniquify files<br />
units Convert units from one scale to another<br />
unset Remove variable or function names<br />
unshar Unpack shell archive scripts<br />
until Execute commands (until error)<br />
useradd Create new user account<br />
usermod Modify user account<br />
users List users currently logged in<br />
uuencode Encode a binary file<br />
uudecode Decode a file created by uuencode<br />
<br />
<br />
V<br />
<br />
<br />
v Verbosely list directory contents (`ls -l -b')<br />
vdir Verbosely list directory contents (`ls -l -b')<br />
vi Text Editor<br />
vmstat Report virtual memory statistics<br />
<br />
<br />
W<br />
<br />
<br />
watch Execute/display a program periodically<br />
wc Print byte, word, and line counts<br />
whereis Search the user's $path, man pages and source files for a program<br />
which Search the user's $path for a program file<br />
while Execute commands<br />
who Print all usernames currently logged in<br />
whoami Print the current user id and name (`id -un')<br />
Wget Retrieve web pages or files via HTTP, HTTPS or FTP<br />
write Send a message to another user<br />
<br />
<br />
X<br />
<br />
<br />
xargs Execute utility, passing constructed argument list(s)<br />
yes Print a string until interrupted<br />
. Run a command script in the current shell<br />
### Comment / Remark</div>

]]></content:encoded>
			<dc:creator>Arjun</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/arjun-569647/bash-commands-34910/</guid>
		</item>
	</channel>
</rss>
