NTech

Menu
  • Home
  • Technology
    • Internet
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Thursday, 30 June 2016

It’s Official: Android N Is Android Nougat

By ntech23:14 No comments

It’s Official: Android N Is Android Nougat

ANDROID NOUGATShort Bytes: After months of speculations and guesses, Google has finally revealed the official name of the next version of the Android operating system. Via its Twitter and Snapchat accounts, the tech giant revealed that Android N will be called Android Nougat.
At its Google I/O conference in May, Google unveiled the latest iteration of its mobile operating system i.e. Android N.Today, finally, Android N has got an official name i.e. Android Nougat. Google announced this news on its Twitter and Snapchat accounts.
For the first time ever, Google invited suggestions from the users and asked them to submit ideas for naming this sweet delicacy.
Introducing #AndroidNougat. Thank you, world, for all your sweet name ideas! #AndroidNReveal pic.twitter.com/7lIfDBwyBE
— Android (@Android) June 30, 2016
Ever since its announcement, Google has been dropping hints. While most people were rooting for names like Android Nutella, Google was using Android New York Cheesecake as an internal codename for the mobile operating system.
android nougat android n
Before releasing the final name, earlier in the day, the tech giant showed off different statues showing various sweet-flavored Android names.
However, Google didn’t reveal if Nougat was the most voted/suggested–I doubt that–Android name.
Did you find this article interesting? Don’t forget to drop your feedback in the comments section below.
Read More

Wednesday, 29 June 2016

How To Create Undeletable Folder In Windows

By ntech21:30 No comments
To know the trick to protect your valuable files then just follow the below steps that how can you create a folder that cannot be deleted or renamed. Step starts from CMD as Command Prompt from your computer, get the details instruction from the below steps.
Step1. Open CMD as Command Prompt. (Go to Start and type CMD)
Command Prompt
Command Prompt
Note: After this step make sure that you will not select a root directory, means, you can only create this folder on non-rooted drives such as D, E, F, G not the C drive because you have installed your windows on that Drive.
Step2. Open CMD and type E: and hit enter.
Select Your Desire Drive I have selected E:
Select Your Desire Drive I have selected E:
Step3. Now type md con\ (MD represent Make Directory) Hit enter.
Note Why We Use con?: Files may be copied to devices. For example, copy file con outputs file to the screen console. Devices themselves may be copied to a destination file, For example, copy con file takes the text typed into the console and puts it into FILE, stopping when EOF (Ctrl+Z) is typed.
Now Type md con
Now Type md con\
Note: You just created a new folder on E Drive, just check it out whether it worked or not, Confirm? OK if yes that means you created a folder, now delete that folder to make sure it is working as undeletable as Title of the tutorial mentioned, now put some folders and music files under con and again try to delete con folder if you see no changes that mean it worked on your computer.
Now Check Your Computer Drive
Now Check Your Computer Drive

Now how to delete the undeletable folder? Follow below steps again!

Step. open your CMD again, type E: hit enter and again type rd con\ (Remove Directory) hit enter.
To Delete The Same Folder Type rd con
To Delete The Same Folder Type rd con\
Your file is deleted. everything is fine, just put the value or code correctly and you got what you want. Just make sure whether you are a programmer or not, typing a perfect code is the only genuine work, if you mislead or mistype then your code then it will not perform.
Stay ON, comment below if you want to know more tricks on the windows computer.
Read More

Russia Is Making A New Linux-based Mobile Operating System To Kill Android And iOS

