Showing posts with label can. Show all posts
Showing posts with label can. Show all posts

Saturday, June 24, 2017

Posted by beni in , , , , , , , , | June 24, 2017

6 GoogleAdsenseGuide How can we avoid to be blocked



Sunday, June 18, 2017

Posted by beni in , , , , , , , , , , , , , | June 18, 2017

8 Gifts you can get the computer enthusiasts in your life that theyll appreciate


If you have someone in your life whose life revolves around their computer and you don�t know what to give them�this is Uncle Tom�s list of 8 non-computer items a computer enthusiast will find helpful.�

I�ve used computers personally for close to 30 years now. This is what I�d find useful as a gift:

1. Brother P-Touch labeler and extra batteries and label tape. The enthusiast will have lots of items that look identical and they�ll need to know which one is which. Your gift helps distinguish them at a glance.

2. Power strip. You can never have enough outlets. Get one with a long cord, too.

3. A shredder that can handle DVDs and CDs.�

4. A $50 Amazon gift card. They�ll need to order something after the holidays.

5. Stand alone physical kitchen timer with a loud annoying bell. This is for when they�re engrossed on-line, yet doing laundry or cooking at the same time.

6. Ream of copy paper. Occasionally they�ll need to print something. Sometimes they�ll even need to print it on nice paper for someone else to look at.

7. A box of Zip-Loc style bags and a box of snap-top containers. This goes well with Present #1.The enthusiast will have lots of small items they need to keep separate from each other.�

8. A box of personalized Post-It or Sticky type notes. The P-Touch is for permanent labeling situations. Your enthusiasts will need to make quick temporary notes on many occasions.��

Feel free to add your suggestions in the comments.

Tom Briant

Editor, MacValley Blog

Tuesday, May 30, 2017

Posted by beni in , , , , , , , , , , | May 30, 2017

6 Best Multiplayer Android Games you can play with your Friends


Here you find some mind blowing Android Multiplayer games that change your mind , feel free while playing this games.You interact with your friends through the facebook,the iPhone and from other platform where the game exists.This games are specialy designed for the Android Devices.The cross platform capability interect you game with your friends on the android device.

Pocket legends is a groundbreaking 3D Massively Multiplayer Online Role Playing game.It i s offically designed for Android users.It is vast online game that will join you with millions of players around the world on wild adventures in creepy dungeouns,rigid mountain.
Pocket Legends is free to play game where players may progress through the majority of content and acheive the power level at no cost.Purchasing in game "Platinum" offers you the ability to generally save time on your progress or own unique items or equipment.


Dungeon Defenders:Join the Battle .Dungeon Defenders is a online Action-Role Playing Game meets Tower Defense.It is free to play game including Competitive Player-Verus -Payer mode available in Android Market.
New added content for Tegra 2 Powered Devices.The deluxe HD content includes new Tegra-exclusive missions, enemies, bosses, pets, and weapons --- for the ultimate mobile Dungeon Defenders experience!


Reckless Racing is the most impessive Dirt Road racer multiplayer game.It is intensive game speciall recommended for Android devices.This game all about escaping the police in Style.Speed down in the highway,cross the zig-zag your way against oncoming traffic, wreck pursuing police cars and earn points.


Words With Friends is the widely popular iOS game liked by everyones,millions of players are adddicted of this game.This is a multiplayer game. so you can connect with friends through facebook,the iPhone and from evry other platform the game exists.Now discuss some features:

1.Simple and familiar crossword gameplay you know and love.
2.Turn-based design lets you play up to 20 games simultaneously
3.Play with your friends or match-make instantly with a random opponent
4.Notifications tell you when it�s your turn.




Guerrila Bob is an awesome multiplayer shooter style game released in the Android Market.It offers you strikly attractive visuals,Multiplayer cross platform, an arsenal of kick ass weaponry,Unique enemies,explosive ammunition and non stop humor.You can select the features of multiplayer using your local Wi-Fi.
Bob can collect money from the enemies and use it in the shop to unlock a huge variety of weapons, each with their own upgrades:
- Machine gun
-Timed Bombs
- Molotov Cocktail
- Shotgun
-Rocket Launcher
- Grenade Launcher
- Sticky Bow
- Chain Gun
- Double Uzis
- Flamethrower



Modern Combat 2 Just finished what you started.Modern Combat 2 play this game to complete the mission enveiled in the first opus of one of the most acclaimed FPS games on Android.You need not apply for a World of Warcraft subscription or own a PC to get your game on. This is available for :
HTC 001HT Desire HD
HTC Desire HD (Ace)
HTC Desire S
HTC Desire Z (G2, Vision)
HTC Evo 4G
HTC Incredible S
HTC Inspire 4G
HTC Thunderbolt 4G
LG P990 Optimus 2X (Star)
LG P999 (Star, G2x)
Motorola A955 (Droid 2)
Motorola A956 Droid II World Edition
Motorola Atrix 4G (MB860)
Motorola Cliq 2
Motorola Defy
Motorola Milestone 2
NEC N-04C
Samsung Google Nexus S and for more devices.

Sunday, May 14, 2017

Posted by beni in , , , , , , , , , | May 14, 2017

5 Tweaks You Can Use to Speed Up Ubuntu Today


You�ve installed Ubuntu on your PC. Perhaps you�re a long-term Linux user, or you�ve just swapped from Windows. Either way, you�ve noticed that things could be faster.
Don�t worry � here are five ways you can tweak Ubuntu to speed things up!

Show Hidden Startup Applications

Software that is configured to run at system startup can slow things down incredibly, whether you�re using Linux, Windows or OS X. Or even Android.
Ubuntu users can fix slow startups by opening the Startup Applications screen, but on first glance you�ll notice that things are a little sparse. To prevent mistakes, the majority of startup applications are hidden, but you can tweak this by opening the Terminal and entering:
sudo sed -i s/NoDisplay=true/NoDisplay=false/g� /etc/xdg/autostart/*.desktop
You should then see a refreshed list of startup apps. Take care with apps you reconfigure here, however, as changing some items can result in system stability issues.
muo-linux-ubuntu-speed-startup
The best thing to do is stay away from system items or anything that was preinstalled, and only adjust those that you have installed and don�t want to slow down your system startup. We previously looked at Startup Applications when Danny gave you four ways to speed up Linux � worth a read for some additional ideas.

Fix Bugs That Slow You Down

This might seem both vague and obvious, but if you stay up to date with conversations online about the latest releases, you�ll be able to spot problems that other users are having. If these chime with issues you�ve also experienced, you�ll be able to take action.
For instance, the File Browser Panel can slow things down, so it is worth toggling its status to see if disabling will improve performance.
muo-linux-ubuntu-speed-gedit-plugins
Do this by opening gedit, then open Edit > Preferences and switch to the Plugins tab. Here, you should scroll through to find File Browser Panel and uncheck it, clicking Close to finish.

Install Adaptive Readahead (Preload) Daemon

Another great way to speed things up is to teach Ubuntu what you use often, so that the operating system loads apps in advance. You can do this using the Adaptive Readahead Daemon, which will identify the apps you use the most.
muo-linux-ubuntu-speed-readahead
Just open the Software Manager (one of several ways of finding new apps on Linux), search for �preload� and install the app.
One obvious beneficiary of preloading will be your browser. If you�re not convinced by how much of a change preloading will make, check how long it takes to open the browser after booting your PC, then install the daemon, and load the browser again. It should open 50-75% quicker.
(Note that this tool may not work in Ubuntu 14.04 LTS.)

Change Swappiness Value

Huh?!
Okay, if you installed Ubuntu with a swap partition, this is intended to help your system manage memory, which is especially useful if your PC doesn�t have much RAM installed.
The swappiness value determines how much data is written to the virtual memory on the hard disk drive, which can slow your system down. Begin by opening a Terminal and entering:
cat /proc/sys/vm/swappiness
The default swappiness value in Ubuntu is 60.
Next, open the /etc/sysctl.conf file in a text editor:
gedit /etc/sysctl.conf
Scroll to the bottom and add the following parameter (and the associated note as a reminder):
# Decrease swappiness value
vm.swappiness=10
With this done, save the file. Unusually for Linux, you�ll also need to restart the computer. Once booted up again, confirm the swappiness value has changed. Less data will now be written to the virtual drive, but keep in mind that this is a tweak that is really only intended for older computers.

Upgrade Your Hardware

As with Windows, adding hardware to your Linux computer will improve performance.
laptop-ram
This might mean swapping your HDD for a newer model (or for a solid state drive) or adding RAM to your system. On a modern system, additional RAM will usually have a great impact than a new CPU, and is usually cheaper than a new HDD, so explore this option first. When it comes to a HDD, it�s worth considering an SSD as a faster replacement.
While a new CPU can also have a strong impact, also consider upgrading your graphics card, ensuring you select a replacement that will run happily under Linux.
Of course, if you�re using a laptop, all of the above (including RAM, increasingly) will remain out of reach, leaving upgrades therefore unavailable.

Source: http://www.makeuseof.com/tag/5-tweaks-can-use-speed-ubuntu-today/

Saturday, May 6, 2017

Posted by beni in , , , , , | May 06, 2017

A lunch can never get unhealthier


The lunch at Trst, Italy
I am a big fan of summer. Most probably because I live in a country where the summer is sunny and pleasant, where winter and autumn are cold and wet. Spring is just the anticipation to summer. We never really have well-defined seasons in Sri Lanka, unlike Europe. It is easier to remember the events with the right month that happened thanks to the seasons.

This summer was considerably hot in this part of Europe. I came to Europe for my masters program EMDC, when the summer was almost finishing, in 2012. I was in Sri Lanka during most part of the 2013 summer. I was in Europe for 2014 summer completely, completing my EMDC and beginning my PhD, EMJD-DC. So in fact, 2015 was just my second complete summer in Europe.

My short trip to Trst, Italy was remarkable. It was terribly hot in Trst. I never thought that I would experience a weather hotter than Colombo, in Europe. I was proven wrong. I am not a fan of Italian food. I however was eating all unhealthy food and ice cream during my short trip. :)

Saturday, April 15, 2017

Posted by beni in , , , , , , , , , | April 15, 2017

A New Tordow Malware on Android can Root your devices



The devices which are running android Operating System are affected by a modified version of the Tordow Malware, The original malware was released at the start of the Q1.
The base version of the Malware tries to access the Root user privileges to steal your passwords.
It is trojan horse where it attempts to get full control and then perform tasks such as controlling phone calls, SMS and it will even try to install apps and rename the core files of the android.

How does the malware enter the Phone

The malware spreads through the apps which are downloaded from the Third Party Sources, to So we suggest staying away from those stores and download apps from the sources that your trust, which reduces the probability your begin affected by the malware.
Comodo says attackers download these apps, reverse-engineer them to inject the malware, and then reupload the apps in the stores. Titles such as Pokemon Go, Telegram, and Subway Surfers have already been infected, so you better stick to the official Play Store to remain secure.
Since they are delivered as APK files, these applications can also spread via social media or other sites, so it�s important to always download from sources that you can trust.

How does it enter your phone

Once the App got installed in the victim�s phone it tries to gain root privileges and establishes a connection to the command center to await the further instructions.
So that attackers can execute any command they want on your phone, The malware has mostly targeted the bank apps in your mobile and financial information.
Removing Tordow from an infected device is particularly difficult since it gets root access, so flashing a new firmware might be the best way to do it, as deleting the source app that led to the infection does virtually nothing.
Take your time to comment on this article.

Friday, April 14, 2017

Posted by beni in , , , , , , , , , , , , | April 14, 2017

A glimpse of the future what we can expect from Windows 10 PCs



1 ) Introduction & Performance Boost : 

Windows 10 PCs are going to run the usual gamut from the familiar � tablets, notebooks, 2-in-1s, desktop PCs and mini PCs you can mount behind a screen � to the unusual, like HoloLens and Internet of Things devices.
We got an advance glimpse of the hardware thats going to be built thanks to the agenda for WinHEC, the Windows Hardware Engineering Community. And it looks like lots of the new technologies we saw previewed at CES this year will make it into devices.
Some of the most interesting new features supported pertain to connectivity � plugging in devices, docking a tablet when you need more ports and a bigger screen, or sending content to a big screen.
Microsoft is promising "Miracast improvements in Windows 10" as part of the move to WDDM 2.0. Youve needed WDDM 1.3 graphics drivers for Miracast in Windows 8.1, along with a Wi-Fi card that can set up the Wi-Fi Direct network between your PC and the screen youre sending to, plus a GPU that has Hybrid Graphics � both a low-power integrated graphics processor and a dedicated GPU that can drive the second screen.
Miracast is useful when you want to project your whole PC screen to another display without plugging in a cable, whether thats to watch a movie, or give a presentation or product demonstration, but its been tricky to set up. The improvements may simplify that � weve been able to get Miracast adapters like the Roku 3 working on devices running the Windows 10 preview when we couldnt stream with the same hardware and Windows 8.1.
But Microsoft will also be talking about what sounds like a more generic version of Wi-Fi video streaming for Windows 10 � what it calls "Wi-Fi casting and hang detection with recovery".
Unlike AirPlay and Chromecast, Miracast doesnt use your main Wi-Fi network, it creates a separate Wi-Fi Direct network between the PC and the Miracast screen. Perhaps Wi-Fi casting will add an option to stream over a standard Wi-Fi network (today you can do that with Play To, but only from specific applications and only with specific video formats, not for everything on your screen).

Get connected

Windows 10 gets support for the new reversible, either-way-up USB type-C portsand connectors that weve been expecting, so we should see those showing up on new phones, tablets and notebooks.
We saw motherboards with both USB 3.0 and type-C, and now that phones will run Windows 10, youll be able to plug USB peripherals in to them as well as plugging your phone into your PC.
Thats why Windows 10 will add support for USB Dual Role, where the same device can be either a host that other USB devices connect to, or a USB device that connects to another host � or it can be both at the same time. That also lets you plug a screen into your PC over USB.
USB type-C ports also carry more power than USB 2.0 and 3.0 � Windows 10 will support the full 100W power that USB type-C can handle, so youll be able to charge your notebook over USB. Thats ideal for docking stations; instead of a custom docking connector, a tablet or notebook can just plug in with USB and youll get power and display connections.
That works because Windows 10 supports another new USB feature, Alternate Modes. Instead of using the usual USB protocol to transfer information over a USB connection, devices will be able to use different protocols like DisplayPort, Thunderbolt or MHL. So with the right cable, a tablet that only has a USB port could drive a monitor that needs a DisplayPort connection. That makes it much easier to design a nice, lightweight tablet that you can use like a full PC when you get to the office.
Microsoft is suggesting to OEMs that Miracast and USB type-C will be great for docking tablets and notebooks, and Windows 10 will also support the new 60GHz WiGig technology. Thats a faster wireless connection than Wi-Fi � weve seen speeds between 7 and 12Gbps � but it goes over a much shorter distance. You could use it to send video from your phone or PC to a TV with a WiGig adapter in the HDMI port.
But where it gets really interesting is when you replace the USB or custom port you use to plug a keyboard into a tablet with a WiGig connection. Now you dont need a port that lets dust and water in, or special holes and guides to get the keyboard in exactly the right place to connect to the port. You can just put the keyboard next to the tablet and it will start working without all the fiddly bits of plugging it in.
Doing away with a port will make the dock and the device slightly cheaper and more reliable (often, its the port that breaks rather than anything else in a dock). Supporting all these options should mean we see Windows 10 PCs with interesting connection and docking options.

Performance boosts

It appears that Microsoft is also emphasising the importance of improving performance and battery life, with new tools like a Battery Estimation Engine that shows which apps, services and hardware on the PC are using power, and a new Battery Saver mode. It sounds like PC makers will have to make some changes to their drivers to make those work well.
Windows 8 introduced Connected Standby mode, which lets PCs using low-power System on Chip CPUs like ARM, Atom and the latest Haswell Core processors (including Surface Pro 3) drop into a low power mode where the CPU and memory arent using power, but Wi-Fi is still connected so email can arrive and a Skype call can wake the device up if youve allowed that.
Windows 10 also adds a new Modern Standby mode. We dont have any more details about this � perhaps it will work with a wider range of hardware than Connected Standby, or allow Bluetooth Low Energy devices to work with a PC in Modern Standby so you could wake it from an external keyboard or find it when its turned off? Or it might be a version of Connected Standby for the way phones work.

2) Sensors and Security :

Now that Windows Phone wont be a separate OS any more, there are more phone-like features going into Windows 10. Windows 8.1 already supports Bluetooth LE for things like low power keyboards and even wearable devices like the Fitbit. Thats still in Windows 10, but theres also an SMS router and "Host card emulation for NFC payments". Thats the same technology that Google just bought Softcard for, letting you tap with your phone � or your tablet � to make a payment.
That session also covers "proximity features" � Microsoft has often talked about using NFC in a tablet or PC keyboard to make it easier to pair peripherals or to let you send content youre viewing on one device to another, like switching video from your phone to your TV when you get home.
Phones are also one of the reasons Windows 10 will support new sensors in addition to the usual accelerometers, ambient light sensors, compasses, gyroscopes and so on. These new sensors are already used in phones and the OEMs need them.
At least one Windows Phone device (the Lumia 1020) has a barometer in � although Windows Phone 8 doesnt let developers use it � and several Samsung and Nexus handsets also have barometers in, and theyre common in GPS devices. Theyre not for weather purposes, though � knowing the atmospheric pressure is a good way of checking the altitude and that speeds up getting your GPS location. That saves power because you can turn off the high power GPS radio more quickly, and it will work in Windows 10.
Similarly, supporting long range proximity sensors is key for phones � its how the phone knows to turn off the screen when youre holding it up to your ear, so the side of your face doesnt activate the touchscreen and hang up your call. You could also use them to turn on an NFC sensor only when there was something near it to read, which might also save power.
Windows 10 also supports custom and composite sensors. In the past PC makers could build in any sensor if they wanted to write the driver for it themselves, but making that easier is important for Internet of Things devices that need a much wider range of sensors.

Low hardware requirements

Microsoft is also keen to attract OEMs whove previously made devices using Android or Chrome OS and other operating systems, promising them that "you can reuse many of your existing designs from other platforms on Windows". Supporting more sensors will help OEMs build Windows devices more quickly, and it suggests that the hardware requirements for Windows 10 PCs will be pretty low.
That fits with what OEMs have asked Microsoft for � to let them use the same systems they might otherwise put Android on, and it means the flood of cheap Windows tablets should continue. But that does also mean they might miss out on some Windows 10 security features. 

We already know security is a major area for Windows 10, and it makes sense that Microsoft will be pushing OEMs to put TPMs in Windows 10 PCs because new features like FIDO-compliant next-generation credentials and enterprise lockdown wont work without them.
Back in 2013, Microsoft said that by January 2015 all PCs would have to have a Trusted Platform Module to get a Windows logo. But that requirement went away last year, probably as part of the Bing for Windows licence deal � OEMs making cheap Windows tablets dont want to spend the few extra dollars to add a TPM, so some 8-inch Windows tablets have a TPM, but others dont.
The Windows Hardware Certification documents currently say "Systems that support Connected Standby must also have a TPM". Microsoft cant tell PC makers they can reuse the same hardware they bought to make Intel-based Android tablets (which dont use the TPM) and then make them have a TPM in every PC. But it can push the idea by pointing out that you need them for password replacements � especially on tablets people will take to work, for mobile payments using that NFC support, and for streaming copy-protected ultra-high definition content.
After all, what Microsoft wants � and will be pushing at WinHEC � is not just lots of PCs at low prices, but a wide range of PCs from cheap tablets to high-end systems with features you cant get in Macs or Chromebooks.

Search