<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-31569782</id><updated>2011-09-14T00:15:37.275-04:00</updated><category term='slax'/><title type='text'>My Linux Journal</title><subtitle type='html'>Keeping track of all the fun things I make my linux box do.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-31569782.post-5992732345422645511</id><published>2011-04-16T13:36:00.010-04:00</published><updated>2011-04-17T09:42:39.486-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='slax'/><title type='text'>Some handy SLAX tidbits</title><content type='html'>I've made another SLAX digital picture frame and found a few useful options I want to document so the next time I don't have to fire up the google machine to hunt this info down.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to disable the screen saver and the energy star feature which will keep the screen from being turned off after inactivity run the 2 commands below: I placed this in an executable file in rootcopy/root/.kde/Autostart &lt;br /&gt;xset s off &lt;br /&gt;xset -dpms&lt;br /&gt;&lt;br /&gt;To run konqueror in full screen use this:&lt;br /&gt;&lt;br /&gt;kstart  --fullscreen  konqueror  http://www.website.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To hide the various tool bars edit konquerorrc:&lt;br /&gt;&lt;br /&gt;[KonqMainWindow Toolbar locationToolBar]&lt;br /&gt;Hidden=true&lt;br /&gt;IconText=IconOnly&lt;br /&gt;Index=2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[KonqMainWindow Toolbar mainToolBar]&lt;br /&gt;Hidden=true&lt;br /&gt;Index=1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To refresh konqueror every 60 seconds create an executable file with(change 60 to your needed time):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;K=`dcopstart konqueror http://website.com`; dcop $K qt/.*mainwindow#1 showFullScreen&lt;br /&gt;while [ true ]; do&lt;br /&gt;sleep 60; # wait 1 minute&lt;br /&gt;dcop $K "konqueror-mainwindow#1" reload&lt;br /&gt; done&lt;br /&gt;&lt;br /&gt;If you want the mouse cursor hidden use "unclutter". Put &lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;/bin/unclutter &amp; &lt;br /&gt;&lt;br /&gt;in an executable file in rootcopy/root/.kde/Autostart&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Command to make bootable iso run in parent directory of slax and boot directories&lt;br /&gt;&lt;br /&gt;mkisofs -r -V "Slax" -cache-inodes -J -l -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o output.iso .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-5992732345422645511?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/5992732345422645511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=5992732345422645511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/5992732345422645511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/5992732345422645511'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2011/04/some-handy-slax-tidbits.html' title='Some handy SLAX tidbits'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-5732755880794005682</id><published>2009-06-10T14:18:00.002-04:00</published><updated>2009-06-10T14:30:56.469-04:00</updated><title type='text'>Knoppix via PXE</title><content type='html'>On the heels of my recent semi-success with getting DSL to work via PXE. I mean it works... I just cant get it to recognize the hard drives, so it's basically useless to me. Anyways.&lt;br /&gt;&lt;br /&gt;I was able to get knoppix to boot through my PXE and it recognizes the hard drives, which is the most important thing when you want to do hard drive recovery :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I had to piece together a few "how-to's" to get it to work for me but here is a rough outline and I'm not good at taking notes and I'm not really sure what worked.. I just know it works.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Things you'll need that aren't covered here:&lt;br /&gt;Working PXE/TFTPBOOT service&lt;br /&gt;Working NFS service&lt;br /&gt;&lt;br /&gt;From this guys directions I followed STEP 1 and set up a terminal service while running a knoppix live CD on one workstation: &lt;br /&gt;http://pxe.dev.aboveaverageurl.com/index.php/PXE_Booting/Knoppix&lt;br /&gt;&lt;br /&gt;_____________________________________________________________________________________&lt;br /&gt; Step One: Generating the needed files&lt;br /&gt;&lt;br /&gt;Knoppix has the built-in ability to auto-configure itself to network boot itself, and this makes the process rather easy. In the "KNOPPIX" submenu, select the "Start Terminal Server" option.&lt;br /&gt;&lt;br /&gt;IMPORTANT NOTE! By doing this, it will start up dhcp, and many other services! Running two DHCP servers on the same subnet is generally a very bad idea!&lt;br /&gt;&lt;br /&gt;When prompted, select the menu item to configure the terminal server, and run through that.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. If at all possible, start the terminal service on a different NIC. This will prevent a LOT of possible mayhem. If you only have a single NIC, then before you click the final "OK" button, be sure to unplug your ethernet cable.&lt;br /&gt;&lt;br /&gt;2. For the IPs, just a low number of IPs (must be specified as "192.168.0.2 192.168.0.3") is fine. You cannot enter a single IP, and the range is inclusive of what you input.&lt;br /&gt;&lt;br /&gt;3. Be sure to select all needed kernel modules on the slaves!&lt;br /&gt;&lt;br /&gt;4. Be sure NOT to check the NX thin client button! The other software does not matter, however, if you check the secure box, by default your clients will not be able to access the root user. (Note: The "secure" option is easily changable later on.)&lt;br /&gt;&lt;br /&gt;5. Specify any needed kernel paramaters for your slaves. If you don't need any, do as the box says and just click ok.&lt;br /&gt;&lt;br /&gt;5b. If you only have one NIC in the computer running knoppix, and an existing DHCP server on the network, unplug the knoppix computer now.&lt;br /&gt;&lt;br /&gt;6. Click the final ok, all done.&lt;br /&gt;&lt;br /&gt;6b. If you unplugged your ethernet cable, be sure to stop the DHCP server on knoppix before plugging it back in. &lt;br /&gt;&lt;br /&gt;_____________________________________________________________________________________&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Before I started I issued a "ifconfig eth0 down" to ensure I wasn't setting up a DHCP server on a network that already has a DHCP server.&lt;br /&gt;&lt;br /&gt;Once I was done I copied vmlinuz and miniroot.gz to the /tftpboot/knoppix directory in my PXE server. I also copied the pxelinux.cfg/default file to get the labels to add to my current pxelinux.cfg/default file&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For my working NFS service I added this line to my /etc/exports:&lt;br /&gt;&lt;br /&gt;/path/to/share 192.168.1.0/255.255.255.0(ro,no_root_squash,async)&lt;br /&gt;&lt;br /&gt;in /path/to/share I copied over the KNOPPIX directory from knoppix live CD&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For my pxelinux.cfg/default I added these lines:&lt;br /&gt;&lt;br /&gt;LABEL knoppix&lt;br /&gt;KERNEL knoppix/vmlinuz&lt;br /&gt;APPEND secure nfsdir=ipaddress.to.nfs/server:/path/to/share nodhcp nodma noudev 2 lang=us ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 initrd=knoppix/miniroot.gz quiet BOOT_IMAGE=knoppix&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I had to add nodma and noudev because when I booted it locked up looking for hardware. Edit these "cheatcodes" as needed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Booted up using Network boot and typed: knoppix &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And it booted up to a "live" knoppix!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-5732755880794005682?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/5732755880794005682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=5732755880794005682' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/5732755880794005682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/5732755880794005682'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2009/06/knoppix-via-pxe.html' title='Knoppix via PXE'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-467175371563433043</id><published>2009-06-09T08:18:00.003-04:00</published><updated>2009-06-09T09:17:38.725-04:00</updated><title type='text'>Using Damn Small Linux via PXE</title><content type='html'>I've recently been trying to configure my PXE server to have a live CentOS option and have been unable to add this to my existing PXE server. But I have added a Damn Small Linux option that seems to work well, except I cant get it to recognize SCSI disks. Recent release notes suggest that SCSI support was removed in DSL 4.3, so I downloaded DSL 4.2 and still could not get the drives to get recognized. I see the SCSI modules when I do a modprobe -l so maybe its just a matter of time before I insert the right module to get it working. If any one has any ideas as how to get SCSI drives working in DSL please let me know. The primary reason I want a "live" linux on my PXE server is for file recovery across the network. So this is a huge roadblock for me.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Anyways. To get DSL on your existing PXE server:&lt;br /&gt;&lt;br /&gt;Download DSL: Im using dsl-4.4.10-initrd.iso and dsl-4.2-initrd.iso(for scsi)&lt;br /&gt;&lt;br /&gt;Extract the iso:&lt;br /&gt;&lt;br /&gt; mount -t iso9660 -o loop dsl-4.4.10-initrd.iso /iso&lt;br /&gt;&lt;br /&gt;copy these to files to /tftpboot/dsl    #create dsl directory first&lt;br /&gt;&lt;br /&gt;cp /iso/boot/isolinux/linux24 /iso/boot/isolinux/minirt24.gz /tftpboot/dsl&lt;br /&gt;&lt;br /&gt;add this line into your /tftpboot/pxelinux.cfg/default&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LABEL dsl&lt;br /&gt;KERNEL dsl/linux24&lt;br /&gt;APPEND ramdisk_size=100000 init=/etc/init  lang=us vga=791 initrd=dsl/minirt24.gz quiet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you can add cheatcodes on the APPEND line as needed. Cheatcodes are located in the /iso/boot/isolinux directory as f2 f3&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-467175371563433043?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/467175371563433043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=467175371563433043' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/467175371563433043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/467175371563433043'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2009/06/using-damn-small-linux-via-pxe.html' title='Using Damn Small Linux via PXE'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-2192173817211581839</id><published>2008-09-25T19:37:00.001-04:00</published><updated>2008-09-25T19:37:52.806-04:00</updated><title type='text'>convert video to mp4 for iphone</title><content type='html'>ffmpeg -i file.wmv -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180  file.mp4&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-2192173817211581839?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/2192173817211581839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=2192173817211581839' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/2192173817211581839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/2192173817211581839'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/09/convert-video-to-mp4-for-iphone.html' title='convert video to mp4 for iphone'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-452596380241042576</id><published>2008-06-09T11:00:00.000-04:00</published><updated>2008-06-09T11:01:36.746-04:00</updated><title type='text'>vi copy text from one file to another</title><content type='html'>&lt;pre class="western"&gt;&lt;span style="font-family:Helvetica, Arial;"&gt;&lt;b&gt;VI COPY FILE TO FILE&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Here is how to copy the required number&lt;br /&gt;of lines from one file to another in&lt;br /&gt;VI editor. First use the following&lt;br /&gt;key combinations in the source file.&lt;br /&gt;&lt;br /&gt;Press ESCAPE&lt;br /&gt;Press Shift "(Shift double quotes)&lt;br /&gt;Press a&lt;br /&gt;Press the number of lines you want to copy&lt;br /&gt;press y followed by another y&lt;br /&gt;&lt;br /&gt;Now press " : " (COLON) to get the vi prompt.&lt;br /&gt;Hit e "Destination file name"&lt;br /&gt;Once you enter the Destination file&lt;br /&gt;go to the line where you want the lines&lt;br /&gt;copied to be inserted.&lt;br /&gt;&lt;br /&gt;Press ESCAPE.&lt;br /&gt;Press SHIFT "(Double quotes).&lt;br /&gt;Press a.&lt;br /&gt;Press p.&lt;br /&gt;&lt;br /&gt;The lines get copied.&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-452596380241042576?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/452596380241042576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=452596380241042576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/452596380241042576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/452596380241042576'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/06/vi-copy-text-from-one-file-to-another.html' title='vi copy text from one file to another'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-7606585228458122335</id><published>2008-04-30T17:14:00.005-04:00</published><updated>2008-05-06T16:14:20.293-04:00</updated><title type='text'>Upgrade from FC2 to CentOS 5.1</title><content type='html'>yes.. It IS possible and here is how.&lt;br /&gt;&lt;br /&gt;2 ways.&lt;br /&gt;&lt;br /&gt;First way.&lt;br /&gt;&lt;br /&gt;On the FC2 box change the fedora-release file to say:&lt;br /&gt;CentOS release 5 (Final)&lt;br /&gt;&lt;br /&gt;(save file, duh!)&lt;br /&gt;&lt;br /&gt;Boot the FC2 box with the CDROM or DVD of Centos 5.1&lt;br /&gt;&lt;br /&gt;At the boot menu choose:&lt;br /&gt;linux upgradeany&lt;br /&gt;&lt;br /&gt;follow directions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;reboot.&lt;br /&gt;&lt;br /&gt;BAM!&lt;br /&gt;&lt;br /&gt;It's just that easy.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2nd way:&lt;br /&gt;Upgrade with a PXE server&lt;br /&gt;&lt;br /&gt;On the FC2 box change the fedora-release file to&lt;br /&gt;CentOS release 5 (Final)&lt;br /&gt;&lt;br /&gt;(save file, duh!)&lt;br /&gt;&lt;br /&gt;make a section in your "/tftpboot/pxelinux.cfg/default" file like this:&lt;br /&gt;&lt;br /&gt;label fc2upgrade&lt;br /&gt; kernel centos51_i386/vmlinuz&lt;br /&gt; append ks=http://ip/location/to/ks.upgrade text initrd=centos51_i386/initrd.img ramdisk_size=8192&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;create your kickstart file on your http server:&lt;br /&gt;ks.upgrade:&lt;br /&gt;____________________________&lt;br /&gt;&lt;br /&gt;upgrade&lt;br /&gt;url --url http://ip/location/to/CentOS/core/i386&lt;br /&gt;lang en_US.UTF-8&lt;br /&gt;keyboard us&lt;br /&gt;bootloader --location=mbr --append="selinux=0"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;_______________________________&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;modify kickstart file as needed.&lt;br /&gt;I chose to disable selinux on my original FC2 install so you should disable it in the upgrade&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You might have to play around with it, but this worked for me. Post comments if you have questions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Boot with network support and choose fc2upgrade to start the upgrade!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-7606585228458122335?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/7606585228458122335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=7606585228458122335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/7606585228458122335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/7606585228458122335'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/04/upgrade-from-fc2-to-centos-51.html' title='Upgrade from FC2 to CentOS 5.1'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-4611917470788538092</id><published>2008-04-04T17:36:00.001-04:00</published><updated>2008-04-04T17:38:19.705-04:00</updated><title type='text'>Jpg to ASCII converter</title><content type='html'>Great online jpg to ascii converter&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://www.lunatic.no/img2aschtml.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Text to ascii converter&lt;br /&gt;&lt;br /&gt;http://www.network-science.de/ascii/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-4611917470788538092?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/4611917470788538092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=4611917470788538092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4611917470788538092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4611917470788538092'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/04/jpg-to-ascii-converter.html' title='Jpg to ASCII converter'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-6006296456895584408</id><published>2008-03-08T14:57:00.001-05:00</published><updated>2008-03-08T14:57:27.351-05:00</updated><title type='text'>print from linux to vista home premium</title><content type='html'>1. Navigate to the Windows Vista Control Panel&lt;br /&gt;2. Go to the "Programs and Features" pane&lt;br /&gt;3. Click on "Turn Windows Features on or off"&lt;br /&gt;4. Turn on the LPD protocol and make sure that all desired printers are set to be shared&lt;br /&gt;5. On the linux system, open &lt;a href="http://localhost:631/" target="_blank"&gt;http://localhost:631/&lt;/a&gt;&lt;br /&gt;6. Click ADD PRINTERS&lt;br /&gt;7. Name:   &lt;br /&gt;   Location:  &lt;br /&gt;   Description:  &lt;br /&gt; everything but name is optional &lt;br /&gt;8. From the "Device:" field select "LPD/LPR Host or Printer"&lt;br /&gt;9. In the "Device URI:" field, lpd://(name of your Windows Vista system)/(name of your printer), e.g. lpd://homepc/HomePrinter( I had to use the IP, hostname didn't work for me. Might fiddle around with that later&lt;br /&gt;10 select printer manufacturer&lt;br /&gt;11 select printer model&lt;br /&gt;12. print test page&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-6006296456895584408?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/6006296456895584408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=6006296456895584408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/6006296456895584408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/6006296456895584408'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/03/print-from-linux-to-vista-home-premium.html' title='print from linux to vista home premium'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-7856552129732743760</id><published>2008-03-07T13:55:00.001-05:00</published><updated>2008-03-07T13:57:15.233-05:00</updated><title type='text'>mount samba drive between linux/windows</title><content type='html'>sudo mount -t smbfs -o username=windows_username,password=windows_password //vista_computer_name/share   /location/to/folder&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this command is all one line&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-7856552129732743760?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/7856552129732743760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=7856552129732743760' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/7856552129732743760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/7856552129732743760'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/03/mount-samba-drive-between-linuxwindows.html' title='mount samba drive between linux/windows'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-4149610840369611287</id><published>2008-03-05T10:13:00.000-05:00</published><updated>2008-03-05T10:14:49.239-05:00</updated><title type='text'>extract audio from a mpg file</title><content type='html'>mplayer -dumpaudio filename.mpg -dumpfile filename.mp3&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-4149610840369611287?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/4149610840369611287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=4149610840369611287' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4149610840369611287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4149610840369611287'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/03/extract-audio-from-mpg-file.html' title='extract audio from a mpg file'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-3394460496530509361</id><published>2008-01-14T11:20:00.000-05:00</published><updated>2008-01-14T11:22:32.967-05:00</updated><title type='text'>Record from line in using sox</title><content type='html'>Connect a device to your line in port on your PC.&lt;br /&gt;&lt;br /&gt;I have connected an AM/FM stereo.&lt;br /&gt;&lt;br /&gt;Command:&lt;br /&gt;sox -t ossdsp -w -s -r 44100 -c 2 /dev/dsp -t raw - | lame -x -m s - ./file.mp3&lt;br /&gt;&lt;br /&gt;Might need to run as sudo&lt;br /&gt;Needs sox and lame installed&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-3394460496530509361?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/3394460496530509361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=3394460496530509361' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/3394460496530509361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/3394460496530509361'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/01/record-from-line-in-using-sox.html' title='Record from line in using sox'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-1275957251121409366</id><published>2008-01-12T09:35:00.000-05:00</published><updated>2008-01-12T09:36:26.170-05:00</updated><title type='text'>Getting wireless card to work in linux</title><content type='html'>&lt;span class="postbody"&gt;Finally got my Netgear WG111T working in linux.&lt;br /&gt;&lt;br /&gt;It needs to have ndswrapper 1.7 or higher, Slax 5.0.8 has ndiswrapper 1.10 so you're good there.&lt;br /&gt;&lt;br /&gt;To get it working I did:&lt;br /&gt;&lt;br /&gt;ndsiwrapper -i athfmwdl.inf&lt;br /&gt;ndiswrapper -i netwg11t.inf&lt;br /&gt;ndiswrapper -m&lt;br /&gt;modprobe ndiswrapper&lt;br /&gt;ifconfig wlan0 up&lt;br /&gt;dhcpcd -d wlan0 &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-1275957251121409366?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/1275957251121409366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=1275957251121409366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1275957251121409366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1275957251121409366'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2008/01/getting-wireless-card-to-work-in-linux.html' title='Getting wireless card to work in linux'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-4980737560738451633</id><published>2007-11-09T11:58:00.000-05:00</published><updated>2007-11-09T12:16:21.501-05:00</updated><title type='text'>Record internet stream with VLC</title><content type='html'>&lt;span style="font-size:78%;"&gt;To use vlc to record an Internet audio stream and save the file as an mp3.&lt;br /&gt;I created a script, made it executable and created a cron entry to record at specific times&lt;br /&gt;Command is one line&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vlc -I dummy http://path/to/stream --sout '#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=display,dst=standard{access=file,mux=raw,dst="/home/user/vlcout.mp3"}}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vlc -I dummy :runs vlc without starting the vlc gui. This is needed if you are running vlc from cron&lt;br /&gt;&lt;br /&gt;http:/path/to/stream: location to internet stream&lt;br /&gt;&lt;br /&gt;encodes the stream to mp3 and creates the file vlcout.mp3 in the users home directory&lt;br /&gt;&lt;br /&gt;--sout '#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=display,dst=standard{access=file,mux=raw,&lt;br /&gt;dst="/home/user/vlcout.mp3"}}&lt;br /&gt;&lt;br /&gt;ab=128 is the bitrate, this can be changed for your needs&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-4980737560738451633?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/4980737560738451633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=4980737560738451633' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4980737560738451633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/4980737560738451633'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2007/11/record-internet-stream-with-vlc.html' title='Record internet stream with VLC'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-1993034589689667297</id><published>2007-11-07T16:06:00.000-05:00</published><updated>2007-11-07T16:08:27.515-05:00</updated><title type='text'>record video from URL</title><content type='html'>#record video from URL&lt;br /&gt;&lt;br /&gt;mplayer -nocache -playlist mms://location.asx -dumpstream -dumpfile filename.wmv&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;command is one line.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-1993034589689667297?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/1993034589689667297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=1993034589689667297' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1993034589689667297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1993034589689667297'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2007/11/record-video-from-url.html' title='record video from URL'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-1593756587614059875</id><published>2007-02-25T10:22:00.001-05:00</published><updated>2008-05-08T14:56:55.873-04:00</updated><title type='text'>Digital Picture frame</title><content type='html'>&lt;span class="postbody"&gt;Slax DPF version 2-25-2007 with SSH enable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Slax 5.1.8 rc&lt;br /&gt;&lt;br /&gt;I can not give out this ISO as I have added personal information and I do not have the time to go through it to remove it all. I will answer questions if you have any.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This time I burned the working ISO to a CD. files listed in the directory "rootcopy" need to be put in the rootcopy folder on your Slax ISO and burned to your CD. For more info on how to use rootcopy, search the forums. (http://www.slax.org/forum/)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Next was to create a script in the rootcopy/root/.kde/Autostart directory to autostart the slideshow after KDE starts.&lt;br /&gt;&lt;br /&gt;startss.ph&lt;br /&gt;_______________________________________&lt;br /&gt;#!/bin/bash&lt;br /&gt;#script to start slide show from USB device&lt;br /&gt;&lt;br /&gt;/mnt/sda1_removable/ss/slideshow.ph&lt;br /&gt;_______________________________________&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Script to start the wireless connection after KDE starts&lt;br /&gt;&lt;br /&gt;wificonfig.sh&lt;br /&gt;_______________________________________&lt;br /&gt;#installs Netgear WPC11 V4 card&lt;br /&gt;# ndiswrapper to add wpc11  v4&lt;br /&gt;ndiswrapper -i /wpc11v4/net8180.inf&lt;br /&gt;ndiswrapper -m&lt;br /&gt;modprobe ndiswrapper&lt;br /&gt;dhcpcd -d -t 10 wlan0&lt;br /&gt;sleep 5&lt;br /&gt;&lt;br /&gt;ifconfig wlan0 up&lt;br /&gt;ifconfig wlan0 192.168.1.9 netmask 255.255.255.0&lt;br /&gt;route add default gateway 192.168.1.1&lt;br /&gt;echo "nameserver 192.168.1.1" &gt;&gt; /etc/resolv.conf&lt;br /&gt;iwconfig wlan0 essid "ssid"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* for "ssid" put your wireless ssid, remove quotes&lt;br /&gt;___________________________________________________________&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I added "autoexec=startx" to isolinux.cfg to autostart the laptop into kde&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;added rc.sshd to rootcopy/etc/rc.d make sure its executable&lt;br /&gt;This will allow you to ssh into you DPF to make changes once its done&lt;br /&gt;&lt;br /&gt;copied sshd_config to rootcopy/etc/ssh&lt;br /&gt;changed the line to not permit root login remotely.&lt;br /&gt;PermitRootLogin no&lt;br /&gt;&lt;br /&gt;created a guest user to log in remotely, you can su - to root once youre logged in if you need root access&lt;br /&gt;after I created a new guest account I copied the following files from /etc to rootcopy/etc&lt;br /&gt;passwd passwd- shadow shadow-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If your USB drive doesnt auto mount put a line in rc.local to mount it when it boots&lt;br /&gt;&lt;br /&gt;rootcopy/etc/rc.d/rc.local&lt;br /&gt;_____________________________________________________________________________&lt;br /&gt;#!/bin/sh&lt;br /&gt;#&lt;br /&gt;# /etc/rc.d/rc.local:  Local system initialization script.&lt;br /&gt;#&lt;br /&gt;# Put any local setup commands in here:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#fileswap /mnt/hda1/swap 350&lt;br /&gt;mkdir /mnt/sda1_removable&lt;br /&gt;&lt;br /&gt;mount -t vfat /dev/sda1 /mnt/sda1_removable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;_______________________________________________________________________________&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/etc/rc.d/rc.6&lt;br /&gt;&lt;br /&gt;commented out 2 lines to keep the CD from ejecting and also to stop asking for user to press enter to reboot/shutdown&lt;br /&gt;This way you can shutdown/reboot with out the CD ejecting and also without having to press any key.Also add the No Eject Cd&lt;br /&gt;&lt;br /&gt;module to the modules folder&lt;br /&gt;&lt;br /&gt;#echo -ne "Press Enter to $command "&lt;br /&gt;#read junk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I had to adjust the following 2 files to get my screen resolution to 1024x768. Once I corrected it I put them in:&lt;br /&gt;&lt;br /&gt;rootcopy/etc/x11&lt;br /&gt;&lt;br /&gt;xorg.conf&lt;br /&gt;xorg.conf-vesa&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I wanted konqueror to load full screen with a weather radar loop. I also wanted to hide the menu bar and tool bars. Edit&lt;br /&gt;&lt;br /&gt;rootcopy/opt/kde/share/apps/konqueror&lt;br /&gt;&lt;br /&gt;konqueror.rc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Made directory /mnt/sda1_removable/ss/pics&lt;br /&gt;this will hold my pictures on the USB drive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/mnt/sda1_removable/ss/slideshow.ph&lt;br /&gt;**************************************************************************************************&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;# script to start slide show from USB device&lt;br /&gt;# lines starting with # are ignored. To change the DPF from pictures to weather loops, uncomment out the loop you want&lt;br /&gt;&lt;br /&gt;# Delays start of slideshow to give time for windows to start&lt;br /&gt;&lt;br /&gt;sleep 35&lt;br /&gt;&lt;br /&gt;# Starts the slideshow using Quick Image Viewer&lt;br /&gt;# s states to start qiv in slideshow mode&lt;br /&gt;# r states to play images in a random order&lt;br /&gt;# f puts iamges in fullscreen&lt;br /&gt;# i status bar off (will not show filenames)&lt;br /&gt;# d delays each image in x seconds x being 10 in this case&lt;br /&gt;# /mnt/sda1/* is the location the images should be in&lt;br /&gt;qiv -sritfmd 30 /mnt/sda1_removable/ss/pics/*&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# USA Radar Loop&lt;br /&gt;#kstart --fullscreen konqueror ".intellicast.com/WeatherImg/SatelliteLoop/hiusa_None_anim.gif"&lt;br /&gt;&lt;br /&gt;# Southeast Atlantic Radar Loop&lt;br /&gt;#kstart --fullscreen konqueror ".intellicast.com/WeatherImg/SatelliteLoop/hiatlsat_None_anim.gif"&lt;br /&gt;&lt;br /&gt;# NC Base Reflectivity Loop&lt;br /&gt;#kstart --fullscreen konqueror ".intellicast.com/WeatherImg/BaseReflectivityLoop/rax_None_anim.gif"&lt;br /&gt;&lt;br /&gt;# US Surface Analysis Radar&lt;br /&gt;#kstart --fullscreen konqueror ".intellicast.com/WeatherImg/CustomGraphicLoop/sfcmap_None_anim.gif"&lt;br /&gt;&lt;br /&gt;# US Radar Loop&lt;br /&gt;#kstart --fullscreen konqueror ".intellicast.com/WeatherImg/RadarLoop/usa_None_anim.gif"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*****************************************************************************************************&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You'll need to make changes for your network, etc. If you have any questions please feel free to ask PM me&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;File List:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/etc&lt;br /&gt;&lt;br /&gt;lilo.conf&lt;br /&gt;passwd&lt;br /&gt;passwd-&lt;br /&gt;shadow&lt;br /&gt;shadow-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/etc/rc.d&lt;br /&gt;&lt;br /&gt;rc.local&lt;br /&gt;rc.sshd&lt;br /&gt;rc.6&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/etc/ssh&lt;br /&gt;&lt;br /&gt;sshd_config&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/etc/x11&lt;br /&gt;&lt;br /&gt;xorg.conf&lt;br /&gt;xorg.conf-vesa&lt;br /&gt;&lt;br /&gt;rootcopy/home/guest123&lt;br /&gt;&lt;br /&gt;rootcopy/opt/kde/share/apps/konqueror&lt;br /&gt;&lt;br /&gt;konqueror.rc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/root/.kde/Autostart&lt;br /&gt;&lt;br /&gt;startss.ph&lt;br /&gt;wificonfig.sh&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/root/.kde/share/config&lt;br /&gt;&lt;br /&gt;kickerrc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/ss&lt;br /&gt;&lt;br /&gt;slideshow.ph&lt;br /&gt;startss.ph&lt;br /&gt;startwifi.ph&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rootcopy/wpc11v4&lt;br /&gt;&lt;br /&gt;autorun.inf&lt;br /&gt;dns&lt;br /&gt;ipinfo&lt;br /&gt;key&lt;br /&gt;lilo.conf.bak&lt;br /&gt;net8180.inf&lt;br /&gt;netwg11t.inf&lt;br /&gt;rmount.exe&lt;br /&gt;rtl8180.sys&lt;br /&gt;startwifi&lt;br /&gt;wificonfig.sh&lt;/span&gt;&lt;span class="postbody"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-1593756587614059875?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/1593756587614059875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=1593756587614059875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1593756587614059875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/1593756587614059875'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2007/02/digital-picture-from.html' title='Digital Picture frame'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-117026958056321350</id><published>2007-01-31T13:46:00.000-05:00</published><updated>2007-01-31T13:53:00.580-05:00</updated><title type='text'>tightvnc: Connecting from Windows to Linux.</title><content type='html'>Make a putty session with the following entries&lt;br /&gt;Putty-Tunnel:&lt;br /&gt;source port:5901&lt;br /&gt;destination: 192.168.1.1.5:5901&lt;br /&gt;(replace 192.168.1.1 with the remote Linux PCs internal IP)&lt;br /&gt;&lt;br /&gt;tightvnc:&lt;br /&gt;&lt;br /&gt;Select fast compression&lt;br /&gt;VNCServer: localhost:1&lt;br /&gt;&lt;br /&gt;Connect to your Linux PC via the new Putty session, start VNC "/usr/bin/vncserver"&lt;br /&gt;&lt;br /&gt;Start TightVNC with Fast Compression&lt;br /&gt;for VNCServer use "localhost:1"&lt;br /&gt;&lt;br /&gt;When you run vncserver for the first time it will prompt for 2 passwords, one is Read/Write on is Read only. When you run TightVNC from the Windows side once it connects it will ask for your password. You can also access your remote Linux PC using a web browser http://hostname:5801&lt;br /&gt;&lt;br /&gt;open ports 5801 and 5901 on your router.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-117026958056321350?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/117026958056321350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=117026958056321350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/117026958056321350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/117026958056321350'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2007/01/tightvnc-connecting-from-windows-to.html' title='tightvnc: Connecting from Windows to Linux.'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-116353245445147728</id><published>2006-11-14T14:23:00.000-05:00</published><updated>2006-11-14T14:27:34.453-05:00</updated><title type='text'>converts bitrates for mp3s</title><content type='html'>#!/bin/bash -&lt;br /&gt;# mp32mp3&lt;br /&gt;&lt;br /&gt;FILES=`ls *.mp3`&lt;br /&gt;&lt;br /&gt;for i in $FILES; do&lt;br /&gt;   OUT=`echo $i | sed -e 's/.mp3//'`&lt;br /&gt;   lame -h -b 32 $i $OUT.mp3a&lt;br /&gt;done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;converts the bitrate to 32kbs for all the mp3s in a directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-116353245445147728?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/116353245445147728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=116353245445147728' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353245445147728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353245445147728'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/11/converts-bitrates-for-mp3s.html' title='converts bitrates for mp3s'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-116353202116005659</id><published>2006-11-14T14:19:00.000-05:00</published><updated>2006-11-14T14:20:21.160-05:00</updated><title type='text'>Rename files</title><content type='html'>#!/bin/bash -&lt;br /&gt;# mp3a to mp3&lt;br /&gt;&lt;br /&gt;FILES=`ls *.mp3a`&lt;br /&gt;&lt;br /&gt;for i in $FILES; do&lt;br /&gt;   OUT=`echo $i | sed -e 's/.mp3a//'`&lt;br /&gt; mv  $i $OUT.mp3&lt;br /&gt;done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;renames files from mp3 to mp3a&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-116353202116005659?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/116353202116005659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=116353202116005659' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353202116005659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353202116005659'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/11/rename-files.html' title='Rename files'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-116353067378693388</id><published>2006-11-14T13:57:00.000-05:00</published><updated>2006-11-14T13:57:53.833-05:00</updated><title type='text'>Download WAX files using mplayer</title><content type='html'>mplayer -playlist http://linkto.wax -ao pcm:file=/home/username/filename`date +%b%d_%H%M%P_%Y`.wav -vc dummy -vo null ;&lt;br /&gt;&lt;br /&gt;Will save the file as filename(with date).wav&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-116353067378693388?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/116353067378693388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=116353067378693388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353067378693388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/116353067378693388'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/11/download-wax-files-using-mplayer.html' title='Download WAX files using mplayer'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115636914268363575</id><published>2006-08-23T17:32:00.000-04:00</published><updated>2006-08-23T17:39:02.700-04:00</updated><title type='text'>xinit</title><content type='html'>I stumbled across this by accident and found it to be a very interesting command.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Say you wanted to run a command from the command line that runs in a GUI(KDE is what I've tested it on)&lt;br /&gt;&lt;br /&gt;from the command prompt type(in this example I will be staring firefox web browser):&lt;br /&gt;xinit /usr/bin/firefox&lt;br /&gt;&lt;br /&gt;It will load firefox without having to load KDE. Also you'll have to mess around with the commands to get it fullscreen or anything else you want it to do.&lt;br /&gt;&lt;br /&gt;If you wanted firefox to load a certain webpage then type:&lt;br /&gt;xinit /usr/bin/firefox "&lt;a href="http://www.website.com"&gt;www.website.com&lt;/a&gt;"&lt;br /&gt;&lt;br /&gt;This command also works if you ssh from one computer to another. Example&lt;br /&gt;&lt;br /&gt;I ssh from computer1 to computer2. I am now logged onto computer2. I can now run the same xinit command and it will load firefox on computer2. The catch is that the Xserver can't be running on computer2. If Xserver is running you'll have to kill it or figure out a way to get xinit to use a different display.. I'm going to check into the export DISPLAY command and see if that will work if Xserver is already running.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115636914268363575?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115636914268363575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115636914268363575' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115636914268363575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115636914268363575'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/08/xinit.html' title='xinit'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115507783280688633</id><published>2006-08-08T18:56:00.000-04:00</published><updated>2006-08-08T18:57:12.820-04:00</updated><title type='text'>Get rid of MARK messages in / var/log/messages</title><content type='html'>/var/log/messages filled up with -- MARK -- lines?&lt;br /&gt;&lt;br /&gt;Edit /etc/rc.d/rc.syslog. Change the line:&lt;br /&gt;&lt;br /&gt;  /usr/sbin/syslogd&lt;br /&gt;&lt;br /&gt;to&lt;br /&gt;&lt;br /&gt;  /usr/sbin/syslogd -m 0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115507783280688633?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115507783280688633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115507783280688633' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115507783280688633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115507783280688633'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/08/get-rid-of-mark-messages-in.html' title='Get rid of MARK messages in / var/log/messages'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115506742123116305</id><published>2006-08-08T16:00:00.000-04:00</published><updated>2006-08-08T16:18:04.053-04:00</updated><title type='text'>Script to help clean out log files</title><content type='html'>I wrote a short script that helps me clean out log files. I don't care that other scripts exists for this. This is for ME to learn the ins and outs of writing scripts from scratch.&lt;br /&gt;&lt;br /&gt;#Script to ask for input, then delete that string from a file&lt;br /&gt;#Command to get string to be deleted&lt;br /&gt;echo "Enter string to be deleted :"&lt;br /&gt;read delstring&lt;br /&gt;&lt;br /&gt;#uses the requested input in a script to delete from a file, moves the file to another file then back to the original file so that it doesn't blank out the original file&lt;br /&gt;&lt;br /&gt;sed /$delstring/d file1 &gt; file2; mv file2 file1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I added an addition line to ask for the file to be modified. Changes are in &lt;span style="color:#ff6666;"&gt;red&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;##Script to ask for input, then delete that string from a file&lt;br /&gt;#Command to get string to be deleted&lt;br /&gt;echo "Enter string to be deleted :"&lt;br /&gt;read delstring&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff6666;"&gt;echo "Enter filename to be modified :"&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6666;"&gt;read modfile&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;#uses the requested input in a script to delete from a file, moves the file to another file then #back to the original file so&lt;br /&gt;#that it doesn't blank out the original file&lt;br /&gt;sed /$delstring/d &lt;span style="color:#ff6666;"&gt;$modfile&lt;/span&gt; &gt; file2; mv file2 &lt;span style="color:#ff6666;"&gt;$modfile&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115506742123116305?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115506742123116305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115506742123116305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115506742123116305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115506742123116305'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/08/script-to-help-clean-out-log-files.html' title='Script to help clean out log files'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115379620551013207</id><published>2006-07-24T22:54:00.004-04:00</published><updated>2008-09-04T14:54:05.485-04:00</updated><title type='text'>wavtomp3 converter</title><content type='html'>wavtomp3&lt;br /&gt;&lt;br /&gt;Converts a wav file to mp3 at a bitrate of 96.&lt;br /&gt;&lt;br /&gt;#!/bin/bash -&lt;br /&gt;# wav2mp3&lt;br /&gt;&lt;br /&gt;FILES=`ls *.wav`&lt;br /&gt;&lt;br /&gt;for i in $FILES; do&lt;br /&gt;OUT=`echo $i | sed -e 's/.wav//'`&lt;br /&gt;lame -h -b 96 $i $OUT.mp3&lt;br /&gt;done&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115379620551013207?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115379620551013207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115379620551013207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115379620551013207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115379620551013207'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/07/wavtomp3-converter.html' title='wavtomp3 converter'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115377274088335304</id><published>2006-07-24T16:21:00.000-04:00</published><updated>2006-07-24T16:27:53.770-04:00</updated><title type='text'>Record audio from a webcast</title><content type='html'>cron entry:&lt;br /&gt;&lt;br /&gt;# records something at 12:03, Monday through Friday&lt;br /&gt;03 12 * * 1-5  streamrecorder&lt;br /&gt;# kills recording at 1:01pm&lt;br /&gt;01 13 * * 1-5 killall -9 mplayer&lt;br /&gt;&lt;br /&gt;# records a show at 4:04,Monday through Friday&lt;br /&gt;04 16 * * 1-5 streamrecorder2&lt;br /&gt;# kills recording at 7:01 pm&lt;br /&gt;01 19 * * 1-5 killall -9 mplayer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am using mplayer to record an audio webcast so that I can listen to it later.&lt;br /&gt;&lt;br /&gt;/usr/bin/streamrecorder&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;mplayer -playlist /location/to/file.asx -ao pcm:file=/path/to/save/recording/Show_name_`date +%b%d_%H%M%P_%Y`.wav -vc dummy -vo null ;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115377274088335304?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115377274088335304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115377274088335304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377274088335304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377274088335304'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/07/record-audio-from-webcast.html' title='Record audio from a webcast'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115377224052098222</id><published>2006-07-24T16:06:00.000-04:00</published><updated>2006-07-24T16:17:20.526-04:00</updated><title type='text'>Alarm Clock</title><content type='html'>/usr/bin/alarm&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;# Uncomment if you want to use amaroK&lt;br /&gt;#/usr/bin/dcop /usr/bin/amarok player play&lt;br /&gt;&lt;br /&gt;#Uncomment if you do not want to use Mplayer&lt;br /&gt;#/usr/bin/X11/xterm -display :0 -bg black -fg white #-e /usr/bin/mplayer -shuffle -playlist ~/.playlist&lt;br /&gt;&lt;br /&gt;#/usr/bin/X11/xterm -display :0 -bg black -fg white #-e mplayer -playlist /location/to/file.asx&lt;br /&gt;&lt;br /&gt;# Eterm solution#/usr/bin/Eterm -0 -e /usr/local/bin/mplayer # -shuffle -playlist ~/.playlist&lt;br /&gt;&lt;br /&gt;# use xine to play&lt;br /&gt;/usr/bin/X11/xterm -display :0 -bg black -fg white -e xine -f /file/to/video.wmv&lt;br /&gt;&lt;br /&gt;# plays mp3s from playlist, no video&lt;br /&gt;#mplayer -shuffle -playlist ~/.playlist&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create an entry in your crontab:&lt;br /&gt;Min    Hour  Date  Month     Day of week       Location to script&lt;br /&gt; 45        06       *          *              1-5                      /usr/local/bin/alarm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115377224052098222?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115377224052098222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115377224052098222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377224052098222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377224052098222'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/07/alarm-clock.html' title='Alarm Clock'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31569782.post-115377135032515376</id><published>2006-07-24T15:58:00.000-04:00</published><updated>2006-07-24T16:18:41.626-04:00</updated><title type='text'>Introduction</title><content type='html'>Ok, I hate blogs and bloggers. But this one is different. You'll get no political opinions, no news slants and I'm not here to "break a news story". You people that do all the above can bite me. This blog is for me to track what I've done on my linux box. Mainly because I can't remember shit and I have bits and pieces of text files with commands and fixes spread out over several computers. I'm hoping that I can use this to keep track of what I've done so that when I break something and it's only a matter of time before I do, I'll be able to come here and hopefully find a fix.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31569782-115377135032515376?l=mylinuxjournal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylinuxjournal.blogspot.com/feeds/115377135032515376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31569782&amp;postID=115377135032515376' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377135032515376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31569782/posts/default/115377135032515376'/><link rel='alternate' type='text/html' href='http://mylinuxjournal.blogspot.com/2006/07/introduction.html' title='Introduction'/><author><name>j</name><uri>http://www.blogger.com/profile/17648172864572574215</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp2.blogger.com/_BiEEaZ6j2c0/R_ai_UixLxI/AAAAAAAAABQ/JX47YSGsnVs/S220/tux.big.jpg'/></author><thr:total>0</thr:total></entry></feed>
