Blog ney utk suka2 jak..sy suka copy and paste barang2 dr blog2 org or tempat2 yg blh copy and paste lahr,if sy nampak brg2 yg ada d dlm blog 2 menarik dan best...tp sy xda niat utk maw ciplak brg2 org..sy akan sertakan nama2 tmpt di mana sy copy and paste post sy dkat blog ney..jd jan mrh2 ek...^^

Monday 5 December 2011

kalu lahr hati kamu adalah sebuah system...

Seandainya hatimu adalah sebuah system, maka aku akan scan anda untuk mengetahui port mana yang terbuka Sehingga tidak ada keraguan saat aku c: \> nc-l-o-v-e ke hatimu, tapi aku hanya berani ping di belakang anonymouse proxy, inikah rasanya jatuh cinta sehingga membuatku seperti yang kalah atau aku memang pecundang sejati whatever!


Seandainya hatimu adalah sebuah system,
ingin rasanya aku manfaatkan vulnerabilitiesmu, guna PHP injection Terus aku ls-la; find /-perm 777-type d, sehingga aku tau ​​kalo di hatimu ada folder yang boleh ditulisi atau adakah free space buat aku?. apa aku harus pasang backdor "Remote Connect-Back Shell" jadi aku tinggal nunggu Sambungan dari kamu saja, biar aku tidak merana seperti ini.


Seandainya hatimu adalah sebuah system,
saat semua request-ku diterima aku akan nogkrong terus di bugtraq untuk mengetahui bug terbarumu maka aku akan patch n pacth terus, aku akan jaga service-mu jangan sampai crash n aku akan menjadi firewallmu aku akan pasang portsentry, dan menyeting error pagemu "The page cannot be found Coz Has Been Owned by Someone get out! "aku janji tidak ada malicious program atau service yang hidden, kerana aku sangat sayang dan mencintaimu.


Seandainya hatimu adalah sebuah system,
jangan ada kata "You dont have permission to access it" untuk aku, kalau tdk mau di ping flood Atau DDos Attack jangan ah ....! kamu harus menjadi sang bidadari penyelamatku.


Seandainya hatimu adalah sebuah system, ...?


Tapi sayang hatimu bukanlah sebuah system,
kamu adalah sang bidadari impianku, yang telah mengacaukan systemku!
Suatu saat nanti aku akan datang n mengatakan kalau di hatiku sudah dijangkiti virus yang Menghanyutkan, tak ada anti virus yang boleh menangkalnya selain ... kamu!!




sy copy dari kwn indon sy..jd ada ayat yg sy x pandai translate...lol!
powered by:LERRY

Saturday 3 December 2011

middleware


