Kali Linux as Full Time OS in our Daily Life -- Installing Office, Media, and other
Before 2020 we don't recommend Kali as a full-time usable OS because of its root default user. The default root user is for advanced users only. Beginners could harm their-self as root (super user). But with the 2020.1 update root user is not default. Like other normal Debian-based distributions Kali also moved to the non-root users by default which is a more traditional security model.
It increases the use of Kali Linux as a daily Desktop OS, which means no VMWare or dual boot. We can use it to do day-to-day kinds of stuff while we are not doing any penetration testing job.
Here a problem occurs that Kali Linux comes with its pre-installed penetration testing tools, and some simple and lightweight system tools(Thuner File Manager, Parole Media Player, etc).
But this is not enough to run an Operating System in our daily life. For example, we simply can't a docx (document file). So in this tutorial, we will learn how we can use Kali in our daily life.
Installing Office Software in Kali Linux
- LibreOffice Writer (word processing) = MS Word
- LibreOffice Calc (spreadsheets) = Microsoft Excel
- LibreOffice Impress (presentations) = Microsoft PowerPoint
- LibreOffice Draw (vector graphics and flowcharts)
- LibreOffice Base (databases), = MS Access
- LibreOffice Math (formula editing)
sudo apt-get update
After the update, we simply apply the following command to install LibreOffice Suit:
sudo apt-get install libreoffice -y
This command will install LibreOffice in our Kali Linux system, but it will take some time to install it depending on our internet speed. Then we can easily use the office suit.
Install VLC Media Player
VLC media player is the most widely used media player on PC. It is an all-in-one media player. We can use this media player for playing most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. It is free and open source.
We can install this by using the following command:
sudo apt-get install vlc -y
The above command will install VLC on or Kali Linux system. After that, we can use VLC media player on our Kali Linux system.
Install the Web Cam tool in Kali Linux
sudo apt-get install cheese -y
Then we can use it from the multimedia apps or simply use the cheese command.
Install Bluetooth in Kali Linux
sudo apt-get install bluetooth bluez bluez-tools rfkill -y
Then it will install Bluetooth on our Kali Linux system, to activate it we use another command like the following :
sudo service bluetooth start
After it, we can see the Bluetooth icon in our top panel of Kali Linux, and we can use Bluetooth services.
1 Comments
Great work really helpful information
ReplyDelete