Giter VIP home page Giter VIP logo

Comments (4)

MichaelCade avatar MichaelCade commented on May 17, 2024

Great points I will look to add. Thanks for taking the time here. Really helpful and useful. I am going to show nano as you say it’s the easiest. Might touch on VIM but with more links to resources as that’s a different ball game.

from 90daysofdevops.

rjv1971 avatar rjv1971 commented on May 17, 2024

Thanks for doing this. It's really helpful.

from 90daysofdevops.

Scream85 avatar Scream85 commented on May 17, 2024

On servers to trace back when was a command executed, it can be useful to append the date and time to each command in the history file.

The following system variable controls this behaviour:

HISTTIMEFORMAT="%d-%m-%Y %T "

You can easily add to your bash_profile:

echo 'export HISTTIMEFORMAT="%d-%m-%Y %T "' >> ~/.bash_profile

So as useful to allow the history file grow bigger:

echo 'export HISTSIZE=100000' >> ~/.bash_profile
echo 'export HISTFILESIZE=10000000' >> ~/.bash_profile

from 90daysofdevops.

MichaelCade avatar MichaelCade commented on May 17, 2024

Thank you for your contributions I have added them both to day15.md.

from 90daysofdevops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.