Color your terminal
clr

Color your terminal

Run following commands in Linux terminal to make your black & white screen colourful.

To keep clr script at your machine move it to anyone directory which is easy to find by shell environment like /bin, /usr/bin, etc.

# curl -LOs linuxcli.in/s/clr        
# chmod u+x clr        
 # ./clr        

要查看或添加评论,请登录

Sanju Debnath的更多文章

  • crontab

    crontab

    The crontab, a very useful and most important tool to use it for repetitive jobs. It has most customizable schedule…

  • Pluggable Authentication Modules (PAM)

    Pluggable Authentication Modules (PAM)

    PAM is a system for authenticating users in Linux and other Unix-like operating systems. PAM allows for the flexible…

  • Strings command substitute

    Strings command substitute

    I was looking for basic available tools an option to replace strings which is mostly not pre-installed or shipped with…

  • Bash scripting - while conditional loop

    Bash scripting - while conditional loop

    while conditional loop - A loop; repeatedly executes a block of code as long as a condition is true, in other words it…

  • Script to rename predictable network devices into classic network devices

    Script to rename predictable network devices into classic network devices

    In a curiosity to make a script to have classic network interface name created this script rpni.sh this script is not…

  • Generate random number to a specific length

    Generate random number to a specific length

    There are many ways to generate random number in command line, for now I have found this Where head will read starting…

    4 条评论
  • Resizing Filesystem

    Resizing Filesystem

    Understanding Filesystem: A filesystem is a method used by operating systems to organize and store data on storage…

  • How to make bootable USB in android

    How to make bootable USB in android

    Flasher, a must have app in android phone, it works like dd in Linux. Savior when you dont have machine to create…

    3 条评论
  • vm.overcommit_memory

    vm.overcommit_memory

    The vm.overcommit_memory is a kernel parameter in the Linux operating system that controls the memory overcommit…

    3 条评论
  • Man page a comprehensive guide in Linux

    Man page a comprehensive guide in Linux

    Man, short for manual, provides documentation on how to use various commands, programs, and configuration files in the…

社区洞察

其他会员也浏览了