New pages
From Pulsed Media Wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:05, 21 April 2025 Filesystem (hist) [602 bytes] Gallogeta (talk | contribs) (Created page with "== Filesystem == A '''filesystem''' is a method and data structure that the operating system uses to manage files on a disk or storage device. It defines how data is stored, r...")
- 12:05, 21 April 2025 Disk array (hist) [555 bytes] Gallogeta (talk | contribs) (Created page with "== Disk array == A '''disk array''' is a storage system that contains multiple hard disk drives (HDDs) or solid-state drives (SSDs), often configured for increased performance...")
- 12:05, 21 April 2025 Data redundancy (hist) [580 bytes] Gallogeta (talk | contribs) (Created page with "== Data redundancy == '''Data redundancy''' is the practice of storing the same data in multiple locations to improve fault tolerance and availability. It helps protect agains...")
- 12:05, 21 April 2025 Mdadm (hist) [707 bytes] Gallogeta (talk | contribs) (Created page with "== mdadm == '''mdadm''' (''Multiple Device Admin'') is a Linux utility used for managing and creating software RAID arrays. It allows users to build, assemble, monitor, and ma...")
- 12:03, 21 April 2025 RAID (hist) [2,013 bytes] Gallogeta (talk | contribs) (Created page with "== RAID == '''RAID''' (''Redundant Array of Independent Disks'') is a data storage virtualization technology that combines multiple physical disk drives into one or more logic...")
- 12:01, 21 April 2025 Basic usage of Software Raid (MDADM) (hist) [3,485 bytes] Gallogeta (talk | contribs) (Created page with "== Creating and Using Software RAID with mdadm on Debian == Software RAID on Debian is commonly configured using the <code>mdadm</code> utility. This guide provides a step-by...")
- 11:56, 21 April 2025 Creating SFTP jail chroot (hist) [3,088 bytes] Gallogeta (talk | contribs) (Created page with "== Creating a Chroot SFTP Jail on Debian == Setting up a chroot jail for SFTP (Secure File Transfer Protocol) enhances security by restricting users to a specific directory....")
- 11:54, 21 April 2025 Monitoring bandwidth and traffic (hist) [11,946 bytes] Gallogeta (talk | contribs) (Created page with "== Bandwidth and Traffic Monitoring on Debian Servers == Monitoring bandwidth and network traffic is essential for both dedicated servers and virtual private servers (VPS) to...")
- 11:33, 21 April 2025 Installing Advanced Policy Firewall and Brute Force Detection (hist) [2,359 bytes] Gallogeta (talk | contribs) (Created page with " == Install Required Packages == '''If server does not have required packages, here is what you need.''' Before installing APF and BFD, install essential packages: '''sudo...")
- 09:34, 18 April 2025 Quota (hist) [775 bytes] Gallogeta (talk | contribs) (Created page with " == What Does "Creating Quota" Mean on a Seedbox? == In simple terms, creating a quota on a seedbox means setting a limit on how much '''disk space a particular folder, user,...")
- 17:29, 17 April 2025 Rootless DOCKER (hist) [2,536 bytes] Gallogeta (talk | contribs) (Created page with " == Rootless Docker (Basic) == You can manage Docker containers without needing '''sudo''' '''systemctl --user''': This command manages systemd user services. Rootless Docke...")
- 17:27, 17 April 2025 Managing Your VPS (hist) [1,034 bytes] Gallogeta (talk | contribs) (Created page with "These commands are more relevant when you have a VPS, giving you more control over the system. '''df -h Disk Free''' --Shows disk space usage in a human-readable format. d''...")
- 17:23, 17 April 2025 Managing Your Seedbox (Deluge, rsync etc.) (hist) [1,252 bytes] Gallogeta (talk | contribs) (Created page with "Typically, you won't directly interact with Deluge or ruTorrent via the command line for day-to-day tasks. These are usually managed through their web interfaces. However, yo...")
- 17:19, 17 April 2025 Linux basic commands for navigation (hist) [615 bytes] Gallogeta (talk | contribs) (Created page with "'''pwd''' --Print Working Directory. Shows you the current directory you are in. '''ls''' --List. Displays the files and directories in the current directory. '''ls -l'''...")
- 17:18, 17 April 2025 How to connect via SSH (hist) [398 bytes] Gallogeta (talk | contribs) (Created page with " == Connecting to Your Server (SSH) == The first step is to connect to your server using '''SSH (Secure Shell).''' You'll need an SSH client (like Terminal on macOS/Linux or...")
- 17:17, 17 April 2025 File Management (hist) [1,321 bytes] Gallogeta (talk | contribs) (Created page with " == File Management (As User)== Using SSH '''mkdir new_directory''' --Make Directory. Creates a new directory with the specified name. '''rmdir empty_directory''' ...")