HTML CSS sep 7 2011

<html> </body> <style type=”text/css”> .ex { width:50%; height:100%; padding:10px; border:1px solid blue; margin:0px; <!– float: right; –> } </style> <div class=”ex”> <div style=”float:right;padding-top:50%;”> <a href=”http://www.beautifulwork.org/testing”> Home </a> <br><br> <a href=””> About Us </a> <br><br> <a href=””> Portfolio </a> <br><br> <a href=””> Gallery </a> <br><br> <a href=””> Blog </a> <!– <? echo SYmmel; ?> –> </div> …

Advanced Programmable Interrupt Controller

Connected From This APIC In computing, an Advanced Programmable Interrupt Controller (APIC) is a more complex Programmable Interrupt Controller (PIC) than Intel’s original types such as the 8259A. APIC devices permit more complex priority models, and Advanced IRQ (Interrupt Request) management. In computing, a programmable interrupt controller (PIC) is a device that is used to …

Kernel Panic….

Call Trace: {panic+483} {_spin_unlock_ irq+12} {__down_read+60} {_spin_lock_irqsave+ 9} {__up_read+25} {blocking_notifier_cal l_chain+70} {do_exit+141} {kernel_math_error+0} <ffffffff80270dfc}{do_invalid_op+173} {:aacraid:aac_intr _normal+463} <fffffff80269ece}{spin_lock_irqsave+9} {printk+82} {error_exit+0} {vgacon_cursor+0} {:aacraid:aac_intr_normal+473} {:aacr aid:aac_intr_normal+473} {:aacraid:aac_rx_intr+55} {handle_IRQ _event+41} {__do_IRQ+154} {do_IRQ+60} {ret_from_intr+0} (3) astrax:/home/pgperez> (3) astrax:/home/pgperez> cat error {:aacraid:aac_rx_intr+55} {handle_IRQ_event+41} {__do_IRQ+154} {do_IRQ+60} {ret_from_intr+0} link : https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=205778

bzip2, bunzip2 – a block-sorting file compressor, v1.0.4

Connected From This A UNIX Command $wget http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.4.bz2 –2011-09-03 19:22:43– http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.4.bz2 Resolving www.kernel.org… 130.239.17.5, 149.20.4.69, 199.6.1.165, … Connecting to www.kernel.org|130.239.17.5|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 96120 (94K) [application/x-bzip2] Saving to: `patch-3.0.4.bz2′ 100%[===================================================================================>] 96,120 85.3K/s in 1.1s 2011-09-03 19:22:45 (85.3 KB/s) – `patch-3.0.4.bz2′ saved [96120/96120] $bunzip2 patch-3.0.4.bz2 $ls patch-3.0.4 patch-3.0.4 $ UNIX …