Linux commonly used software

If you come across some useful software, record it and share it with you


1. I say

 Kazam is a simple desktop screen recording tool on Ubuntu, it can only record the entire screen, can record sound, and can quickly upload the recorded video to YouTube and VideoBin video sharing website.

sudo add-apt-repository ppa:and471/kazam-daily-builds
sudo apt-get update
sudo apt-get install kazam

2. smplayer

Smplayer is an open source cross-platform software, which plays an important role in Linux and Windows systems, and has powerful audio and video playback capabilities.

sudo apt-get install smplayer

3.gimp

Gimp is a picture editor that elegantly replaces another ps software under windows and mac.

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get install gimp

4.pencil

Pencil is an open-source prototyping tool that is hand-drawn, as if it were drawn on paper. It can also be used to draw various architecture diagrams and flowcharts, and also provides a Firefox plug-in. It is a good software for people who often do design, it can be described as visio under linux.

wget -c http://pencil.evolus.vn/dl/V3.0.1/Pencil_3.0.1_i386.deb
sudo dpkg -i Pencil_3.0.1_i386.deb  

5.docky

dockey is a menu launcher that money can't buy. Why do you say that? It's simple: it's open source, it's simple and beautiful. Even docky under Mac imitates it, O(∩_∩)O haha~, don't be silly, just kidding.

sudo apt-get install docky

6.atom

Atom is a desktop editor developed by GitHub based on Web technology. Its main features are modern, easy to use, and customizable.

sudo add-apt-repository ppa:webupd8team/atom  
sudo apt-get update  
sudo apt-get install atom

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325492752&siteId=291194637