User contributions
From Pulsed Media Wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:30, 21 April 2025 (diff | hist) . . (+5,466) . . N Linux most used Commands (Created page with "== 200 Commonly Used Debian Linux Commands == === Navigation and File Management === * '''pwd''' – Print current working directory * '''cd [dir]''' – Change directory * '...")
- 13:30, 21 April 2025 (diff | hist) . . (+32) . . Main Page (→Linux Guides) (current)
- 12:30, 21 April 2025 (diff | hist) . . (+2,988) . . N Ffmpeg (Created page with "== FFmpeg == '''FFmpeg''' is a free and open-source software suite for handling multimedia data. It is widely used for recording, converting, streaming, and processing audio...") (current)
- 12:27, 21 April 2025 (diff | hist) . . (+3,201) . . N Distributed Hash Table (DHT) (Created page with "== Distributed Hash Table (DHT) == A '''Distributed Hash Table (DHT)''' is a decentralized, distributed system that provides a lookup service similar to a hash table: (key, v...") (current)
- 12:26, 21 April 2025 (diff | hist) . . (+2,943) . . N Magnet URI scheme (Created page with "== Magnet URI Scheme == The '''Magnet URI scheme''', commonly referred to as a '''magnet link''', is a type of hyperlink used to identify and download files based on their co...") (current)
- 12:25, 21 April 2025 (diff | hist) . . (-1) . . Public tracker (→Public Tracker) (current)
- 12:24, 21 April 2025 (diff | hist) . . (+3,411) . . N Public tracker (Created page with "== Public Tracker == A '''public tracker''' is a type of BitTorrent tracker that is open to anyone on the internet without requiring registration or authentication. These...")
- 12:23, 21 April 2025 (diff | hist) . . (+3,057) . . N Private tracker (Created page with "== Private Tracker == A '''private tracker''' is a type of BitTorrent tracker that restricts access to its users through an invitation or registration system. Unlike publ...") (current)
- 12:22, 21 April 2025 (diff | hist) . . (+3,245) . . N HTTP (Created page with "== HTTP == '''HTTP''' (''Hypertext Transfer Protocol'') is an application-layer protocol used for transmitting hypermedia documents, such as HTML, across the World Wide Web...") (current)
- 12:22, 21 April 2025 (diff | hist) . . (+2,976) . . N HTTPS (Created page with "== HTTPS == '''HTTPS''' (''Hypertext Transfer Protocol Secure'') is an extension of the HTTP protocol used for secure communication over computer networks, particularly t...") (current)
- 12:21, 21 April 2025 (diff | hist) . . (+4,419) . . N Cryptocurrency (Created page with "== Cryptocurrency == '''Cryptocurrency''' is a type of digital or virtual currency that uses cryptographic techniques for secure financial transactions, control of new unit c...") (current)
- 12:20, 21 April 2025 (diff | hist) . . (+3,310) . . N Blockchain (Created page with "== Blockchain == '''Blockchain''' is a decentralized and distributed digital ledger technology that records data in a secure, transparent, and tamper-resistant manner. It con...") (current)
- 12:19, 21 April 2025 (diff | hist) . . (+3,302) . . N Peer-to-peer (Created page with "== Peer-to-Peer (P2P) == '''Peer-to-peer (P2P)''' is a decentralized network architecture in which each participant (called a '''peer''') can act as both a client and a serve...") (current)
- 12:18, 21 April 2025 (diff | hist) . . (+3,471) . . N Usenet (Created page with "== Usenet == '''Usenet''' is a worldwide distributed discussion and file-sharing system that was developed in 1979 and became one of the earliest internet communication platf...") (current)
- 12:17, 21 April 2025 (diff | hist) . . (+3,530) . . N BitTorrent (Created page with "== BitTorrent == '''BitTorrent''' is a peer-to-peer (P2P) file-sharing protocol used to distribute data and electronic files over the Internet in a decentralized manner....") (current)
- 12:17, 21 April 2025 (diff | hist) . . (-12,325) . . Seedbox (current)
- 12:13, 21 April 2025 (diff | hist) . . (+2,538) . . N RAID 0 (Created page with "== RAID 0 == '''RAID 0''' (''Redundant Array of Independent Disks, Level 0'') is a storage configuration that uses **data striping** across two or more disks to improve perfor...") (current)
- 12:13, 21 April 2025 (diff | hist) . . (+2,183) . . N RAID 1 (Created page with "== RAID 1 == '''RAID 1''' (''Redundant Array of Independent Disks, Level 1'') is a storage configuration that provides data redundancy through '''disk mirroring'''. All data w...") (current)
- 12:12, 21 April 2025 (diff | hist) . . (+1,573) . . N RAID 6 (Created page with "== RAID 6 == '''RAID 6''' is similar to RAID 5 but includes **double distributed parity**, allowing it to tolerate the simultaneous failure of '''two disks'''. It requires...") (current)
- 12:12, 21 April 2025 (diff | hist) . . (+1,328) . . N RAID 5 (Created page with "== RAID 5 == '''RAID 5''' (''Redundant Array of Independent Disks, Level 5'') is a storage configuration that provides data redundancy and improved read performance through th...") (current)
- 12:11, 21 April 2025 (diff | hist) . . (+2,510) . . N RAID-Z (Created page with "== RAID-Z == '''RAID-Z''' is a data protection technology used by the ZFS file system. It is a variation of traditional RAID-5/RAID-6 but specifically designed to overcome...") (current)
- 12:10, 21 April 2025 (diff | hist) . . (+4,266) . . N ZFS (Created page with "== ZFS == '''ZFS''' (''Zettabyte File System'') is a combined file system and logical volume manager designed to provide high storage capacities, data integrity, and advanced...") (current)
- 12:09, 21 April 2025 (diff | hist) . . (+3,751) . . N Btrfs (Created page with "== Btrfs == '''Btrfs''' (''B-tree File System'', often pronounced as "butter FS", "better FS", or "B-tree FS") is a modern copy-on-write (COW) file system for Linux. It is des...") (current)
- 12:08, 21 April 2025 (diff | hist) . . (+2,873) . . N XFS (Created page with "== XFS == '''XFS''' is a high-performance 64-bit journaling file system developed by Silicon Graphics, Inc. (SGI) in 1994. Originally designed for the IRIX operating system, X...") (current)
- 12:07, 21 April 2025 (diff | hist) . . (+2,232) . . N Ext3 (Created page with "== ext3 == '''ext3''' (''Third Extended Filesystem'') is a journaling file system used in the Linux operating system. It was introduced as an improvement to ext2 by adding...") (current)
- 12:06, 21 April 2025 (diff | hist) . . (+1,912) . . N Ext4 (Created page with "== ext4 == '''ext4''' (''Fourth Extended Filesystem'') is a journaling file system used in the Linux operating system. It is the successor to ext3, offering improved perfo...") (current)
- 12:05, 21 April 2025 (diff | hist) . . (+652) . . N Filesystem (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...") (current)
- 12:05, 21 April 2025 (diff | hist) . . (+587) . . N Disk array (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...") (current)
- 12:05, 21 April 2025 (diff | hist) . . (+612) . . N Data redundancy (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...") (current)
- 12:05, 21 April 2025 (diff | hist) . . (+707) . . N Mdadm (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...") (current)
- 12:03, 21 April 2025 (diff | hist) . . (+2,013) . . N RAID (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...") (current)
- 12:01, 21 April 2025 (diff | hist) . . (+4,285) . . N Basic usage of Software Raid (MDADM) (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...") (current)
- 11:56, 21 April 2025 (diff | hist) . . (+3,536) . . N Creating SFTP jail chroot (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....") (current)
- 11:54, 21 April 2025 (diff | hist) . . (+4,403) . . N Monitoring bandwidth and traffic (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:37, 21 April 2025 (diff | hist) . . (+667) . . Installing Advanced Policy Firewall and Brute Force Detection (current)
- 11:33, 21 April 2025 (diff | hist) . . (+1,692) . . N Installing Advanced Policy Firewall and Brute Force Detection (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...")
- 11:50, 18 April 2025 (diff | hist) . . (+1) . . Main Page (→Seedbox guides)
- 11:47, 18 April 2025 (diff | hist) . . (+1) . . How to super seed with a seedbox (→Step-by-Step: Super Seeding Setup) (current)
- 11:46, 18 April 2025 (diff | hist) . . (+3,071) . . How to super seed with a seedbox (→Super seeding)
- 11:26, 18 April 2025 (diff | hist) . . (+1,419) . . Enabling UTF-8 in Putty for irssi (→Making UTF-8 Default translation) (current)
- 11:07, 18 April 2025 (diff | hist) . . (+1,744) . . Downloading from seedbox (→Downloading from Seedbox) (current)
- 09:47, 18 April 2025 (diff | hist) . . (+6) . . Checking disk usage (→Shell)
- 09:46, 18 April 2025 (diff | hist) . . (+2,067) . . Checking disk usage (→Master GUI places)
- 09:34, 18 April 2025 (diff | hist) . . (+775) . . N Quota (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,...") (current)
- 09:30, 18 April 2025 (diff | hist) . . (+374) . . Associating PulsedBox with .torrent files (→Windows 7 and windows xp) (current)
- 17:35, 17 April 2025 (diff | hist) . . (-11) . . Main Page (→Category:Linux guides)
- 17:29, 17 April 2025 (diff | hist) . . (+1,607) . . N Rootless DOCKER (Created page with " == Rootless Docker (Basic) == You can manage Docker containers without needing '''sudo''' '''systemctl --user''': This command manages systemd user services. Rootless Docke...") (current)
- 17:27, 17 April 2025 (diff | hist) . . (+1,034) . . N Managing Your VPS (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''...") (current)
- 17:23, 17 April 2025 (diff | hist) . . (+1,252) . . N Managing Your Seedbox (Deluge, rsync etc.) (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...") (current)
- 17:19, 17 April 2025 (diff | hist) . . (+615) . . N Linux basic commands for navigation (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'''...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)