30 Haziran 2020 Salı

Museo Louvre De Lens (Francia)




Concebido como una extensión del Louvre parisino en el departamento del Paso de Calais, este espacio expositivo se sitúa en una antigua zona minera, hoy en declive, para revitalizar su economía. No cuenta con una colección permanente en propiedad sino que cada cinco años recibe nuevas obras de similar calidad que sustituyen a las expuestas.
La propia estructura del edificio sorprende por su sencillez. Solo existe una planta a ras de suelo  y los materiales dominante son el cristal y el acero. Colores neutros y minimalismo para que todo el protagonismo lo adquieran los objetos expuestos. Además de una sala dedicada a exposiciones temporales, el espacio principal es la denominada Galería del Tiempo, un pabellón diáfano de 120 metros de longitud con paneles móviles para adaptarse a las necesidades de la exposición. En esta galería se cuenta la historia de la Humanidad de manera cronológica desde la Antigüedad hasta el siglo XIX. Un sorprende y fascinante recorrido por cinco mil años de civilización a través de esculturas, pinturas y diversos objetos decorativos.  
 (Reportaje realizado en enero de 2020 durante la visita de los alumnos del intercambio escolar de los centros educativos Broederschool de Roeselare, Bélgica, y Sierra Luna de Los Barrios, España).   






































































Related posts

Top 14 Free Websites to Learn Hacking

  • Hacked Gadgets: A resource for DIY project documentation as well as general gadget and technology news.
  • NFOHump: Offers up-to-date .NFO files and reviews on the latest pirate software releases.
  • Hakin9: E-magazine offering in-depth looks at both attack and defense techniques and concentrates on difficult technical issues.
  • HackRead: HackRead is a News Platform that centers on InfoSec, Cyber Crime, Privacy, Surveillance, and Hacking News with full-scale reviews on Social Media Platforms.
  • DEFCON: Information about the largest annual hacker convention in the US, including past speeches, video, archives, and updates on the next upcoming show as well as links and other details.
  • SecTools.Org: List of 75 security tools based on a 2003 vote by hackers.
  • Phrack Magazine: Digital hacking magazine.
  • The Hacker News: The Hacker News — most trusted and widely-acknowledged online cyber security news magazine with in-depth technical coverage for cybersecurity.
  • Metasploit: Find security issues, verify vulnerability mitigations & manage security assessments with Metasploit. Get the worlds best penetration testing software now.
  • Exploit DB: An archive of exploits and vulnerable software by Offensive Security. The site collects exploits from submissions and mailing lists and concentrates them in a single database.
  • Packet Storm: Information Security Services, News, Files, Tools, Exploits, Advisories and Whitepapers.
  • KitPloit: Leading source of Security Tools, Hacking Tools, CyberSecurity and Network Security.
  • SecurityFocus: Provides security information to all members of the security community, from end users, security hobbyists and network administrators to security consultants, IT Managers, CIOs and CSOs.
  • Black Hat: The Black Hat Briefings have become the biggest and the most important security conference series in the world by sticking to our core value: serving the information security community by delivering timely, actionable security information in a friendly, vendor-neutral environment.

11 Haziran 2020 Perşembe

Networking | Routing And Switching | Tutorial 4 | 2018


Welcome to my 4th new tutorial of the series of networking. In this blog you'll the content about network switches. You'll learn about how to make a communication successful and secure in the same network (LAN) by using STP. As Spanning tree protocol (STP) we used in multi-switched networks. Why we use this protocol in multi-switched network etc.

What is Switch? 

A switch is an intelligent device used to connect multiple devices within the same network. The intelligence of is that it requires Media Access Control (MAC) address for communication and doesn't allow broadcast.  Let's understand the whole thing by a little example, consider there is a network having 3 end devices name Device-A, Device-B,Device-C connected with each other respectively with the help of switch. When a Device-A sends data to Device-C so that data will only forwarded by switch to Device-C not to Device-B.

What is Media Access Control (MAC) address?

A Media Access Control (MAC) address is 48-bit unique physical address given to network interface controller (NIC) or network adapter, for communication within the same network which is given by its manufacturer. It is made up of hexadecimal numbers like a1:b1:cc:ac:2e:f1.

What is STP?


STP stands for Spanning tree protocol which is basically used in bridge and switches to prevent loops when you have a redundant links in the Ethernet networks. If the loop is present in the Ethernet network so the whole network will suffer because there will MAC instability in the MAC table,  duplicate frames generation and so on. Let's move to the video for further detail.