NETOPIS.PL    polityka prywatności      regulamin      reklama      faq      pomoc      mapa serwisu      kontakt      tagi  
Edycja
http://www.commandlinefu.com/commands/browse http://linuxsysadminblog.com/2009/03/heurtrojanscriptiframe/ http://snipplr.com/view/18790/commands-to-remove-code-that-was-added-as-a-result-of-an-iframe-injection/ http://www.ipn.gov.pl/portal/bip/8/987/Przetarg_na_wynajem_serwera_wraz_z_laczem_telekomunikacyjnym_na_potrzeby_serwiso.html

http://warka.venti.com.pl/test/vir_remove.phps

http://www.petri.co.il/csc_how_to_recover_lost_password_on_cisco_switch.htm

Zyxel AG-220 http://gateway.volantis.com/activekb/questions/273/How+to+configure+JDBC+repository+access+in+MCS - baza urzadzen w bazie http://www.centos.org/modules/newbb/viewtopic.php?topic_id=19664


http://www.volantis.com/forums/forums/2/topics/193 http://www.volantis.com/forums/forums/2/topics/184 http://gateway.volantis.com/docs/ics/map_config.html http://db.apache.org/derby/papers/DerbyTut/embedded_intro.html

http://www.forum.nokia.com/Technology_Topics/Application_Quality/Testing/Remote_Device_Access/

http://detectmobilebrowsers.mobi/

http://www.cloudfour.com/235/comparative-speed-of-wurfl-and-device-atlas/

http://gateway.volantis.com/docs/archives/index.html

http://edipage.wordpress.com/2008/09/22/install-sun-java-and-tomcat-on-centos-5/ http://www.volantis.com/docs/basics/basics_install_ce.html http://vpsmedia.com/articles/?p=20

http://windforwings.blogspot.com/2008/04/volantis-for-mobile-content-serving.html

Corab ASC 800P
Konwerter Twin Monoblock Inverto IDLP-231TWMONO
Triset-113
Złącze "F" 6,8mm - 4 szt

http://www.startup-it.pl/article.php?id=57 -PKD dla branzy IT

https://forums.openitc.co.uk/index.php/topic,15.0.html - convert jailtme to hypervm http://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-the-source-of-aborted_connects/ http://www.howtoforge.com/proftpd_web_interface_gui_tools http://www.baseciq.org/2003/05/27/konfiguracja-reverse-dns

Nie można uruchomić usługi TVICHW32 z powodu następującego błędu: Nie można odnaleźć określonego pliku. http://rapidshare.com/files/144319031/AdventNet.ManageEngine.FirewallAnalyzer.v5.0.LINUX-SHOCK.rar

resize2fs /dev/VolGroup00/LogVol00 10G
lvreduce -L12G /dev/VolGroup00/LogVol00

AdventNet.ManageEngine.FirewallAnalyzer.v5.0.LINUX-SHOCK
AdventNet.ManageEngine.FirewallAnalyzer.v5.0-SHOCK

http://www.eventid.net/firegen/ - analiza ruchu
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=17729 - nowy kernel beta z 5.3 how to
http://www.uceprotect.net/en/rblcheck.php

http://mambiznes.pl/artykuly/czytaj/id/868/jak_zdobyc_40_tys__zl_na_wlasny_biznes

http://www.mazowia.eu/page/index.php

http://forums.digitalpoint.com/forumdisplay.php?f=95 - fajne forum :D


http://www.wains.be/index.php/2008/05/24/detaching-processes-from-the-current-bash-session/ - fajny disown
http://sourceforge.net/projects/iperf

http://www.wains.be/index.php/2007/12/13/centos-5-chroot-dns-with-bind/

http://ipacco.sourceforge.net/index.php

http://cipaf.sourceforge.net/index.shtml

http://forums.cacti.net/about1686.html

http://jailtime.org/

chkconfig libvirtd off
/script/upcp



http://www.linuxquestions.org/questions/fedora-installation-39/fc5-panic-after-install-433048/#post2225125

are you adding a new driver or replacing an existing one?
you can place an updated driver in the initrd.img, although
not with mkinitrd because the resultant ramdisk images are
vastly different (the kickstart image is more complex, a
standard initrd.img just has drivers and not much else).
the steps are:

1) uncompress initial ramdisk image to a temporary file and
do a loopback mount of the file:

# gzip -dc initrd.img > /tmp/initrd.tmp
# mount -o rw,loop /tmp/initrd.tmp /mnt

2) uncompress and unarchive the modules bundle in the initrd:

# cd /tmp
# gzip -dc /mnt/modules/modules.cgz | cpio -idv

you'll end up with a directory in /tmp named after the boot
kernel, e.g. /tmp/2.6.9-34.EL or similar.

3) drop your driver module in the module tree created above:

# cp your_module.ko /tmp/2.6.9-34.EL/<arch>

where <arch> is probably i686 or x86_64 based on your OS
architecture (32- or 64-bit).

4) overwrite the existing module archive with your new modules:

# cd /tmp
# find 2.6.9-34.EL | cpio -ov -H crc | gzip -c > /mnt/modules/modules.cgz
   (that should all be on one line, if my email client wrapped
it across two)

5) unmount and compress the temp initrd:

# umount /mnt
# gzip -c /tmp/initrd.tmp > /tmp/initrd-new.img

