U.S. 4x400M Runner Finishes Olympic Relay After Breaking Leg

0

This is pretty incred­i­ble but totally what you’d expect from some­body like him :)

Man­teo Mitchell Bro­ken Leg: U.S. 4x400M Run­ner Fin­ishes Olympic Relay After Break­ing Leg.

Scripted setting of users passwords; RHEL/CentOS and now Ubuntu/Debian/others too

0

I’ve been set­ting users pass­words suc­cess­fully on CentOS/RHEL from within my kick­starts, using entries like this:

echo p4ssw0rd | passwd --stdin username

… how­ever, that unfor­tu­nately doesn’t work on at least Ubuntu (and pos­si­bly many other dis­tros as well).

Now — finally — and thanks to this com­ment, I have an answer; and it looks some­thing like this:

echo username:password | chpasswd

FBI track Anonymous hacker using his girlfriend’s boobs

0

Funny. And they’re quite nice boobs too! :)

FBI track Anony­mous hacker using his girlfriend’s boobs..

start-stop-daemon on CentOS/RHEL

0

(Note that I’ve only ever done this on Cen­tOS 6.2. It should work in a lot of other places too though, espe­cially other RHEL based distros.)

I really wanted to use the Smokeping init script that comes with Ubuntu 10.04.* LTS  on a Cen­tOS 6.2 box. One look at it, how­ever, and you will very quickly realise that out-the-box that isn’t some­thing which is likely to work, pos­si­bly for other rea­sons, but def­i­nitely because you don’t have “start-stop-daemon” on a Cen­tOS box; not yet at least :)

This help­ful post sug­gested that if you pull the dpkg source from one of the Debian mir­rors then you could build it, albeit quite nas­tily, and end up with a suc­cess­ful build of start-stop-daemon. How­ever, it doesn’t have to build so nas­tily. Newer ver­sions of dpkg build cleanly, as I dis­cov­ered and have detailed below. As root or using sudo, do the following:

cd /usr/local/src
wget -c "http://za.archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.15.8.4ubuntu3.tar.bz2"
tar jfxvh dpkg_1.15.8.4ubuntu3.tar.bz2
rm dpkg_1.15.8.4ubuntu3.tar.bz2
cd dpkg-1.15.8.4ubuntu2/
./configure --without-install-info --without-update-alternatives --without-dselect
make && make install

Now if you type “which start-stop-daemon” you should dis­cover that it’s built and installed into /usr/local/sbin, and works per­fectly just like it’s sup­posed to. And with that hur­dle out the way, I could now fin­ish get­ting that Ubuntu init script work­ing on Cen­tOS. Happy time :)

The easiest way to fix apt missing key issues

0

Sorry, this is a bit lazy of me, but at the moment I can only con­firm that this works on Ubuntu 10.04.4 LTS. It might, how­ever, work on other ver­sions too, and maybe also with Debian of course.

If when you run an apt-get update you are being told some­thing like this right at the end:

W: GPG error: http://196.x.y.z lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2940ABA983EF826A

… then install “add-apt-key” on the box, and run it, adding the miss­ing key itself to the end of the com­mand, as shown below.

root@xyz-box-bry-01:~# apt-get install add-apt-key
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  add-apt-key
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 5,314B of archives.
After this operation, 81.9kB of additional disk space will be used.
Get:1 http://196.x.y.z/ubuntu/ lucid/universe add-apt-key 1.0-0.5 [5,314B]
Fetched 5,314B in 0s (270kB/s)
Selecting previously deselected package add-apt-key.
(Reading database ... 88896 files and directories currently installed.)
Unpacking add-apt-key (from .../add-apt-key_1.0-0.5_all.deb) ...
Processing triggers for man-db ...
Setting up add-apt-key (1.0-0.5) ...
root@xyz-box-bry-01:~# add-apt-key 2940ABA983EF826A
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 83EF826A from hkp server subkeys.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 83EF826A: public key "Opscode Packages " imported
gpg: Total number processed: 1
gpg:               imported: 1
OK
root@xyz-box-bry-01:~#

I’ve found that some­times the key server doesn’t have the key and so it’s not imported, but re-running the com­mand gen­er­ally fixes that as the next key server cho­sen usu­ally does end up hav­ing the key. Once you’ve suc­cess­fully imported the key, run “apt-get update” again and your prob­lem should no longer exist.

There was some­thing else I wanted to say but I’ve totally for­got­ten what it was.

Enjoy :)

On the run for 41 years, hijacker traced to Portugal

0

I won­der if this dude still lived his life con­vinced that he’d be caught up with any minute.

On the run for 41 years, hijacker traced to Por­tu­gal.

2 accused of running up tab on corpse’s ATM card

0

This is pretty crazy!

“DENVER (AP) — Two men are accused of dri­ving around with a dead friend, using his ATM card and vis­it­ing a strip club in a less amus­ing real-life ver­sion of the film ‘Week­end at Bernie’s.’”

2 accused of run­ning up tab on corpse’s ATM card.

Photography+

0

Pretty awe­some. Kick ass story!

Inside the Ghost Ships of the Moth­ball Fleet and SS Inde­pen­dence Ghost Ship.

It should be noted

0

This is an unof­fi­cial Wikipedia style guide, or part thereof. It’s hilarious!

Wikipedia:It should be noted — Wikipedia, the free ency­clo­pe­dia.

The Mission to Get Osama Bin Laden

0

Wow, this is an awe­some story about the mis­sion dur­ing which /bin/laden was killed! Quite long though, and once you start read­ing it you won’t want to stop.

The Mis­sion to Get Osama Bin Laden.

Go to Top