Logo Atlas
  • Home
  • About Me
  • Skills
  • Education
  • Recent Posts
  • Certifications
  • Posts
  • English
    Español English
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • CI / CD Jenkins
    • CI / CD practice with Jenkins
    • Workshop 1 Ortho-rector of markdown documents (test)
    • Workshop 2 Valid HTML5 check and surge.sh deployment (test and deploy)
    • Workshop 3 Continuous integration of django application (Test)
  • Database
    • Install MariaDB in Debian
    • Interconnection of database servers
    • Oracle 19c installation under Debian 12
    • PostgreSQL installation in Debian 12
    • Remote access configuration in Oracle
    • Remote access in MariaDB
  • Docker
    • Docker Compose Installation on Ubuntu 24
    • Docker Installation on Ubuntu 24
    • Workshop 1 Storage and networks in Docker
    • Workshop 2 Multicontainer Scenarios in Docker
    • Workshop 3 Image creation Docker
  • Firewall
    • Fortinet CLI
    • Perimetral with Fortinet I
    • Perimetral with Fortinet II
    • Perimetral with Nftables I
    • Perimetral with Nftables II
  • Linux Drivers
    • Drivers Nvidia
    • How to choose which graph to use on my laptop with Linux
  • Networks
    • Android GNS3-KVM
    • Basic IPv6 scenario
    • GNS3 and Wireshark installation
    • GNS3 installation in Debian 12
    • GNS3 switch configuration
    • IPV6 Tunnels
    • NAT in Cisco and Linux
    • Network monitoring commands
    • OpenStack routing
    • Protocol ARP
    • Underworld
    • Underworld evolution
  • Observability
    • Metrics
      • Prometheus
        • Installation of Prometheus with Docker Compose and Node Exporter on Debian 12
  • Security
    • Forensic computer
    • HTTPS
  • Services
    • Apache
    • DHCP
      • Installation and Configuration of a DHCP Server on Linux
    • DNS
      • BIND9
        • Configuring a Slave DNS Server with BIND9
        • Installation and Configuration of BIND9 on Linux
      • DNSMASQ
        • Local Server with DNSMasq
    • FTP
    • NAT with iptables
    • SSH
  • Systems
    • Active Directory in Ubuntu
    • Centralized collection of logs journald
    • Compilations in LINUX
      • Compilation of a C-program using a Makefile
      • Compilation of a kernel
    • Creation of an automated installation system
    • Install and configure samba in Debian
    • Linux Command
      • Kernel parameter modification exercises
      • Linux processes
      • Module management exercises
      • Package management
      • Packaging and compressors
      • Paid management exercises
      • Task programming
    • Migration in Linnux
      • File system
      • Migtation from CentOS stream 8 to CentOS stream 9
      • Systemd elimination
      • Transformation instance cloud
    • NFS in Debian
    • SELinux activation configuration
    • Share resources in Windows
    • Ssh service in Windows
    • Storage Spaces in Windows Server
  • VPN
    • OpenVPN and Wireguard Comparative
    • OpenVPN remote access
    • Remote access Ipsec StrongSwan
    • Site-to-Site IPsec Cisco
    • Site-to-Site IPsec Fortinet
    • Site-to-Site OpenVPN
    • Site-to-Site Wireguard
    • Wireguard remote access
  • Web applications
    • LAMP stack installation
    • LEMP stack installation
    • WordPress LAMP
    • WordPress LEMP
Hero Image
Share directories with NFS in debian

The NFS (Network File System) technology has been a key part of file sharing in network environments. Developed by Sun Microsystems, NFS allows Unix and Linux operating systems to share file resources transparently, providing access to remote files and directories as if they were stored locally. 1.Installation and NFS configuration We installed the nfs-kernel-server package. We will create the directory we are going to share and change the owners and permissions of it:

  • Linux
  • Sistemas
  • ISO
  • ASO
Friday, September 8, 2023 | 2 minutes Read
Hero Image
Sharing Network Resources on Windows Server

In the business environment, the capacity to share resources in network is essential for collaboration and operational efficiency. In this article, we will explore how to share directories in a Windows Server environment, addressing the methods through both the graphical interface and cmd and PowerShell. From the graphic interface We can share a directory of our server, accessing its properties. Once here we click on the share menu: We will now give permission to users who wish to have access to this:

  • Windows
  • Sistemas
  • ISO
  • ASO
Friday, September 8, 2023 | 2 minutes Read
Hero Image
SSH under debian

#SSH server under debian Remote management using SSH The first thing we should do is install the package on the server and the client: For safety it is usually not allowed to connect the root to the server; for this, the /etc/ssh/sshd config file should be modified, and the following option is put: And we restart the service to apply the changes: Connect to ssh server We’re going to install the ssh client, for that:

  • Servicios
  • NAT
  • SMR
  • IPTABLES
  • SNAT
  • SSH
  • FORWARDING
Friday, September 8, 2023 | 4 minutes Read
Hero Image
Storage Spaces on Windows Server

Storage Spaces is a software-defined storage feature in the Windows Server operating system that allows system administrators to combine several physical disks in a single logical storage space called “storage pool.” This storage pool can be used to create virtual storage spaces called “storage spaces” that offer various redundancy functions and advanced storage management capabilities. Storage groups The following Windows PowerShell cmdlets perform the same function as the previous procedure. Write each cmdlet in a single line, although here you can appear with line jumps between several lines here due to format restrictions.

  • Linux
  • Sistemas
  • ISO
  • ASO
Friday, September 8, 2023 | 2 minutes Read
Hero Image
Underworld

Introduction You live in UNDERWORLD. In your world, there are different types of species with one goal: to “crossbreed” with each other. These creatures are: VAMPIRES WEREWOLVES (LICÁNTROPOS): Werewolves with the ability to return to their human form. WOLFMEN (HOMBRES LOBO): Werewolves who, after their first transformation, cannot return to their human form. HUMANS: Some annoying little creatures. YOU: A tech-savvy warrior with superpowers like turning around a game that hasn’t even been released yet or having the ability to become invisible when going out to party and trying to flirt with a girl by saying things like: “Do you want me to compile your kernel, babe?” The layout of UNDERWORLD is as follows:

  • Networking
  • Wireshark
  • GNS3
  • Cisco
  • Routing
  • ACLs
Friday, September 8, 2023 | 7 minutes Read
Hero Image
Underworld evolution

The world of UNDERWORLD has evolved greatly in recent months, so you must perform network management tasks to face the new situation. On one hand, the Internet has been discovered in the Underworld, allowing each of the sub-worlds (remember: vampires, werewolves, lycanthropes, and humans) to connect to a router that, in turn, connects them to one of the two large routers that form Underworld’s Internet, called Marcus (for humans and vampires) and Alexander (for werewolves and lycanthropes). Marcus and Alexander are connected to each other.

  • Networking
  • SNAT
  • DNAT
  • Cisco
  • Linux
Friday, September 8, 2023 | 16 minutes Read
Hero Image
Windows Ssh Service Settings

1.Installation of the feature The first thing we’ll check is to check if the ssh server is installed in the machine we want to connect to. Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH\*' In case we have the feature we will install it: Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 By default the service will be stopped so we take it off: We can set it to automatically boot when you restart the computer: #2. Connect us using key pair

  • Windows
  • Sistemas
  • ISO
  • ASO
Friday, September 8, 2023 | 1 minute Read
  • ««
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • »»
Navigation
  • About Me
  • Skills
  • Education
  • Recent Posts
  • Certifications
Contact me:
  • contacto@javiercd.es
  • javierasping
  • Francisco Javier Cruces Doval

Liability Notice: This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.


Toha Theme Logo Toha
© 2023 Copyright.
Powered by Hugo Logo