marciowinter.blogspot.com
Blog do Winter: Personalizando o prompt do BASH - [Dica relâmpago].
http://marciowinter.blogspot.com/2014/10/personalizando-o-prompt-do-bash-dica.html
Experimentos, software livre, estudos e barbeiragens envolvendo o mundo da T.I. Quinta-feira, 9 de outubro de 2014. Personalizando o prompt do BASH - [Dica relâmpago]. Podemos personalizar e colorir nosso prompt e deixar o terminal mais amigável. Márcio Eduardo Moraes Winter. Compartilhar com o Pinterest. Assinar: Postar comentários (Atom). Márcio Eduardo Moraes Winter. Gaúcho, colorado e um grande apreciador de Software Livre, Xadrez, Cerveja, Boa música, Futebol, Política. Visualizar meu perfil completo.
xx86.de
Linux Befehle
http://www.xx86.de/lin_index.html
Windows 8 / 8.1. FAQs - Windows Updates. Windows Tasten und Verzeichnisse. Zugriff auf Dos Disketten. Verwaltung von Benutzern und Gruppen. KaOS - KDE Linux Distribution. DAR - Disk ARchive. Paket dirvish auf Basis von rsync. STDIN STDOUT und STDERR. Es gibt drei Standardkanäle für Ein- und Ausgabe, STDIN (Standardeingabe), STDOUT (Standardausgabe) und STDERR (Standardfehlerausgabe). Ein Benutzer hat z. B. die Tastatur als Standardeingabe und den Bildschirm als Ausgabe. Standard Input: STDIN (0). Tar cvf...
considerednormal.com
Considered Normal | Just another WordPress site
https://www.considerednormal.com/page/2
Is the Earth Spherical or Flat? Ok, before you start laughing your ass off at the thought of a Flat Earth, this movement seems to be gaining ground over the last few months. But it seems to bring up more questions than answers, and unlike most of the videos you will find on Youtube, there is no 100% proof the world is flat. Read the full post (1154 words, 2 images, estimated 4:37 mins reading time). Happy New Year, Year In Review, And First post in 3 months… SRSLY! Custom Linux Bash Prompt. Ok, so I had ...
jk-dev.net
JK-dev
http://www.jk-dev.net/dev
Displaying current git branch and dirty flag on your bash prompt. Tetris scores API part 1: setting up a basic REST API with ruby, sinatra and ActiveRecord. Displaying current git branch and dirty flag on your bash prompt. This is something quick and handy that I always add to any linux machine/vm I use for dev. When using git repos and switching between them in the terminal the most important information (for me at least) is:. 1 What branch you are currently on. 2 Whether your repo is dirty or not.
mastersofthelinuxuniverse.blogspot.com
Masters of the Linux Universe: Very useful bash $PS1 setting
http://mastersofthelinuxuniverse.blogspot.com/2014/08/very-useful-bash-ps1-setting.html
Masters of the Linux Universe. This is a repository of all of my Linux/Unix writings as well as useful tips and tricks for systems administration, engineering, and programming. Tuesday, August 12, 2014. Very useful bash $PS1 setting. My /bashrc settings have a killer setting for how my shell prompt looks:. Export PS1=" [$(tput bold) ] [$(tput setaf 6) ] t [$(tput setaf 2) ][ [$(tput setaf 4) ] u [$(tput setaf 1) ]@ [$(tput setaf 4) ] H w [$(tput setaf 6) ] [$(tput setaf 2) ] [$(tput setaf 4) ] $? This bl...