WP Background ng Flickr ay isang simpleng gumamit ng WordPress plugin na nagbibigay-daan sa iyo upang ipakita ang isang larawan mula sa Flickr bilang background tema, wala ang mga kailangan na baguhin ang anumang mga file.
Lahat ng kailangan mong gawin ay gumawa ng isa o higit pang mga galleries sa loob ng mga setting ng plugin's, sa bawat na naglalaman ng isang koleksyon ng mga larawan mula sa Flickr na iyong pinili, at WP Flickr ay sapalarang pumili ng isang larawan mula sa mga aktibong gallery upang ipakita ang bilang ng tema na background.
Maaari ka ring customise ng isang gallery sa pamamagitan ng pagdagdag CSS styling code na ito ay nai-load na kasama ng litrato, na nagpapahintulot sa inyo na kulay tumugma sa Wordpress tema sa mga partikular na photo ipinapakita o para sa iba pang gamitin. View Full Article »
Some websites are still being hit with the infamous “w00tw00t” scans. You might see these scans in your logs as:
... "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 ...
Using Iptables
The quickest method of making sure it never reaches your webserver (and thus wasting resources like processor, disk space [log files], atbp) is to use iptables, and it can be done with a one-liner like this:
iptables -I INPUT -d xxx.xxx.xxx.xxx -p tcp --dport 80 -m string --to 70 --algo bm --string 'GET /w00tw00t.at.ISC.SANS.' -j DROP
Simply replace xxx.xxx.xxx.xxx with the IP of your web server. If you want to use this for a range of IPs (ibig sabihin., you’re using multiple IPs to host web servers), simply replace the “-d xxx.xxx.xxx.xxx” portion with:
-m iprange --dst-range start.xxx.xxx.xxx-end.xxx.xxx.xxx
saan start.xxx.xxx.xxx at end.xxx.xxx.xxx are the first and last IPs of your web servers respectively. View Full Article »
It looks like I have neglected to write a new article in quite a while! Shame on me. But, thanks to a website outage, I’ve finally got some more good stuff to share with you.
My previous Nginx configuration became a nightmare to maintain and WordPress had become slower because Apache’s children were being killed by OOM. This was due to a misguided PHP cache (PHP XCache to be precise) that decided to take every available bit of memory from my system, despite having max-requests per child set low (before it was purged).
This, along with my endeavors in seeking the fastest solution to everything and the introduction of a new Cloud servers by OVH, lead me to today’s article. View Full Article »
Huling taon ko wrote isang gabay sa kung paano gamitin ang Shorewall bilang isang firewall at router para sa Proxmox. Bilang isang follow up ko ay sagot ng ilang mga katanungan ko na natanggap tungkol sa na gabay na maaaring makatulong sa iyo na palawigin ang paggamit nito.
Proxy ARP
Ang pinaka-karaniwang katanungan ay sa tungkol sa mga proxy ARP. Ang pagpapaandar ng ang opsyon na ito ay magbibigay-daan sa iyo upang magtalaga ng isang pampublikong IP direkta sa iyong guest VM, eliminating ang kailangan para sa port pagpasa (DTA) o pagkakaroon ng mag-alala tungkol sa address MAC.
Bilang halimbawa gamitin para sa proxy ARP, ito ay helpful para sa mga gumagamit ee SIP-based VOIP server dahil ang isang server makahilo ay hindi na kinakailangan. View Full Article »
Bersyon 1.0.3 has been released, which fixes a few minor bugs and introduces a new option. It is still considered to be in a Beta stage, which most likely will change with the next release.
Changes
- A new option has been introduced to hide the license and attribution information in the footer.
- Bug fix: Config hash file was never initialized
- Bug fix: Enabling “cacheable” option resulted in fatal PHP errors in some cases
- Bug fix: Preview option did not work when “cacheable” option was enabled
- Bug fix: “All Rights Reseved” licenses had no URLs
In addition, WP Flickr Background is no longer compatible with WordPress version 2.8 or older.
Links: Direct download WP Flickr Background (147) | Wordpress Plugin Directory