{"id":12073,"date":"2022-08-29T13:26:44","date_gmt":"2022-08-29T19:26:44","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=12073"},"modified":"2022-08-29T14:24:07","modified_gmt":"2022-08-29T20:24:07","slug":"kali-instalacion-2022","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=12073","title":{"rendered":"Kali: Instalaci\u00f3n 2022"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Actualizamos el sistema<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update &amp;&amp; sudo apt-get upgrade &amp;&amp; sudo apt-get dist-upgrade &amp;&amp; sudo apt-get check &amp;&amp; sudo apt-get install -fy &amp;&amp; sudo apt-get autoremove &amp;&amp; sudo apt-get autoclean &amp;&amp; sudo apt-get clean -y<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install apt-transport-https<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Modificamos la contrase\u00f1a de root<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo passwd root<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">PHP<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt -y install lsb-release apt-transport-https ca-certificates \n\nsudo wget -O \/etc\/apt\/trusted.gpg.d\/php.gpg https:\/\/packages.sury.org\/php\/apt.gpg\n\necho \"deb https:\/\/packages.sury.org\/php\/ bullseye main\" | sudo tee \/etc\/apt\/sources.list.d\/php.list\n\nsudo apt update\n\nwget http:\/\/ftp.us.debian.org\/debian\/pool\/main\/libf\/libffi\/libffi7_3.3-6_amd64.deb\n\nsudo dpkg -i libffi7_3.3-6_amd64.deb\n\nsudo apt-get install php7.4 php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-mysql php7.4-mbstring  php7.4-zip php7.4-fpm php7.4-simplexml libapache2-mod-php  php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">brave<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install apt-transport-https curl\n\nsudo curl -fsSLo \/usr\/share\/keyrings\/brave-browser-archive-keyring.gpg https:\/\/brave-browser-apt-release.s3.brave.com\/brave-browser-archive-keyring.gpg\n\necho \"deb &#91;signed-by=\/usr\/share\/keyrings\/brave-browser-archive-keyring.gpg arch=amd64] https:\/\/brave-browser-apt-release.s3.brave.com\/ stable main\"|sudo tee \/etc\/apt\/sources.list.d\/brave-browser-release.list\n\nsudo apt update\n\nsudo apt install brave-browser<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">programas<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install gnome-shell-extensions apt-transport-https python3-minimal arj audacious  apache2 acetoneiso alien curl codeblocks cheese deluge devede easytag fonts-noto filezilla filezilla-common grub-customizer gstreamer1.0-plugins-base hardinfo inkscape lzip lmms minicom openssh-client openssh-server p7zip p7zip-full p7zip-rar putty rhythmbox synaptic smplayer  samba subdownloader soundconverter ttf-bitstream-vera testdisk ttf-mscorefonts-installer unrar unace unzip variety zip zlib1g libavcodec-extra libdvd-pkg sharutils uudeview cabextract file-roller ffmpeg icedax libdvd-pkg id3tool lame libxine2-ffmpeg libmad0 mpg321 gstreamer1.0-libav vlc exfat-fuse hfsplus hfsutils ntfs-3g libavcodec-extra libappindicator1 aptitude gdebi lm-sensors printer-driver-all chrome-gnome-shell libreoffice git k3b  gparted gnome-tweaks chrome-gnome-shell shutter make build-essential net-tools minitube glabels terminator curl nano wget libreoffice libreoffice-l10n-es shutter gimp  -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Para soporte de cualquier tipo de partici\u00f3n<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install exfat-fuse hfsplus hfsutils ntfs-3g<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalar codecs<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install libavcodec-extra libdvd-pkg<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Compatibilidad con smartphone<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install mtp-tools ipheth-utils ideviceinstaller ifuse<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Gestores de paquetes<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install gdebi gdebi-core synaptic<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>A este punto hacemos un upgrade<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt upgrade<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Si da el error<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/src\/libdvd-pkg\/libdvdcss_1.4.2.orig.tar.bz2: La suma coincide\nlibdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting.<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Ejecutamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dpkg-reconfigure libdvd-pkg<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Compiladores y extras<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install build-essential\nsudo apt-get install linux-headers-`uname -r`<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Java<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install default-jre default-jdk<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Mysql<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Ejecutamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/dev.mysql.com\/get\/mysql-apt-config_0.8.23-1_all.deb\nsudo apt install .\/mysql-apt-config_0.8.23-1_all.deb<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>kali no esta soportado seleccionamos debian bullseye<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"631\" height=\"403\" src=\"\/wp-content\/uploads\/2022\/08\/Seleccion_001.png\" alt=\"\" class=\"wp-image-12080\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_001.png 631w, https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_001-300x192.png 300w\" sizes=\"(max-width: 631px) 100vw, 631px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"603\" height=\"409\" src=\"\/wp-content\/uploads\/2022\/08\/Seleccion_002.png\" alt=\"\" class=\"wp-image-12081\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_002.png 603w, https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_002-300x203.png 300w\" sizes=\"(max-width: 603px) 100vw, 603px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"620\" height=\"341\" src=\"\/wp-content\/uploads\/2022\/08\/Seleccion_003.png\" alt=\"\" class=\"wp-image-12082\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_003.png 620w, https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_003-300x165.png 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"616\" height=\"396\" src=\"\/wp-content\/uploads\/2022\/08\/Seleccion_004.png\" alt=\"\" class=\"wp-image-12083\" srcset=\"https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_004.png 616w, https:\/\/sada.services\/wp-content\/uploads\/2022\/08\/Seleccion_004-300x193.png 300w\" sizes=\"(max-width: 616px) 100vw, 616px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Si da error<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>W: http:\/\/repo.mysql.com\/apt\/debian\/dists\/bullseye\/InRelease: Key is stored in legacy trusted.gpg keyring (\/etc\/apt\/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Ejecutamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/etc\/apt\nsudo cp trusted.gpg trusted.gpg.d\nsudo apt update\n\nsudo apt install default-libmysqlclient-dev\nsudo apt install default-libmysqld-dev\nsudo apt install default-mysql-client\nsudo apt install default-mysql-client-core\nsudo apt install default-mysql-server\nsudo apt install default-mysql-server-core\nsudo apt install mysql-common<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">snap<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install snapd\nsystemctl status snapd\nsystemctl star snapd<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">workbench<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>snap install mysql-workbench-community<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Actualizamos el sistema Modificamos la contrase\u00f1a de root PHP Instalamos brave programas Para soporte de cualquier tipo de partici\u00f3n Instalar codecs Compatibilidad con smartphone Gestores de paquetes A este punto hacemos un upgrade Si da el error Ejecutamos Compiladores y extras Java Mysql Ejecutamos kali no esta soportado seleccionamos debian bullseye Si da error Ejecutamos [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[223],"tags":[224],"class_list":["post-12073","post","type-post","status-publish","format-standard","hentry","category-kali","tag-kali"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12073"}],"version-history":[{"count":10,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12073\/revisions"}],"predecessor-version":[{"id":12075,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12073\/revisions\/12075"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12073"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}