Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 2.37 KB

File metadata and controls

47 lines (39 loc) · 2.37 KB

Linux commands

https://tldr.inbrowser.app/
https://cheat.sh/
https://github.com/dylanaraps/pure-bash-bible

Linux programs

  • Autojump : a faster way to navigate your filesystem
  • Brave : an alternative web browser with add free capabilities
  • Calibre : ebooks reader
  • eza : ls with super powers
  • Flameshot : capture screenshots
  • Liquidprompt : personnalisation du prompt (eg. git)
  • MP3 Diags : mp3 editor
  • Neofetch : affiche les infos système (entièrement écrit en bash)
  • Terminator : an elegant splittable terminal

Try list :

  • Helix editor : modern alternative to vim
  • Jujutsu : also known as jj, vcs that supports multiple backends like git

Windows programs

  • mRemoteNG : a multi-protocol client (ssh, remote desktop, ftp, etc.)
    • Show password utility (Menu Outils > Outils externes)
      • Nom affiché : Mot de passe
      • Nom du fichier : cmd
      • Arguments : /k echo %password%
    • FTP utility (Menu Outils > Outils externes)
      • Nom affiché : WinSCP
      • Nom du fichier :
      • Arguments : sftp://%Username%:%!Password%@%Hostname%
  • MobaXterm : another multi-protocol client (ssh, remote desktop, ftp, etc.)
  • Notepad++

Java librairies