By ntech21:01 No comments
RUSSIA MAKING NEW MOBILE OS LINUX BASED SAILFISHShort Bytes:  Russians are busy developing their own Linux-based mobile operating system to end the monopoly of Google’s Android and Apple’s iOS. Aimed at mass audience, this operating system is being developed by Open Mobile Platform on the top of Sailfish OS.
Unlike the rest parts of the world, the privacy and business laws are more stringent in Europe. While companies like Google and Facebook continue to do their business smoothly in USA, they have to walk on some uneven roads in Europen countries from time-to-time.In a similar case, Google was on the losing side in an anti-monopoly case in Russia that alleged Google for forcing its services in Android. As another major development, Russia has announced that it’s working on a new mobile operating system to end the monopoly of Android and iOS.
The Russian minister of communication, Nikolai Nikiforov, told the world via Twitter that Open Mobile Platform, a Russian company, is building a Linux-based global operating system and the company is currently looking for developers and engineers.russian mobile os
In early 2016, Nikiforov talked about the possibility of an Android-alternative in Russia. He discussed the possible partnership with other BRICS (Brazil, Russia, India, China, and South Africa) members to develop this operating system.
It should be noted that the new operating system is not created from scratch. Instead, it’s being created on the top of Sailfish OS, which was developed by a Hong Kong-based start-up Jolla — a company formed by former Nokia employees.
Sailfish OS is based on open source Linux kernel and features Jolla’s open source Mer Core UI and other third party components.
This effort is aimed at making inexpensive smartphones based on the new OS for the mass audience, according to Open Mobile Platform President Grigory Berezkin.
If the new operating system comes with the functions good enough to challenge Android, a good marketing in the BRICS countries–countries with the half of the world’s population–can result in something great for the new Linux-based mobile OS.
Did you find this article helpful? Don’t forget to drop your feedback in the comments section below.
Read More

Tuesday, 28 June 2016

How To Hide Your Secret Files Inside An Image

By ntech02:09 No comments
Steps to hide your secret files inside any Image!
Step1. At first from the desktop create a folder, name it CodingSec and then put some files. (For Example; put three music files)
Step2. Now suppose if you selected any three then compress those three files using WinRAR(see image). Once you created a RAR file name it as CodingSec.
Create RAR File
Create RAR File
Step3. Now just put one image as I had done, name it as Logo.jpg (file must be in JPG format). That’s it all done! Exit from that Folder.
Step4. Now Open CMD as Command Prompt from Start Type CMD hit enter. Now start typing as below listed, see image also for better understanding.
Type1: cd Desktop\CodingSec
Type2: copy /b Logo.jpg + CodingSec.rar Logo.jpg
Hit Enter
Type3: exit
Follow CMD Steps
Follow CMD Steps
You just created an image file that contains all the three files but not visible to anyone until and unless you open that image file using WinRAR Archiver.
Right Click On The Image And Open It As WinRAR Archiver
Right Click On The Image And Open It As WinRAR Archiver
If you don’t see your WinRAR Archiver then Choose Default Programs and Browse it to the Bottom of the Windows you can see WinRAR and from there double click to make that enable and open from that file.
Now you can see that your Image file size is increased (See Image).
See Those files as selected to Hide
See Those files as selected to Hide
Note: The Image file as Logo, you can move that file to any location of the computer.
Read More

How to create a moving car effect in C programming

By ntech02:07 No comments
#include "graphics.h"
#include "conio.h"
#include "dos.h"
void main()
{
int gdriver=DETECT,gmode,i=0,j=0;
initgraph(&gdriver,&gmode,”c:\turboc3\bgi”);
for(i;i<420;++i)
{
line(0,245,650,245);
line(0+i,200,210+i,200);
line(50+i,200,70+i,170);
line(70+i,170,140+i,170);
line(140+i,170,160+i,200);
line(85+i,170,85+i,200);
line(125+i,170,125+i,200);
line(0+i,200,0+i,230);
line(210+i,200,210+i,230);
line(0+i,230,50+i,230);
circle(65+i,230,15);
line(80+i,230,130+i,230);
circle(145+i,230,15);
line(210+i,230,160+i,230);
pieslice(65+i,230,359-j,360-j,15);
pieslice(65+i,230,179-j,180-j,15);
pieslice(65+i,230,89-j,90-j,15);
pieslice(65+i,230,269-j,270-j,15);
pieslice(145+i,230,359-j,360-j,15);
pieslice(145+i,230,179-j,180-j,15);
pieslice(145+i,230,89-j,90-j,15);
pieslice(145+i,230,269-j,270-j,15);
if(j==179)
j=0;
++j;
delay(30);
cleardevice();
}
closegraph();
}
Read More

How to Hide and UnHide Any Drive in Windows Using Command Prompt

By ntech01:44 No comments

How to Hide Any Drive in Windows Using Command Prompt

