Sidebar

LKJ Prod

  • Accueil
  • Informatique
    • Articles
    • Articles Linux
      • Trucs Mysql-MariaDB
    • Articles Windows
    • Articles Logiciels
      • Bureautique
  • Linux
  • Rugby
    • Saison 2019 2020
    • Saison 2020 2021

Un shell joli et performent comme sous kali Linux pour votre distribution, et même pour votre W$

Un shell joli et performent comme sous kali Linux pour votre distribution, et même pour votre W$

 

C'est possible en suivant ce lien : https://medium.com/@shivam1/make-your-terminal-beautiful-and-fast-with-zsh-shell-and-powerlevel10k-6484461c6efb


Traduction :

Installer ZSH shell pour linux

  1. Install zsh with your package manager
sudo apt install zsh

2. Make your default shell

chsh -s $(which zsh)

3. Restart your terminal and you are ready to go (In linux ubuntu you may need to logout and login again)

4. If it’s asking for selecting an option press 0

Type echo $SHELL to verify the shell it should print /usr/bin/zsh

Further setup will be same for all Operating System.

 

Just paste this command in your terminal and it will install Oh My Zsh.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

We will clone the repository into the custom theme folder

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

Download and install Nerd Patched fonts

https://github.com/ryanoasis/nerd-fonts

Download Plugins for autosuggestion and syntax highlighting

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
Now edit your ~/.zshrc file to use the PowerLeve10K theme, Awesome Patched font, Autocorrection, Autosuggestion and Syntax highlighting.
vim.tiny ~/.zshrc

Find the ZSH_THME and replace it with

ZSH_THEME="powerlevel10k/powerlevel10k"

Also add this line below to use Nerd Patched fonts

POWERLEVEL9K_MODE="nerdfont-complete"

If you want to enable auto correction then find uncomment the line by removing # from

#ENABLE_CORRECTION="true"
//to this
ENABLE_CORRECTION="true"

Now we will add plugins so scroll down a little till you find

plugins=(git)

And now add the plugins which we downloaded, like this

plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

 
 

Debian 11 Installation Bluetooth et installation de virtualbox

Voilà de nouveau sur Debian 11 KDE et c'est moins packagé que kubuntu et autre version de Ubuntu, mais c'est sans les snaps, et les snaps c'est .....

Donc pour installer des softs c'est plus à l'ancienne, mais c'est aussi l'avantage, on maîtrise.

-------------------------------------------------------------------------------

Voici les commandes pour connecter un casque bluetooth quand on a l'erreur : "bluetooth protocol not available"

sudo apt-get install pulseaudio-module-bluetooth
pulseaudio --kill
pulseaudio --start

-------------------------------------------------------------------------------

Voici le lien pour faire une installation complète de VirtualBox avec tous les outils nécessaires.

https://linoxide.com/how-to-install-virtualbox-on-debian-11/

Et moi j'ai utilisé la solution 3 : Method 3: Install VirtualBox on Debian Using Installer Script

Et si vous êtes gentils je ferais la traduction, 1 jour.

Lubuntu et OpenVpn Gui

Comment avoir ceci

openvpn gui ubuntu lubuntu xubuntu

Pour pouvoir intégrer un fichier de config openvpn que vous avez (généré depuis votre pfsense ou dynfi ou fourni par votre FAI) faite ceci en ligne de commande :

sudo apt install network-manager-openvpn network-manager-openvpn-gnome apt-transport-https

 

Et c'est tout :-)

Apprendre le bépo et utiliser les bons outils

Apprendre le bépo et utiliser les bons outils

https://www.greg-ggt.com/apprendre-a-taper-au-clavier/

 

et les outils :

  • http://dactylotest.free.fr/bepodactyl/
  • https://monkeytype.com/

 

Afficher les * des mots de passe dans le terminal sous Linux

Sous Linux, lorsque vous exécutez une commande en utilisant sudo, le terminal vous invite à taper votre mot de passe sans retour visuel de ce que vous tapez. C’est tout à fait normal, ne vous inquiétez pas. Mais si cela vous dérange, eh bien sachez qu’il est tout à fait possible d’afficher des astérisques (*) lorsque vous tapez votre mot de passe dans le terminal. Voici comment faire 😉

Nous allons ouvrir le fichier “/etc/sudoers” afin d’y modifier une petite chose.

sudo visudo



On va rajouter la ligne

 

Defaults                 pwfeedback


En dessous de : Defaults env_reset

On enregistre et c'est tout !

Plus d'articles...

  1. Comment compresser un PDF en ligne de commande Linux
  2. NFS Proxmox accès
  3. Centreon - Nagios - Script de lecture de rapports de sauvegardes
  4. Erreur de config réseau lors de l'installation Ubuntu Serveur 18.04 netplan

Sous-catégories

Linux

Logiciels

Windows

Materiel

Page 1 sur 34
  • Début
  • Précédent
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Suivant
  • Fin
Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.
Powered by T3 Framework