{"id":237,"date":"2022-04-19T23:53:14","date_gmt":"2022-04-19T21:53:14","guid":{"rendered":"https:\/\/linowebserver.org\/?page_id=237"},"modified":"2022-04-20T11:46:45","modified_gmt":"2022-04-20T09:46:45","slug":"kali-steps-i-do-after-installation","status":"publish","type":"page","link":"https:\/\/linowebserver.org\/index.php\/how-to\/how-to-kali\/kali-steps-i-do-after-installation\/","title":{"rendered":"Kali steps i do after Installation"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">first Boot<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update &amp;&amp; apt dist-upgrade\napt install aptitude btrfs-progs snapper snapper-gui grub-btrfs findutil snap sshd mysql pip nodejs wpa_supplicant cups<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Network Setup<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/Set Hostname\necho 'myHostname'&gt; \/etc\/hostname\n\n\/\/set my Network - in my case Wifi and Ehternet\n\n\/\/Ethernet eth0 \nnano \/etc\/network\/interfaces\n==&gt; iface eth0 inet static \/\/ this means static IP no DHCP \n==&gt;        address 12.8.2.30\/24 \/\/IP Adress \/ \\24 Networkmask\n\n\/\/WIFI wlan0\nwpa_passphrase wifiNetworkName wifiPassword |tee \/etc\/wpa_supplicant.conf\\\nwpa_supplicant -B -c \/etc\/wpa_supplicant.conf -i wlan0\nsystemctl enable wpa_supplicant\nsystemctl start wpa_supplicant\n\n\/* Network Troubleshooting \n   No Route to Internet Sites \n   Set DNS- Server in resolv.conf\n*\/\necho \"nameserver 1.1.1.1\" &gt;&gt; \/etc\/resolv.conf\\\necho \"nameserver 8.8.8.8\" &gt;&gt; \/etc\/resolv.conf\\<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Printer <\/h2>\n\n\n\n<p>Download ur printers driver on vendors Site and follow the instruction. I use cups to configure my printer and system-printer&#8230;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install system-config-printer cups\n\n\/\/Cups\nsystemctl enable cups-browsed.service\nsystemctl start cups-browsed.service\n\n\/\/controll if cups-browser running\nnetstat-tulpn |grep 631\n\/\/or\nss -antpl |grep 631 \n<\/code><\/pre>\n\n\n\n<p>Open ur Browser <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:631\" target=\"_blank\">http:\/\/localhost:631<\/a> search an configure ur printer <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scanner<\/h2>\n\n\n\n<p>Download ur driver on vendors Site and follow the instructions.  I use a GUI &#8222;Xsane&#8220; for scanning but u can also scan from console<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install libsane sane xsane<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Check Snapshot<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>snapper list<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\"\/>\n\n\n\n<p>Next: customizing, software,  backups<\/p>\n","protected":false},"excerpt":{"rendered":"<p>first Boot Network Setup Printer Download ur printers driver on vendors Site and follow the instruction. I use cups to configure my printer and system-printer&#8230; Open ur Browser http:\/\/localhost:631 search an configure ur printer Scanner Download ur driver on vendors Site and follow the instructions. I use a GUI &#8222;Xsane&#8220; for scanning but u can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":240,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-237","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/comments?post=237"}],"version-history":[{"count":3,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/237\/revisions"}],"predecessor-version":[{"id":252,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/237\/revisions\/252"}],"up":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/240"}],"wp:attachment":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media?parent=237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}