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