created: Jun 29, 2010
Use update instead of install chromium-browser if you already have it installed. This will update the previously installed version.
- $ sudo add-apt-repository ppa:chromium-daily/ppa
- $ sudo apt-get update
- $ sudo apt-get -y install chromium-browser
created: Jun 26, 2010
I stumbled across pv the other day and found it interesting. It is not so much a utility as eye-candy, but useful non-the-less.
from the man page: pv allows a user to see the progress of data through a pipeline, by giving information such as time elapsed, percentage completed (with progress bar), current throughput rate, total data transferred, and ETA.
First, install pv with what ever package manager you use.
- # cd /usr/ports/sysutils/pv && make install clean
- # apt-get install pv
- # yum install pv
Using pv is analogous to using cat, only with a progress bar and some extra goodies!
- # pv file.iso | dd of=/dev/cd0 bs=64k
- (server)
- # pv file.iso > nc -l 4444
- (client)
- # nc host 444 > file.iso
created: Jun 26, 2010
Simply press s immediately after boot time (while RAM is counting up).
- Boot: 1 PC Engines ALIX.2 v0.99
- 640 KB Base Memory
- 261120 KB Extended Memory
- Â
- 01F0 Master 848A SanDisk SDCFB-1024
- Phys C/H/S 1986/16/63 Log C/H/S 993/32/63
- Â
- BIOS setup:
- Â
- *9* 9600 baud (2) 19200 baud (3) 38400 baud (5) 57600 baud (1) 115200 baud
- *C* CHS mode (L) LBA mode (W) HDD wait (V) HDD slave (U) UDMA enable
- (M) MFGPT workaround
- (P) late PCI init
- *R* Serial console enable
- (E) PXE boot enable
- (X) Xmodem upload
- (Q) Quit
created: Jun 25, 2010
- # mkdir /mnt/nanobsd
- # mount /dev/da0s1a /mnt/nanobsd
- # mkdir /mnt/nanobsd/usr/ports
- # mount -t nullfs /usr/ports /mnt/nanobsd/usr/ports
- # mount /dev/da0s3 /mnt/nanobsd/cfg
- # chroot /mnt/nanobsd
- # cd /usr/ports/foo/bar
- # make install clean
- # mkdir /cfg/local
- # cp -R /usr/local/etc/* /cfg/local
- # exit
- # umount /mnt/nanobsd/usr/ports
- # umount /mnt/nanobsd/cfg
- # umount /mnt/nanobsd
created: Jun 22, 2010
For when you have a brain lapse...
- 2400
- 4800
- 9600
- 19200
- 38400
- 57600
- 115200
- Tags
- ALIX (1)
- digitalfoo.net (2)
- embedded (6)
- FreeBSD (25)
- Java (1)
- Linux (20)
- misc (4)
- my projects (1)
- NanoBSD (3)
- opensource (5)
- perl (1)
- PHP (3)
- programming (7)
- security (4)
- Archives
- 2010
- June (5)
- July (2)
- April (6)
- March (2)
- May (1)
- August (2)
- 2009
- August (7)
- July (8)
- April (4)
- May (4)
- December (2)
- June (1)
- September (1)
- November (4)
- October (1)
- Web Tools
- Index
- dig-shovel Live
- SQL Injection Encoder
- Links
-

