Pages

Tuesday, October 7, 2025

Some websites links to help to cure your boredom

Forget the endless scrolling through social media or the same old video platforms 

Forget the endless scrolling through social media and rediscover the internet’s weird, wonderful side. This list is your ultimate boredom-killer — packed with creative, relaxing, and downright bizarre websites that remind us how fun the web can be. From exploring virtual planets to slapping eels, feeding digital cats, or traveling through random windows across the world — here are the best useless but brilliant sites to brighten your day


Rediscover the Web: 30+ Fun & Weird Websites to Cure Boredom

Forget endless social feeds. This curated list gathers the web’s most delightful, strange, and relaxing corners — tiny experiments, odd games, and serene escapes that are perfect when you want something different. Click, explore, and enjoy.

  1. Pointer Pointerpointerpointer.com
    Shows a random photo of someone pointing exactly at your cursor. Surprisingly hypnotic and hilarious.
  2. This Is Sandthisissand.com
    Turn your screen into a meditative sand art canvas. Create soothing landscapes with falling colored grains.
  3. Zoomquiltzoomquilt.org
    Dive into an infinite, seamless painting that zooms forever — a trippy, dreamlike experience.
  4. YouTube Time Machinehttps://timemachinevideos.com/
    Travel back in time through YouTube videos from specific years. Relive nostalgia instantly.
  5. Radioooooradiooooo.com
    A time-travel radio: choose a country and decade to hear what people were listening to back then.
  6. Neal.funneal.fun
    A collection of mini-games and creative experiments by Neal Agarwal. Each one is charmingly unique.
  7. Drive & Listendriveandlisten.herokuapp.com
    Virtually drive through cities around the world while listening to live local radio.
  8. Surprise Me Buttonsurprisemebutton.com
    Press it and discover a random, entertaining site — just like magic.
  9. Little Alchemy 2littlealchemy2.com
    Combine basic elements to create new items — from fire to unicorns. Addictive and clever.
  10. A Soft Murmurasoftmurmur.com
    Mix ambient sounds like rain, wind, or coffee shop noise to create your perfect background.
  11. GeoGuessr (Free)geoguessr.com/free
    Guess where you are in the world based on Google Street View. Travel and learn geography in a fun way.
  12. EelSlapeelslap.com
    Move your cursor to slap a man with an eel in slow motion. Pointless perfection.
  13. Find the Invisible Cowfindtheinvisiblecow.com
    Use audio clues to locate an invisible cow on your screen. Silly but hilarious.
  14. Penga (vole.wtf/penga)vole.wtf/penga
    A cute and chaotic penguin-flinging game. Launch penguins and watch the fun.
  15. PopCat.Clickpopcat.click
    Click to make a cat “meow” and compete globally for clicks. Internet absurdity at its finest.
  16. Bongo.catbongo.cat
    Make music by tapping your keyboard as a cartoon cat plays bongos. Pure joy.
  17. WindowSwapwindow-swap.com
    Look out of someone else’s window somewhere in the world. Serene and strangely human.
  18. HackerTyper.comhackertyper.com
    Pretend you’re a hacker by smashing random keys. Instant “tech genius” vibes.
  19. MapCrunch.commapcrunch.com
    Teleport to a random place in the world via Street View. Discover new locations instantly.
  20. Stellarium-Web.orgstellarium-web.org
    Explore a real-time interactive night sky with constellations and planets.
  21. Stars (Chrome Experiments)stars.chromeexperiments.com
    A 3D universe visualization built by Google Chrome Experiments. Mesmerizing.
  22. Spend Bill Gates’ Moneyneal.fun/spend
    Try to spend all of Bill Gates’ fortune on crazy things. Harder than it sounds!
  23. Space Elevatorneal.fun/space-elevator
    Climb a virtual elevator into space with facts as you ascend. A cool cosmic journey.
  24. Trashloop.comtrashloop.com
    Watch endlessly looping aesthetic videos of trash and texture — oddly satisfying.
  25. PetPet Generator (BenIsland)benisland.neocities.org/petpet/
    Add the classic “pet pet” animation to any image or meme. Internet nostalgia.
  26. 2020game.io2020game.io
    A side-scrolling indie game recreating the chaos of the year 2020. Simple but fun.
  27. Lifeclock.belifeclock.be
    A site that visualizes your life in weeks. Deeply existential but fascinating.
  28. ListChallenges.comlistchallenges.com
    Browse and check off themed lists (movies, food, travel). Surprisingly addictive.
  29. RainyMood.comrainymood.com
    Listen to realistic rain sounds for focus or sleep. Classic and calming.
  30. Noot.Spacenoot.space
    Random memes, odd animations, and endless penguin noises. Perfectly nonsensical.
  31. Iceberger Simulatorjoshdata.me/iceberger.html
    Tilt and float an iceberg in water physics simulation. Surprisingly relaxing.
  32. SlapKirk.comslapkirk.com
    Slap Captain Kirk from Star Trek endlessly. Weirdly satisfying.
  33. TypeTheAlphabet.Apptypethealphabet.app
    See how fast you can type the alphabet. Simple yet oddly competitive.
  34. PixelSpace Solar Systemjoshworth.com/dev/pixelspace/pixelspace_solarsystem.html
    Zoom out from Earth through a pixel-scaled solar system. Mind-blowing perspective.
  35. Star Wars Intro Creatorstarwarsintrocreator.kassellabs.io
    Create your own Star Wars opening crawl with music and text.
  36. How Many People Are In Space Right Now?howmanypeopleareinspacerightnow.com
    See how many astronauts are currently orbiting Earth.

