Code Monkey home page Code Monkey logo

ubuntu-setup's Introduction

ubuntu-setup

Simple configurations for post Ubuntu installation

Currently specific for 20.04 LTS

XX Things to do After Installing Ubuntu

There are many websites that offer advice and steps to finish tweaking and setting up a new Ubuntu installation. This repo does NOT replace them. In fact, we recommend you read them and tweak to your heart's content.

This repo is for specific post install configs and setup that I like on my Ubuntu desktop. And it serves as a way for me to store these configs so that its easy for me to re-install Ubuntu with a clean slate.

Very similar to the gitops philosophy of configuration management

Directory Structure

OPT

If I download some binaries (software) and its a tarball. Then I'll extract it to the /opt directory.

  • packages.list

list of software packages to download, extract, and add to the appropriate PATH variables

Some people prefer to use /usr/local directory for these binaries. In some cases, maybe using linux brew or finding the appropriate ubuntu ppa makes sense.

HOME

The files under home are should be placed in your home directory (~/)

If a file start with _ it should start with .
This wwas changed to that the files are easily visiable within source control, etc.

  • _bashrc
    Append this to the end of your ~/.bashrc
  • _emacs
    Append this to your ./emacs
  • apps.list
    software tarballs that I extract to ~/app
    Similar to /opt packages except these are specific to my user and I'm testing them out
  • debs.list
    debian packages to install
  • snaps.list
    Ubuntu snap apps to install via sudo snap install slack

ETC

The files under etc system wide configurations. Please be careful when you modify them

  • fstab
    I have /tmp mounted in memory (opposed to hard disk) to save wear and tear on SSD. This is also faster performance when temp files are required.
    I also have a network file system server that I store all of my photos, videos, and other content to be shared with all of my computers.
  • profile
    Some environment variables that are set in .bashrc could be set here. The difference is that if set here in profile then it applies to all users. Need to consider if all users need those env vars, etc
  • sources.list
    Contains additional apt repositories (PPA) of other software that I like to install and use.

ubuntu-setup's People

Contributors

icemanblues avatar

Watchers

 avatar  avatar

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.