Skip to content
Snippets Groups Projects
Commit cbfa20c5 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Install Clockfy.

parent fe1c4269
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,19 @@ sudo snap install whatsapp-for-linux
sudo apt install snapd-xdg-open
sudo snap install discord
#-----------------------------------------------------------------------
# Clockfy.
# https://clockify.me/linux-time-tracking
# Install dependencies.
sudo apt-get install -y gconf2 libappindicator1
# Download *.deb.
wget https://clockify.me/downloads/Clockify_Setup.deb -P ~/Downloads
# Installs.
sudo dpkg -i ~/Downloads/Clockify_Setup.deb
#-----------------------------------------------------------------------
# PopCorn Time.
......@@ -477,6 +490,15 @@ ls /usr/local/share/fonts/Walmes-TTF
# Updates the font cache.
sudo fc-cache -fv
#-----------------------------------------------------------------------
# https://www.techytalk.info/webcam-settings-control-ubuntu-linux/
sudo apt-get update -y
sudo apt-get install -y v4l-utils
# https://installati.one/install-qv4l2-ubuntu-20-04/
sudo apt-get -y install qv4l2
#-----------------------------------------------------------------------
# Virtual Webcam to use with OBS Studio.
# OBS Studio must be already installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment