[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$flZfY0b1l-5HKUwOTkAoUQ-PW3_ixqGhOUxK6nSCexCc":3,"$fYL9WLpW4Bun-Lt7UnHyPquqAFKxO3T3V6--uIoW1NAg":13},[4,5,6,7,8,9,10,11,12],"solutions","tutorials","engineering","CyberSecurity","Cloud","wordpress","analytics","tutorial","technology",[14,22,27,32,37,42],{"id":15,"title":16,"content":17,"keywords":18,"category":5,"image":19,"date":20,"totalPages":21},254,"How-to-Install-Yay-Helper-on-ArchLinux","\u003Cp>\u003Cstrong>Master the Installation of Yay, the Leading AUR Helper for ArchLinux\u003C\u002Fstrong>\u003C\u002Fp>\n\n\u003Cp>ArchLinux offers two primary helpers: Aurman and Yaourt. However, these have been deprecated in favor of Yay (Yet Another Yogurt), developed in the Golang Go language. Yay is a lightweight AUR helper that requires minimal dependencies and user input, providing functionality similar to Pacman. It includes interactive features such as TAB completion and the ability to download PKGBUILDs from AUR or ABS. This guide will walk you through the installation of Yay on ArchLinux.\u003C\u002Fp>\n\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\n\n\u003Cp>Ensure you have an Arch Linux instance with SSH access. Consider deploying a fully managed VPS or Cloud Server.\u003C\u002Fp>\n\n\u003Cp>\u003Cstrong>Installation Steps\u003C\u002Fstrong>\u003C\u002Fp>\n\n\u003Cp>\u003Cstrong>Step 1:\u003C\u002Fstrong> Begin by updating your system packages:\u003C\u002Fp>\n\n\u003Cblockquote>sudo pacman -Syy\u003C\u002Fblockquote>\n\n\u003Cp>Next, install the base-devel package for compiling tools:\u003C\u002Fp>\n\n\u003Cblockquote>sudo pacman -S --needed base-devel\u003C\u002Fblockquote>\n\n\u003Cp>\u003Cstrong>Step 2:\u003C\u002Fstrong> Install git using the following command:\u003C\u002Fp>\n\n\u003Cblockquote>sudo pacman -S git\u003C\u002Fblockquote>\n\n\u003Cp>\u003Cstrong>Step 3:\u003C\u002Fstrong> Clone the Yay git repository:\u003C\u002Fp>\n\n\u003Cblockquote>sudo git clone https:\u002F\u002Faur.archlinux.org\u002Fyay.git\u003C\u002Fblockquote>\n\n\u003Cp>Verify the cloned directory with:\u003C\u002Fp>\n\n\u003Cblockquote>ls\u003C\u002Fblockquote>\n\n\u003Cp>Change the directory ownership to your regular sudo user:\u003C\u002Fp>\n\n\u003Cblockquote>sudo chown -R cloudblast:users yay\u003C\u002Fblockquote>\n\n\u003Cp>Navigate into the cloned directory and compile Yay:\u003C\u002Fp>\n\n\u003Cblockquote>cd yay makepkg -si\u003C\u002Fblockquote>\n\n\u003Cp>After installation, verify the Yay version:\u003C\u002Fp>\n\n\u003Cblockquote>yay --version\u003C\u002Fblockquote>\n\n\u003Cp>\u003Cstrong>Using Yay\u003C\u002Fstrong>\u003C\u002Fp>\n\n\u003Cp>To install a package, use:\u003C\u002Fp>\n\n\u003Cblockquote>yay -S package_name\u003C\u002Fblockquote>\n\n\u003Cp>Example:\u003C\u002Fp>\n\n\u003Cblockquote>yay -S nodejs\u003C\u002Fblockquote>\n\n\u003Cp>To remove a package:\u003C\u002Fp>\n\n\u003Cblockquote>yay -Rns package_name\u003C\u002Fblockquote>\n\n\u003Cp>For a system update:\u003C\u002Fp>\n\n\u003Cblockquote>yay -Syy\u003C\u002Fblockquote>\n\n\u003Cp>To upgrade the system:\u003C\u002Fp>\n\n\u003Cblockquote>yay -Syu\u003C\u002Fblockquote>\n\n\u003Cp>For more Yay commands, see the manual:\u003C\u002Fp>\n\n\u003Cblockquote>man yay\u003C\u002Fblockquote>\n\n\u003Cp>Installing and using Yay enhances your package management on ArchLinux significantly. We hope this guide has been helpful.\u003C\u002Fp>\n","","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F2dd1b04d623cc77d.png","2024-09-17",45,{"id":23,"title":24,"content":25,"keywords":18,"category":5,"image":26,"date":20,"totalPages":21},255,"How-to-Install-Duf-on-Ubuntu-20.04","\u003Cp>\u003Cstrong>Explore the Installation of Duf, a Stylish Disk Usage Tool\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Duf is a robust disk usage tool written in Golang, designed as a modern substitute for the traditional df command. It&#39;s a cross-platform utility that presents disk usage statistics in a visually appealing format. This guide illustrates how to install Duf on Ubuntu 20.04.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Features of Duf\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>Overview of mounted volumes\u003C\u002Fli>\r\n\t\u003Cli>Light and Dark themes\u003C\u002Fli>\r\n\t\u003Cli>JSON output support\u003C\u002Fli>\r\n\t\u003Cli>Inode information listing\u003C\u002Fli>\r\n\t\u003Cli>Output sorting capabilities\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>\u003Cstrong>Installation Methods\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Method 1: Installing Duf via Debian Package\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Download and install the Duf Debian package from GitHub using these commands:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>wget https:\u002F\u002Fgithub.com\u002Fmuesli\u002Fduf\u002Freleases\u002Fdownload\u002Fv0.6.0\u002Fduf_0.6.0_linux_amd64.deb\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>dpkg -i duf_0.6.0_linux_amd64.deb\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Method 2: Installing Duf from Source Code\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure Go is installed (version 1.12 or later). Clone the Duf repository:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>git clone https:\u002F\u002Fgithub.com\u002Fmuesli\u002Fduf.git\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Build from source:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>cd duf go build\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Using Duf\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Launch Duf to monitor disk usage:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Display all file systems:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf -all\u003C\u002Fblockquote>\r\n\r\n\u003Cp>List specific devices or mount points:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf \u002Froot\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Sort output by column:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf --sort size\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Show or hide specific columns:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf --output mountpoint,size,usage\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Switch between themes:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf -theme dark duf --theme light\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Output in JSON format:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf --json\u003C\u002Fblockquote>\r\n\r\n\u003Cp>For additional options, consult:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>duf --help\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Duf offers a refined way to monitor disk usage, enhancing your system management experience. Try it out for a more intuitive view of your disk space.\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002Fc0f94cc03e9c68d8.png",{"id":28,"title":29,"content":30,"keywords":18,"category":5,"image":31,"date":20,"totalPages":21},256,"How-to-Install-Packages-in-Arch-Linux-from-AUR","\u003Cp>Arch Linux is renowned for its extensive software availability from both official repositories and the AUR. This guide explores various methods to install packages in Arch Linux.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>AUR (Arch User Repository)\u003C\u002Fstrong> is a community-driven platform for Arch Linux enthusiasts. It was established to organize and share new packages, facilitating the inclusion of popular packages into the repository. The repository includes package descriptions called \u003Cstrong>PKGBUILD\u003C\u002Fstrong>, which enable users to compile packages from source using the \u003Cstrong>makepkg\u003C\u002Fstrong> command, followed by installation through the native \u003Cstrong>pacman\u003C\u002Fstrong> command.\u003C\u002Fp>\r\n\r\n\u003Cp>To simplify the process, AUR offers &quot;helpers&quot; or tools to easily download PKGBUILD files and initiate the compilation process with minimal steps. This is the preferred method for Arch Linux users who prefer not to compile from source. We will focus on two major AUR helpers:\u003C\u002Fp>\r\n\r\n\u003Col>\r\n\t\u003Cli>Yaourt\u003C\u002Fli>\r\n\t\u003Cli>Packer\u003C\u002Fli>\r\n\u003C\u002Fol>\r\n\r\n\u003Cp>\u003Cstrong>Installing Packages Using Yaourt\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Yaourt, an acronym for \u003Cstrong>Y\u003C\u002Fstrong>et \u003Cstrong>A\u003C\u002Fstrong>n\u003Cstrong>O\u003C\u002Fstrong>ther \u003Cstrong>U\u003C\u002Fstrong>ser \u003Cstrong>R\u003C\u002Fstrong>epository \u003Cstrong>T\u003C\u002Fstrong>ool, is a package wrapper that facilitates the installation of AUR packages. It serves as a wrapper for pacman with extended features including AUR support.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>How to Install Yaourt\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Yaourt can be installed using two methods:\u003C\u002Fp>\r\n\r\n\u003Col>\r\n\t\u003Cli>Using a custom repository\u003C\u002Fli>\r\n\t\u003Cli>Using AUR\u003C\u002Fli>\r\n\u003C\u002Fol>\r\n\r\n\u003Cp>\u003Cstrong>Installing Yaourt Using a Custom Repository\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Edit pacman&#39;s configuration file with your preferred text editor:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo nano \u002Fetc\u002Fpacman.conf\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Append the following lines:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>[archlinuxfr]\u003Cbr \u002F>\r\nSigLevel = Never\u003Cbr \u002F>\r\nServer = http:\u002F\u002Frepo.archlinux.fr\u002F$arch\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Save and exit. Then, update the repository database and install Yaourt:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo pacman -Sy yaourt\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Installing Yaourt Using AUR\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>This method is more involved. Follow these steps:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo pacman -S --needed base-devel git wget yajl\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>git clone https:\u002F\u002Faur.archlinux.org\u002Fpackage-query.git\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>cd package-query\u002F\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>makepkg -si\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>git clone https:\u002F\u002Faur.archlinux.org\u002Fyaourt.git\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>cd yaourt\u002F\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cblockquote>\u003Ccode>makepkg -si\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Col>\r\n\t\u003Cli>Install required dependencies:\u003C\u002Fli>\r\n\t\u003Cli>Clone the package-query repository:\u003C\u002Fli>\r\n\t\u003Cli>Navigate to the package-query directory:\u003C\u002Fli>\r\n\t\u003Cli>Compile and install, then exit the directory:\u003C\u002Fli>\r\n\t\u003Cli>Clone the latest Yaourt repository:\u003C\u002Fli>\r\n\t\u003Cli>Navigate into the yaourt directory:\u003C\u002Fli>\r\n\t\u003Cli>Compile and build Yaourt:\u003C\u002Fli>\r\n\u003C\u002Fol>\r\n\r\n\u003Cp>Yaourt is now installed. Use the following syntax to install packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>yaourt -S packagename\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Update your Arch Linux system:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>yaourt -Syu\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Upgrade installed packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>yaourt -U packagename\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Build a package from PKGBUILD:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>yaourt -P directory\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Installing Packages Using Packer\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Packer is another tool that simplifies the process of compiling and installing packages from AUR. It allows users to install, upgrade, search, and get information about packages.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Installing Packer\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>First, install the required dependencies:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo pacman -S base-devel fakeroot jshon expac git wget\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Download the PKGBUILD script from AUR:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>wget https:\u002F\u002Faur.archlinux.org\u002Fcgit\u002Faur.git\u002Fplain\u002FPKGBUILD?h=packer\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Rename the folder for convenience:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>mv PKGBUILD?h=packer PKGBUILD\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Compile the package and create the installation file:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>makepkg\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Finally, install Packer:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo pacman -U packer-*.pkg.tar.xz\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Packer is now installed. Use the following command to install packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>packer -S packagename\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Update all AUR packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>packer -Syu\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Closing Thoughts\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>This guide provides insights into installing packages on Arch Linux using Yaourt and Packer. Stay tuned for more informative articles. Cheers!\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002Fddcf5de1a057f95e.png",{"id":33,"title":34,"content":35,"keywords":18,"category":5,"image":36,"date":20,"totalPages":21},257,"How-to-Install-Notepad++-on-Linux-Mint-Latest","\u003Cp>Notepad++ is a well-loved text editor by developers for coding. It is also available for Linux Mint. This guide will walk you through installing Notepad++ on the latest version of Linux Mint.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure your Linux Mint is updated by running the following command in the terminal:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\r\n\u003Cpre>\r\n\u003Ccode>sudo apt-get update &amp;&amp; sudo apt-get upgrade\u003C\u002Fcode>\u003C\u002Fpre>\r\n\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Installation Steps\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Col>\r\n\t\u003Cli>Open the terminal on your Linux Mint system.\u003C\u002Fli>\r\n\t\u003Cli>Download the Notepad++ package from the official website using the following command:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>wget https:\u002F\u002Fnotepad-plus-plus.org\u002Frepository\u002F7.x\u002F7.9.5\u002Fnpp.7.9.5.Installer.x64.deb\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\tRemember to verify the latest version on the Notepad++ website before using the command above.\u003C\u002Fli>\r\n\t\u003Cli>Navigate to the Downloads directory using the command:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>cd ~\u002FDownloads\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\tIf the file is in another directory, navigate accordingly.\u003C\u002Fli>\r\n\t\u003Cli>Install the Notepad++ package with the command:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>sudo dpkg -i npp.7.9.5.Installer.x64.deb\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\tAdjust the file name to match the downloaded version of Notepad++.\u003C\u002Fli>\r\n\t\u003Cli>Open Notepad++ from the applications menu or run the command:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>notepad-plus-plus\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\tYou can now start using Notepad++ for coding.\u003C\u002Fli>\r\n\u003C\u002Fol>\r\n\r\n\u003Cp>\u003Cstrong>Conclusion\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>This guide has shown you how to install Notepad++ on the latest Linux Mint. Known for its powerful features, Notepad++ is a preferred choice for developers.\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F3ed56d157b367d49.png",{"id":38,"title":39,"content":40,"keywords":18,"category":5,"image":41,"date":20,"totalPages":21},258,"How-to-Install-CyberChef-on-Manjaro","\u003Cp>CyberChef is a free, open-source web application created by GCHQ, ideal for data encoding, decoding, and analysis. This guide provides step-by-step instructions for installing CyberChef on Manjaro.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure you have the following before installation:\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>Manjaro Linux installed and updated\u003C\u002Fli>\r\n\t\u003Cli>A web browser such as Mozilla Firefox or Google Chrome\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>\u003Cstrong>Installing CyberChef\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>To install CyberChef on Manjaro, follow these steps:\u003C\u002Fp>\r\n\r\n\u003Col>\r\n\t\u003Cli>Open your web browser and visit the CyberChef GitHub repository.\u003C\u002Fli>\r\n\t\u003Cli>Click the green &quot;Code&quot; button and select &quot;Download ZIP&quot; to download the latest version of CyberChef.\u003C\u002Fli>\r\n\t\u003Cli>Extract the ZIP file to a location of your choice.\u003C\u002Fli>\r\n\t\u003Cli>Open the terminal using &quot;Ctrl + Alt + T&quot; on your keyboard.\u003C\u002Fli>\r\n\t\u003Cli>Navigate to the folder where you extracted the CyberChef files using:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>cd ~\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\t\u003C\u002Fli>\r\n\t\u003Cli>Run the following command to start the CyberChef server:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>python3 serve.py\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\t\u003C\u002Fli>\r\n\t\u003Cli>You&#39;ll see a message indicating the server has started, like:\r\n\t\u003Cblockquote>\r\n\t\u003Cpre>\r\n\u003Ccode>Serving on http:\u002F\u002F0.0.0.0:8080\u002F\u003C\u002Fcode>\u003C\u002Fpre>\r\n\t\u003C\u002Fblockquote>\r\n\t\u003C\u002Fli>\r\n\t\u003Cli>Open your web browser and go to \u003Ca href=\"http:\u002F\u002Flocalhost:8080\u002F\">http:\u002F\u002Flocalhost:8080\u002F\u003C\u002Fa> to access CyberChef and start using it.\u003C\u002Fli>\r\n\u003C\u002Fol>\r\n\r\n\u003Cp>\u003Cstrong>Conclusion\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>This tutorial has guided you through installing CyberChef on Manjaro. CyberChef offers robust tools for data tasks and should be operational on your Manjaro Linux if you followed the steps correctly.\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F2585f6f085ab392e.png",{"id":43,"title":44,"content":45,"keywords":18,"category":5,"image":46,"date":20,"totalPages":21},259,"How-to-Install-Eclipse-on-Kali-Linux-Latest","\u003Cp>Eclipse is a widely used open-source integrated development environment (IDE) for developing applications in Java and other languages. Kali Linux, favored by ethical hackers and security researchers, supports Eclipse installation.\u003C\u002Fp>\r\n\r\n\u003Cp>This guide outlines the steps to download and install Eclipse on the latest version of Kali Linux.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure the following are in place before starting:\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>Kali Linux Latest\u003C\u002Fli>\r\n\t\u003Cli>Java Development Kit (JDK) 11 or higher installed on your system.\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>If JDK is not installed, execute the following command in the terminal:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt-get install default-jdk\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Download Eclipse\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Visit the \u003Ca href=\"http:\u002F\u002Fwww.eclipse.org\u002Fdownloads\u002F\">Eclipse website\u003C\u002Fa> to download the latest IDE version for Java Developers. Alternatively, use this terminal command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>wget https:\u002F\u002Fwww.eclipse.org\u002Fdownloads\u002Fdownload.php?file=\u002Ftechnology\u002Fepp\u002Fdownloads\u002Frelease\u002F2021-06\u002FR\u002Feclipse-java-2021-06-R-linux-gtk-x86_64.tar.gz&amp;mirror_id=1209 -O eclipse-java.tar.gz\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Adjust the download link to match the current Eclipse version if necessary.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Extract the Downloaded File\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>After downloading the Eclipse tarball, relocate it to your desired location and extract it using:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>tar -xvf eclipse-java-[version].tar.gz\u003C\u002Fblockquote>\r\n\r\n\u003Cp>For instance:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>tar -xvf eclipse-java-2021-06-R-linux-gtk-x86_64.tar.gz\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Launch Eclipse\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Navigate to the \u003Ccode>eclipse\u003C\u002Fcode> directory post-extraction and initiate Eclipse with:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>cd eclipse\u003Cbr \u002F>\r\n.\u002Feclipse\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Choose a Workspace\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>On the first launch, Eclipse will prompt you to select a workspace&mdash;a directory for storing projects and settings. Opt for a default workspace or create a new one.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 5: Install Eclipse Plugins (Optional)\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>To enhance Eclipse, plugins can be installed via the \u003Ccode>Help\u003C\u002Fcode> menu by selecting \u003Ccode>Eclipse Marketplace\u003C\u002Fcode> and choosing desired plugins.\u003C\u002Fp>\r\n\r\n\u003Cp>Congratulations! Eclipse is now ready for software development on Kali Linux Latest.\u003C\u002Fp>\r\n\r\n\u003Cp>For effortless self-hosting and to retain data control, consider exploring alternative solutions.\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F18492e440fda815e.png"]