Kali Linux Desktop PC Initial Setup: Difference between revisions

From WikiMLT
m (Стадий: 3 [Фаза:Разработване, Статус:Разработван]; Категория:Linux Desktop)
mNo edit summary
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
== References ==


* ...
== Enable Bluetooth ==
In Kali Linux 2022 the Bluetooth service is disabled by default. In order to enable it run thew following commands.<syntaxhighlight lang="shell" line="1">
sudo service bluetooth status
sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth.service


* ...
</syntaxhighlight>


== Section 1 ==
== Add Windows 10 entry into the Grub menu ==
...
<syntaxhighlight lang="shell" line="1">
sudo nano /etc/default/grub
</syntaxhighlight>


<noinclude>
<noinclude>

Revision as of 08:54, 17 August 2022

En­able Blue­tooth

In Kali Lin­ux 2022 the Blue­tooth ser­vice is dis­abled by de­fault. In or­der to en­able it run thew fol­low­ing com­mands.

sudo service bluetooth status
sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth.service

Add Win­dows 10 en­try in­to the Grub menu

sudo nano /etc/default/grub