Saturday, September 8, 2012

Tech Review Linux: Thursday, September 6, 2012


User Datagram Protocol (UDP)
  • core member of the internet protocol suite (see below)
  • can send with no previous communication


Internet protocol suite
  • Internet Protocols
    • Application Layer
      • FTP
      • HTTP
      • SSH
      • Telnet
      • iSCSI
    • Transport Layer
      • TCP (Transmission Control Protocol)
      • UDP (User Datagram Protocol)
    • Internet Layer
      • IP
        • IPv4
        • IPv6
    • Link Layer
      • media access control (MAC)
        • Ethernet
        • DSL
        • ISDN



Open System Interconnection (OSI) Model
  • Application Layer
    • HTTP
  • Presentation Layer
    • MIME
  • Session Layer
    • PPTP
    • SOCKS
  • Transport Layer
    • TCP (Transmission Control Protocol)
    • UDP (User Datagram Protocol)
  • Network Layer
    • IP
  • Data Link Layer
    • IEEE 802.2
    • ATM
  • Pyhsical Layer
    • USB
    • Bluetooth
    • IEEE 802.3


iSCSI (Internet Small Computer System Interface)
  • sends SCSI commands over the internet
  • storage area network (SAN) protocol
  • uses TCP (Transmission Control Protocol)
  • application layer in the Internet protocol suite




Tuesday, September 4, 2012

Tech Review Linux: Saturday, September 1, 2012


Error:  apt-get update

W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EA8F35793D8809A

  • the apt-get management tool guarantees the authenticity of the server before updating the Debian OS.
  • used to following command to resolve:
    • gpg --keyserver pgpkeys.mit.edu --recv-key 2EA8F35793D8809A
    • gpg -a --export 2EA8F35793D8809A | sudo apt-key add -
Problems I had:
  • Spelled the name of the key server wrong.
    • MSG
  • Forgot the run the second command.
    • Get the original error message again
PGP: Public Key Servers
  • The MIT server I used is not in the list of recommended servers
    • uses older SKS key server with bug that impairs synchronization from other, non-SKS servers.
  • There is a long list of dead key servers.
  • WARNING:  Just because one obtains a public key from a server does not mean that the key is authentic.
    • Must verify the authenticity of the key and its owner.
How Do I Determine My Linux Kernel Version?
  • uname -r
    • 3.2.0-23-generic

Ubuntu 12.04 LTS 64 bit Wubi Keeps Locking Up

This has been going on for a while.  System often becomes slow and sluggish.  Even trying to bring up a terminal or going to a command prompt will take for ever or not work.  I have noticed that the mount.ntfs process is taking 99% of the processor time.   Have read some where (Sorry, lost the link.) that the NTFS partition might be corrupted.  Also read that updating the kernel might fix the problem.  Also might be a problem with the size of the partition. 


Going to try to see if a dirty or corrupted NFS could be the problem.  This seems like a good possibility to me because with Wubi, the Linux partition is running from NTFS.

  • List partitions in the system
    • sudo fdisk -l
      • I need to look at /dev/sda2
  • Install tools for workingwith NTFS partitions
    • sudo apt-get install ntfsprogs
  • Repair the disk
    • sudo ntfsfix /dev/sda2
I am a little concerned about running the ntfsfix command. 
Which version of ntfsprogs am I using?  

Is the mount.ntfs the NTFS-3G driver?

Is the mount.ntfs using FUSE?

How risky is running this command?
  • What if it destroys my Ubuntu partition?
    • Mount the windows partition to examine it.
      • sudo mount -t ntfs /dev/sda2 /mnt
    • Mount the Wubi drive
      • sudo mkdir /mnt2
      • sudo chmod 777 /mnt2
      • sudo mount -t ext4 /mnt/ubuntu/disks/root.disk /mnt2
        • I was so amazed when this worked!!
    • What would I loose on this drive?
      • BMCS_src
      • Downloads\Rover
      • Downloads\FV_Opensource
    • What would I loose on the windows drive?
      • ubuntu/disks/root.disk
        • the critical files are listed above
      • Backup of Passport/DVDs
      • Backup of Passport/home
      • data/BMCSS_2010_05_03.zip
      • FalconView Class
      • source/Learning FV (* This is important not to lose *)
What does WUBI Stand for?
  • Wubi (Windows-based UBuntu Installer)
OK, time to backup critical files.
  • done
Ready to try fix
  • Unmount the two drives doing the internal Wubi partition first
    • sudo umount /mnt2
    • sudo umount /mnt
  • Try to fix
    • sudo ntfsfix /dev/sda2
