Friday, December 20, 2013
Thursday, December 19, 2013
Tuesday, December 17, 2013
Tuesday, December 10, 2013
Monday, December 9, 2013
Tuesday, December 3, 2013
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
Tuesday, November 19, 2013
autostarting programs in ubuntu
~/.config/autostart
stick .desktop files in there and the programs will auto start.
stick .desktop files in there and the programs will auto start.
Monday, November 18, 2013
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
Thursday, November 14, 2013
Wednesday, November 13, 2013
Ubuntu install printer from terminal
http://www.linuxquestions.org/questions/linux-desktop-74/printer-setup-via-command-line-in-ubuntu-680252/
GUI install printer Ubuntu
http://blog.stevenocchipinti.com/2012/08/adding-network-printer-in-ubuntu-1204.html/
Friday, November 8, 2013
Thursday, November 7, 2013
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
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.Wednesday, October 30, 2013
Thursday, October 24, 2013
Sunday, August 25, 2013
Maybe this will make preseeding work?
http://askubuntu.com/questions/128995/grub2-loopback-booting-ubuntu-server-iso
Saturday, August 24, 2013
Likewise-open command line join with default
http://chinquapin.org/technology/?p=106
Thursday, August 22, 2013
"Who am I?" Maybe nobody! (Shallow Thoughts)
"Who am I?" Maybe nobody! (Shallow Thoughts): "stat -c '%U' `readlink /proc/self/fd/0`"
'via Blog this'
'via Blog this'
Wednesday, August 21, 2013
Friday, August 16, 2013
jockey-text to install drivers
http://askubuntu.com/questions/27061/install-restricted-drivers-in-command-line
Wednesday, August 14, 2013
Monday, August 12, 2013
NetworkManager - command line
NetworkManager - Community Ubuntu Documentation: "Using NetworkManager on the command line
NetworkManager now ships with nmcli, a simple interface to allow users to connect to particular networks, and even create connections to new wireless networks they have never connected to.
nmcli help
Provides all the information about how to use the nmcli utility."
'via Blog this'
NetworkManager now ships with nmcli, a simple interface to allow users to connect to particular networks, and even create connections to new wireless networks they have never connected to.
nmcli help
Provides all the information about how to use the nmcli utility."
'via Blog this'
Saturday, August 10, 2013
Friday, August 9, 2013
Thursday, August 8, 2013
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
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
}
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
}
Wednesday, August 7, 2013
Monday, August 5, 2013
Thursday, July 25, 2013
Tuesday, July 23, 2013
Monday, July 22, 2013
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'
'via Blog this'
Tuesday, June 11, 2013
Friday, June 7, 2013
Repair trust relationship by resetting computer password
netdom.exe resetpwd /s: /ud: /pd:*
for us netdom.exe resetpwd /s:main2008.colemantech-high.ad /ud:colemantech\<login> /pd:<password>
DON’T REJOIN TO FIX: The trust relationship between this workstation and the primary domain failed - The Implbits team blog:
'via Blog this'
for us netdom.exe resetpwd /s:main2008.colemantech-high.ad /ud:colemantech\<login> /pd:<password>
DON’T REJOIN TO FIX: The trust relationship between this workstation and the primary domain failed - The Implbits team blog:
'via Blog this'
Monday, May 27, 2013
Saturday, May 25, 2013
Sunday, May 19, 2013
Friday, May 17, 2013
Wednesday, May 1, 2013
Friday, April 19, 2013
Monday, April 8, 2013
Thursday, March 28, 2013
Tuesday, March 26, 2013
Monday, March 25, 2013
Sunday, March 24, 2013
Thursday, March 21, 2013
Wednesday, February 6, 2013
Tuesday, February 5, 2013
Monday, February 4, 2013
Saturday, February 2, 2013
Subscribe to:
Comments (Atom)