Links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
19 results tagged TERMINAL  ✕
📙 Emojipedia — 😃 Accueil des significations d'emojis 💁👌🎍😍 https://emojipedia.org/fr/
Thu Nov 24 10:16:55 2022 archive.org

Emojipedia is brought to you by Zedge, the world's #1 phone personalization app

Logo Apple AppStore Logo Google Play Symbol Web Browser

Tous les noms d'emoji sont des noms officiels de la base de données de caractères Unicode ou du CLDR. Les points de code indiqués font partie de la norme Unicode.

Les descriptions et définitions supplémentaires d'emoji sont protégées par les droits d'auteur © d'Emojipedia. Les images Emoji affichées sur Emojipedia sont protégées par les droits d'auteur © de leurs créateurs respectifs, sauf indication contraire.

emoji ico icon web terminal
[linux] Micro-editor https://micro-editor.github.io/
Fri Jun 10 10:54:27 2022 archive.org

micro

a modern and intuitive terminal-based text editor

curl https://getmic.ro | bash

linux editor nano-alternative micro terminal text
https://www.nerdfonts.com/#home https://www.nerdfonts.com/#home
Sat Aug 21 18:45:57 2021 archive.org
thumbnail

Nerd Fonts patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular ‘iconic fonts’ such as Font Awesome, Devicons, Octicons, and others.

font windows top terminal
Nerd Fonts – Les meilleurs polices pour les développeurs – Korben https://korben.info/nerd-fonts-police-developpeur.html
Thu Aug 19 12:58:07 2021 archive.org
thumbnail

Nerd Fonts – Les meilleurs polices pour les développeurs

@Korben — 19 août 2021

Les polices de caractères, c’est cool, mais ce n’est pas forcement adapté à tous nos usages de nerds… Parfois, notre police (ou font) préférée manque de certains symboles et ça fait des carrés chelous dans nos terminaux ou nos IDE.

Heureusement, il existe un super projet collaboratif qui s’appelle Nerd Fonts et qui vise à patcher les polices de caractères les plus appréciées des développeurs et autres informaticiens en y ajouter un grand nombre de glyphs (icones) en provenance de projets que vous connaissez tous :

Powerline Extra Symbols
Font Awesome
Font Awesome Extension
Material Design Icons
Weather Icons
Devicons
Octicons
Font Logos (Formerly Font Linux)
Pomicons
IEC Power Symbols
Seti-UI + Custom
font web dev terminal
fzf: comment optimiser son utilisation de la ligne de commande – Simon Désaulniers https://sim590.github.io/fr/outils/fzf/
Tue Apr 21 09:21:44 2020 archive.org
thumbnail

fzf: comment optimiser son utilisation de la ligne de commande

DEBIAN TERMINAL FZF SHELL
The Bash Hackers Wiki [Bash Hackers Wiki] https://wiki.bash-hackers.org/start
Mon Apr 20 17:41:15 2020 archive.org

The Bash Hackers Wiki

wiki hacker shell help bash terminal
Terminal Escape Injection - InfosecMatter https://www.infosecmatter.com/terminal-escape-injection/
Fri Apr 17 14:38:02 2020 archive.org
thumbnail

Shell script escape injection

  echo -e '#!/bin/sh\n\necho "evil!"\nexit 0\n\033[2Aecho "Hello World!"\n' > script.sh
 chmod a+x script.sh

The resulting script.sh will then work on (has been tested on):

 Linux (gnome-terminal, xterm, aterm)
 Mac OS (Terminal 2.0, iTerm2)
 Cygwin (Windows)

Python script escape injection

     echo -e '#!/usr/bin/python\n\nprint "evil!";\nexit(0);\n#\033[2A\033[1Dprint "Hello World!";\n' > script.py
   chmod a+x script.py

The resulting script.py will then work on (has been tested on):

Linux (gnome-terminal, xterm, aterm)
Mac OS (Terminal 2.0, iTerm2)
Cygwin (Windows)

Batch (Command Prompt) escape injection

     echo -e '@echo off\n\r\n\recho evil!\r\n::\033[2D  \033[A\033[2Decho Hello World!' > script.bat

The resulting script.bat will then work on (has been tested on):

Windows 10 PowerShell
Windows 10 Command Prompt