mint@mint ~ $ sudo ntfsfix /dev/sda2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sda2 was processed successfully.

Doesn't seem to have done anything.

Seems to be working now.

Need to update makemkv
  • sudo apt-get install build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
    • no changes
  • cd makemkv-oss-1.7.7
  • make -f makefile.linux
  • sudo make -f makefile.linux install
  • cd ..\makemkv-bin-1.7.7
  • make -f makefile.linux
  • sudo make -f makefile.linux install





Monday, August 20, 2012

Monday, August 6, 2012

Tech Review: Linux: Friday, August 3, 2012


Google Releases Chrome 21 Stable for Linux
  • It was difficult to figure out how to download
  • Installing 64bit version on HP Linux
  • Ubuntu says it has not been reviewed yet.
  • There is not good feed back while it is install in Ubuntu Software Center.
  • How would I do this from the command line?
  • This doesn't overwrite the current version of Chrome
  • Sure can see a lot when I run this from the command line.
  • found the command in Dash Home and drag to side bar.
  • what is the difference between this 'Google Chrome' and the 'Chrome Web Browser'?




Monday, July 30, 2012

Tech Review: Linux: Monday, July 30, 2012


How do I tell the gateway address in Redhat?

  • /sbin/route -n
  • The default gateway will be the bottom line and second column.


How to make your Nexus 7 not suck

  • Uses Android Smartphone user interface
    • has problems
    • Install Apex Launcher instead
    • Would have to hacking to fix otherwise


Monday, July 16, 2012

Tech Review: Linux: Monday, July 16, 2012

'Secure' boot: much to be scared about

'Secure' boot: much to be scared about

  • secure boot cannot be disabled for ARM processors
  • secure boot can kill a machine
    • malware changes a system file
  • control not security
Remember, this company is not known for playing nice.  Maybe Luke should have said to Yoda,  "I'm not afraid of secure boot."  And Yoda reply would have been "But you will be."

Perhaps the correct term is restrictive booting.  Like the article said it's nothing of about security and everything about restricting the hardware.

Can you just imagine what the world would look like if Microsoft hadn't missed the tablet/smart phone start?  They could be a major sue-er like Apple.


Tech Review: Linux: Monday, July 16, 2012


installing linux mint from a usb

  • This didn't work for making an Ubuntu stick for 12.04

Linux Mint - Mate Edition
  • User manual

installing grub2 to an external drive


grub hangs when loading normal.mod


GNU GRUB Manual 2.00


Grub2

  • GRUB command line

what can I do from grub rescue?

  • GRUB RESCUE prompt
Old GRUB Tutorial



grub partition not found


Sunday, July 15, 2012

Tech Review: Linux: Sunday, July 15, 2012


handbrake linux
  • They currently don't have a version for Ubuntu 12.04 LTS (Precise Pangolin)
  • Used the following link
handbrake for ubuntu 12.04

  • sudo apt-add-repository ppa:stebbins/handbrake-snapshots
  • sudo apt-get update
  • sudo apt-get install handbrake-gtk
using handbrake to shrink mkv

Handbrake works great.  Took my 5 GB movie to a 1GB movie.


Current Version of Ubuntu

what is the name of ubuntu 12.04
  • Precise Pangolin





Saturday, July 7, 2012

Tech Review: Linux: Saturday, July 7, 2012




How to install Grub from a live Ubuntu cd


  mkdir /mnt/root  mount /dev/xxx? /mnt/root  chroot /mnt/root /bin/bash  grub-install /dev/xxx

Thursday, June 7, 2012

Tech Review Linux: Wednesday, June 6, 2012


Oracle verdict double plus good for Linux movement

  • OIN (Open Invention Network)
  • defensive patent-portfolio 




Wednesday, May 16, 2012

Tech Review Linux: Monday, May 15, 2012

 
how do I change the computer name in ubuntu 12.04?

It is important to know the correct question to ask in Google.  The following questions didn't work.
  • ubuntu 12.04 how do I change the device name?
  • how do I rename the machine in ubuntu 12.04?

Change Computer Name in Ubuntu 11.10

  • Basically you have to edit /etc/hostname and /etc/hosts to the new name.
  • The above example works for Ubuntu 12.04



Saturday, May 5, 2012

Tech Review Linux: Friday, May 4, 2012

Dodge Windows Behavior Missing from 12.04 LTS
  • gives command line instructions to add
Diagram showing the relationship between X clients and an X server

Enable multiuser logins with VNC


Tech Review Linux: Saturday, April 28, 2012

 

