mylinuxjournal.blogspot.com mylinuxjournal.blogspot.com

mylinuxjournal.blogspot.com

My Linux Journal

Keeping track of all the fun things I make my linux box do. Friday, February 01, 2013. Convert a flash video into a animated gif. Mplayer "filename.flv" -nosound -vo gif89a:fps=15:output=output.gif -vf scale=240:180 -ss 1:19 -endpos 7 Convert a flash video into a animated gif. Posted by j at 7:27 PM. Saturday, April 16, 2011. Some handy SLAX tidbits. To run konqueror in full screen use this:. Kstart - fullscreen konqueror http:/ www.website.com. To hide the various tool bars edit konquerorrc:. Mkisofs -r...

http://mylinuxjournal.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MYLINUXJOURNAL.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 9 reviews
5 star
3
4 star
3
3 star
2
2 star
0
1 star
1

Hey there! Start your review of mylinuxjournal.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • mylinuxjournal.blogspot.com

    16x16

  • mylinuxjournal.blogspot.com

    32x32

CONTACTS AT MYLINUXJOURNAL.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
My Linux Journal | mylinuxjournal.blogspot.com Reviews
<META>
DESCRIPTION
Keeping track of all the fun things I make my linux box do. Friday, February 01, 2013. Convert a flash video into a animated gif. Mplayer filename.flv -nosound -vo gif89a:fps=15:output=output.gif -vf scale=240:180 -ss 1:19 -endpos 7 Convert a flash video into a animated gif. Posted by j at 7:27 PM. Saturday, April 16, 2011. Some handy SLAX tidbits. To run konqueror in full screen use this:. Kstart - fullscreen konqueror http:/ www.website.com. To hide the various tool bars edit konquerorrc:. Mkisofs -r...
<META>
KEYWORDS
1 my linux journal
2 0 comments
3 xset s off
4 xset dpms
5 konqmainwindow toolbar locationtoolbar
6 hidden=true
7 icontext=icononly
8 index=2
9 konqmainwindow toolbar maintoolbar
10 index=1
CONTENT
Page content here
KEYWORDS ON
PAGE
my linux journal,0 comments,xset s off,xset dpms,konqmainwindow toolbar locationtoolbar,hidden=true,icontext=icononly,index=2,konqmainwindow toolbar maintoolbar,index=1,bin/bash,done,bin/unclutter and,labels slax,knoppix via pxe,working nfs service,2 ways
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

My Linux Journal | mylinuxjournal.blogspot.com Reviews

https://mylinuxjournal.blogspot.com

Keeping track of all the fun things I make my linux box do. Friday, February 01, 2013. Convert a flash video into a animated gif. Mplayer "filename.flv" -nosound -vo gif89a:fps=15:output=output.gif -vf scale=240:180 -ss 1:19 -endpos 7 Convert a flash video into a animated gif. Posted by j at 7:27 PM. Saturday, April 16, 2011. Some handy SLAX tidbits. To run konqueror in full screen use this:. Kstart - fullscreen konqueror http:/ www.website.com. To hide the various tool bars edit konquerorrc:. Mkisofs -r...

INTERNAL PAGES

mylinuxjournal.blogspot.com mylinuxjournal.blogspot.com
1

My Linux Journal: August 2006

http://mylinuxjournal.blogspot.com/2006_08_01_archive.html

