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 [...]
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: Easy1
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, soundYeah 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 [...]
28
Jan
test post Wayno – Wayno http://www.pkill-9.com making Linux accessible http://www.linkedin.com/in/waynoguerrini =====
14
Jan
How to generate an easy to remember password
Posted by Wayno Published in howto, Joe, Security, Skill Level: EasyNeed 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 [...]
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, videoVideo 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 [...]
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: EasyThis 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 [...]
8
Dec
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
27
Nov
25 worst passwords — how to change your password in Linux
Posted by Wayno Published in howto, Security, Skill Level: EasyNoob 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 :~$ [...]
22
Nov
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 [...]
14
Nov
This is a very relevant article to the Ubuntu and Unity debate, vs other Linux distributions, especially, Linux Mint. Linux Mint: The new Ubuntu? Personally, I am on Debian Squeeze. Very solid, but NOT for n00bs. Tad difficult to configure. Wayno
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)