Wayno's Adventures and sojourns through Linux

  • Home
  • About
  • Contact
  • Email Subscription
  • Facebook Like
  • RSS

29

Mar

lolbash.sh

Posted by Wayno  Published in bash, Humour, Skill Level: Easy

lolcode.com Just for fun! The link for lolbash.sh doesn’t work so I copied it here: In a previous article, we talked about enabling .bash_aliases. Now here’s some aliases you can use! # LOL!!1 # additions to .bash_aliases for us lolcats lovers # alias wtf=’dmesg’ alias onoz=’cat /var/log/errors.log’ alias rtfm=’man’ alias visible=’echo’ alias invisible=’cat’ alias moar=’more’ [...]

Continue reading...

no comment

27

Mar

How to add youtube to your Roku device

Posted by Wayno  Published in Skill Level: Easy, Uncategorized

How to add Youtube to a Roku device Thanks aspell

Continue reading...

no comment

25

Mar

two ways to id a web server in Linux (or Telnet in Windows)

Posted by Wayno  Published in Browsers, Joe, Skill Level: Easy

First I will show you the easy way to id a web server. Then I’ll show you how the magic works. 1. first the easy way (Linux): You may need to install curl first. sudo apt-get install curl 2. Then it’s easy! curl -I www.pkill-9.com (that’s a capital I (eye)) and you will get output [...]

Continue reading...

4 comments

24

Mar

How to enable .bash_aliases

Posted by Wayno  Published in bash, Skill Level: Easy

This is one of those things, I sort of take for granted. It was asked on #ubuntu (irc.freenode.net) bash aliases What’s an alias you say? An alias is a short form of a long command string for the bash terminal. so how do you make it work? 1. edit the file .bashrc (using like gedit) [...]

Continue reading...

1 comment

19

Mar

Subnet masks explained

Posted by Wayno  Published in Linux Networking, loni, Skill Level: Advanced

Subnet Masks (Explained) Subnet masks are absolutely one of the most confusing things I have ever encountered. It is likely, you have also experienced a considerable amount of confusion as well. Subnet Mask defined So let’s define: What is a subnet mask? I liked this definition which I will use from wikipedia.org on subnet masks. [...]

Continue reading...

no comment

7

Mar

how to install and configure the locate command to find files

Posted by Wayno  Published in Skill Level: Easy, Uncategorized

In the previous post I showed you how to use the find command. Find works on any Linux system. But it does require some effort. I’ll show you another way to find files by name, with the locate command. The first thing we have to do, is to install the command. It does not come [...]

Continue reading...

1 comment

7

Mar

how to find files in Linux

Posted by Wayno  Published in Skill Level: Easy, Uncategorized

This is a n00b question I am asked a lot. Several ways to do this. Easy way is to use the find command (search your directory) The general format is: find path -name expression find -name ‘potato*’ Yields: ./potato_head.jpg ./recipes/potato.txt ./recipes/potato.wp ./wp51/recipes/potato.txt ./wp51/recipes/potato.wp The period (dot) at the beginning says the file is located in [...]

Continue reading...

3 comments

3

Mar

How to enable Closed Captioning in Hulu Plus with Roku Box

Posted by Wayno  Published in Uncategorized

Again NOT Linux How to enable Closed Captioning in Hulu Plus on a Roku Box It isn’t immediately obvious on just how to enable closed captioning content with Hulu Plus, on a Roku Box. Let’s use the latest episode of House MD (Season 7 Episode 14 Recession Proof.) You will only have about 2 seconds [...]

Continue reading...

no comment

2

Mar

HDMI connections and Analogue (analog) Closed Captioning

Posted by Wayno  Published in Skill Level: Easy, Uncategorized, video

Nothing to do with Linux! This information will be useful to those of us that are in the deaf/hard-of-hearing community: At this link: Find a DVD Recorder that does Closed Captioning I learned that Analogue closed captioning is NOT necessarily passed along an HDMI connection. Although analogue captioning seems to function fine with my TIVO [...]

Continue reading...

no comment

Search

About

