Giter Site home page Giter Site logo

linux-utils's Introduction

Linux & Utils

This is a collection of scripts, notes and personal knowledge about Linux and different programs and applications.

⚠️ This repo is actually for personal use, but feel free to use or contribute, it if you find it useful. ⚠️


Linux Commands

Collection of regularly used commands

Commands


Linux Fast Install

Collection of scripts to install some essential programs.

Install Basics

$ wget -O xw  https://git.io/vKYOP && chmod +x xw && ./xw && rm xw
# - Software-properties-common
# - Python-software-properties
# - Progress bar
# - Git
# - Curl
# - Vim
# - Htop
# - Tree
# - Ack

Install Eessentials

$ wget -O xw  https://git.io/vKY3A && chmod +x xw && ./xw && rm xw
# - Essential tools for compiling from sources
# - Packing software
# - Zssh (zssh is a program for transferring files to a remote machine )
# - Cloc (Count Lines of Code)
# - Git Cloc
# - Git Extras

Install ZSH

$ wget -O xw  https://git.io/vKYsm && chmod +x xw && ./xw && rm xw
# - Zsh
# - Oh-My-ZSH
# - Insert .zshrc
# - Zsh Syntax highlighting
# - ZSH Git Prompt
# - Awesome Tterminal Fonts

Install Alias

$ wget -O xw  https://git.io/vKYss && chmod +x xw && ./xw && rm xw

Install Stars

$ wget -O xw  https://git.io/vKYsW && chmod +x xw && ./xw && rm xw

Install Design Tools

$ wget -O xw  https://git.io/vKYsw && chmod +x xw && ./xw && rm xw
# - gPick
# - Shutter

Install Useful Tools

$ wget -O xw  https://git.io/vKYsP && chmod +x xw && ./xw && rm xw
# - Samba
# - Filezilla
# - Mysql Workbench
# - Remmina
# - Cryptkeeper
# - Meld

Install Customize

$ wget -O xw  https://git.io/vKYsS && chmod +x xw && ./xw && rm xw
#  - Grub Customizer

Install Extras

$ wget -O xw  https://git.io/vKYsd && chmod +x xw && ./xw && rm xw
# - Pyrenamer
# - DaemonFSk (Real time file watcher)
# - Gufw
# - Viewnior
# - Nemo Rabbitvcs

Install Docker

$ wget -O xw  https://git.io/vKYCx && chmod +x xw && ./xw && rm xw

Install Nodejs

$ wget -O xw  https://git.io/vKYG9 && chmod +x xw && ./xw && rm xw
# - Nodejs
# - npm

Install Python

$ wget -O xw  https://git.io/vKYGb && chmod +x xw && ./xw && rm xw

Install Ruby

$ wget -O xw  https://git.io/vKYZT && chmod +x xw && ./xw && rm xw

Install Ruby 2.2.1

$ wget -O xw  https://git.io/vKYZI && chmod +x xw && ./xw && rm xw

Install Syncthing

$ wget -O xw  https://git.io/vKYZY && chmod +x xw && ./xw && rm xw

Fix Locale

$ wget -O xw  https://git.io/vKYZi && chmod +x xw && ./xw && rm xw

Install zsh no root

$ wget -O xw  https://git.io/vKYZM && chmod +x xw && ./xw && rm xw

Note: if you get ERROR: certificate add --no-check-certificate

$ wget --no-check-certificate -O xt  http://git.io/vKYOP && chmod +x xt && ./xt && rm xt

Install more nice stuffs

sudo apt install -y alsamixergui
sudo apt install -y gparted
sudo apt install -y hardinfo
sudo apt install -y inkscape
sudo apt install -y uget

Install Ansible

$
sudo apt-add-repository -y ppa:ansible/ansible && \
sudo apt-get update && \
sudo apt-get install -y ansible

MkDocs

linux-utils's People

Watchers

Md Ashraful Islam 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.