It2EDU

Saturday, May 18, 2024

 Are you looking to block any specific videos or content like Tom and Jerry videos from your system? Whether you're a parent wanting to control your children's screen time or someone who simply wants to avoid these videos, there are several effective methods to achieve this. In this blog post, we will explore various techniques to block Tom and Jerry videos online using router settings, parental control software, browser extensions, host file modifications, and DNS filtering.

1. Content Filtering Using Your Router

One of the most efficient ways to block specific content across all devices in your network is by configuring your router. Here’s how:

Access Your Router Settings

  1. Open a web browser and enter your router’s IP address (usually something like 192.168.0.1 or 192.168.1.1).
  2. Log in using your admin username and password.

Find the Content Filtering Section

  • Look for a section labeled "Parental Controls," "Content Filtering," or similar.

Block URLs and Keywords

  • Add URLs related to Tom and Jerry videos, such as www.youtube.com and www.dailymotion.com.
  • Add keywords like “Tom and Jerry” to the filtering list.

Save Settings

  • Save the changes and restart your router if necessary.

2. Using Parental Control Software

Parental control software can help you manage and block specific content on individual devices. Here are some popular options:

  • Norton Family
  • Kaspersky Safe Kids
  • Qustodio

These programs allow you to block specific websites and keywords across all devices on your network.

3. Browser Extensions and Add-ons

Another effective method is using browser extensions to block specific content. Here’s how:

Install a Content Blocker Extension

  • For Chrome: Use extensions like "BlockSite" or "StayFocusd."
  • For Firefox: Use add-ons like "BlockSite" or "LeechBlock NG."

Configure the Extension

  • Add URLs or keywords related to Tom and Jerry to the block list.

4. Using the Hosts File (Advanced Method)

If you prefer a more technical approach, you can edit the host file on your computer to block specific websites.

Open the Host File

  • On Windows: Navigate to C:\Windows\System32\drivers\etc\hosts.
  • On Mac: Open Terminal and type sudo nano /etc/hosts.

Add Entries to Block Sites

  • Add lines such as 127.0.0.1 www.youtube.com to block YouTube.
  • Include more entries for other sites you want to block.

Save and Exit

  • Save the file and exit the editor.
  • Flush your DNS cache (search for instructions based on your operating system).

5. DNS Filtering

DNS filtering is a robust way to block specific types of content at the network level.

Sign Up for a DNS Filtering Service

  • Consider services like OpenDNS, CleanBrowsing, or SafeDNS.

Set Up the DNS Filtering

  • Follow the instructions provided by the service to configure your router or devices to use their DNS servers.
  • Set up filters to block content related to Tom and Jerry.

Conclusion

By using these methods, you can effectively block Tom and Jerry videos from being accessed on your system. Each method offers unique benefits, so you can choose one or a combination of them based on your specific needs and technical comfort level. Whether you’re using router settings, parental control software, browser extensions, host file modifications, or DNS filtering, you can ensure a safer and more controlled online experience.


Thursday, April 13, 2017


Dear all Gate aspirants in this blog, I shared GATE previous exam papers.



Computer science paper1 download here and answer paper 

Download here



Computer science paper2 Download here and answer paper Download here



Sunday, March 19, 2017









A program is a solution of a specific program which is
unique for similar type problems. So a program is more helpful to find out the
solution of a problem. A program follow some syntax rules based on which
programming language is choose by the programmer.


Before going to solve a problem, a program has Algorithm and
Flow chart.


These two are helpful to find out the flow of program, input
information and approach of problem solving.





Use of a Flowchart:





A flowchart is used geometrical figure which represents the
flow of instructions of a program. We all know a program is set of
instructions.  How the instructions could
solve the problem what the data has to be taken by the user or programmer at
run time of a program. Also it shows how many variables are used to solve the
problem and what the operation is going to perform in the program everything
has presented in a clear way by using geometrical figures.


















The above diagram shows how the program is executed and what
variables are taken as input.


Also we need algorithm for the above program.


An algorithm is used to code the program in any programming
language.




  • Start

  • Accept variable of SUM, x and y.

  • Accept input for X and Y.

  • Perform operation SUM = X+Y

  • Print SUM

  • Stop.






After the algorithm is prepared start writing the code in
any programming language based on programmer interest it may be java, c, c++….
.net,python or any.


Every programming language has its own set of syntax and
rules, based on that rules programmer has to write the code. But here we need
to observe one thing that is irrespective of the programming language first
built the algorithm if the algorithm is good no doubt about you are the good
programmer.





You will find part-1 here.