Git Product home page Git Product logo

programasuteis's Introduction

[TOC]

Development

Git -- fast, scalable, distributed revision control system

sudo apt-get install git

Build Essential -- Informational list of build-essential packages

sudo apt-get install build-essential 

ACK-Grep -- grep-like text finder

sudo apt-get install ack-grep

Meld -- graphical tool to diff and merge files

sudo apt-get install meld

Shellcheck -- Shell script analysis tool

sudo apt-get install shellcheck

Internet

qBittorrent -- a Bittorrent client written in C++/Qt

sudo apt-get install qbittorrent

Dropbox


Office

Typora -- minimalist markdown editor

# optional, but recommended
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE

# add Typora's repository
sudo add-apt-repository 'deb https://typora.io linux/'
sudo apt-get update

# install typora
sudo apt-get install typora

WPS Office -- Office suite with perfect compatible with M$ Office

# WPS-Office for 64bit systems
wget http://kdl1.cache.wps.com/ksodl/download/linux/a21//wps-office_10.1.0.5707~a21_amd64.deb -O ~/Downloads/wps-office.deb

# WPS-Office for 32bit systems
wget http://kdl1.cache.wps.com/ksodl/download/linux/a21//wps-office_10.1.0.5707~a21_i386.deb -O ~/Downloads/wps-office.deb
sudo dpkg -i wps-office.deb

# Multiple languages dictionary
wget https://github.com/VitorDiToro/ProgramasUteis/files/raw/master/wps-office-language-all_0.1_all.deb -O ~/Downloads/wps-dictionary.deb
sudo dpkg -i wps-dictionary.deb

# Install translate for interface for PT-BR
wget https://github.com/VitorDiToro/ProgramasUteis/blob/master/files/wps-office-mui-pt-br_1.1.0-0kaiana1_all.deb -O ~/Downloads/wps-mui-ptbr.deb
sudo dpkg -i wps-mui-ptbr.deb

# Install M$CoreFonts
sudo apt-get install ttf-mscorefonts-installer

# Install symbol fonts
git clone https://github.com/iamdh4/ttf-wps-fonts.git
cd ttf-wps-fonts
sudo bash install.sh

System

Gparted -- GNOME partition editor

sudo apt-get install gparted

Util

Shutter -- Feature-rich Screenshot Tool

sudo apt-get install shutter
sudo apt-get install libgoo-canvas-perl
sudo apt-get install gnome-web-photo

Baobab -- A graphical tool to analyze disk usage

sudo apt-get install baobab

programasuteis's People

Contributors

vitorditoro avatar

Watchers

James Cloos 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.