Method 1 of 2
Step 1: Type CMD in Start menu search area and hit Enter to launch Command Prompt. You can also find the Command Prompt under Accessories category in Start menu. In Windows 10 and 8.1, you can right-click on the Start button, and then click Command Prompt to open the same.
Step 2: In the Command Prompt, type Diskpart and hit enter key. Click Yes if you are prompted with UAC (User Account Control) dialog-box.
                                                      DiskpartCommand_thumb
Step 3: And then type List Volume and hit enter to see list of all drives.
                                         Hide Drives
Step 4: Select the drive that you want to hide. To do this, type Select Volume G (here, G is the drive letter) orSelect Volume 8 (here 8 is the volume number)
              Hide Drives 2
              Hide Drives 3
Step 5: To hide a drive, type Remove Letter G. Here, G is the drive letter than you want to hide.
              Hide Drives 4
Step 6: You are done. Close the Command Prompt.
Also read:Keyboard Shortcuts Everyone Must Know
Method 2 of 2

To show the hidden drive, follow the steps given below:

Step 1: Follow the procedure mentioned in step 1, 2, and 3 of Method 1.
Step 2: Select the volume number for which you want to assign a drive letter and show in the explorer. TypeSelect Volume 8 (here, 8 is the volume number) and hit Enter key.
Step 3: Once selected, type Assign Letter G and hit Enter key to see the drive in explorer(replace G with the drive letter that you have previously removed).
           Show Drive
Read More
Newer Posts Older Posts Home

Pages

  • Home

Popular Posts

  • What Is A Motherboard? What Are The Different Components Of A Motherboard?
    What Is A Motherboard? What Are The Different Components Of A Motherboard? Image: Wikipedia Short Bytes: A motherboard acts as a pl...
  • Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS
    Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS     Short Bytes: A coder, known as Fabian on GitHub, ...
  • Biggest Rivalries in Computing History
    Pepsi vs. Coke, Edison vs. Tesla, Star Wars vs. Star Trek, history is filled with famous rivalries, but few have matched the intensity and...
  • PHP vs Ruby which programming language is better for web development
    PHP vs Ruby which programming language is better for web development PHP and ruby are trending scripting languages for the web servers...
  • Master Python: Save over 95% on 50+ hours of training
    Master Python: Save over 95% on 50+ hours of training For prog...
  • How to Right Click using the Keyboard
    Looking for the right click keyboard command ? It’s not often you’re left without a mouse, a trackball, or a touch pad, but there are...
  • It’s Official: Android N Is Android Nougat
    It’s Official: Android N Is Android Nougat Short Bytes: After months of speculations and guesses, Google has finally revealed the offi...
  • All over the world use Uptodown to get instant access to a huge catalogue of apps for a number of operating systems.
    https://en.uptodown.com
  • Happy Birthday Steve Jobs: The Genius Life Of Apple’s Founder
    Happy Birthday Steve Jobs: The Genius Life Of Apple’s Founder     Short Bytes: The life of Steve Jobs wasn’t a straight line. He fa...
  • 13 most useful Mac shortcuts that will help you do everything quickly
    13 most useful Mac shortcuts that will help you do everything quickly       The 13 most useful Mac shortcuts that lets y...

Recent Posts

Text Widget

Pages

  • Home

Blog Archive

  • ►  2019 (2)
    • ►  May (1)
    • ►  April (1)
  • ►  2017 (7)
    • ►  July (1)
    • ►  April (3)
    • ►  March (3)
  • ▼  2016 (50)
    • ►  October (1)
    • ►  September (4)
    • ►  July (2)
    • ▼  June (6)
      • It’s Official: Android N Is Android Nougat
      • How To Create Undeletable Folder In Windows
      • Russia Is Making A New Linux-based Mobile Operatin...
      • How To Hide Your Secret Files Inside An Image
      • How to create a moving car effect in C programming
      • How to Hide and UnHide Any Drive in Windows Using ...
    • ►  April (2)
    • ►  March (5)
    • ►  February (28)
    • ►  January (2)
  • ►  2015 (9)
    • ►  August (9)
Powered by Blogger.

Text Widget

About Me

ntech
View my complete profile

Copyright © NTech | Powered by Blogger
Design by Flythemes | Blogger Theme by NewBloggerThemes.com