PS1 (PowerShell) escape injection

      echo -e 'write-host "evil!"\r\n#\033[A\033[2Dwrite-host "Hello World!"' > script.ps1

The resulting script.ps1 will then work on (has been tested on):

Windows 10 PowerShell
Windows 10 Command Prompt

Conclusion

As we have seen in this article, terminal escape injections affect practically every modern operating system environment and they can be really nasty.

As infosec professionals, we should know about them and keep our guards up when it matters. Hopefully this article provided enough information to stay safe.

Please feel free to let us know in the comment section your thoughts.

secu injection terminal shell
JSLinux https://bellard.org/jslinux/vm.html?cpu=riscv64&url=https://bellard.org/jslinux/buildroot-riscv64.cfg&mem=256
Thu Jan 24 10:55:43 2019 archive.org

un terminal Unix ou MS dans votre browser

https://bellard.org/jslinux/

terminal browser
Inconsolata - http://levien.com/type/myfonts/inconsolata.html http://levien.com/type/myfonts/inconsolata.html
Mon May 29 16:53:50 2017 archive.org

best font for terminal ;)

fonts police terminal
tget : le wget du torrent | memo-linux.com https://memo-linux.com/tget-le-wget-du-torrent/
Tue Oct 18 14:08:50 2016 archive.org

tget : le wget du torrent | memo-linux.com

tget torrent terminal
ConEmu - Handy Windows Terminal http://conemu.github.io/
Fri Apr 24 07:42:10 2015 archive.org
thumbnail

cmd windows terminal

cmd windows terminal
Clink http://mridgers.github.io/clink/
Fri Apr 24 07:40:58 2015 archive.org

Overview

Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.

windows cmd terminal
Feednix - Utilisez Feedly dans un terminal - Korben http://korben.info/feednix-utilisez-feedly-dans-un-terminal.html
Mon Feb 16 15:09:17 2015 archive.org
thumbnail
Feedly terminal korben
Gate One Documentation http://liftoff.github.io/GateOne/
Mon Sep 1 09:21:49 2014 archive.org

Gate One 1.1.0 documentation

GateOne Console terminal Linux Web
Getting started - Asciinema https://asciinema.org/docs/getting-started
Tue Jun 10 14:30:29 2014 archive.org

Asciinema is a free and open source solution for recording the terminal sessions and sharing them on the web. Read more about how it works.

Terminal Shell Asciinema
Planet Libre - Shelr, un service de screencast pour votre terminal http://www.planet-libre.org/?post_id=11531
Tue Jun 10 14:29:30 2014 archive.org

Shelr propose un outil pour enregistrer, rejouer et diffuser les commandes et leurs résultats saisies dans votre terminal favori (console). L'avantage par rapport à un screencast classique est que le termcast sauvegarde non pas une vidéo mais juste le texte.

Il est possible de fonctionner de manière autonome en gérant vous même vos enregistrements (ce qui peut par exemple être très pratique pour une présentation ou un cours à des élèves). Si vous souhaitez diffusez ces enregistrements sur Internet, il faut passer par le site Shelr.tv: l'inscription prends quelques secondes et l'hébergement de vos termcasts est gratuite.
Cerise sur le gâteau, les outils Shelr sont fournis sont licence GPL v3 dans un GitHub.
Installation Shelr sur votre système

Voici la procédure à suivre sur une distribution Ubuntu. Les seuls pré-requis sont d'avoir ruby et rubugems installés sur son système d'exploitation:

sudo apt-get install ruby rubygems
sudo gem install shelr

Terminal Shell Shelr
Rejouer un session de terminal avec playitagainsam | Sam & Max: Python, Django, Git et du cul http://sametmax.com/rejouer-un-session-de-terminal-avec-playitagainsam/
Thu May 22 09:41:22 2014 archive.org
terminal session SSH dump
Partagez votre terminal via Chrome « Korben http://korben.info/partagez-terminal-via-chrome.html
Wed Apr 2 08:05:42 2014 archive.org
thumbnail

Partagez votre terminal via Chrome

SSh Chrome terminal sharing
15 Greatest Open Source Terminal Applications http://www.cyberciti.biz/open-source/best-terminal-applications-for-linux-unix-macosx/
Fri Apr 26 12:09:48 2013 archive.org

Of 2012

Open Source Terminal Applications
1580 links, including 7 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn