Monday, 3 November 2014

Home News by technology Android 5.0 Lollipop release date, news and features Android 5.0 Lollipop release date, news and features

UPDATED All the info on Android Lollipop, Google's latest OS iteration




Update: Google announced on October 15 Android L is officially called Android Lollipop.
Android L, or its official title, Android Lollipop, is here, and it's brought a raft of new changes, with Sundar Pichai, head of Android, proclaiming it to be one of the biggest upgrades to Android yet.
It's got radical new design, 5000 new APIs, has been available as a developer preview for a while, and it's going beyond the mobile form factor. Android 5.0 will be contextually aware of its surroundings, plus voice is going to me a major input source.

The experience will also be seamless across devices - phones, TVs, and tablets - so making Android Lollipop devices communicate properly is at the top of the feature list. That said, don't think your handset will get left in the dust. Pichai was at pains to point out the mobile phone will always be the priority.
If you've got a sweet tooth for all the information about Android Lollipop, then you've come to the right place. Here's everything you need to know about Google's new mobile platform.

Simple and cool tricks With chrome Tool devolper

As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial. 1. Change the text of a webpage: You can have fun on webpages just by changing the value of a (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'') 2. Get a Non-Crypted password in JS/PhP code: Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps : Find the login form on the website you want to hack Right-click on it and then click on ''Inspect element'' Search on the window that appeared ''
How to Post Custom Via Status on Facebook Today i will Share a short but a Fun Facebook trick with all you Readers, Most of us Use Facebook and update statuses. Normally when you update your status from mobile, then it shows “via Mobile ” or the Name of the brand of mobile you used to update that status. But what if i tell you we can Post Custom Via Status on Facebook which show like ” Updated via Macbook Pro ” or “iPhone 5″ or any other gadget or thing that you don’t even own. Steps to Post Custom Via Status on Facebook Step 1: First of all In order to Post Custom Via Status on Facebook, you will need to Create an app on Facebook, Nope thats not hard at all, you dont need to do any Coding, Follow me while i show you how to do it. Step 2: Click here to goto Facebook Developer page, there if you are asked to register as developer,read this step and if you are not asked and you are already registered then skip to Step 3. Click on Register as developer and Check the box ” I accept the Facebook Platform Policy and the Facebook Privacy Policy” and Click on Continue > Continue > Done. Step 3: Now you are Registered as Developer, Now click on Create new app, Next Step is to name your App so Name it any thing that you want to show as “updated via xyz” . Here in my case it will show ” updated via Smarttricks.net ” as i have named it Smarttricks.net as you can see in the below Picture. Now click on Continue, Leave everything else as it is. Step 4: On the next page you will be filling some more details like App domain and Site url, As you can see i have entered my site url in both the Cases. Everything is done now Click onSave Changes. Note the APP ID we will need it in Next Step Step 5: You app is Ready, Now its time to use it. Simply Copy the Below URL, Open new tab in your Browser, Paste it in address bar, You will have to Replace my APP ID with yours in following URL which is Highlighted in Green Color, https://www.facebook.com/dialog/feed?app_id=649329338451749&redirect_uri=http://www.smarttricks.net Also Understand that if you want to Redirect your Friends to your own blog when they try and click on your Custom Via Status, then Replace www.smarttricks.net with yours in the above URL. Step 6 : Once you have Replaced the app id and Pasted the URL in your address bar, hit enter and boom, you will see something like below Pic,obviously with your app name. Step 7: Now its time to let your Friends know about this, Write your status and click on Share. You will Be redirected to Smarttricks.net but its time to check your timeline to see your Custom via Facebook Status Conclusion : So Now in this Article you learned how to Create your own App and how to Post Custom Via Status on Facebook. If In Case you find it Tedious, then i will share one more method, you simply go Here and Click on any name you want as updated via of your choice and you will be taken to the status update page directly. You might be thinking why so long process when you can do it with this site way to easy? Well, My main aim was to explain the whole process of how it works. and on the above mentioned site, you are limitation to choose the name from the option provided. its always better to make your own choice of custom name .

5 Deadly linux commands list

Linux today is well known and well reputed one of the most powerful operating system.Linux user can perform numerous such tasks that a windows or Mac user can’t even imagine Sometimes Linux can go extreme upto the extent that it can do serious damage to the system. Linux system dont even ask user for confirmation once the command is given and simply performs its task. hardware of your computer within a few seconds. 5 Deadly linux commands list that can Destroy one’s System = 1. Command > rm -rf / = It will Delete Everything Explanation : It is a combination of three keywords. First is : rm It will remove all the files followed by this command. Second is : -rf This will run rm command in more effective way and will remove everything ( all files and folders inside the specified folder )without asking confirmation from the user. Third is : / This will start removing the data from the root directroy and will delete everything from the computer including the data of removable media. 2. Command > :(){ :|: & };: = Shell function that gets repliacated. This command creates a shell function , which once get initialized starts to create multiple copies of itself.It results in taking quickly all the memory and power of CPU.It makes computer freeze or not responding. This is also known as Denial Of Service Attack. 3. Command > mkfs.ext4 /dev/sda1 = This command will format the hard disk Explanation : This command is again composed of two keywords. First is : mkfs.ext4 : This part of command will create a new ext4 file system on following device where this command will get executed. Second is : /dev/sda1 ;This part of command specifies the 1st partition on the first hard disk which is probably in use by the user. Similarly, This Command > mkfs.ext3 /dev/sdb2 will Format the second partition on the second hard disk with ext3 File system. 4. Command > /dev/sda – Write Any content Directly to a Hard Drive. Explanation : This command will execute normally as other commands in linux do. But output of this command will directly be sent to the file system (NTFS or FAT ) of the Hard Drive. It will result into damaging the file system of the computer. 5. Command > mv ~ /dev/null – Beware it Will Move your Home Directory To Black hole. Explanation : Moving any of your content and data to following path : /dev/null means you want to destroy it. It means /dev/null is a black hole where once anything sent , can not be recovered back. Note:Many of these commands will only be dangerous if they’re prefixed with sudo on Ubuntu – they won’t work otherwise. On other Linux distributions, most commands must be run as root. So these were 5 Deadly linux commands list that you must never try them on your system

Sunday, 2 November 2014