Answers for "duck duck go"

Go
16

duck duck go

Wise choice if you want to become a hacker or just look for privacy!
Unlike Google DuckDcukGo doesn´t track your browser history and sell
it online for advertising.
Posted by: Guest on October-13-2020
4

duck duck go

Duck Duck Go goes well if you use it with Brave Browser. Try it :)

I'm mac user and I use these free tools for privacy:
- For my mac I use Hotspot Shield.
- Brave Browser using New Private Window or tor mode.
- Browser extension I use Surf VPN.

Guys, you have to try it! What other tool would you add?

I would like to add: https://sportsbay.org/live-streams

Cheers!
Posted by: Guest on December-26-2020
6

duck duck go

If you are looking for better privacy as other browsers keep track what are 
you doing which website you visit.
DuckDuckGo is a perfect choice it provides better privacy.
Posted by: Guest on September-29-2020
7

duckduckgo

Protects your privacy!
Posted by: Guest on June-24-2020
0

duck duck go

#!/usr/bin/env bash
# script_tput.sh

#### Initialisation des variables ####

#+ Mode normal
ResetColor="$(tput sgr0)"
# "Surligné" (bold)
bold=$(tput smso)
# "Non-Surligné" (offbold)
offbold=$(tput rmso)

# Couleurs (gras)
#+ Rouge
Red="$(tput bold ; tput setaf 1)"
#+ Vert
Green="$(tput bold ; tput setaf 2)"
#+ Jaune
Yellow="$(tput bold ; tput setaf 3)"
#+ Bleue
Blue="$(tput bold ; tput setaf 4)"
#+ Cyan
BlueCyan="$(tput bold ; tput setaf 6)"

#### Fin initialisation variables ####

# Effacement du terminal
clear

# Adressage du curseur ligne 0 colonne 2
tput cup 0 2
echo "Entrez les informations demandées dans le champ ayant le curseur."
# Adressage du curseur ligne 1 colonne 2
tput cup 1 2
echo "Appuyez sur Entrée pour passer au champ suivant."
# Adressage du curseur ligne 3 colonne 20
tput cup 3 30
echo "${bold}Questions/Réponses${offbold}"

# Pré-affichage des champs
tput cup 5 5
echo -e "Nom : \c"
tput cup 7 5
echo -e "Prénom : \c"
tput cup 9 5
echo -e "Age : \c"

# Facultatif
# Pré-affichage des données
tput cup 12 2
echo -e "Votre nom est : "
tput cup 13 2
echo -e "Votre prénom est : "
tput cup 14 2
echo -e "Vous avez  ans. "

#### Interaction du script ####
# Adressage du curseur ligne 5 colonne 5
tput cup 5 5
echo -e "Nom : \c"
read nom
# Adressage du curseur ligne 7 colonne 5
tput cup 7 5
echo -e "Prénom : \c"
read prenom
# Adressage du curseur ligne 9 colonne 5
tput cup 9 5
echo -e "Age : \c"
read age

#### Affichage des réponses ####
# Adressage du curseur ligne 12 colonne 2
tput cup 12 2
echo -e "${Green}Votre nom est : ${ResetColor}"${Red}$nom${ResetColor}
# Adressage du curseur ligne 13 colonne 2
tput cup 13 2
echo -e "${Green}Votre prénom est : ${ResetColor}"${BlueCyan}$prenom${ResetColor}
# Adressage du curseur ligne 14 colonne 2
tput cup 14 2
echo -e "${Green}Vous avez ${Yellow}$age ${Green}ans. ${ResetColor}"
# Adressage du curseur ligne 20 colonne 0
tput cup 20 0
Posted by: Guest on June-06-2021
2

duckduckgo

welcome to privacy! (and ducks)
Posted by: Guest on October-12-2020

Browse Popular Code Answers by Language