Previous Page Home Page

Daily Browsing

Parrot Commands

Version
#lsb_release -a
uname
#uname -r
update
sudo parrot-upgrade
Version
#cat /proc/version
screenfetch
#sudo apt install screenfetch
#screenfetch
                
Anaconda
#ls
>>Anaconda...
#bash Anaconda...

#cd ~
#source .bashcr
#anaconda-navigator

                
Brackets
#sudo add-apt-repository ppa:webupd8team/brackets
#sudo apt-get update
#sudo apt-get install brackets
				
uGet
#sudo apt update
#sudo apt install uget
				
lspci
#lspci
alsamixer
#alsamixer
pavucontrol
#sudo apt update; sudo apt install pavucontrol
edit alsa-base.conf

Edit /etc/modprobe.d/alsa-base.conf as root and add options snd-hda-intel dmic_detect=0 at the end of this file by writing this on the terminal: In my case, I didn’t have the file alsa-based.conf. So I created a new one and added only that line.

echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf

edit blacklist.conf

Edit /etc/modprobe.d/blacklist.conf as root and add blacklist snd_soc_skl at the end of the file by writting this on the terminal: Same here, I created the file blacklist.conf and then I added only that line.

echo "blacklist snd_soc_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf

Geany Theme
Geant Themes

choose "Solarized (dark)"
then Edit -> Preference-> Terminal -> (check)Execute programs in the VTE.
to run the code press the three gear ring.

youtube-dl
#sudo apt install youtube-dl