Ubuntu - , , . Linux . .
Windows Mac OS , . Linux Ubuntu 18 04 .deb, . , .
. , . . , .
Ubuntu , , Synaptic. Ubuntu- Linux. . , , , .
Ubuntu . . Canonical - "".
:
- main - , Canonical;
- restricted - , Canonical;
- universe - , Canonical;
- multiverse - , Canonical.
Ubuntu
, . - Ubuntu, . . , .
Ubuntu. :
- " Ubuntu".
- " ".
- " ", , "".
- APT, " ".
- .
- "".
:
sudo apt-add-repository ppa:ripps818/coreavc
.
- /etc/apt/sources.list, .
- sudo apt-get update.
- .
ATOM
.
Ubuntu 18 04 . :
- C, C++, C#;
- HTML, CSS, LESS, Sass;
- JavaScript;
- PHP;
- Python;
- Sql.
:
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
DOCKY
DOCKY - , Mac OS.
, , .
- , .
- . , , " ".
- .
, .
PPA:
sudo add-apt-repository ppa:docky-core/stable
sudo apt-get update && sudo apt-get install docky
PPA :
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update && sudo apt-get install docky
DROPBOX
Dropbox .
Ubuntu:
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo sh -c 'echo "deb http://linux.dropbox.com/ubuntu/ wily main" >> /etc/apt/sources.list.d/dropbox.list'
sudo apt-get update
Dropbox . , . .
. 20 (1200 .), .
FIREFOX AURORA
:
- Beta, ;
- Developer Edition ;
- Nightly.
sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora
sudo apt-get update
GOOGLE
Google :
- Chrome;
- Earth;
- Music;
- Desktop, Picasa;
- Talk plugin.
, . chromium, , PDF , Flash Player.
:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
Google Earth - , , . . , Google Maps.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
Google Music - , . 50 000 . , 40 . Google Play.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/musicmanager/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
NodeJS
NodeJS - , JavaScript .
, , .
Ubuntu :
sudo add-apt-repository ppa:chris-lea/node.js
Sublime Text 3
Sublime Text - .
, , "". , .
, . . . 4 , .
Some parts of the code can be saved and will be used as snippets. Implemented autosave function, support for keyboard shortcuts, automation with macros and repetitions of recent actions.
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install <package name>