Thursday, November 21, 2013

Line detection opencv

http://docs.opencv.org/2.4.7/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html?highlight=line%20detection

Saturday, November 16, 2013

1000bt description

https://www.google.com/url?sa=t&source=web&rct=j&ei=mo6HUoWWHOWqiQLskIHICQ&url=http://www.dveo.com/pdf/GEA1000BASET1197_rev-wp.pdf&cd=4&ved=0CDMQFjAD&usg=AFQjCNGhXdW-NMSUVYjCVbEu7ZAyfP9v2g&sig2=E5pkptjjinpbt18Wd4PFbQ

Tuesday, November 5, 2013

Fix trackpad lag in ubuntu

from: http://askubuntu.com/questions/203294/ubuntu-12-04-1-and-12-10-usb-mouse-and-touchpad-lag

In 10.04.4, it helped to modify the touchpad's properties by synclient SingleTapTimeout=0 andsynclient FastTaps=1 in the Terminal.
You can see all settings with synclient -l.

Thursday, October 24, 2013

Sunday, August 25, 2013

Friday, August 16, 2013

jockey-text to install drivers

http://askubuntu.com/questions/27061/install-restricted-drivers-in-command-line

Saturday, August 10, 2013

Thursday, August 8, 2013

remastersys image when booted from hard drive looks for live system on /dev/sr0

ISO Booting with Grub 2 - Page 14:

'via Blog this'

booting from iso using grub2

http://superuser.com/questions/154133/grub-boot-from-is

this fixes the problem with not being able to find live disk media: http://askubuntu.com/questions/47076/usb-boot-problems

Remove this:

file=/cdrom/preseed/ubuntu.seed

Add these:

live-media-path=/casper/ ignore_uuid

Full sample:

append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid -- If you don't want to edit every time you boot from USB, you can edit this file in USB: /syslinux/text.cfg"

Installing tinycore on a hard drive

http://blog.matchgenius.com/tiny-core-microcore-install-to-hdd-with-openssh/

make sure that you make the partition bootable
use grub2 instead so that you can boot from an iso later


sudo grub-install --no-floppy --root-directory=/mnt/sda1 /dev/sda1

edit the /mnt/sda1/boot/grub/grub.cfg file to look like this:

menuentry "Tinycore 3" {
linux /boot/vmlinuz
initrd /boot/core.gz
}

Thursday, July 25, 2013

image ubuntu

http://eggsonbread.com/2010/01/28/move-ubuntu-to-another-computer-in-3-simple-steps/

Monday, July 22, 2013

Create a Local Ubuntu Repository using Apt-Mirror and Apt-Cacher | Packt Publishing

Create a Local Ubuntu Repository using Apt-Mirror and Apt-Cacher | Packt Publishing: "Apt-Cacher"

'via Blog this'

Ask Slashdot: How Do You Install Ubuntu On 30 Laptops and Keep Them In Sync? - Slashdot

Ask Slashdot: How Do You Install Ubuntu On 30 Laptops and Keep Them In Sync? - Slashdot: "If that's the case, set up your own repo. Mirror Ubuntu's repo, and configure all of the systems to only connect to your repo. Set them to automatically update nightly, and bob's your uncle. If you want to push something to the computers, then push it to your repo and they will update during the overnight push"

'via Blog this'

The Foreman :: Manual alternative to ubuntu's landscape

The Foreman :: Manual:

'via Blog this'

Active Directory Alternative | Linux.com

Active Directory Alternative | Linux.com:

'via Blog this'

Forget Chef or Puppet – Automate with Sprinkle | CodePath Blog

Forget Chef or Puppet – Automate with Sprinkle | CodePath Blog:

'via Blog this'

What is Puppet? | Puppet Labs (linux client management)

What is Puppet? | Puppet Labs:

'via Blog this'