When going through the statistics for the Middleware Resource Center, I have noticed that from time to time the search phrase "what is middleware" brings people to the site. That's a fair question and one that deserves an answer.
Of course, in the IT business, the answer is always, "That depends." Some people have claimed to me that they think software like HP OpenView is middleware. I'm not going to debate that point, but I will point out that when we refer to middleware on this site, we are generally referring to integration middleware.
That still covers a lot of ground, so let's try a few definitions on for size. These are definitions I have seen in various places.
Middleware is software glue. This doesn’t tell us much, but several definitions you’re likely to see on the web will describe it as such.
Middleware is the slash in Client/Server. That’s fine as far as it goes, but is deceptively simplistic. This definition concentrates the term on one computing paradigm and masks the complexity of what middleware as a broad category is and does.
The Free On-line Dictionary of Computing, by Denis Howe offers this definition. Software that mediates between an application program and a network. It manages the interaction between disparate applications across the heterogeneous computing platforms. The Object Request Broker (ORB), software that manages communication between objects, is an example of a middleware program.
This is actually a reasonably good definition. I would change “application program” to “piece of software” and remove the reference to a network. Middleware can be used between application programs and other software facilities such as database managers. The term “mediate” is a good one. That is exactly what middleware does.
Look beyond the ORB for examples of middleware, though. There are many kinds. We’ll mention a few later.
The online Wikipedia Middleware entry (Note that the text may change given the nature of Wiki) defines middleware thus. Middleware is computer software that connects software components or applications. It is used most often to support complex, distributed applications. It includes web servers, application servers, content management systems, and similar tools that support application development and delivery. Middleware is especially integral to modern information technology based on XML, SOAP, Web services, and service-oriented architecture. It goes on to say that it describes a piece of software that connects two or more software applications so that they can exchange data.
Middleware is an “intermediary.” This type of software is used in complex environments and it doesn’t necessarily represent one-to-one interactions between software agents. Middleware is essential to Enterprise Application Integration or EAI.
That brings the definition close to home, because as we pointed out earlier, the Middleware Resource Center (http://www.middleware.org) concentrates on application integration middleware.
At the Middleware Resource Center, we tend to use this definition. Middleware is any software that allows other software to interact. Again, it isn’t complete, but it is accurate. Completeness, however, may tax the patience of you, the reader.
So let’s list the types of middleware we look at on our site.
  1. Message Oriented Middleware. This is a large category and includes asynchronous store and forward application messaging capabilities as well as integration brokers that perform message transformation and routing or even business process coordination.
  2. Object Middleware. This category consists largely of Object Request Brokers that were mentioned on one of the earlier definitions.
  3. RPC Middleware. This type of middleware provides for calling procedures on remote systems, hence the name Remote Procedure Call. Unlike message oriented middleware, RPC middleware represents synchronous interactions between systems and is commonly used within an application.
  4. Database Middleware. Database middleware allows direct access to data structures and provides interaction directly with databases. There are database gateways and a variety of connectivity options. Extract, Transform, and Load (ETL) packages are included in this category.
  5. Transaction Middleware. This category as used in the Middleware Resource Center includes traditional transaction processing monitors (TPM) and web application servers. One could make the case for splitting the category.
  6. Portals. We include enterprise portal servers as middleware largely because they facilitate what we refer to as “front end” integration. They allow interaction between the user’s desktop and back end systems and services.
**This isn't a complete list. Elsewhere you will find other software included in the category and you will find other definitions of middleware.**

powered by:LERRY

computer software

What most people think of as a computer can actually be divided into two parts. The first part,computer hardware, does all of the physical work computers are known for. The second part,computer software, tells the hardware what to do and how to do it. If you were to think of acomputer as a living being, then the hardware would be the body that does things like seeing with eyes, lifting objects, and filling the lungs with air; the software would be the intelligence, interpreting the images that come through the eyes, telling the arms how to lift objects, and forcing the body to fill the lungs with air.
Computer hardware, being part of a machine, can only understand two basic concepts: on and off. The on and off concept is called binary. Computer software was developed in order to make binary into a useful way to tell the computer hardware what to do. Computer softwaretranslates concepts and directions that people can understand into something that can actually be done on the computer hardware.
Computer software is most commonly created by computer programmers using a programming language. The programmer writes commands in the programming language that are similar to what someone might use in everyday speech. These commands are calledsource code. Another computer program called a compiler is then used on the source code, transforming the commands into a language that the computer can understand. The result is an executable computer program, which is another name for software.
Computer software falls into two primary categories: system software and application software. System software represents programs that allow the hardware to run properly. Applicationsoftware represents programs that allow users to do something besides simply run the hardware. Some experts also include a third category, programming software, though others put those programs into one of the other previously mentioned categories.

A few different types of computer software include:

Computer Games – a form of entertainment software that has many genres. Some of these genres include MMOs (Massive Multiplayer Online games), first-person shooters, action games, roleplaying games, and adventure games.
Driver Software – programs that allow a computer to interact with additional hardware devices such as printers, scanners, and video cards.

Educational Software – programs and games that teach the user or provide drills to help memorize facts. Educational software is diverse, and can teach anything from computer-related activities like typing to higher education subjects like chemistry.


Media Players and Media Development Software – software designed to play and/or edit digital media files such as music and videos.


Productivity Software – an older term that refers to any programs that would allow the user to be more productive in a business sense. Word processors, database management utilities, and presentation software all fall into this category.


Operating Systems - software that coordinates system resources and allows other programs to run. A few examples are Windows Vista, Mac OS X, and Linux.

powered by:LERRY

Saturday 12 November 2011

boy or gurl????

sy dapat tau pasal ni dari entry Cik tom.. masa mula2 tak percaya pun.. tapi kalau cuba apa salahnyakan..so sy pun follow la step2 dibawah..jom try..

1. Buka notepad dan paste ayat di bawah ini dalam notepad:

CreateObject("SAPI.SpVoice").Speak"I love YOU"
2. Selepas itu tekan “save“. Ubah “save as type” kepada “All Files” (pastikan korang save di desktop supaya senang nak cari/buka nanti). Save as file name = “love u.vbs”

3. Close notepad apabila habis save. Then double click file tadi (love u.vbs) dan akan dengar suara “i love u“.

4. Cuba dengar btul2 suara “i love u” tu….suara lelaki ke perempuan? (Buka volume sekuat2nya k). Kalau dengar lelaki maknanya laptop korang tu jantan dan begitu lahr sebaliknya….

So, lepas buat semua step tue.sy dpt taw yg laptop sy ney sbnrnya pompan(x jadi lahr nak trade in)...haha..

powered by:LERRY

15 rahsia wanita yang perlu lelaki ketahui..






1.Bila sorang wanita mengatakan dia sedang bersedih, tetapi dia tidak menitiskan airmata, itu bermakna dia sedang menangis di dalam hatinya.


2.Bila dia tidak menghiraukan anda selepas anda menyakiti hatinya, lebih baik anda beri dia masa untuk menenangkan hatinya semula sebelum
anda menegur dengan ucapan maaf.


3.Wanita sukar nak cari benda yang dia benci tentang orang yang paling dia sayang (sebab itu ramai wanita yang patah hati bila hubungan itu
putus di tengah jalan).


4.Sekiranya seorang wanita jatuh cinta dengan seorang lelaki, lelaki itu akan sentiasa ada di fikirannya walaupun ketika dia sedang keluar dengan lelaki lain.


5.Bila lelaki yang dia suka dan cinta merenung tajam ke dalam matanya, dia akan cair seperti coklat!!


6.Wanita memang sukakan pujian tetapi selalu tidak tahu macam mana nak menerima pujian.


7.Jika anda tidak suka dengan gadis yang sukakan anda separuh mati,tolak cintanya dengan lembut, jangan berkasar sebab ada satu semangat
dalam diri wanita yang anda tak akan tahu kerana bila dia dah buat keputusan dia akan lakukan apa saja.


8.Sekiranya sorang gadis mula menjauhkan diri dari anda selepas anda tolak cintanya, biarkan dia untuk seketika. Sekiranya anda masih ingin
menganggap dia sorang kawan, cubalah tegur dia perlahan-lahan.


9.Wanita suka meluahkan apa yang mereka rasa. Muzik, puisi, lukisan dan tulisan adalah cara termudah mereka meluahkan isi hati mereka.


10.Jangan sesekali beritahu perempuan yang mereka ni langsung tak berguna.


11.Bersikap terlalu serius boleh mematikan mood wanita.


12.Bila pertama kali lelaki yang dicintainya dalam diam memberikan respon positif, misalnya menghubunginya melalui telefon, si gadis akan bersikap acuh tak acuh seolah-olah tidak berminat,tetapi sebaik saja ganggang diletakkan, dia akan menjerit kesukaan dan tak sampai sepuluh minit,semua rakan-rakannya akan tahu berita tersebut.


13.Sekuntum senyuman memberi seribu erti bagi wanita. Jadi jangan senyum sebarangan.


14.Jika kamu menyukai seorang wanita, cubalah mulakan dengan persahabatan. Kemudian biarkan dia mengenalimu dengan lebih mendalam.


15.Jika sorang wanita memberi seribu satu alasan setiap kali anda ajak berjumpa, tinggalkan dia sebab dia memang tak berminat dengan anda.(haha)




sory lahr klw ada yg terkurang atau terlebih..lain org lain pandngan..:P
powered by:LERRY

Read carefully!


10 facts about you...



1. You're reading my comment


2. You're realizing that's a stupid fact


4. You didn't notice I skipped three


5. You're checking now


6. You're smiling


7. You're still reading my comment


9. You didn't realize I skipped eight


10. You're checking again and smiling about how you fell for it   again. :)


11. You are enjoying this


12. You didn't realize there's only suppossed to be ten facts



powered by:LERRY

Friday 11 November 2011

kelebihan dan kelemahan windows vista..



Secara umum kelebihan Windows Vista adalah  yang bagus, menarik dan memukau. Kelebihan Windows Vista 64 bit :
Kedalaman warna lebih tinggi, menyebabkan GUI ( Graphic User Interface ) lebih menarik.
Boleh membaca RAM sampai 16 GB ( bergantung pd motherboardnya ),berbeza dgn window XP 32 bit yg cuma mampu membaca RAM max 3,3GB, walaupun kamu pasang lebih dari itu. sehingga lebih dipilih untuk proses 3d rendering ( design ) yg sebenarnya memerlukan banyak RAM untuk meningkatkan kelajuan.
menyokong directX 10, membuat gerakan dan grafik game menjadi lebih halus dan sdikit lbh realistik walaupun dengan vga yg sama ( VGA yg sememangnya sudah support directX 10 )

Kelebihan Windows Vista bila dibandingkan dengan Windows XP

1. Lebih baik, menarik dan memukau dalam penampilan serta grafik lebih baik
2. Pengalaman baru menjelajah PC dengan model 3D yang canggih berkat AERO
3. Lebih aman, mudah dalam akses
4. Video dapat menjadi wallpaper
5. Lebih cepat dalam menjalankan program ( bila menggunakan memori besar sebab sistem di vista
dikemaskini dengan algoritma efisien dalam menjalankan aplikasi)
6. Menyokong partision harddisk secara virtualisasi
7. Banyak feature baru yang tidak ada di XP
8. Perbaikan dan penambahan feature yang lebih canggih seperti Clear, Confident and Connected
9. Built-in Support Option yang memberikan keleluasaan lebih kepada user
10. Mode pencarian file yang lebih mudah / live search
11. Security lebih baik

Kekurangan-kekurangan Windows Vista
Kekurangan Windows Vista secara umum adalah :

1. Memerlukan virtual memori yang besar, biasanya dapat digunakan pada Komputer dengan spesifikasi yang
cukup tinggi bila spesifikasi komputer minimum akan terasa berat
2. Ada beberapa aplikasi yang belum support di Vista (tidak Compitible)
3. Biasanya digunakan pada PC dengan spesifikasi yang cukup tinggi

Kekurangan Windows Vista 64 bit :
Makan virtual memory cukup besar, sehingga lebih membebani komputer.
Karena perlu virtual memory cukup besar, maka perlukan ram lebih banyak pula.
contoh : gamezaman skarang,kebanyakan minimum spesifikasinya:
1GB of RAM for XP, 1.5GB for Vista
Banyak / beberapa driver tidak compatible, driver XP 32 bit tidak boleh digunakan di driver vista 64 bit, sehingga perlu menginstall semula driver, atau perlu download lagi yg versi 64bit.
Beberapa aplikasi grafik 32 bit / yg cuma guna directX 9 ke bawah juga ada yang tidak compatible jalan di vista, kecuali sudah disertakan .exe 64 bit didalamnya.
Belum disertai dengan diluncurkannya software yang secara eksklusif mendukung dan bersinergi dengan feature-feature vista

sources:purnama blog


powered by:LERRY

Tuesday 18 October 2011

study..

rehat dulu kejap...study mood!

                                                        



                                                                    

powered by:LERRY

Sunday 16 October 2011

Strange Facts of Technology




*Aircraft Carrier 
 An aircraft carrier gets about 6 inches per gallon of fuel. 


*Airplanes   
The first United States coast to coast airplane flight occurred in 1911 and took 49 days. A Boeing 747s wingspan is longer than the Wright brother's first flight (120ft). 


*Aluminum   
The Chinese were using aluminum to make things as early as 300  AD Western civilization didn't rediscover aluminum until 1827. 


*Automobile   
George Seldon received a patent in 1895 - for the automobile. Four years later, George sold the rights  for $200,000.


*Coin Operated Machine   
The first coin operated machine ever designed was a holy-water dispenser that required a five-drachma piece to operate. It was the brainchild of the Greek scientist Hero in the first century AD.


*Compact Discs   
Compact discs read from the inside to the outside edge, the reverse of how a record works. 


*Computers   
ENIAC, the first electronic computer, appeared 50 years ago. The original ENIAC was about 80 feet   long, weighed 30 tons, had 17,000 tubes. By comparison, a desktop computer today can store a million times more information than an ENIAC, and 50,000 times faster. From the smallest microprocessor to the biggest mainframe, the average American depends on over 264 computers per day. The first "modern" computer (i.e., general-purpose and program-controlled) was built in 1941 by Konrad Zuse. Since there was a war going on, he applied to the German government for funding to build his machines for military use, but was turned down because the Germans did not expect the war to last beyond Christmas. The computer was launched in 1943, more than 100 years after Charles Babbage designed the first programmable device. Babbage dropped his idea after he couldn't raise capital for it. In 1998, the Science Museum in London, UK, built a working replica of the Babbage machine, using the materials and work methods available at Babbage's time. It worked just as Babbage had intended.


*Electric Chair   
The electric chair was invented by a dentist, Alfred Southwick.


*E-Mail   
The first e-mail was sent over the Internet in 1972.


*Eye Glasses  
The Chinese invented eyeglasses. Marco Polo reported seeing many pairs worn by the Chinese as early  as 1275, 500 years before lens grinding became an art in the West. 


*Glass   
If hot water is suddenly poured into a glass that glass is more apt to break if it is thick than if it is thin.  This is why test tubes are made of thin glass. 


*Hard Hats   
Construction workers hard hats were first invented and used in the building of the Hoover Dam in  1933. 


*Hoover Dam   
The Hoover Dam was built to last 2,000 years. The concrete in it will not even be fully cured for another 500 years. 


*Limelight   
Limelight was how we lit the stage before electricity was invented. Basically, illumination was produced  by heating blocks of lime until they glowed.


*Mobile (Cellular) Phones  
As much as 80% of microwaves from mobile phones are absorbed by your head. 


*Nuclear Power    
Nuclear ships are basically steamships and driven by steam turbines. The reactor just develops heat  to boil the water. 


*Oil    
The amount of oil that is used worldwide in one year is doubling every ten years. If that rate of increase continues and if the world were nothing but oil, all the oil would be used up in 400 years. 


*Radio Waves    
Radio waves travel so much faster than sound waves that a broadcast voice can be heard sooner 18,000 km away than in the back of the room in which it originated. 


*Rickshaw   
The rickshaw was invented by the Reverend Jonathan Scobie, an American Baptist minister living in   Yokohama, Japan, built the first model in 1869 in order to transport his invalid wife. Today it remains a common mode of transportation in the Orient. 


*Ships & Boats  
The world's oldest surviving boat is a simple 10 feet long dugout dated to 7400 BC. It was discovered in Pesse Holland in the Netherlands. Rock drawings from the Red Sea site of Wadi Hammamat, dated to around 4000 BC show that Egyptian boats were made from papyrus and reeds. The world's earliest known plank-built ship, made from cedar and sycamore wood and dated to 2600 BC, was discovered next to the Great Pyramid in 1952. The Egyptians created the first organized navy in 2300 BC. Oar-powered ships were developed by the Sumerians in 3500 BC. Sails were first used by the Phoenicians around 2000 BC. 


*Silicon Chip    
A chip of silicon a quarter-inch square has the capacity of the original 1949 ENIAC computer, which occupied a city block. 


*Skyscraper   
The term skyscraper was first used way back in 1888 to describe an 11-story building. 


*Sound   
Sound travels 15 times faster through steel than through the air.


*Telephones   
There are more than 600 million telephone lines today, yet almost half the world's population has  never made a phone call. 


*Television    
Scottish inventor John Logie Baird gave the first public demonstration of television in 1926 in Soho, London. Ten years later there were only 100 TV sets in the world. 


*Traffic Lights    
Traffic lights were used before the advent of the motorcar. In 1868, a lantern with red and green  signals was used at a London intersection to control the flow of horse buggies and pedestrians. 


*Transistors    
More than a billion transistors are manufactured... every second. 


*VCR's    
The first VCR, made in 1956, was the size of a piano. 


*Windmill    
The windmill originated in Iran in AD 644. It was used to grind grain.


*World Trade Center  
The World Trade Center towers were designed to collapse in a pancake-like fashion, instead of simply falling over on their sides. This design feature saved hundreds, perhaps thousands of lives on Sept. 11, 2001, when they were destroyed by terrorists.


dunno either btl atw x..tp utk dikongsi bersama jax..hehe..

powered by:LERRY

Facebook: Facts You Probably Didn’t Know [INFOGRAPHIC]


kmu taw kah..secara keselurahan dlm sebulan,berapa jam yg kita smua habiskan masa dgn FB..8.3 billion jam!!


renung2 kan lahr..hahaha...



powered by:LERRY

Saturday 15 October 2011

ramalan utk next match..hahaha..


Last Game

(15/10/11, Premier League)
: 1
S. Gerrard 68'
J. Hernández Balcázar 81'

Next Game

(11/02/12, Premier League)
0 : 3
                             S.Gerrard 32,55,87"


 Manchester United Facts

Year Founded:1877
Current Manager:Sir Alex Ferguson
League Position:GWDLGFGAP
1Man City871027622
2Man Utd862025620
3Chelsea861120919


 Liverpool Facts

Year Founded:1892
Current Manager:Kenny Dalglish
League Position:GWDLGFGAP
4Newcastle74309415
5Liverpool842211914
6Tottenham6402111012



powered by:LERRY