Tuesday, January 5, 2021

Wednesday, January 29, 2020

How to Use TCP/IP Tools to Troubleshoot a Connection from command line in windows 10

How to Use TCP/IP Tools to Troubleshoot a Connection


Windows 10 provides a number of TCP/IP tools for troubleshooting network Connectivity problems. You should be familiar with the following tools:

  • Ping
  • Ipconfig 
  • Net View
  • Tracert
  • Pathping 

Ping

When the problem appears to be with TCP/IP, start the troubleshooting process with the Ping command, Which allows you to check for connectivity between devices on a network.

When you use the Ping command, you ping from the inside out. You want to Find out where the communication and connection fail. For example, you ping the loopback address first. then a local computer on the same network, then a DNS or DHCP server on the local subnet if one exists. then the default gateway, then a remote computer on another network, and finally a resource on the Internet. You should be able to Find out where the breakdown occurs by compiling the results of these checks.

  When using the Ping command, you can use either the computer name or the computer's IP address.

Pinging the Loopback Address
The loopback address (127.0.0.1) is the first thing YOU should check when a TCP/IP problem appears. If this check fails, the TCP/IP configuration for the local machine is not correct. To ping the loopback address, follow these steps:

1. Press Windows+R to open “Run” dialog box. Type “cmd” and then click OK

2. Type ping 127.0.0.1. A successful ping to a loopback address is shown in the next pic




If pinging the loopback address fails, check the configuration of TCP/IP by following these steps:

1.Open the Network Connections window, Press the Windows + R key at the same time to open the Run box. Type ncpa.cpl,right click the configured connection and choose properties

2 Select Internet Protocol (TCP/IP), and click Properties to view the configuration u a static address is configured and a DHCP server is available, select Obtain An IP Address Automatically. 1f Obtain An IP Address Automatically is selected butt static IP address is necessary, select Use The Following IP Address; then enter the address, subnet mask, and gateway to use. If the configuration is correct, you might have to reset TCP/ 1P.

3.Click OK in the Properties dialog box and OK in the connection’s Properties dialog box. Reboot the computer if prompted.

Pinging Other Resources To ping any other computer on the network, simply replace the loopback address with the TCP/IP address of the resource on the network. Ping a local computer on the same subnet first, and then ping the gateway address. If you Can ping the loopback address (a local computer on the same subnet), but the Ping command to the gateway fails, you probably found the problem. In this case, check the configuration on the local computer for the gateway address and verify that the gateway (or router) is operational.

If the ping to the gateway address is successful, continue to ping outward until you find the problem. For instance, ping a computer on a remote subnet and verify that the DNS server is operational.

Although pinging remote computers is a useful troubleshooting technique. many hosts and routers filter out incoming internet Control Message Protocol (ICMP) echo requests (which are the basis of ping). Such hosts do not respond to a ping request, making it appear that the host cannot be reached. By default, computers protected with Windows Firewall also filter out such requests to protect the computers from intruders that would use lCMP~based denial of service (DoS) attacks or use ICMP to map a remote network.

