Showing posts with label solution. Show all posts
Showing posts with label solution. Show all posts

07 March 2016

How to block bad websites in Ubuntu and Mint linux

Hello guys, many people ask how to ban or block bad websites (domains) , if you use Mint or Ubuntu linux and there are other users use your PC, especially children. we will give you a solution to block any website or domain you want with an easy way, You don't need to install or use Applications but you only need to make a simple entry in the / etc / hosts.

how, to, block, bad, website, ubuntu, mint, linux, domain, domains, websites, sites, children, pc, solution, app, blocker, wikihard,
How to block domain in ubuntu and mint linux @wikihard

/etc/hosts is a very important file to control websites, also to do other things ( I'm talking about DNS ) but in this article we talk only about how to ban some sites.

 1. How to block and ban domains in Ubuntu linux :


First you need to open the file "/etc/hosts/" by typing the this command on the terminal :

gedit /etc/hosts 

after that add the following line:

127.0.0.1 domain.com

here make sure to change the value of "domain.com" and put the domain that you want to block it.

how, to, block, bad, website, ubuntu, mint, linux, domain, domains, websites, sites, children, pc, solution, app, blocker, wikihard,
how to block domain in ubuntu linux @wikihard


Now it done, if you try to open this domain, this message will display " Failed to Connect " .



 2. How to block and ban domains in Mint linux :

to block domain name in Mint linux, just follow this steps : 

Menu -> Adminstration -> Domain Blocker
Add your domain and Press Block 

This picture will explain everything :

how, to, block, bad, website, ubuntu, mint, linux, domain, domains, websites, sites, children, pc, solution, app, blocker, wikihard,
How to ban domain or website in mint linux @wikihard

 

23 February 2016

Ways to repair USB flash drive

If your USB Drive undetectable, does not appear in my computer, does not want to format or 0 byte despite the presence of files you need to repair your USB flash drive.

ways, to, repair, usb, flash, drive, disk, key, disque, format, solution, cmd, windows, storage, tool, wikihard,
Ways to repair USB flash drive @wikihard

This can happen for example when we unplug the USB without turn it off.

This tutorial list different techniques to repair your USB starting with the simplest solutions without formatting your USB flash drive.

Read : Easy Way To Format USB Flash Drive Protected Write In Windows 7, 8 And Windows 10

Solutions without formatting the USB

The first solutions is to simply restart the computer and then to re - test your USB.

The problem may also come from the USB port of your computer. For this plug your USB stick on another USB port.

Naming a new letter:

Sometimes Windows can't assign a letter to your USB stick.

First plug your USB stick.

Go to control panel  >  administrative tools  >  computer management.

In the storage section click on disk management  > right click on USB  > click on explore.

If no letter is assigned to your USB key go to step 2, otherwise go to step 1.

Step 1) return to the disk management  >  right click on your key USB  >  click on change drive letter and paths...  >  click on edit  >  select a letter  >  click Ok  >  click Yes

Step 2) return to the disk management  >  right click on your key USB  >  click on change drive letter and paths...  >  click on add  >  choose a new letter for your USB key  >  click Ok  >  click Yes

Recover your USB:

Via cmd.exe

The Chkdsk command to detect and repair any errors from your USB. You must be an administrator to run the Chkdsk command. No files in the USB should - be open during the process.

Click on start  >  run (or Windows key + R)  >  type "cmd"  >  type Chkdsk /f F: (F: being the letter of your key)  >  type 'Y' If prompted

Through the properties of the USB stick:

An alternative to repair your USB is to go through the properties.

Click on my computer  >  right click on your key USB  >  properties  >  Tools tab  > click on check now  >  check both options then click on start

A report is generated at the end.

ways, to, repair, usb, flash, drive, disk, key, disque, format, solution, cmd, windows, storage, tool, wikihard,
Ways to repair USB flash drive @wikihard

Solutions by formatting the USB


