Posts

Showing posts from May, 2010

Red Hat Drops Xen!

With Wednesday's beta release of its flagship operating system, Red Hat Enterprise Linux (RHEL), Red Hat has added a number of new capabilities that should help data centers better support virtualization and cloud computing. RHEL 6.0 will also have at least one less feature as well. This will be the first version of the OS not to include the Xen hypervisor. Instead the company plans to focus its virtualization efforts around the kernel-based Virtual Machine (KVM), said Tim Burke, Red Hat vice president of platform engineering   Nore of this here

Nginx Load Balancing | Reverse Proxy Nginx | SSL Nginx

Used The howto of nixcraft.in.conf that can be found on google baby First File   GNU nano 2.0.9                                          File: nginx.conf.bak                                                                                          #pid        /var/run/nginx.pid; pid               logs/nginx.pid; user              nginx nginx; worker_processes  10; events {     worker_connections  1024; } http {   default_type       application/octet-stream;  ## Common options ##  include options.conf;  ## Proxy settings ##  include proxy.conf;  ## lb domains ##  include nixcraft.in.conf;  include loadtest.conf; Second File  nixcraft.in.conf ## Connect to backend servers via LAN ## ## Reverse Proxy Load Balancer Logic ## upstream nixcraft  {       server publicip weight=10 max_fails=3 fail_timeout=30s;       server publicip weight=10 max_fails=3 fail_timeout=30s;       server publicip:443 weight=10 max_fails=3 fail_timeout=30s;       server p

Haproxy | HAProxy | Web load Balancing

#--------------------------------------------------------------------- # Example configuration for a possible web application.  See the # full configuration options online. # #   http://haproxy.1wt.eu/download/1.3/doc/configuration.txt # #--------------------------------------------------------------------- #--------------------------------------------------------------------- # Global settings #--------------------------------------------------------------------- global     log         127.0.0.1 local2     chroot      /var/lib/haproxy     pidfile     /var/run/haproxy.pid     maxconn     4000     user        haproxy     group       haproxy     daemon #--------------------------------------------------------------------- # common defaults that all the 'listen' and 'backend' sections will # use if not designated in their block #--------------------------------------------------------------------- #-------------------------------------------------

Consolidated Server

Image
Proposed Virtualized Server Farm

nginx as load balancing rather than squid

I have tried and tested nginx load balancing but haven't used its secure port. if anyone has a working configuration to load balance 2 secure server please kindly post it here. Will post my configuration here later thanks!

papanu mag hack nangaccount

papanumag hack nang account? kailangan mo matuto mag isip kung papanu mag isip yung hahackin mo, pagaralan lahat nang ginagawa nya, mga keyword na ginagamit nya. hindi biro ang mang hack at ang mga nakukuha nyo na mga program dyan sa tabitabi ay hindi totoo. siguro kung meron ka nyan na na download mo ay malamang ikaw na ang na hack sa kadahilanang ang program na ginagamit mo ay may backdoor. kailangan mo matuto nang programming, pag check nang server at papanu gumagana kung gusto mong mang hack. Anu ang mapapala mo? kikita ka ba? makukulong? kung gusto mo mang hack simulan mo sa pc mo.

hack facebook

Seriously why do you want to hack facebook? Hack facebook account? you won't find it here!

Mass Mailing with interspire

I have tested and worked using interspire and I can say that it works like a charm. Be careful not to end up sending mails on spam traps since this will block your mail server. Tips: Create a stand alone server like postfix on linux Create domain keys for the server Create spf record for the server Make sure you have reverse dns and your domain is pointing on your mail server ip address Don't be a relay Don't send thousand on a new setup server Limit first your sending to 5-10 mails until 1 month Don't harvest email server Create your own website and use those email not send junk on people you don't know 90% internet mail are junk don't be one of  them If you need to setup a mail server you can contact me and will configure for a minimal price

Bagram attack top links from google

2 U.S. Soldiers Killed In Bagram Attack - CBS News Bagram attacks highlight security concerns | Stars and Stripes NATO: 1 killed in attack on Bagram Air Field - AP News Wire ... Bagram Air Base - Wikipedia, the free encyclopedia Rocket attack on Bagram Air Base kills two U.S. soldiers in ... 7 Taliban killed in attack on Bagram air base - latimes.com Rocket Attack Kills 1 at Bagram Airfield Fort Carson sergeant dies in Bagram Airfield attack ... France24 - Taliban militants attack major NATO base in Bagram US: Insurgents attack Bagram Air Field - Yahoo! News

Top Google Search

Image
Top Google Searched Words  Hot Searches    (USA) May 19, 2010  -  change date Updated 36 minutes ago iGoogle Gadget New!    Site Feed 1. dancing with the stars results may 18th 2. lee dewyze hallelujah video 3. christa miller 4. john travolta dogs killed 5. kelly preston 6. mary richardson kennedy 7. bagram attack 8. campbell brown 9. bagram air base 10. ragdoll avalanche 11. election results pennsylvania

Top Searches Toady

Image
TopSearch on Yahoo! top overall searches Leaders Movers Rank   Prev. Subject (Days on Chart) Move Score Rank Subject 1-Day Move 1 5 Rima Fakih (2) +504 683 1 Jack Wagner Breakout! 2 - Heather Locklear (1) +391 393 2 Jason Alexander Breakout! 3 - Amazon Ebook Reader Central (1) -66 286 3 Lindsay Binegar Breakout! 4 1 Ronnie James Dio (2) -139 199 4 Claudia Christian Breakout! 5 3 Dow Jones Index (18) -56 189 5 Heather Locklear 15809% 6 10 Survivor (2) +24 184 6 Claudia Jordan 4398% 7 - Miss Usa (1) +6 180 7 Jolene Blalock 4156% 8 9 NBA (161) -14 151 8 Heather Thomas 3548% 9 8 Hulu (178) -21 149 9 Bill Cosby 3251% 10 - LeBron James (1) +101 131 10 Claudia Cardinale 3015% 11 14 Microsoft Bing (188) +1 126 11 Claudia Schiffer 2664% 12 - Jolene Blalock (1) +117 120 12 Maribel Guardia 2183% 13 4 WWE (241) -66 105 13 Heather Graham 2034%

http request load balancing using squid

http load balancing using squid http_accel

xen on fedora configuration

Got xen and fedora working. will post my configuration howto here later

White Listing in Aol, Hotmail, Yahoo

It is really hard to go white listed in big servers like AOL, MSN, Yahoo also it is easy  The hard part is creating the request and maintaining it. Will post resources later.

Event Log Broken How to Repair servic3s.exe

When scheduling jobs on windows and it says cannot start, go to administrative tools, services  check eventlog path to executable. if it points to servic3s.exe it is the residue of the virus. Go to regedit and find evenlog path to executable there it will fix the problem