Using Ipconfigin Windows 10 from command prompt


You can use the Ipcontig cormnand-line utility to view current TCP/IP configuration information for a computer. To use Ipconfig, open the command prompt window and type Ipconfig to view basic TCP/IP parameters, Ipconfig /all to view the complete TCP IP configuration

Note You must run lpconfig from a command prompt. If you try to execute it by using the Run command on the Start menu, the command window will close before you have a chance to read the information that is displayed.

Additional Ipconfig options include the following:

/release Releases DHCP-supplied configuration information
/renew Renews DHCP-supplied configuration information
/flushdns Purges the local DNS cache (the area of memory that stores recently resolved names so that the client does not have to contact the DNS server each time)
/registerdns Renews DHCP-supplied configuration information and registers the DNS name to IP address information with DNS
/displaydns Displays the contents of the local DNS cache
/setclassid Provides for the configuration of DHCP user classes, which can control the way IP addresses are assigned


Using Net View


The Net View command is another command that you can use to test TCP/IP  connections. To use the command, log on with the proper credentials that are required to view shares on a remote or local computer, open a command prompt, and type  net view\\ComputerName or net view \IPAddress. The resulting report lists the file. and print shares on the computer. If there are no file or print shares on the computer you see the message There Are No Entries In The List.

If the Net View command fails, check the following:

  • The computer name in the System Properties dialog box
  • The gateway or router address in the TCP/IP Properties dialog box
  • The gateway or router status
  • The remote computer is running the File And Printer Sharing For Microsoft Net. works Service (this service can be added in the TCP/IP Properties dialog box)

Using Tracert


When a route breaks down on the way from the destination computer to its target computer, communication fails. The Tracert command-line utility can help you figure Out exactly where along the route the breakdown happened. Sometimes the connection breaks down at the gateway on the local network and sometimes at a router on an external network.

To use Tracert, at the command prompt type tracert followed by the IP address of the remote computer. The resulting report shows where the packets were lost. You can use this information to uncover the source of the problem.

Using Pathping


The Ping command is used to test communication between one computer and another, Tracert: is used to follow a particular route from one computer to another. The Pathping command is a combination of both Ping and Tracert, displaying information about packet loss at every router between the host computer and the remote one. The Pathping command provides information about data loss between the source and the destination, allowing you to determine which particular router or subnet might be having network problems. To use the Pathping command, at the command prompt, type pathping followed by the target name or IP address.

The Windows Help And Support Center offers a list of all of the commands that you can perform by using the command line. Search for Command-Line Reference A-Z. Each command reference includes a description of the command and how to use It.

The TCP/IP Protocol Suite


The TCP/IP suite of protocols provides a set of standards for how operating systems and applications communicate and how networks are interconnected. The TCP/IP suite of protocols maps to a four~layer conceptual model known as the Department of Defense (DOD) model. The four layers are as follows:

Network access layer The network access layer is responsible for placing data on the network medium and receiving data off the network medium. This layer contains physical devices such as network cables and network adapters.

Internet layer The Internet layer is responsible for addressing, packaging, and routing the data that is handed down to it from the transport layer. There are four core protocols in this layer: IP, Address Resolution Protocol (ARP), Internet Control Message Protocol (ICMP), and Internet Group Management Protocol (IGMP).

Transport layer The transpon layer protocols provide communication sessions between computers. The desired method of data delivery determines the transport protocol. The two transport layer protocols are TCP and User Datagram Protocol (UDP).

Application layer At the top of the model is the application layer, in which applications gain access to the network. There are many standard TCP/IP tools and services in the application layer, such as File Transfer Protocol (FTP), Telnet, Simple Network Management Protocol (SNMP), DNS, and so on.

The purpose of this layering is to provide a level of abstraction between an application or protocol in one layer and the functioning of the entire network. For example, an application in the application layer needs to know only where to pass information into the transport layer (and how to format that information); it does not need to take into account any specific network configuration beyond that point. Packets of data are passed down the layers on the sending host and back up the layers on the receiving host.
http://www.chavafenix.com/laughrelax.html