[SUPER EASY] HOW TO INSTALL GOOGLE CHROME IN KALI LINUX IN ONE COMMAND.
- Get link
- X
- Other Apps
Just copy and paste the command in linux terminal and the download with the installation process will start automatically.
apt update
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb
google-chrome --no-sandbox
- Get link
- X
- Other Apps
Popular posts from this blog
[2022 update] How To Install Kali Linux as Secondary OS/Dual Boot, With Windows.7/8.1/10/11.
[2022] How To Install Kali Linux as Secondary OS/Dual Boot, With Windows.7/8.1/10/11. by - ᏒᎧᏂᎥᏖ ᏗᏰᎴᏬᏝᏝᏗᏂ Kali Linux can be set up next to a Windows installation with good results. But when setting everything up, you need to be careful. To begin with, confirm that you have backed up any crucial data on your Windows system. This backup should be kept on external storage because you'll be changing your hard drive. Once you've finished creating the backup, we advise reading our article for installing Kali Linux from a hard drive, which outlines the typical steps for a straight-forward Kali Linux installation. Table of contents: Creating Partition. Creating Installation media. Installing Kali-Linux. Requirements: A PC/Laptop .. lol.😆 4/8GB Pen-drive / SD card with Card-Reader.(8GB Recommended) Dual-Core or Higher processor (either Intel or AMD). At least 128 MB of RAM.(512 MB-1GB Recommended). Minimum 20 GB Disk Space.(30-50 GB Recommended) Any version of Windows (Base i...
How to Find My Processor Architecture?
Depending on your operating system, you can take the following actions to find out if your computer is running an ARM or x86 architecture: On Windows Check Using System Information: Press Windows + R , type msinfo32 , and press Enter . Look for the entry labeled "System Type" : x86-based PC : Your system is 32-bit x86. x64-based PC : Your system is 64-bit x86. ARM-based PC : Your system is ARM. Check via Command Prompt: Open the Command Prompt (search for cmd in the Start menu). Type: Copy echo %PROCESSOR_ARCHITECTURE% Output: AMD64 : 64-bit x86. x86 : 32-bit x86. ARM64 : ARM architecture. On Linux Check Using the Terminal: Open a terminal and run: Copy uname -m Using lscpu: Run the command: Copy lscpu Look for the "Architecture" field.

Comments
Post a Comment