Coder Social home page Coder Social logo

sarcode / ubuntu-software-utilities Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 812 KB

Instructions and Commands to install software and have utilities on Ubuntu Machine

Shell 13.86% Python 86.14%
ubuntu ubuntu1604 ubuntu1804 ubuntu1404 anaconda anaconda3 spyder jupyter-notebook cache clean

ubuntu-software-utilities's Introduction

sarcode

LinkedIn

Ubuntu-Software

Instructions and Commands to install softwares on Ubuntu Machine

Anaconda

Install anaconda in few easy steps


Clean your system

Removes:

  • Cache
  • Unwanted libraries
  • Binaries
  • Kernel etc

Majority of the junk is deleted.
sudo apt-get autoclean -y && sudo apt-get autoremove -y


Complete Update and Upgrade your system

Use command:
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo apt-get upgrade --with-new-pkgs -y


Ever closed a terminal that was running important command?

All of us have at-least once accidentally closed a terminal which has our command running, and then we have to re-iniliaze the whole setup.

Well I give you a life-long solution to it.

nohup command

Example:

nohup sudo apt-get upgrade

Now, even if I close the terminal, the command won't stop and will work on the background.

Nice !

You can use it to run software via terminal and then close the terminal.

Example: nohup spyder

Just simply, run a command and close the tab.


Linux Cheat Sheet

Do more than you do on linux with this cheat-map

ubuntu-software-utilities's People

Contributors

sarcode avatar

Stargazers

 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.