i haven't tried adding previously nonexisting modules to the
initial ramdisk before, but it should be identical to the above
except for an added step where you edit /mnt/modules/modules.pcimap
and /mnt/modules/pcitable to put the correct entries in for the
new module in question. if you have a driver disk hopefully you'll
also have the pci information buried somewhere in it; otherwise,
i have no idea how to generate that data. :) i've done this
numerous times for RHEL3 and RHEL4, and i imagine it should be
no different for RHEL5. if you update the initrd.img you shouldn't
need to update the stage2.img image.

https://bugzilla.redhat.com/attachment.cgi?id=324554

https://bugzilla.redhat.com/show_bug.cgi?id=446284#c13

 

https://bugzilla.redhat.com/show_bug.cgi?id=471689


http://www.ioncannon.net/system-administration/84/monitoring-bandwidth-usage-for-a-xen-node/

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=16511 http://www.dynamicnetworks.us/netflow/index.html

 http://www.virtuatopia.com/index.php/Main_Page

 kdc net ?  - nazwa ?

PŁYTA GŁÓWNA 775 ASUS P5E-VM SE 775/G35/DDR2/1394/L

Asus P5QPL-VM

GA-G33M-S2

http://docs.cacti.net/node/283


http://blog.ioshints.info/2007/09/cef-accounting.html

http://cb.vu/unixtoolbox.xhtml

 

http://www.cisco.com/en/US/products/hw/switches/ps607/products_tech_note09186a00800946e5.shtml

 

http://www.exterminate-it.com/malpedia/remove-zlob-dns-changer


http://www.henninger.net/content/view/27/25/

http://articles.techrepublic.com.com/5100-10878_11-1040261.html

http://www.networkcomputing.com/showitem.jhtml?docid=1706crash

http://www.routeralley.com/ra/docs/routing_protocol_comparison.pdf

http://www.hassnaa.org/WebPage/pimrc03_paper_final_submition.pdf


<embed height="413" width="550" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" allowscriptaccess="always" bgcolor="#FFFFFF" menu="false" src="http://lotechgde.adocean.pl/files/xlkmipfhgx/pohqhtskvr/WP_netia_TL.swf?clickTag=http://lotechad.hit.gemius.pl/hitredir/id=nFfldICp7VNR9uFW6_qMgKSc.j1iRmOSA_HGPnaCbu7.f7/stparam=qmongxokxk/sarg=00000002348747DB/url=http%3A//www.netia.pl/hp%2Cdla_domu%2Cpromocje.html&adclose=javascript:TopL_Killer%28%29" name="ObjectSMP" id="ObjectSMP"></embed>

<embed height="413" width="550" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" allowscriptaccess="always" bgcolor="#FFFFFF" menu="false" src="http://lotechgde.adocean.pl/files/xlkmipfhgx/pohqhtskvr/WP_netia_TL.swf?clickTag=http://lotechad.hit.gemius.pl/hitredir/id=nFfldICp7VNR9uFW6_qMgKSc.j1iRmOSA_HGPnaCbu7.f7/stparam=qmongxokxk/sarg=00000002348747DB/url=http%3A//www.netia.pl/hp%2Cdla_domu%2Cpromocje.html&adclose=javascript:TopL_Killer%28%29" name="ObjectSMP" id="ObjectSMP"></embed>




http://www.integrator.solidex.com.pl/4598.htm


http://forum.swsoft.com/showthread.php?t=32503&page=2&highlight=named





http://www.cropptown.pl/resend.htm?email=xixi%40konto.pl

http://groups.google.pl/group/pl.regionalne.lodz/browse_thread/thread/460d1b04cd93e277/fbd23b3bdae5b31f?hl=pl&lnk=gst&q=samoch%C3%B3d+wynajem#


http://peb.pl/programy-zabezpieczaj-ce-i-antywirusowe/69268-po-czone-kaspersky-internet-security-9.html

ftp.saturn.pstu.edu /soft/Math/MathCad 2001i/

http://rapidshare.com/files/24130882/1993_rok.grupa8.rar

http://www.megaupload.com/pl/?d=NCHC1UZ0

http://rs43.rapidshare.com/files/18083320/Jak_za_o_y__w_asn__firm_.pdf

 http://rs119.rapidshare.com/files/62919159/Disco_Party_Vol._2.2007_-1CDs.rar

http://rapidshare.com/files/5811886/Zrozmy_la_.rar

http://rs20.rapidshare.com/files/39463109/Rezerwat_-_Zaopiekuj_Sie_Mna.mp3


 547034 - kamil gg

http://jenblue.blogspot.com/2007/12/ebooks-on-tcpip-ip-computer-networking.html

 


http://rapidshare.com/files/22575951/Victorias.Secret.Fashion.Show.2006.HDTV.XViD-YesTV.part1.rar.html
http://rapidshare.com/files/22578139/Victorias.Secret.Fashion.Show.2006.HDTV.XViD-YesTV.part2.rar.html
http://rapidshare.com/files/22581673/Victorias.Secret.Fashion.Show.2006.HDTV.XViD-YesTV.part3.rar.html
http://rapidshare.com/files/22584204/Victorias.Secret.Fashion.Show.2006.HDTV.XViD-YesTV.part4.rar.html
http://rapidshare.com/files/22578139/Victorias.Secret.Fashion.Show.2006.HDTV.XViD-YesTV.part2.rar.html






http://oceanic.wsisiz.edu.pl/~peper/index.php?site=docs - opis protokołów routingu

 http://www.flmnh.ufl.edu/linux/linux_software_raid.htm - centos software raid

Copyright © 2007 NETOPIS.pl Grafika Web Media Consulting