If the previous solutions fail will need to go through your USB stick formatting.

Via disk management

Go to control panel  >  administrative tools  >  computer management  >  disk management  >  right click on your key USB > format... >  click Yes and then select a volume and file system name (to know what file system use see this tutorial)  >  click Ok

Recreate a partition using Diskpart from Windows

This utility allows to recreate a partition in the event of disk corrupted.

Click Start  >  run (or Windows key + R)

 >  enter cmd in the fields then enter

 >  type "diskpart" and confirm with the Enter key

 >  enter the following command: 'list disk' and confirm with the Enter key

 >  locate your USB using the size of volumes information and then type select disk X or X is the disk number of your USB

 >  enter clean and confirm with enter

 >  successively enter these commanndes posting by the Enter key: "create partition primary" and then "format fs = ntfs quick" then "assign" and finally "exit".

 >  close the command window.

Via HP USB Disk Storage Format Tool

HP USB Disk Storage Format Tool is a small utility specially designed to format the USB.

A program launched, locate the letter for your USB key and select the device

Select the formatting mode in File System

Give a name to your USB flash drive in the Volume label field

Click on Start and confirm by clicking Yes

13 February 2016

Easy way to format USB Flash drive protected write in Windows 7, 8 and windows 10

Easy way to format USB Flash drive protected write in Windows 7, 8 and windows 10

When you try to open a USB stick, Windows warns you that the latter is write protected? Cannot have access to the files and much less to erase the contents.

flash,drive,disk,flashdisk,write,remove,protected,windows 7,windows 8 ,windows 10,solution
Drive protected write message

Cause the most widespread: a clerical error changed data in the partition of the key table, which has the effect of making it write-protected.
In this case, cannot have access to the USB stick, copy a file on it or to delete a file that it contains.
No problem yet, simply go through the Windows registry.
To do this, press at the same time Windows and R. In the field that appears, type regedit and confirm.
Find the following key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies.
Click on it and look in the right column and change the value Writeprotect to 0.

way,format,usb,disk,drive,flash,disk,flashdisk,protected,protect,write,writed,windows,7,windows,8,windows10
Easy way to format USB flash drive protected write

Then click the OK button to confirm. Finally, quit Registry Editor and restart the computer.
There is another solution which allows to format a USB key non-writeable and that works fine under Windows 7.8 and Windows 10. This solution is based on the Windows Diskpart utility.
DiskPart is a small command-line utility that allows the management of the disks. It is integrated with the majority of Windows: XP, Seven, Win 8 and 10.
To use it, please follow these steps:
First run a command prompt by using the Windows key and R, typing cmd and then validating by the Enter key.

  • Then type diskpart and confirm.
  • Type list disk to get the list of the discs and are looking for the USB number identifying its ability.
  • Select the key by typing select disk X, or X is the number that you have found, and validate.
  • To remove the read-only attribute, type attributes disk clear readonly and confirm.
  • Finally, type exit and press to exit the program.


way,format,usb,disk,drive,flash,disk,flashdisk,protected,protect,write,writed,windows,7,windows,8,windows10
Easy way to format USB flash disk protected write 


This way is for all windows version : Windows 7, Windows 8 and  Windows 10

way,format,usb,disk,drive,flash,disk,flashdisk,protected,protect,write,writed,windows,7,windows,8,windows10
Windows 7

way,format,usb,disk,drive,flash,disk,flashdisk,protected,protect,write,writed,windows,7,windows,8,windows10
windows 8

way,format,usb,disk,drive,flash,disk,flashdisk,protected,protect,write,writed,windows,7,windows,8,windows10
windows 10


For Any questions please let a comment .














09 February 2016

How to install and use WhatsApp on an Android Tablet

Many of us are wondering how to install WhatsApp on their tablet. As you know, the Facebook policy is pretty strict on the subject: the application should / can be used only on a single device. In theory, so you waive have WhatsApp on your smartphone to put it on your shelf, but the application is not intended for the shelves at the base. Fortunately, there is a little trick that will allow you to take advantage of WhatsApp on your tablet.

