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

Merge branch 'master' of gitlab.c3sl.ufpr.br:walmes/linux-config

parents 618922ac cbfa20c5
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,19 @@ sudo snap install whatsapp-for-linux ...@@ -178,6 +178,19 @@ sudo snap install whatsapp-for-linux
sudo apt install snapd-xdg-open sudo apt install snapd-xdg-open
sudo snap install discord 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. # PopCorn Time.
...@@ -477,6 +490,15 @@ ls /usr/local/share/fonts/Walmes-TTF ...@@ -477,6 +490,15 @@ ls /usr/local/share/fonts/Walmes-TTF
# Updates the font cache. # Updates the font cache.
sudo fc-cache -fv 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. # Virtual Webcam to use with OBS Studio.
# OBS Studio must be already installed. # 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