<?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 - craigevil</title>
		<link>http://www.linuxquestions.org/questions/blog.php?u=176422</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>Tue, 24 Nov 2009 08:02:18 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://e1h7.simplecdn.net/lqcdn/images/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - craigevil</title>
			<link>http://www.linuxquestions.org/questions/blog.php?u=176422</link>
		</image>
		<item>
			<title>Neat sysinfo script for IRC</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2099</link>
			<pubDate>Fri, 10 Jul 2009 03:01:34 GMT</pubDate>
			<description><![CDATA[inxi" is (#1) http://www.inxi.org, or (#2) as root: cd /usr/local/bin && wget -Nc techpatterns.com/inxi && chmod +x inxi, or (#3) now in debform --->...]]></description>
			<content:encoded><![CDATA[<div>inxi&quot; is (#1) <a href="http://www.inxi.org" target="_blank">http://www.inxi.org</a>, or (#2) as root: cd /usr/local/bin &amp;&amp; wget -Nc techpatterns.com/inxi &amp;&amp; chmod +x inxi, or (#3) now in debform ---&gt; wget <a href="ftp://cathbard.com/binary/inxi*.deb" target="_blank">ftp://cathbard.com/binary/inxi*.deb</a><br />
<br />
$ inxi -F<br />
System:    Host craigevil Kernel 2.6.30-1.dmz.1-liquorix-686 i686 (32 bit) Distro Debian GNU/Linux squeeze/sid<br />
CPU:       Single core Intel Pentium 4 (HT) cache 1024 KB flags (sse3 nx lm) bmips 5593.87 <br />
           Clock Speeds: (1) 2793.256 MHz (2) 2793.256 MHz<br />
Graphics:  Card Intel 82915G/GV/910GL Integrated Graphics Controller X.Org 1.6.1.901 Res: 1280x1024@60.0hz <br />
           GLX Renderer Mesa DRI Intel 915G GEM 20090418 2009Q1 x86/MMX/SSE2 GLX Version 1.4 Mesa 7.4.4 Direct Rendering Yes<br />
Audio:     Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver HDA Intel<br />
           Sound: Advanced Linux Sound Architecture Version 1.0.20<br />
Network:   Card Intel 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller driver e100 at port dcc0 <br />
Disks:     HDD Total Size: 176.1GB (18.8% used) 1: /dev/sda WDC WD1600JS-75N 160.0GB 2: USB /dev/sdf DataTraveler 2.0 16.1GB<br />
Partition: ID:/ size: 103G used: 18G (19%) ID:swap-1 size: 5.25GB used: 0.00GB (0%) <br />
Info:      Processes 102 Uptime 2 days Memory 181.6/493.5MB Client Shell inxi 1.0.17 <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="3" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bbcodeblock" style="border:1px inset">
			
				$ inxi -help<br />
inxi supports the following options. You can combine them, or list them<br />
one by one: Examples: inxi -v4 -c6 OR inxi -dDc 6<br />
<br />
If you start inxi with no arguments, it will show the short form.<br />
The following options if used without -d or -v will show just that complete line:<br />
A,C,D,G,I,N,P,S - you can use these together to show just the lines you want to see.<br />
If you use them with a -v level (or -d), it will show the full output for that line<br />
along with the output for the chosen verbosity level.<br />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br />
Output Control Options:<br />
-A Show audio/sound card information.<br />
-c Available color schemes. Scheme number is required.<br />
Supported schemes: 0-15 Example: inxi -c 11<br />
-C Show full CPU output, including per CPU clockspeed.<br />
-d Default output verbosity level, same as: inxi -v 1<br />
-D Show full hard disk info, not only model, ie: /dev/sda ST380817AS 80.0GB.<br />
-f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming.<br />
-F Show Full, all possible, output for inxi.<br />
-G Show graphic card information (+ glx driver and version for non free video drivers).<br />
-i Show Wan IP address, and shows local interfaces (requires ifconfig network tool).<br />
Not shown with -F for user security reasons, you shouldn't paste your local/wan IP.<br />
-I Show information: processes, uptime, memory, irc client, inxi version.<br />
-l Show partition labels. Default: short partition -P. For full -p output, use: -pl (or -plu).<br />
-N Show network card information.<br />
-p Show full partition information (-P plus all other detected partitions).<br />
If any of your partitions have spaces in their names, they will not show with -p<br />
-P Show partition information (shows what -v4 would show, but without extra data).<br />
Shows, if detected: / /boot /home /tmp /usr /var. Use -p for All partitions.<br />
-S Show system information: host name, kernel, distro<br />
-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu).<br />
-v Script verbosity levels. Verbosity level number is required.<br />
Supported levels: 0-5 Example: inxi -v 4<br />
0 - short output, same as: inxi<br />
1 - basic verbose, same as: inxi -d<br />
2 - Also show networking card data<br />
3 - Also show hard disk names as detected.<br />
4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot<br />
5 - For multicore systems, also show per core clock speeds; shows audio card.<br />
-x Show extra data: bogomips on cpu; driver version (if available) for network/audio.<br />
Only works with verbose or line output.<br />
<br />
Additional Options:<br />
-h - this help menu.<br />
-U Auto-update script. Note: if you installed as root, you<br />
must be root to update, otherwise user is fine.<br />
-V inxi version information. Prints information then exits.<br />
-% Overrides defective or corrupted data.<br />
-@ Triggers debugger output. Requires debugging level 1-10.
			
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<dc:creator>craigevil</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2099</guid>
		</item>
		<item>
			<title>Easy way to install Multimedia codecs, flash, java, mplayer</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2092</link>
			<pubDate>Tue, 07 Jul 2009 16:06:43 GMT</pubDate>
			<description>New Debian users tend to struggle tryng to get things like java and flash installed. here is a simple and easy way to get the things you want. 
 
...</description>
			<content:encoded><![CDATA[<div>New Debian users tend to struggle tryng to get things like java and flash installed. here is a simple and easy way to get the things you want.<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="3" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bbcodeblock" style="border:1px inset">
			
				<div>
					Originally Posted by <strong>craigevil</strong>
					<a href="showthread.php?p=3455194#post3455194" rel="nofollow"><img class="inlineimg" src="http://e1h7.simplecdn.net/lqcdn/images/questions/images/buttons/viewpost.gif" border="0" alt="View Post" /></a>
				</div>
				<div style="font-style:italic"><a href="http://ex.505.ru" target="_blank">exoodles debian multimedia installer script</a><br />
<br />
To install, do, as root: cd /usr/local/bin; wget -Nc ex.505.ru; chmod +x exoodles; exoodles</div>
			
		</td>
	</tr>
	</table>
</div>Quote:<br />
Here are some popular multimedia packages for you to install.<br />
You can install them one at a time.<br />
When you are done, just hit the quit number and the script will exit.<br />
------------------------------------------------------------------<br />
1 - mplayer installs mplayer + w32codecs and all related multimedia packages.<br />
2 - mozilla-mplayer Installs firefox mozilla-mplayer plugin + w32codecs<br />
(Removes kaffeine-mozilla firefox plugin if required.)<br />
3 - k9copy Installs k9copy and related libraries.<br />
4 - acroread Installs Adobe acroread pdf reader.<br />
5 - mozilla-acroread Installs firefox mozilla-acroread pdf reader plugin.<br />
6 - realplayer Installs realplayer proprietary Real Audio media player.<br />
7 - libdvdcss Installs dvd playback libs.<br />
8 - lame Installs program to allow encoding of mp3 files.<br />
9 - ffmpeg ffplay multimedia player, ffserver streaming server<br />
and the ffmpeg audio and video encoder. Supports most existing file formats (AVI,<br />
MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3, DV...)<br />
10 - flash Installs flash support for web browsers<br />
11 - java Installs java support for web browsers<br />
12 - quit Exit script.<br />
------------------------------------------------------------------<br />
Please type the appropriate number and hit enter.</div>

]]></content:encoded>
			<dc:creator>craigevil</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2092</guid>
		</item>
	</channel>
</rss>