As a result of many issues, including for the Samsung Galaxy Tab A, we a little tutorial have concocted you to show you how to proceed. Before you begin, keep in mind the following points:

  • It is possible to use WhatsApp on one device (WhatsApp Web not included).
  • If you install / uninstall WhatsApp too often on different devices, WhatsApp/Facebook can react .

in other words, if you install WhatsApp on your tablet, you will not be able to use it on your smartphone except reinstalling it. Too many relocations can cause a reaction of Facebook which can consider this as an attempt to circumvent its rules .

Forget WhatsApp on PC, go to Tablet! © FoxGuide


That being said, this tutorial is simple. You'll need that:

  • a phone with a number invalid.
  • your tablet.


Install WhatsApp on Tablet :

  1.  download WhatsApp, from the site of application: WhatsApp
  2.  allow installing applications from unknown sources. To do this, go to [settings - General - Security - unknown Sources].
  3. navigate into your files to find the installer. Press it, install the application and run the.

Here the WhatsApp installation screen. © FoxGuide

4. click on accept to continue.

5. ask to receive your code by SMS

Enter your phone number to be able to install WhatsApp. © FoxGuide

6 return on your tablet, wait that the automatic detection of the sms does not work.

7 WhatsApp then asks if you want to be called that number, say Yes.

Let WhatsApp you call to confirm your number. © FoxGuide

8. wait the appeal, and answer. Note the number.

9 enter the code in the installation in the installation of WhatsApp, on the shelf

And now, enjoy WhatsApp on your tablet, even if it is not 3G!

Note that your computer is not considered as a device when using WhatsApp Web. No matter if you use WhatsApp on a smartphone or a Tablet, the only thing that matters for WhatsApp is that the application is functioning on the machine where it is installed (and of course that this said device has Internet access).


How to increase the speed of your mobile internet connection

You necessarily know this feeling of extreme frustration, when you want to load a web page, Facebook, a game or just simply install an application, and that the loading ends more. Be aware that it is possible to increase the speed of its internet connection on Android, including making a relatively simple change on a file system. According to the users, the speed of the 3G connection can then almost double.



The following procedure relates to the system files. If you do not follow the directions to the letter, you can end up with an unusable smartphone. Neither me nor AndroidPIT.fr can be held responsible for any damage to your device.

How to increase the speed of connection on Android?
In fact, we will modify a system file that describes the configuration used by Android for the internet connection. We will therefore enable the TCP data compression protocol / IP Van Jacobson. The 3G connection will be much faster, speed up and down (faster upload and download). Depending on your access provider, this may work or not, we must try.

Needed to start device roote. Unfortunately (or fortunately) the case when it comes to system files.

Then download the options.7z file, which contains everything you need to make the change and improve its 3G connection. You will also need a root, as ES Explorer File Explorer, any one did the trick.

  • Once downloaded options.7z, unzip it, may need you a program like 7Zip. Copy thus unzipped files to your smartphone via USB, microSD, or transfer any.
  • On your smartphone, open your file Explorer, go to options (pull the menu from left to the right) and select the root Explorer. Confirm with SuperSU.
  • Pick the folder options that you just copy and paste it into/system/etc/ppp.
  • Change the permissions of the folder by doing a long top support and selecting options: more properties and access enable for everyone reading, clear writing and enable execution. Confirm with Ok. The permissions should display "r - x r - x r - x".
  • Restart your Android smartphone.


Permissions on ES File Explorer. / © AndroidPIT



And now, it's done. To test the actual download speed of your 3G connection, you can download an application of speed test on Google Play, as 4GMark.

The ideal being to test before the modif and reproduce the test under the same conditions, as much as possible. To remove the change, simply delete the file options. Feel free to share your findings in comment, indicating your operator.