Keeping track of all the fun things I make my linux box do. Wednesday, August 23, 2006. I stumbled across this by accident and found it to be a very interesting command. Say you wanted to run a command from the command line that runs in a GUI(KDE is what I've tested it on). From the command prompt type(in this example I will be staring firefox web browser):. If you wanted firefox to load a certain webpage then type:. Xinit /usr/bin/firefox " www.website.com. Posted by j at 5:32 PM. Posted by j at 6:56 PM.

2

My Linux Journal: print from linux to vista home premium

http://mylinuxjournal.blogspot.com/2008/03/print-from-linux-to-vista-home-premium.html

Keeping track of all the fun things I make my linux box do. Saturday, March 08, 2008. Print from linux to vista home premium. 1 Navigate to the Windows Vista Control Panel. 2 Go to the "Programs and Features" pane. 3 Click on "Turn Windows Features on or off". 4 Turn on the LPD protocol and make sure that all desired printers are set to be shared. 5 On the linux system, open http:/ localhost:631/. 6 Click ADD PRINTERS. Everything but name is optional. 10 select printer manufacturer. 12 print test page.

3

My Linux Journal: January 2008

http://mylinuxjournal.blogspot.com/2008_01_01_archive.html

Keeping track of all the fun things I make my linux box do. Monday, January 14, 2008. Record from line in using sox. Connect a device to your line in port on your PC. I have connected an AM/FM stereo. Sox -t ossdsp -w -s -r 44100 -c 2 /dev/dsp -t raw - lame -x -m s - ./file.mp3. Might need to run as sudo. Needs sox and lame installed. Posted by j at 11:20 AM. Saturday, January 12, 2008. Getting wireless card to work in linux. Finally got my Netgear WG111T working in linux. To get it working I did:.

4

My Linux Journal: November 2006

http://mylinuxjournal.blogspot.com/2006_11_01_archive.html

Keeping track of all the fun things I make my linux box do. Tuesday, November 14, 2006. Converts bitrates for mp3s. For i in $FILES; do. OUT=`echo $i sed -e 's/.mp3/ '`. Lame -h -b 32 $i $OUT.mp3a. Converts the bitrate to 32kbs for all the mp3s in a directory. Posted by j at 2:23 PM. For i in $FILES; do. OUT=`echo $i sed -e 's/.mp3a/ '`. Mv $i $OUT.mp3. Renames files from mp3 to mp3a. Posted by j at 2:19 PM. Download WAX files using mplayer. Will save the file as filename(with date).wav. NC, United States.

5

My Linux Journal: convert video to mp4 for iphone

http://mylinuxjournal.blogspot.com/2008/09/convert-video-to-mp4-for-iphone.html

Keeping track of all the fun things I make my linux box do. Thursday, September 25, 2008. Convert video to mp4 for iphone. 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. Posted by j at 7:37 PM. NC, United States. View my complete profile. Vi copy text from one file to another. Upgrade from FC2 to CentOS 5.1. Jpg to ASCII converter. Print from linux to vista home premium. Mount samba drive between linux/windows.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

OTHER SITES

mylinuxguy.org mylinuxguy.org

mylinuxguy.net | mylinuxguy.net

I do all things related to Linux and PCs. Currently, my preferred Linux distribution is Fedora, but in the recent past, I’ve installed and configured:. I can install packages using yum, rpm, apt, etc or compile code from source. I have coded php scripts for over 15 years. Things that I have expert working knowledge are:. I can setup / configure. I can write scripts that get data from one system and update another system with the data.

mylinuxhelp.com mylinuxhelp.com

Welcome mylinuxhelp.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

mylinuxhtpcproject.blogspot.com mylinuxhtpcproject.blogspot.com

My Linux HTPC project and other things digital

My Linux HTPC project and other things digital. This blog started off as a sort-of-diary marking down my steps to Linux HTPC nirvana. Since the HTPC has been working pretty much flawlessly there has not been nothing to write about. I'm widening the scope of the blog to include also other things digital. Keskiviikko 10. marraskuuta 2010. More on software RAID 10: Benchmarking the heck out of it. I already touched the RAID issue in previous blog post of mine. Benchmark results will come on later date.

mylinuxinfo.blogspot.com mylinuxinfo.blogspot.com

My Linux info

My rants to keep some documentation on my Linux box. Might help others as well. Subscribe to: Posts (Atom). Who and where am I. Erwin van Londen is a storage engineer and has been for the last 17 years. From large scale storage management operations to architecture and design via pre-sales and support engineering to sharing the knowledge with the interested. Interested in all things Tech. Specialised in storage from an architectural and technical perspective. View my complete profile.

mylinuxjournal.blogspot.com mylinuxjournal.blogspot.com

My Linux Journal

Keeping track of all the fun things I make my linux box do. Friday, February 01, 2013. Convert a flash video into a animated gif. Mplayer "filename.flv" -nosound -vo gif89a:fps=15:output=output.gif -vf scale=240:180 -ss 1:19 -endpos 7 Convert a flash video into a animated gif. Posted by j at 7:27 PM. Saturday, April 16, 2011. Some handy SLAX tidbits. To run konqueror in full screen use this:. Kstart - fullscreen konqueror http:/ www.website.com. To hide the various tool bars edit konquerorrc:. Mkisofs -r...

mylinuxlaptop.wordpress.com mylinuxlaptop.wordpress.com

Getting rid of Windows! | welcoming GNU+Linux on my laptop

Getting rid of Windows! Welcoming GNU Linux on my laptop. Laptop is dead / she’s a frog! February 10, 2007. This is what happened:. The wonders of evolution! Anyway, up to this point I still thought “No Problemo! 8221;, just reboot in Windy and ask my forum friends for advice before starting to freak out… But pffffffff… Now GRUB can’t load itself (error 15). And if GRUB can’t load a newbie like me hasn’t got a clue how to proceed from there…. It inspired him to found the Free Software Foundation. I read ...

mylinuxlearning.wordpress.com mylinuxlearning.wordpress.com

My Linux Learning | Because if I write it here I'll remember it

Because if I write it here I'll remember it. Spoofing a MAC address on OS X. February 21, 2014. Great github project here – simple to install, simple to use. January 3, 2014. Wget http:/ dl.getdropbox.com/u/332246/AppleUSBVideoSupport sudo apt-get install isight-firmware-tools sudo cp AppleUSBVideoSupport /lib/firmware sudo ift-extract -a /lib/firmware/AppleUSBVideoSupport. And then it needs a full shutdown and restart, and then. Bus 001 Device 008: ID 05ac:8501 Apple, Inc. Built-in iSight [Micron].

mylinuxlearnings.blogspot.com mylinuxlearnings.blogspot.com

LINUX LEARNINGS

This Blog is for LInux C Developers. Thursday, April 11, 2013. Q: How to use pthread cond wait();. Int pthread cond wait(pthread cond t *cond, pthread mutex t *mutex);. Or pthread cond timedwait(). Functions may occur.Since the return from pthread cond wait(). Or pthread cond timedwait(). Pthread mutex t mutex = PTHREAD MUTEX INITIALIZER; pthread cond t cond = PTHREAD COND INITIALIZER; int avail = 0;. If(avail = THRESHOLD) pthread cond signal(&cond); /* Wake sleeping consumer */. Pthread cond wait(&cond,...

mylinuxlessons.wordpress.com mylinuxlessons.wordpress.com

My own linux | Just another linux weblog

Just another linux weblog. The joys of wifi working! July 23, 2014. This is a short post – but it feels especially awesome since wi-fi works straight out of the box – well, almost! I have just bought a new Lenovo B590 and installed 14.04 on it. Much to my dismay, it would refuse to connect to the internet. It seemed to be due to a non-free Broadcomm chipset driver. Well, all it takes is –. Sudo apt-get install –reinstall bcmwl-kernel-source. I’m connected (and blogging! March 13, 2011. May 2, 2010. After...

mylinuxmobile.com mylinuxmobile.com

Bienvenue chez OVH

Bienvenue sur notre offre Start. Mettre votre site en ligne. Astuces PHP chez OVH. Discutez avec nos autres utilisateurs sur notre forum. Toujours pas de solution? Les outils à votre disposition :. Installés sur votre hébergement. Merci d'avoir choisi OVH. Http:/ uptime.netcraft.com/up/graph? Http:/ toolbar.netcraft.com/site report? Url=http:/ www.mylinuxmobile.com.