Posts

Conscious and Unconscious

Conscious and Unconscious Perhaps the best way to illustrate the relationship between the conscious and unconscious minds is the story of Jason's spring. When he was a boy, Jason used to visit his grandfather's camp, deep in the woods. It was located down in a valley, with the nearest neighbor over a mile away. The camp had no telephone, electricity, or indoor plumbing. When Jason visited, one of his chores was to fetch water from the spring behind the camp. The spring was very shallow, and when he scooped up water, he was only able to fill his pail half full. The pail always scraped along the bottom of the spring and roiled up the debris that had settled there. Then he would have to wait until the water cleared. When Jason tried to fill his pail again, he lost the water he had already scooped up and was only able to fill it to the same level as before. Try as hard as he might, he was only able to fill half the pail. He finally returned to the camp, disappointed at his...

ADO.NET is an integral part of the .NET Compact Framework

ADO is a language-neutral object model that is the keystone of Microsoft's Universal Data Access strategy. ADO.NET  is an integral part of the .NET Compact Framework, providing access to relational data, XML documents, and application data.  ADO.NET  supports a variety of development needs. You can create database-client applications and middle-tier business objects used by applications, tools, languages or Internet browsers. ADO.NET  defines  DataSet  and  DataTable  objects which are optimized for moving disconnected sets of data across intranets and Internets, including through firewalls. It also includes the traditional  Connection  and  Command  objects, as well as an object called a  DataReader  that resembles a forward-only, read-only ADO  recordset . If you create a new application, your application requires some form of data access most of the time. ADO.NET  provides data access services in ...

Wifi Hack on Android

Image
http://www.youtube.com/watch?v=imznbZ_NmDE&feature=related

Run Backtrack 5 On Android Devices (Step By Step)

Image
Description: Backtrack is a very popular linux distribution for penetration testing. It has hundreds of tools for pentesting and hacking. Now a version of backtrack is available for arm processor devices. Normally android based mobile devices uses arm processor so we can install arm version of backtrack on android devices. This video explains very clearly step by step method of installing process of arm version of backtrack on android devices. Following are the steps and utility for the installation process. 1. Download terminal emulator,android vnc and arm version of backtrack. 2. Extract the content of img file and transfer it in to memory of android devices. 3. Install BusyBox and start it. 4. Open terminal emulator. use "cd" command to get in backtrack directory where extracted content is saved on memory card of device. In this case command is cd /sdcard/BT5 5. Type "sh bootbt" and we will be in Backtrack. Disclaimer: We are a infosec vide...

4 Ways to Create Bootable Live USB Drives (For Windows, Linux and Mac OS X)

Image
4 Ways to Create Bootable Live USB Drives (For Windows, Linux and Mac OS X) 1. Using UNetbootin (for Windows and Linux) UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you've already downloaded one or your preferred distribution isn't on the list. UNetbootin has built-in support for automatically downloading and loading the following distributions: Ubuntu, Debian, Fedora, PCLinuxOS, Linux Mint, Sabayon Linux, Gentoo, MEPIS, openSUSE, Zenwalk, Slax, Dreamlinux, Arch Linux, Elive, CentOS, Damn Small Linux, Mandriva, SliTaz, FaunOS, Puppy Linux, FreeBSD, gNewSense, Frugalware Linux, NetBSD but can work with others too. UNetbootin can also be used to load various system utilities, including: Parted Magic , a par...

The 5 most popular Linux distributions

With all that in mind, let's take a brief look at the DistroWatch top five over the last few months. From the bottom up we find: 4:  Debian:  I've never been a big Debian fan -- I much prefer Debian-based distributions such as Ubuntu and Mepis  -- but lots of other people are. Debian,  which just turned 19 , remains important not just because it is the foundation for many other Linux distributions, but because year after year it continues to be loved by its users. 4:  Fedora: But while Debian isn't one of my favorites, I confess I really haven't cared for Fedora, Red Hat 's community Linux distribution, in recent years. Well, it's not so much Fedora,  it's the fact that it uses GNOME 3.x  -- the desktop interface I love to hate. Regardless of how I feel about it though, Fedora clearly has its fans. And, if you work on Red Hat Enterprise Linux (RHEL) development, it's a really wise idea to keep a copy of Fedora on hand so you can ...

ODIN ZIP file from the XDA Developer

How to Use ODIN on Android by Tiffany Garden, Demand Media ODIN is a third-party, Windows-based program created specifically to flash files such as ROMs on Samsung smartphones. ODIN is used in several different circumstances, such as flashing firmware or installing a custom ROM on the smartphone. ODIN has no special requirements beyond the Samsung USB drivers, which may be installed on your computer already depending on your smartphone usage. Step 1 Download the ODIN ZIP file from the XDA Developer forums at forum.xda-developers.com. Extract the ODIN folder to your computer. The folder does not need to be in a specific directory or drive. Step 2 Connect your Samsung phone to your computer with the data cable. Turn it off for 30 seconds. Turn the phone on while holding down your "Home," "Power" and "Decrease volume keys" until you enter download mode. Step 3 Launch ODIN on your computer. Click "Auto Reboot." Clic...