Kernelの最適化
ご無沙汰です。筆者はセロトニン不足がひどくなり,見事ニートになりました。
で,ずーっとパソコンをいじっていたわけですが…
FreeBSDのマシンをさらにパワーアップすべく,O'Reillyの"BSD hack"を見ていたら,kernelをカスタマイズすることによって,パフォーマンスとセキュリティをアップできるということなので,さっそく試してみた。
ここにも解説があるが,カーネルオプションの説明はあまり役に立たなかった。実際には,不要なオプションの削除−カーネルのビルド−うまくいかなかったらまたオプションの見直しーうまくいったらオプションの追加,と試行錯誤で行った。
具体的な手順は,まず今あるgeneric kernelを適当な名前でコピー(ここではハンドブックにあるようにMYKERNELとする)
# cd /usr/src/sys/i386/conf/
# cp GENERIC MYKERNEL
そこで,MYKERNELの不要なoptionをエディターでコメントアウトしていく,
そしたら,buildする。
# cd /usr/src
# make buildkernel KERNCONF=MYKERNEL
オプションの変更は一気に全部行うのではなく,少しずつ削ってはbuild削ってはbuildと行うのが吉だと思う。
不安に思うオプションは残しておいていいと思う(動かなくなっては元も子もないので)。満足いくまで削れて,buildに成功したら,今度は追加のカーネルオプションをエディターで追加する。できたら,またmake buildkernelする。
すべてうまくいったら次はインストールである。/usr/srcで,
# make installkernel KERNCONF=MYKERNEL
本当は,一連の作業はsingle user modeで行わなければならない(bootの時,オプションで選ぶ)。が,筆者のような家庭内で一人で使っているマシンでは,普通の動作モードでうまくいく。
ちなみにkernel optionの設定はかなり苦労した。筆者のマシンの環境は,
・Pentium III (1 GHz)
・512 MB memory
・M/B: ASUS CUSL2 (Intel i810 chipset)
・Intel 82558 Pro/100 Ethernet
・Audio: Creative CT5880-E
・VGA: ATI Rage 128 RF/SG AGP(たぶんall-in-wonder)
という環境で作ったカーネルコンフィギュアファイルを以下に示す。
#cpu I486_CPU Pentium IIIならI686_CPUだけでよし#cpu I586_CPU
cpu I686_CPU
ident MYKERNEL # kernelファイル名に合わせる
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.# この辺は怖いのでいじらない
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbolsoptions SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing# To make an SMP kernel, the next two lines are needed
# マルチCPUとかdual coreなら以下optionは必要
#options SMP # Symmetric MultiProcessor Kernel
#device apic # I/O APIC# CPU frequency control
device cpufreq# Bus support.
device eisa
device pci# Floppy drives
device fdc# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
#device ataraid # ATA RAID drives RAIDは使わない
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives TAPEも使わない
options ATA_STATIC_ID # Static device numbering# SCSI Controllers
# SCSIコントローラーはないのですべてコメントアウト# SCSI peripherals
device scbus # SCSI bus (required for SCSI) このデバイスは残さないとbuildできない
device da # Direct Access (disks)# RAID controllers interfaced to the SCSI subsystem
# RAIDコントローラーはないのですべてコメントアウト# RAID controllers
# 同上# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mousedevice kbdmux # keyboard multiplexer
device vga # VGA video card driver
device splash # Splash screen and screen saver support これもsplash画面を見ないならコメントアウト
# syscons is the default console driver, resembling an SCO console
device scdevice agp # support several AGP chipsets
# Power management support (see NOTES for more options)
#device apm # ノートじゃないのでコメントアウト
# Add suspend/resume support for the i8254.
device pmtimer# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
# ノートじゃないのでコメントアウト# Serial (COM) ports
# 多分使わないけど、アナログモデムを使うとか、シリアルログインすることを考え残す
device sio # 8250, 16[45]50 based serial ports
device uart # Generic UART driver# Parallel port
# Printer使うかもしれないので残す
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
#device vpo # Requires scbus and da# PCI Ethernet NICs.
# 使っていないNICばっかりなのでみんなコメントアウト# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
# 以下のNICを使っていたらそのNICの項目とmiibusってのを残す
device miibus # MII bus support 必須
#device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
#device bfe # Broadcom BCM440x 10/100 Ethernet
#device bge # Broadcom BCM570xx Gigabit Ethernet
#device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558) 筆者の環境ではこれを使っている
#device lge # Level 1 LXT1001 gigabit Ethernet
#device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
#device nfe # nVidia nForce MCP on-board Ethernet
#device nge # NatSemi DP83820 gigabit Ethernet
#device nve # nVidia nForce MCP on-board Ethernet Networking
#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
#device re # RealTek 8139C+/8169/8169S/8110S
#device rl # RealTek 8129/8139
#device sf # Adaptec AIC-6915 (``Starfire'')
#device sis # Silicon Integrated Systems SiS 900/SiS 7016
#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
#device ste # Sundance ST201 (D-Link DFE-550TX)
#device stge # Sundance/Tamarack TC9021 gigabit Ethernet
#device ti # Alteon Networks Tigon I/II gigabit Ethernet
#device tl # Texas Instruments ThunderLAN
#device tx # SMC EtherPower II (83c170 ``EPIC'')
#device vge # VIA VT612x gigabit Ethernet
#device vr # VIA Rhine, Rhine II
#device wb # Winbond W89C840F
#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')# ISA Ethernet NICs. pccard NICs included.
# ISAのNICは使っていないのでみんなコメントアウト# Wireless NIC cards
# Wireless NICはないが、以下の3項目がないとbuildできないdevice wlan # 802.11 support
device wlan_amrr # AMRR transmit rate control algorithm
device ath_hal # Atheros HAL (Hardware Access Layer)# Pseudo devices.
# 結構いる(IPv6はいらないかもしれない)device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
device firmware # firmware assist module# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter# USB support
# USB 1.1だけど一応生かしておくdevice uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
#device ural # Ralink Technology RT2500USB wireless NICs
#device rum # Ralink Technology RT2501USB wireless NICs
device urio # Diamond Rio 500 MP3 player
device uscanner # Scanners
# USB Ethernet, requires miibus
# USB Ethernetなし# FireWire support
# FireWireなし# 以下はSambaサーバーと通信するのに必要
options NETSMB
#options NETSMBCRYPTO このoptionは廃止になったとのこと
options LIBMCHAIN
options LIBICONV
options SMBFS
「FreeBSD」カテゴリの記事
- 複数のディレクトリ下にあるファイルすべての MD5 ハッシュをとって,一致してるファイルを表示する perl script(2012.06.02)
- diablo-jdk が FreeBSD 8.0 で,そのままでは動かない件(2009.12.13)
- FFmpeg ,おお FFmpeg(2009.10.11)
- VIA の ARTiGO で FreeBSD 手のひらサーバー(2009.10.09)
- Subversion の portupgrade で mod_dav が二回 load されるようになってしまう(2009.08.29)
The comments to this entry are closed.
Comments
こんにちは。scbusはumassにて要求されますが
umassのコメントの通りdaも要るかと。
>device scbus # SCSI bus (required for SCSI) このデバイスは残さないとbuildできない
device umass # Disks/Mass storage - Requires scbus and da
Posted by: 名無し | June 06, 2008 12:08 PM
コメントありがとうございます.おっしゃるとおりdevice daが必要です.本文もなおしておきました.まだまだ爆弾あるかもしれませんがよろしくお願いします.
Posted by: えうだ | June 06, 2008 08:00 PM
Hello There. I found your weblog using msn. That is a very neatly written article. I will make sure to bookmark it and return to learn more of your helpful info. Thank you for the post. I will definitely comeback.
Posted by: the elder scrolls online beta | November 02, 2013 01:45 AM
longchamp le pliage outlet x8316 http://autoimport33.fr/sac-longchamp/36.html sac longchamp pliage pas cher s6126, Sac a Epaule Longchamp Pliage Crocodile Cuir Bleu Le Pliage Grand Taille Whether in your own garden or grow in the forest near you, look for the color to get indoors. Cut a few berries laden-harvesting system in your home. L4396
Posted by: http://autoimport33.fr/sac-longchamp/23.html | November 18, 2013 03:59 PM
uggのブーツ 小さいサイズ。をを選択するを取得する必要があります偉大目的のためをはそれを展開するの。これらルイ ・ ヴィトン バッグすることができます魅力的なもとして優れた。1 つを試みるか - すべてを試してみてないよが聞かせダウン! ugg スノーブーツ
Posted by: uggのブーツ | November 24, 2013 02:38 AM
Can I just say what a reduction to search out somebody who actually is aware of what theyre talking about on the internet. You positively know the best way to deliver a problem to mild and make it important. Extra individuals have to read this and understand this facet of the story. I cant believe youre no more standard because you positively have the gift.
Posted by: induction cooktops - reviews | January 18, 2014 06:18 AM
I needed to send you one very little remark so as to say thanks yet again for your personal incredible solutions you've discussed in this case. This has been simply extremely open-handed with you giving openly what a lot of people might have made available as an ebook in order to make some money for themselves, precisely given that you could have tried it if you ever considered necessary. The pointers also worked as a fantastic way to be sure that other individuals have the same keenness really like mine to find out a little more when it comes to this matter. I'm certain there are many more fun situations up front for individuals who looked at your site.
Posted by: Krista | February 23, 2014 03:05 AM
This paragraph provides clear idea designed for the new people of blogging, that really how to do running a blog.
Posted by: no deposit pokies | April 12, 2014 06:59 PM
Amazing issues here. I'm very satisfied to peer your post. Thank you a lot and I'm having a look ahead to contact you. Will you kindly drop me a e-mail?
Posted by: free game pokies | April 14, 2014 08:21 PM
Excellent blog! Do you have any recommendations for aspiring writers? I'm hoping to start my own website soon but I'm a little lost on everything. Would you suggest starting with a free platform like Wordpress or go for a paid option? There are so many choices out there that I'm totally confused .. Any tips? Kudos!
Posted by: best scuba diving bali | April 26, 2014 09:40 AM
Fine way of describing, and pleasant post to obtain information regarding my presentation topic, which i am going to deliver in college.
Posted by: buscar mujeres | May 26, 2014 03:05 AM
Ԍreatest coupon: $10 Οff Free Shipping on Alll Orders Natural Smoking іs juѕt a popular e-cigarette firm. Rebuildable atomizers агe a smart աay to truly save money, neѵertheless they likewise giѵe үou thе freedom to tune your gadget foor your inclinations, increasing steam and flavour generation іn the process. е cig reviews com discount To find tҺe tube lifetime thwt iss bеst, vape tѡo capsules in a "tag-team" design. Hаving sex requires a lɑrge amount of endurance Ьut սsing typical cigarettes, tҺe vigor is misplaced. Ԝhat's inappropriate hɑving it? Ɗo yοu have an item thаt is neew оr fascinating tҺat yօu simply feel ϲould create ffor а critique tҺat is good? Theree aree ɑ copuple of flavours evidently mentionhed tο bbe oils. The liquefied utilized іn an e-cigarette сontains: e cigarette forum diy (soundcloud.com) USP- class (Propylene Glycol) antifreeze fօund in foid flavorings,makeup and, indeеd. The Food cɑn jսst ߋnly regulate elements, аnd սsing thіs suggestion, ϲan onlу determine things that сontain smoking. 510 Tricks Easy Model аnd Е-Cig Methods! Thеre aгe some desires гegarding legislations. login ߋr register іn seconds E Ƭhis type can Ƅe acquired usng Guide or Auto battery alternative. ӏt'sadvised needless tߋo say to tеll somebodƴ whoo wօrks at the business sincе it's quite simple tߋ blunder in what-you're performing youu ѡish to smoke, the steam of ann electronic cigarette ԝith cigarette fumes. ELIZABETH-Cigarette Buying Guide tɦe Bullet Τop-Raged AGE of Declares Clesrette -Cigarette іn tҺe marketplace CLARENCE CENTER Ϻay 21, 2014 -- AGE-Cigarette Obtaining Guide pгovides reported Clearetteis menthol Topic tҺat waѕ flavored to bе Preference ɑnd Finest Experience tο Cigarettes. Νumber FIѴЕ packages like еveryone. best electronic cigarette brands Ѕome time is taken by and off, уߋur іt.afteг that is deserve tҺis and ɑll the frustrating tɦat is otҺer work-you've ԁone lately.Lіne: Zen аlong with thе Artwork ߋf DIY eliquid Combining! Υou must have javascript-enabled inside үߋur browser tߋ utilize the functionality ѡith this website. (Note: Yoս'll also should pick upp a tank or clearomizer аnd juices tߋ create use of thе VV, so expect to spend at lеast ɑnother $20 alߋng wіtҺ tɦe $35 fօr your battery. Fߋr additional infοrmation, pleaѕe view affirmaton tɦat is openness and my honesty. Regarding bеst benefits, use Vapage ELECTRONIC-Cigarette tߋgether աith regularity аnd the swme plan աhen ordinary skoking woulod ƅe usеd by ƴօu. Currently, the Food Middle fοr Tobacco Items (CTP) oversees Ƅest e cigarette tank (ѡww.linkedin.com) Food Һas granted a shggested rule tɦɑt сould increase tҺe company's cigarette expert tto cover аdded products that mmeet up with the legal meaning ߋf а tobacco merchandise, ѕuch ɑs for instance e-cigarettes. Αll the greatest cigarette manufacturers that aгe electronic presewnt exceptional customer-service. Green Fumes ϲomes іn flavour tgat iѕ numerous... Read more...
Posted by: e cig reviews com discount | June 07, 2014 10:59 AM
Ԍreatest coupon: $10 Οff Free Shipping on Alll Orders Natural Smoking іs juѕt a popular e-cigarette firm. Rebuildable atomizers агe a smart աay to truly save money, neѵertheless they likewise giѵe үou thе freedom to tune your gadget foor your inclinations, increasing steam and flavour generation іn the process. е cig reviews com discount To find tҺe tube lifetime thwt iss bеst, vape tѡo capsules in a "tag-team" design. Hаving sex requires a lɑrge amount of endurance Ьut սsing typical cigarettes, tҺe vigor is misplaced. Ԝhat's inappropriate hɑving it? Ɗo yοu have an item thаt is neew оr fascinating tҺat yօu simply feel ϲould create ffor а critique tҺat is good? Theree aree ɑ copuple of flavours evidently mentionhed tο bbe oils. The liquefied utilized іn an e-cigarette сontains: e cigarette forum diy (soundcloud.com) USP- class (Propylene Glycol) antifreeze fօund in foid flavorings,makeup and, indeеd. The Food cɑn jսst ߋnly regulate elements, аnd սsing thіs suggestion, ϲan onlу determine things that сontain smoking. 510 Tricks Easy Model аnd Е-Cig Methods! Thеre aгe some desires гegarding legislations. login ߋr register іn seconds E Ƭhis type can Ƅe acquired usng Guide or Auto battery alternative. ӏt'sadvised needless tߋo say to tеll somebodƴ whoo wօrks at the business sincе it's quite simple tߋ blunder in what-you're performing youu ѡish to smoke, the steam of ann electronic cigarette ԝith cigarette fumes. ELIZABETH-Cigarette Buying Guide tɦe Bullet Τop-Raged AGE of Declares Clesrette -Cigarette іn tҺe marketplace CLARENCE CENTER Ϻay 21, 2014 -- AGE-Cigarette Obtaining Guide pгovides reported Clearetteis menthol Topic tҺat waѕ flavored to bе Preference ɑnd Finest Experience tο Cigarettes. Νumber FIѴЕ packages like еveryone. best electronic cigarette brands Ѕome time is taken by and off, уߋur іt.afteг that is deserve tҺis and ɑll the frustrating tɦat is otҺer work-you've ԁone lately.Lіne: Zen аlong with thе Artwork ߋf DIY eliquid Combining! Υou must have javascript-enabled inside үߋur browser tߋ utilize the functionality ѡith this website. (Note: Yoս'll also should pick upp a tank or clearomizer аnd juices tߋ create use of thе VV, so expect to spend at lеast ɑnother $20 alߋng wіtҺ tɦe $35 fօr your battery. Fߋr additional infοrmation, pleaѕe view affirmaton tɦat is openness and my honesty. Regarding bеst benefits, use Vapage ELECTRONIC-Cigarette tߋgether աith regularity аnd the swme plan աhen ordinary skoking woulod ƅe usеd by ƴօu. Currently, the Food Middle fοr Tobacco Items (CTP) oversees Ƅest e cigarette tank (ѡww.linkedin.com) Food Һas granted a shggested rule tɦɑt сould increase tҺe company's cigarette expert tto cover аdded products that mmeet up with the legal meaning ߋf а tobacco merchandise, ѕuch ɑs for instance e-cigarettes. Αll the greatest cigarette manufacturers that aгe electronic presewnt exceptional customer-service. Green Fumes ϲomes іn flavour tgat iѕ numerous... Read more...
Posted by: e cig reviews com discount | June 07, 2014 10:59 AM
Experian HURTS!! As any incongruity could possibly be suggest which you might be have already been a target the identity of thieves this can be a many moment extremely significant,. Information is also provided by us on credit score needs and credit boundaries centered on historic data. Often times experian.com is reportaccessed by varying elements to become Expired Tax Liens however it's experian.com/now/ /now/reportaccess Critical element at this perception this support! Free Credit Record Choices How do I get a free backup of my credit file? is credit karma a legitimate site (amazonaws.com) This assistance was startup along by the THREE massive credit reporting firms in response to an update to the Good Credit Reporting Work (FCRA) that was transferred by the US Government. You can even write an assessment to simply help others produce judgements that are economical. Validate any bad revealing details. It was done for factors that were several. We create your credit document offered to latest and future lenders, businesses yet others as acceptable by law, that might increase your power to get credit. As to why you think the data is not correct every merchandise you argument in your credit record will demand a record. I have the proof they instructed Equifax to remove specified goods and its NOT PERFORMED. The almost seven- year-old start-up declared on Thursday that it has lifted $85 thousand in a third-round of fund-raising, brought via an investment arm that focuses primarily on late-stage by Bing engineering firms. Group files -- within this where you'd be learn if anything have been numerous history against you locally data or some textbooks. Document a Rebuttal What Is this? credit karma These sort of inquiries could signify debt that is extra it doesn't nonetheless seem being an account in your credit report, and also this likely debts that is fresh can be an indicator of possibility, thus a recently available inquiry may have a small affect credit scores. 4Gather promoting accounts or court records. Anyone were registered against by got Accounts? The kinds can't be automobile crammed due to stability over private information. No way to get online?the notice has guidance.
Posted by: amazonaws.com | June 08, 2014 03:46 AM
This blog was... how do I say it? Relevant!! Finally I have found something that helped me. Many thanks!
Posted by: rencontre cougar | June 20, 2014 06:46 PM
you are truly a just right webmaster. The site loading speed is incredible. It kind of feels that you're doing any unique trick. Also, The contents are masterwork. you've performed a excellent task in this subject!
Posted by: rencontre cougar | June 21, 2014 11:44 PM
I write a comment each time I especially enjoy a article on a site or if I have something to valuable to contribute to the discussion. Usually it's caused by the passion displayed in the article I read. And on this post Kernelの最適化: スコスコ blog. I was actually excited enough to leave a leave a responsea response :-P I do have 2 questions for you if you tend not to mind. Is it just me or do a few of these responses appear like they are left by brain dead visitors? :-P And, if you are posting on other sites, I'd like to follow everything new you have to post. Could you list the complete urls of all your social sites like your linkedin profile, Facebook page or twitter feed?
Posted by: planqsansinscription.eu | June 26, 2014 08:07 PM
Hello there, I found your blog via Google at the same time as looking for a comparable subject, your site got here up, it seems great. I've bookmarked it in my google bookmarks. Hello there, just became alert to your weblog thru Google, and located that it's really informative. I'm going to be careful for brussels. I'll appreciate in case you continue this in future. Lots of other people will probably be benefited from your writing. Cheers!
Posted by: rencontre cougar | July 05, 2014 03:59 AM
Very shortly this website will be famous amid all blog users, due to it's nice articles
Posted by: rencontre cougar | July 27, 2014 06:39 AM
Greetings! This is my first comment here so I just wanted to give a quick shout out and tell you I truly enjoy reading your blog posts. Can you suggest any other blogs/websites/forums that cover the same topics? Many thanks!
Posted by: annonce plan cul | July 28, 2014 02:07 AM
Yesterday, while I was at work, my sister stole my apple ipad and tested to see if it can survive a thirty foot drop, just so she can be a youtube sensation. My apple ipad is now destroyed and she has 83 views. I know this is totally off topic but I had to share it with someone!
Posted by: http://rencontrematurefr.info/ | July 29, 2014 06:42 AM
I believe this is among the most important info for me. And i am glad reading your article. But wanna remark on few normal issues, The website style is perfect, the articles is actually great : D. Good job, cheers
Posted by: option binaire | August 30, 2014 09:08 AM
You made some really good points there. I checked on the internet for more information about the issue and found most individuals will go along with your views on this web site.
Posted by: clash of clans cheat tool | October 24, 2014 06:10 PM
Great post. I was checking continuously this weblog and I am inspired! Extremely useful info particularly the closing section : ) I take care of such info much. I used to be seeking this particular info for a long time. Thanks and good luck.
Posted by: plan cul | November 04, 2014 12:03 AM
Nice post. I was checking continuously this blog and I am impressed! Very helpful information specially the last part :) I care for such information much. I was looking for this particular info for a long time. Thank you and good luck.
Posted by: plan cul gratuit | November 04, 2014 07:06 AM
Very nice post. I just stumbled upon your blog and wanted to say that I have truly enjoyed browsing your blog posts. After all I will be subscribing to your rss feed and I hope you write again very soon!
Posted by: BUY PlayStation Store Gift Card AT AMAZON HERE | November 22, 2014 12:51 PM
With our IMVU credits hack tool you can saves tons of money for buying IMVU credits and the important thing is, it works for earn you free IMVU credits !
Posted by: How To Hack Into Imvu Acc Without Password | December 05, 2014 10:26 PM
Your style is really unique in comparison to other people I've read stuff from. Thank you for posting when you've got the opportunity, Guess I'll just book mark this site.
Posted by: BUY PlayStation Store Gift Card AT AMAZON HERE | January 26, 2015 11:37 AM
I visited multiple websites but the audio feature for audio songs existing at this site is actually fabulous.
Posted by: gta v crack download} | March 15, 2015 08:05 AM
WOW just what I was looking for. Came here by searching for Hack
Posted by: how | March 15, 2015 02:22 PM
I'll immediately take hold of your rss as I can't to find your email subscription hyperlink or newsletter service. Do you have any? Please let me realize so that I may just subscribe. Thanks.
Posted by: http://wfs.irish-dragon.net/component/k2/itemlist/user/7372 | July 24, 2015 04:02 PM
Woah! I'm really digging the template/theme of this blog. It's simple, yet effective. A lot of times it's hard to get that "perfect balance" between usability and appearance. I must say you've done a very good job with this. Additionally, the blog loads very quick for me on Safari. Superb Blog!
Posted by: www.pesclubmanagerhack.info | August 02, 2015 12:57 PM
I do not even understand how I stopped up here, however I assumed this post used to be good. I don't recognize who you're but definitely you are going to a well-known blogger for those who aren't already. Cheers!
Posted by: www.howtogrowtaller-fast.yolasite.com | August 02, 2015 05:20 PM
These games can be clash of kings alliance tower a good comprehension of the iphone 3G games have been designed in a mobile phone games will be sent directly to the market's demands. It offers different engaging ways to fuel your brain thinking of angry birds. After knowing about all these game categories is to enable upgrades like more speed or apply the brakes. This is truly a wrap-up of fun new clash of kings alliance tower thing I will not function on specific phones.
Posted by: clash of kings hack ban | August 03, 2015 08:02 PM
Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You clearly know what youre talking about, why throw away your intelligence on just posting videos to your blog when you could be giving us something enlightening to read?
Posted by: Annabelle | August 05, 2015 12:42 AM
The other day, while I was at work, my sister stole my iPad and tested to see if it can survive a 30 foot drop, just so she can be a youtube sensation. My apple ipad is now destroyed and she has 83 views. I know this is entirely off topic but I had to share it with someone!
Posted by: Fallout Shelter Cheats | August 06, 2015 10:22 AM
Make yourself happy and gain temple run 2 cheat tool v1.02 points as bonus. Moreover, technology and enjoying part of the company Aksetta Kazan together with physic based puzzle game.
Posted by: Www.google.com | August 06, 2015 12:16 PM
So, short-term use of this medication under medical guidance may possibly contribute to weight loss.
Posted by: Jimmy | September 10, 2015 04:01 AM
Nice blog here! Also your website loads up very fast! What web host are you using? Can I get your affiliate link to your host? I wish my site loaded up as quickly as yours lol
Posted by: peepshow | September 18, 2015 10:57 AM
I have been exploring for a little for any high quality articles or blog posts in this sort of space . Exploring in Yahoo I finally stumbled upon this site. Studying this information So i am satisfied to convey that I've an incredibly excellent uncanny feeling I found out just what I needed. I so much certainly will make certain to don?t disregard this web site and provides it a glance on a continuing basis.
Posted by: ankara escort | October 02, 2015 05:40 AM
I don't even know how I ended up here, however I thought this put up was once great. I don't know who you might be but certainly you're going to a well-known blogger if you happen to are not already. Cheers!
Posted by: porno, | October 18, 2015 07:30 AM
For those who have been scratching their heads thinking of how and where to celebrate your special occasions like weddings, birthdays, anniversaries and special events, Sky Dining with your loved ones on the new Jewel Cable Car Ride will certainly give you and your partners an extraordinary experience amidst the picturesque and luxurious settings. This cable broadband provides bi-directional data communication through radio frequency channels like a cable TV infrastructure. In fact, there are even other several HDMI to component conversions that a variety of people still face difficulties in.
Posted by: Seilzug | October 18, 2015 03:48 PM
Posted by: Stephan10 | September 17, 2018 12:16 AM