Hai sobat, kali ini tipskali akan memberikan info tentang Cara Mempercantik Terminal GNU/Linux Dengan Figlet Dan Cowsay. Jika sobat bosan dengan terminal yang tampilan yang itu-itu saja, sobat harus mencoba tips yang satu ini. Yuk langsung saja
Langkah pertama :
Install figlet di PC sobat dengan mengetikkan
sudo apt-get install figlet
Langkah kedua :
Install Cowsay dengan mengetikkan
sudo apt-get install cowsay
Langkah ketiga :
Ketikkan perintah ini di terminal sehingga akan muncul window gedit
gedit .bashrc
Langkah keempat :
Hapus script default .bashrc sobat dan ganti dengan script di bawah ini. Tenang saja, tidak akan berdampak apa-apa kok terhadap OS sobat.
# System-wide .bashrc file for interactive bash(1) shells.
# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, overwrite the one in /etc/profile)
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
# Commented out, don't overwrite xterm -T "title" -n "icontitle" by default.
# If this is an xterm set the title to user@host:dir
#case "$TERM" in
#xterm*|rxvt*)
# PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
# ;;
#*)
# ;;
#esac
# enable bash completion in interactive shells
#if ! shopt -oq posix; then
# if [ -f /usr/share/bash-completion/bash_completion ]; then
# . /usr/share/bash-completion/bash_completion
# elif [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
# fi
#fi
# if the command-not-found package is installed, use it
if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then
function command_not_found_handle {
# check because c-n-f could've been removed in the meantime
if [ -x /usr/lib/command-not-found ]; then
/usr/bin/python /usr/lib/command-not-found -- "$1"
return $?
elif [ -x /usr/share/command-not-found/command-not-found ]; then
/usr/bin/python /usr/share/command-not-found/command-not-found -- "$1"
return $?
else
printf "%s: command not found\n" "$1" >&2
return 127
fi
}
fi
/usr/games/cowsay -f eyes "HACK YOUR WORLD"
echo
figlet " Tipskali "
echo "=================================================================== "
echo -ne "${lightgreen}Today is:\t\t${red}" `date`; echo ""
echo -e "${lightgreen}Kernel Information: \t${red}" `uname -smr`
export PS1="\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\]:\[\033[1;31m\]\w \[\033[1;36m\]\\$ \[\033[0m\]";
Sehingga file .bashrc sobat jadi seperti ini
Langkah kelima :
Jika sudah, tinggal di save dan open terminal baru :) Screenshot seperti dibawah ini
*Note: Tulisan yang berwarna merah dapat diganti sesuka hati sobat
Sekian postingan kali ini, semoga bermanfaat :)
Home
Linux
Terminal
Tutorial
Cara Mempercantik Tampilan Terminal Kali Linux Rolling 2016.1 Dengan Figlet Dan Cowsay
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
0 comments:
Post a Comment