Wayno's Adventures and sojourns through Linux

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

28

Feb

imicro power supplies, computers, and things that go bump in the night

Posted by Wayno  Published in Skill Level: Medium, Uncategorized

I am a software guy. I don’t know a whole lot about power supplies. It’s another black box that works, until it doesn’t. This supply worked great! For 6 months. Then life started to get flakey. I have an Asus Mobo. Not exactly no name. The hard drive started to get errors. Uh oh! New [...]

Continue reading...

1 comment

9

Feb

How to file check a Windows or Dos File System using Linux

Posted by Wayno  Published in debian, howto, Misc. other devices/things, Skill Level: Easy

It’s much much easier then I thought! You need to use dosfsck! 1. If not already installed, install dosfsck: (it’s in sbin) sudo apt-get install dosfsck 2. Find your device name. sudo blkid You will get output that looks like: /dev/sdf1: LABEL=”CANON_DC” UUID=”713B-5AE2″ TYPE=”vfat” Your device name will PROBABLY be different. 3. Check the usb [...]

Continue reading...

1 comment

1

Feb

Getting the subsonic server to work in Linux with a Roku media player

Posted by Wayno  Published in Audio, debian, howto, Music, Skill Level: Medium, sound

Yeah this required 3 hours of futzing to figure out. 1. Once you have the Subsonic Server installed, turn it off. sudo service subsonic stop 2. Next change to the /var directory. Remember anything with an octothorpe (#) is a comment and NEED not be coded. cd /var # change to the /var sudo mv [...]

Continue reading...

no comment

28

Jan

test2

Posted by Wayno  Published in Uncategorized

test post Wayno – Wayno http://www.pkill-9.com making Linux accessible http://www.linkedin.com/in/waynoguerrini =====

Continue reading...

no comment

14

Jan

How to generate an easy to remember password

Posted by Wayno  Published in howto, Joe, Security, Skill Level: Easy

Need a strong, but easy to remember password? No need to remember, generate it! Up to 48 chars, works on any unix-like system: read -s pass; echo $pass | md5sum | base64 | cut -c -16 Joe – ======================================== MD5SUM creates a 128 bit hash. Base64 turns a binary number into ASCII cut – simply [...]

Continue reading...

no comment

2

Jan

Getting a Webcam/Logictech Quick Cam to work with Skype in Linux

Posted by Wayno  Published in debian, howto, Misc. other devices/things, Skill Level: Easy, video

Video Chat Cameras are nice. But they don’t always play nicely with the Linux version of Skype. 1. Here’s the camera I have: (here’s now to find out what you have.) lsusb and the output will look like: Bus 005 Device 004: ID 046d:092e Logitech, Inc. QuickCam Chat 2. First step first. Let’s see if [...]

Continue reading...

3 comments

12

Dec

How to add a network printer in Debian/Ubuntu Linux

Posted by Wayno  Published in debian, howto, Linux Networking, Printers/Printing, Skill Level: Easy

This is actually fairly easy, but there are a couple of tricks! 1. What is the IP address of that printer? The easy way is to scan for it! If you have not done so, install the arp-scan programme. Arp (Address Resolution Protocol) This will allow us to scan the network for all devices on [...]

Continue reading...

no comment

8

Dec

Ubuntu 12.04 LTS Won’t Fit On a CD

Posted by Wayno  Published in debian, Skill Level: Easy

Ubuntu 12.04 LTS Won’t Fit On a CD Thanks guys! NOT! Alternatives? Plenty. 1. Linux Mint (good for n00bs) 2. Debian (for experienced users) Wayno

Continue reading...

no comment

27

Nov

25 worst passwords — how to change your password in Linux

Posted by Wayno  Published in howto, Security, Skill Level: Easy

Noob thing. Might be interesting to find out if your password is on the list. The top 25 worst passwords. How do you change your password? :~$ passwd You will get output that looks like: Changing password for (youruserid) (current) UNIX password: Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully :~$ [...]

Continue reading...

1 comment

22

Nov

How to label an ms dos Flash Drive or Micro SD card using mtools in Linux

Posted by Wayno  Published in debian, howto, Misc. other devices/things, Skill Level: Easy, Skill Level: Medium

The information on how to label an ms-dos formatted drive seems scattered across the internet, and might seem overwhelming at first. But it’s not too hard. Here’s my recipe! 1. If not already installed, install the mtools package. This is an open source package for manipulating ms-dos file systems, under Linux. to do that simply [...]

Continue reading...

no comment
« Previous Page — Next Page »

 

May 2012
S M T W T F S
« Apr    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Recent Posts

  • de-smurfing youtube (or why are all the people on youtube blue?)
  • Monzy kill -9 (Nerdcore)
  • Finding and installing 64 bit Firefox and Thunderbird for Debian
  • Allowing more then one user to start an X session (pam authentication)
  • First Look: Ubuntu 12.04 lts

Categories

  • Android
  • apt-get
  • Audio
  • backup
  • bash
  • Browsers
  • Compiling Source Code
  • crontab
  • debian
  • debugging
  • Deposit @ Home
  • DNS – Domain Name System
  • DVD
  • filesharing
  • fstab
  • ftp
  • gnome
  • grub
  • howto
  • Humour
  • Internet Connection Sharing
  • java
  • Joe
  • Linux Networking
  • loni
  • Misc. other devices/things
  • Music
  • Natty
  • netbook
  • Printers/Printing
  • rsync
  • samba
  • Security
  • Skill Level: Advanced
  • Skill Level: Easy
  • Skill Level: Medium
  • sound
  • ssh
  • Thunderbird
  • Uncategorized
  • ups
  • video
  • wireless
  • word processors
  • X11

Archives

  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • September 2010
  • July 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • October 2009
  • September 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009

Blogroll

  • Hak5 – Trust your Technolust
  • Scott Linux – A place to geek out
  • Tucson Computer Society

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Recent Posts

  • de-smurfing youtube (or why are all the people on youtube blue?)
  • Monzy kill -9 (Nerdcore)
  • Finding and installing 64 bit Firefox and Thunderbird for Debian
  • Allowing more then one user to start an X session (pam authentication)
  • First Look: Ubuntu 12.04 lts
  • Gnome classic (fallback) in Ubuntu 12.04
  • Cat listening to Music
  • How to send broadcast messages to all users in Windows or Linux
  • Cox Communications “quality challenged” internet connection (of Cats and Cox)
  • Why RTFM is important

Recent Comments

  • Shannon in de-smurfing youtube (or why are all the people on …
  • Juan Pedro Sanchez in Getting a Webcam/Logictech Quick Cam to work with …
  • Khorshed Alam in Mounting an iso9660 iso file in Linux (ubuntu/debi…
  • ActionParsnip in Installing gnome-3 on Ubuntu 10.10/10.04
  • Wayno in Cox Communications "quality challenged" internet c…
  • sandeep in How to mount a usb or micro sd card, when Linux do…
  • Wayno in How to mount a usb or micro sd card, when Linux do…
  • sandeep in How to mount a usb or micro sd card, when Linux do…
  • mahesh in How to install Java 1.7 for Ubuntu/Debian (apt-get…
  • Wayno in Why RTFM is important
© 2007 Wayno's Adventures and sojourns through Linux



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