My Certifications

LPI

Comptia A+
BB Training
Certified Ethical Hacker


Tags

This will be shown to users with no Flash or Javascript.
1
The latest news from the Joomla! Team

Getting OpenSUSE Kernel to work on Ubuntu PDF Print E-mail
Written by Jason Kendall   
Monday, 29 December 2008 00:26
A little back ground: I like Xen - works (almost) great on my hardware. However there is a few bugs that still exist in the Ubuntu kernels, that newer kernels don't have. I've been told (via IRC) that SUSE (Open in my case) has some of the best support for Xen in it's kernels. So I'm documenting my Jurny in updating my Ubuntu Xen machine's Kernel to a newer OpenSuse Kernel:

First off, You need to download the new RPM from the website. The following link will give you a list of Xen Kernels for the [Almost] latest version of OpenSuse: http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&p=1&q=Kernel-xen   Look for the one with the highest number - At this time it is: kernel-xen-2.6.25.20-13.1.i586.rpm

Download and extract the RPM into a temp directory: (Need to figure this one out - I use Midnight Commander, and I was able to enter the RPM, then enter the CPIO file, extracting tha data from there)

Once you have the extracted Directories (/boot, /etc, /lib, /usr) copy them to the root drive. There shouldn't be any duplicate files.

Ubuntu provides two scrtipts you need to run next;

  1. Create a initrd.img file for the kernel by running: update-initramfs -k [kernel name] -c
    • Look for the installed System.map file to find the name, in this case it is 2.6.25.20-13-xen
  2. Update your grub by running:  update-grub
[At this point, I did things in the wrong order so I Crashed, I'll update this after I test again.]

Update 1:
- I just rebooted the server after re-running the update-grub command. This time, I got a full boot, but Xend didn't seem work. I'll need to work on this issue next.
 
Marital Tiff between Sprint and Cogent? PDF Print E-mail
Written by Jason Kendall   
Friday, 31 October 2008 12:11
There have been some reports that Sprint and Cogent are having a bit of a problem.

Seems they are in a tiff about the peering agreement. Sprint has since removed their peering from Cogent.

This basically means, traffic to/from sprint and cogent need to find a different way to route between them. This effects anyone down stream as well. Meaning, if you have a internet link from Sprint, and try to get to someone on Cogent's network - you may not be able too.

This would all hinge on whether or not they have peering agreements with others that allow them to route the other networks - which may not exist since they already had peering.

This is gonna cause some internet instability for some users.

http://isc.sans.org/diary.html?storyid=5264
http://tech.slashdot.org/tech/08/10/31/0439245.shtml

PR from Cogent is here: http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&STORY=/www/story/10-30-2008/0004915721&EDATE=
I was not able to find PR from Sprint.

Internet Heath Report: http://www.internetpulse.net/Main.aspx?Period=RH1

(Sorry for the unlinkable links - seems something is messed up with my Beta Browsers - Teach me to run only beta browsers)

** UPDATE 11/3/08 11:00AM **

It seems Sprint was disconnecting Cogent from it's network back in early October. The finally cuts only happened on the 31st. This will get interesting to see what happens next.

Sprint's response to the disconnect: https://www.sprint.net/cogent.php

On a good note - it appears as tho the link was brought back up in the last 24 hours.
 
MS Security Alert - OCT 2008 PDF Print E-mail
Written by Jason Kendall   
Thursday, 23 October 2008 14:59

** MS Security ALERT **


Please note a critical security patch has been released out-of-cycle for Microsoft Products. 

Please patch ASAP.


** UPDATE 10/24/08 11:00 EST **

Reports of 7 Variantes at this time: http://blogs.authentium.com/virusblog/?p=284

Ensure you block the following at your Web Gateways:

  • hxxp://summertime.1gokurimu.com
  • hxxp://perlbody.t35.com
  • hxxp://doradora.atzend.com
** UPDATE 10/24/08 14:30 EST **

Details relating to the Microsoft Code that is effected by the worm: http://www.phreedom.org/blog/2008/decompiling-ms08-067/

** UPDATE 10/27/08 09:30 EST **

Details on the Milw0rm POC: http://www.dontstuffbeansupyournose.com/?p=35


Regards,
Jason

 
Ubuntu Encrypted Loopback Disk PDF Print E-mail
Written by Jason Kendall   
Friday, 03 October 2008 21:47
So I have a need for a encrypted disk - as a loop back file. I wrote earlier on how to restore a partimage backup to loopback, so lets see if we can make this work.

  1. We need to tell the kernal how to encrypt disks with a module
    • modprobe cryptoloop
  2. Create the loop file (like before, but with urandom to help hide the disk, the count is MB*1000 so in this case 1M)
    • dd if=/dev/urandom of=myharddisk.img bs=1000 count=1000 
  3. Create the loopback device (I'm going to use TwoFish)
    • losetup -e twofish /dev/loop0 ./myharddisk.img
  4. At this point, you will be asked for a password - create your own
  5. Create the file system of choice (ext3 for me)
    • mkfs.ext3 /dev/loop0  
  6. Mount the new loop back point /dev/loop0
    • mount /dev/loop0 /mnt/my/mount/point

Enjoy!
 
The WFTL Show PDF Print E-mail
Written by Jason Kendall   
Wednesday, 17 September 2008 10:06
Tuesday nights, around 8:30 PM EDT My good friend Marcel Gagne (WFTL) does a online TV show. Topics range from general chatter, to linux and to security. Last night, I was the guest co-host on the topic of security. 

I envite you to watch the live broad casts, and the recordings. 


List of Episodes I'm Co-Hosting:
September 16, 2008 (Part 1 | Part 2)


 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 1 of 11

Like it? Share it!

Add to: JBookmarks Add to: Facebook Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Technorati Add to: Google Information