Show and tell.
In an interesting way.
It's that simple.
Tutorial buat blog dan desain grafis situs multimedia blog
“We have shown that it is possible for an attacker, with modest resources, to determine the current IP address of identified and targeted Skype user[s] (if the user is currently active),” the 14-page paper stated. “In the case of Skype, even if the targeted user is behind a NAT, the attacker can determine the user's public IP address. Such an attack could be used for many malicious purposes, including observing a person's mobility or linking the identity of a person to his internet usage.”The scientists found that it was relatively easy to find the ID of most Skype users when their email address and birth name are known to the attacker. Additional information, such as the target's city of residence, sex, or age, brought greater accuracy to the task.
In a statement, Adrian Asher, chief information security officer in Microsoft's Skype division, said: “We value the privacy of our users and are committed to making our products as secure as possible. Just as with typical internet communications software, Skype users who are connected may be able to determine each other's IP address. Through research and development, we will continue to make advances in this area and improvements to our software.”The research paper, which is titled I Know Where You are and What You are Sharing, made several recommendations for improving Skype's ability to conceal the identity of its users.
“One solution that would go a long way is to design the VoIP system so that the callee's IP address is not revealed until the user accepts the call,” it stated. “With this property, Alice would not be able to inconspicuously call Bob. Moreover, if Alice is a stranger (that is, not on Bob's contact list), and Bob configures his client to not accept calls from strangers, then this design would prevent any stranger from tracking him, conspicuously or otherwise.”A PDF of the paper is here.
"Attempting to disable system defences is a very common tactic for malware — and built-in defences are naturally going to be the first target on any computing platform," F-Secure notes.
Bagi kita yang gemar berburu materi di internet, pasti akrab dengan aplikasi download accelerator seperti Internet Download Manager (IDM) dan Download Accelerator Plus (DAP). Aplikasi-aplikasi tersebut mempunyai fungsi sebagai akselerator proses download yang menghasilkan performa 4-5 X proses download lebih cepat dari kecepatan normal.
Namun, baik IDM maupun DAP merupakan aplikasi untuk lingkungan desktop Windows, dan berbayar (walau tersedia versi trial). Bagi kita pengguna desktop Linux, kali ini tidak perlu lagi merasa cemas, karena telah tersedia aplikasi download accelerator yang sangat mirip degnan IDM, yang bernama skdownloader. Skdownloader adalah aplikasi download accelerator berbasis Java yang mempunyai fungsi sama seperti IDM dan DAP, dan seperti halnya IDM, skdownloader juga bisa di integrasikan dengan Mozilla Firefox dengan menambahkan extension skdownloader.xpi. Sebagai info, Skdownloader juga tersedia dalam versi Windows :)
Sebelum mendownload dan menginstalasi skdownloader, pastikan kita telah mempunyai Java Runtime Environtment dari Oracle atau OpenJDK JRE (versi open source dari platform JRE). Jika belum, pertama-tama harus di instalasi paket JRE.
$ sudo apt-get install icedtea6-plugin (atau bisa memakai versi yang lebih baru jika tersedia, sesuai versi distribusi Linux yang kita pakai). Icedtea6-plugin adalah plugin java untuk browser dan desktop, yang secara otomatis akan menginstalasi juga paket openjdk-6-jre. Untuk pengguna desktop lain silahkan disesuaikan dengan distribusi Linux anda.
Setelah itu barulah kita pergi ke website skdownloader dan mendownload versi Linux dari skdownloader. Installer yang tersedia adalah installer universal dengan ekstensi sh. Setelah di download, dalam kasus saya, saat di eksekusi, terdapat pesan error mengenai masalah permission file. Agar mau di eksekusi, ubahlah permission file dari paket installer tersebut menjadi executable, dengan perintah sbb :
$ chmod +x skdownloader_linux_installer.sh (tanpa hak akses root)
Setelah itu, eksekusi paket installer tersebut dengan hak user root :
$ sudo ./skdownloader_linux_installer.sh
Setelah di eksekusi, akan muncul dialog instalasi berbasis GUI, yang memberi kita pilihan, akan diletakkan di mana direktori kerja dari aplikasi skdownloader, setelah itu next next dan finish.
Terakhir, install extension skdownloader untuk Mozilla Firefox. Caranya tentu sangat simpel. Download ekstensi bernama skdownloader.xpi (ada di website skdownloader), lalu install. Caranya, buka Firefox dan pergi ke menu Tools>Add-ons lalu di jendela Add-ons, klik pada bagian tombol preferensi (dibagian atas kanan, disebelah kolom search) lalu pilih opsi Install add-on from file. Restart firefox, dan menu skdownloader sudah terintegrasi dengan firefox, dan siap digunakan untuk membantu anda mendownload materi apapun di internet.
Catatan :
( + ) : Secara keseluruhan OK, sangat identik dengan IDM.
( - ) : Karena aplikasi gratis, ada halaman advertising/iklan di bagian bawah. Tapi tidak mengganggu tentu saja, karena programmer kan juga butuh makan, right? :)
Sebagai perbandingan, berikut ini spesifikasi sistem yang saya pakai :
1. Intel Pentium IV 2,4 GHz
2. Memory 512 MB DDR1
3. Ubuntu 10.04 LTS (kernel 2.6.32-21-generic)
4. LXDE (lxsession 0.4.3-0ubuntu1)
4. Mozilla Firefox 8 beta3 (8.0~b3+build1-0ubuntu0)
5. openjdk-6-jre (6b20-1.9.9-0ubuntu1~10.04.2)
Happy Linuxing ! Cheers ! :D
The compromised accounts also "showed additional activity prior to being locked," but that information has not been detailed. "We are continuing to investigate the extent of unauthorized activity on any of these accounts," Sony said.
"In this case, given that the data tested against our network consisted of sign-in ID-password pairs, and that the overwhelming majority of the pairs resulted in failed matching attempts, it is likely the data came from another source and not from our Networks," Sony Chief Information Security Officer Philip Reitinger said on the PlayStation blog.
"It's not going to replace JavaScript," Bak said. "JavaScript is is a cornerstone of the Web today, and it will continue to be for a long, long time."Bak bristled at some of complaints about Google's approach to creating Dart in-house and not through a more collaborative approach.
"I don't buy the argument that before writing any line of code or designing any features, you put it in a standards committee, because that would just be a lot of screaming," Bak said. "You have to have coherent design before you start adopting Dart as a standard."Making a standard is a goal, though. "It will be fairly lonely to create a standards committee when here's only us in it. We first have to get the backing of other partners before we can make a standard that's useful," he said.
Dart's design goals are:Dart programs will be able to run within a Dart virtual machine--essentially a layer of software that acts as a computer to execute programs. They'll also be able to run using a compiler that translates Dart code into JavaScript code for browsers that don't support Dart, Bak said.
• Create a structured yet flexible language for Web programming.
• Make Dart feel familiar and natural to programmers and thus easy to learn.
• Ensure that Dart delivers high performance on all modern Web browsers and environments ranging from small handheld devices to server-side execution.
Dart targets a wide range of development scenarios: from a one-person project without much structure to a large-scale project needing formal types in the code to state programmer intent. To support this wide range of projects, Dart has optional types; this means you can start coding without types and add them later as needed. We believe Dart will be great for writing large web applications.
"Google has a lot fairly big Web applications. That includes Gmail and Docs. I hope many of these apps will be converted into Dart," Bak said--but cautioned that was his personal option, not an explicit plan.Introducing new programming languages is tough. Though many hope that computing can improve by reforming or replacing languages, the incumbent power of existing languages is strong. Educating thousands or millions of programmers, building developer tools, and creating supporting libraries of code all can take years. As newer languages such as Java, JavaScript, and C# attest, though, it is possible.
• Small scripts often evolve into large web applications with no apparent structure--they're hard to debug and difficult to maintain. In addition, these monolithic apps can't be split up so that different teams can work on them independently. It's difficult to be productive when a Web application gets large.The priority right now is to hear what the rest of the world thinks and to get them participating in Dart's development, Bak said.
• Scripting languages are popular because their lightweight nature makes it easy to write code quickly. Generally, the contracts with other parts of an application are conveyed in comments rather than in the language structure itself. As a result, it's difficult for someone other than the author to read and maintain a particular piece of code.
• With existing languages, the developer is forced to make a choice between static and dynamic languages. Traditional static languages require heavyweight toolchains and a coding style that can feel inflexible and overly constrained.
• Developers have not been able to create homogeneous systems that encompass both client and server, except for a few cases such as Node.js and Google Web Toolkit (GWT).
• Different languages and formats entail context switches that are cumbersome and add complexity to the coding process.
"At this point it is mostly the language we are focused on," he said. "We hope to get positive feedback on the language."
"Apple has lost a visionary and creative genius, and the world has lost an amazing human being," a statement by Apple said. "Those of us who have been fortunate enough to know and work with Steve have lost a dear friend and an inspiring mentor. Steve leaves behind a company that only he could have built, and his spirit will forever be the foundation of Apple."Arguably the most influential and charismatic leader in the history of an industry stocked with high-profile personalities, Jobs created then later transformed Apple into a consumer electronics giant that redefined product elegance and ease of use.
"The rich have access to the digital world, the poor and ordinary have been excluded. Aakash will end that digital divide," Mr Sibal said.The Aakash has been developed by UK-based company DataWind and Indian Institute of Technology (Rajasthan).
"Our goal was to break the price barrier for computing and internet access," DataWind CEO Suneet Singh Tuli said.The company says it will also offer a commercial version of the tablet, called UbiSlate. It is expected to hit the shelves later this year, retailing for about $60.
"We've created a product that will finally bring affordable computing and internet access to the masses."
"The thing with cheap tablets is most of them turn out to be unusable," Rajat Agrawal of technology reviewers BGR India said.Critics also point out that an earlier cheap laptop plan by the same ministry came to nothing.
"They don't have a very good touch screen, and they are usually very slow."
"Let's say you're protesting and someone up ahead sees that the cops are getting ready to kettle people, they can send out this vibe that only lasts a few minutes that says, 'Cops are kettling'," said Hornbein.
"It's anonymous too, so not only are you able to send out relevant information to a small radius, but it also disappears, there's no record of it, so no one can come after the person who sent it."
"Getting directions is one of the most popular features on Google Maps, whether it be for driving, walking, biking or transit," Paul Yang, a Google Maps engineer, wrote.The feature is now available to all users, but you need the Earth view plugin to make use of it. Enabling the feature is easy. Just plan out a route, like usual.
"Today, we are launching a new feature that allows you to bring your upcoming trip to life, by allowing you to preview your route in 3D," he announced.