The nightmare I had last Friday was caused to two issues.
  1. I was using an older Ubuntu (10.4) with a laptop with newer graphics
    1. laptop
      1. HP Pavilion dv67 Select Edition
    2. graphics 
      1. Intel HD Graphics 3000
  2. The recommended install on the Ubuntu site is broke
    1. http://www.ubuntu.com/download/help/create-a-usb-stick-on-windows
      1. They recommended Pen Drive Linux; however, the USB stick didn't work for 12.04
    2. Creating a stick with LinuxLive USB Creator did work.
      1. http://www.linuxliveusb.com/
    3. Used Tuxboot as the install method to the USB stick.
      1. http://tuxboot.org/index.php
      2. The Tuxboot automatically download the relatively small install.
      3. Download was here:   http://tuxboot.org/download/files-on-sf.php



Monday, April 30, 2012

Tech Review Linux: Friday, April 27, 2012

Got my new HP  dv6t Select Ed.  Look good but I cannot get Linux to run on it.  I believe that problem has to do with the graphics.  However, since the whole reason that I got this laptop was because it is using the Intel HD Graphics processor, the fact that I can't get Linux to work is more than just a little frustrating.

Trying to create a bootable USB stick, but I may have pulled it before is was finished writing.  Trying to create it again.  Was surprise by how quickly the ISO downloaded.

Using the Universal USB Installer from windows to create the stick.

Trying to boot from drive but I am getting the following message:
  • Could not find kernel image: vesamenu.c32
An option to PenLinux
This link says some files are in the wrong place

Trying the following application
  • http://www.linuxliveusb.com/
    • left out persistence
    • Did not hide files created files on key
    • Format the key
    • Enable launching LinuxLive in Windows
      • I have a internet connection
    • VirtualBox was also installed
I really don't know enough about how Linux works.

The Linux Live USB worked.  Al's machine came right up.







Wednesday, April 25, 2012

Tech Review Linux: Tuesday, April 24, 2012

Good dual monitor 10.04 video card?


  • The above links doesn't really answer the question well
    • Fails to address the issue of the propriety drivers not working with the Linux( or Ubuntu?) Monitor or Display Preferences


Friday, April 13, 2012

Tech Review Linux:

MythTV

  • I sure would like to build my own DVR.
  • Mythbuntu
    • Simple, probably try this first
  • LinHes
    • What I would like to have in the end




Monday, April 2, 2012

Tech Review: Friday, March 30, 2012


The 'broken patent system': how we got here and how to fix it


  • Good article
  • fails to discuss some of the real problems with current software patents:
    • overlap
    • constantly changing
      • we are not going to be closing the patent office anytime soon



Uniform resource identifier


  • a string of characters used to identify a name or a resource
  • URL - Uniform Resource Locator
  • URN - Uniform Resource Name


Google Augmented Reality Glasses Expected by Year's End

Google Augmented Reality Glasses Expected by Year's End



  • augmented reality 

Google Glasses Are a Prescription for Disaster

  • bobblehead googleites 

Google to Sell Heads-Up Display Glasses by Year's End

  • $250 - $600


Basic Merging



Using 'find' with Ignore Case
  • find . -iname "util"






Wednesday, March 28, 2012

Tech Review: Wednesday, March 28, 2012

What is XBMC?
  • Opensource media player
    • Linux
    • OSX (Apple)
    • Windows
    • what about Android?
  • designed for Home Theater PC (HTPC)


Microsoft Unveils New Plan to Speed Up the Web


  • New HTTP (HyperText Transfer Protocol) 2.0 standard
  • goal to increase page load time by 50%
  • Internet Engineering Task Force (IETF)
    • standard body
    • creating new HTTP 2.0
      • faster, modern approach to internet communication
  • SPDY ("speedy") 
    • Google's proposal
    • 50% percent faster
    • supported by
      • Chrome
      • Firefox
      • several large sites
        • Google
        • Twitter
  • HTTP Speed+Mobility
    • HTML5 WebSockets API
  • Mike Beishe
    • co-inventor of SPDY

Android Version
I think the above picture is wrong.  Gingerbread is v2.3.

Connections

Slingbox SOLO - SB260-100 - Now on your Android Tablet!

  • $130

Richard Clarke: China has hacked every major US company


China's cyber heist


China's Cyberassault on America



CyanogenMod - CyanogenMod Android Rom
  • I believe that this is what is being used on Doloris Android

Google needs to take back Android from the OEMs

  • Android 5.0 second quarter 2012
    • Jelly Bean
  • recommends virtual layer solution
    • Google provides
      • APIs
      • hardware specifications