Black Arch Linux
Black Arch Linux is a penetration testing distribution built on Arch Linux, providing security professionals and researchers with hundreds of tools. Its rolling…
Writing
Black Arch Linux is a penetration testing distribution built on Arch Linux, providing security professionals and researchers with hundreds of tools. Its rolling…
Create Apache virtual host in /etc/apache2/sites-available/mysite.conf with ServerName and DocumentRoot. Enable with a2ensite. Configure git post-receive hook t…
Arch installation: boot live ISO, fdisk to partition, mkfs.ext4 to format, mount /mnt. Run pacstrap /mnt base linux. Generate fstab: genfstab -U /mnt >> /mnt/et…
Multilib conflicts occur when 32-bit and 64-bit library versions mismatch. Run: yum install yum-plugin-priorities to enable priority plugin. Edit /etc/yum/plugi…
The curse of an overactive mind is the inability to simply be. Everything becomes a problem to solve, a system to understand, a pattern to analyze. Simplicity i…
Use .htaccess with basic auth: create .htpasswd file with htpasswd command. Configure .htaccess: AuthType Basic, AuthName, AuthUserFile path, Require valid-user…
First, list LVM volumes: lvdisplay. If not activated, run: lvchange -ay /dev/volume_group/logical_volume. Create mount point: mkdir -p /mnt/lvm_mount. Mount par…
Steve Jobs demonstrated that technology could be beautiful, personal, and accessible. His obsession with design details influenced an entire industry. Jobs show…
Install git-core on server. Create bare repository: git init –bare /path/to/repo.git. Set proper permissions: chown -R git:git /path/to/repo.git. On client, cl…
Friendship is chosen family, the people who see you completely and choose to stay. True friends witness your growth, accept your failures, and celebrate your su…