PKILL-9

Categories

  • Android (1)
  • apt-get (5)
  • Audio (10)
  • backup (3)
  • bash (9)
  • Browsers (8)
  • Compiling Source Code (3)
  • crontab (1)
  • debian (23)
  • debugging (1)
  • Deposit @ Home (1)
  • DNS – Domain Name System (2)
  • DVD (6)
  • filesharing (5)
  • fstab (2)
  • ftp (2)
  • gnome (15)
  • grub (1)
  • howto (23)
  • Humour (5)
  • Internet Connection Sharing (1)
  • java (3)
  • Joe (23)
  • Linux Networking (8)
  • loni (16)
  • Misc. other devices/things (12)
  • Music (9)
  • Natty (3)
  • netbook (4)
  • Printers/Printing (2)
  • rsync (1)
  • samba (2)
  • Security (3)
  • Skill Level: Advanced (16)
  • Skill Level: Easy (85)
  • Skill Level: Medium (39)
  • sound (8)
  • ssh (3)
  • Thunderbird (3)
  • Uncategorized (40)
  • ups (2)
  • video (8)
  • wireless (3)
  • word processors (3)
  • X11 (4)

Archives

  • February 2012 (2)
  • January 2012 (3)
  • December 2011 (2)
  • November 2011 (6)
  • October 2011 (5)
  • September 2011 (2)
  • August 2011 (8)
  • July 2011 (11)
  • June 2011 (8)
  • May 2011 (11)
  • April 2011 (9)
  • March 2011 (9)
  • February 2011 (10)
  • January 2011 (4)
  • December 2010 (3)
  • November 2010 (3)
  • September 2010 (1)
  • July 2010 (7)
  • April 2010 (4)
  • March 2010 (3)
  • February 2010 (5)
  • January 2010 (1)
  • December 2009 (1)
  • October 2009 (4)
  • September 2009 (1)
  • July 2009 (1)
  • June 2009 (2)
  • May 2009 (5)
  • April 2009 (5)
  • March 2009 (3)
  • February 2009 (6)

Blogroll

  • Documentation
  • Plugins
  • Suggest Ideas
  • Support Forum
  • Themes
  • WordPress Blog
  • WordPress Planet

Pages

  • About
  • Contact
  • RSS
  • Email Subscription
  • Facebook Like

Meta

  • Register
  • Log in
  • RSS Entries
  • Comments Rss
March 2011
S M T W T F S
« Feb   Apr »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Recent Posts

  • How to file check a Windows or Dos File System using Linux
  • Getting the subsonic server to work in Linux with a Roku media player
  • test2
  • How to generate an easy to remember password
  • Getting a Webcam/Logictech Quick Cam to work with Skype in Linux
  • How to add a network printer in Debian/Ubuntu Linux
  • Ubuntu 12.04 LTS Won’t Fit On a CD
  • 25 worst passwords — how to change your password in Linux
  • How to label an ms dos Flash Drive or Micro SD card using mtools in Linux
  • Linux Mint: The new Ubuntu?

Recent Comments

  • tmoody in How to install Java 1.7 for Ubuntu/Debian (apt-get…
  • Jake in How to file check a Windows or Dos File System usi…
  • anakabas in Getting a Webcam/Logictech Quick Cam to work with …
  • joeSchmoe in How to install Java 1.7 for Ubuntu/Debian (apt-get…
  • Dynamic Designz – Anonymous P… in Making Ubuntu/Debian Linux do it's own DNS (Domain…
  • jake in Getting a Webcam/Logictech Quick Cam to work with …
  • Wayno in How to avoid bricking a Tracfone. What is the dif…
  • lynncancersurvivor in How to avoid bricking a Tracfone. What is the dif…
  • Jose in 25 worst passwords -- how to change your password …
  • How to label an ms-dos Flash Drive … in How to mount a usb or micro sd card, when Linux do…
© 2007 Wayno's Adventures and sojourns through Linux



Theme by WebRehash | Free WordPress Templates | Valid XHTML | Valid CSS 3.0 | Powered by Wordpress