1. Wine QQ

It is always a headache to transplant QQ to Linux, but we cannot do without this software for daily communication and file transfer. After searching on the Internet, I found that the best alternative is Wine QQ, the version is still relatively new, the disadvantage is that you can’t remember the password, but you can scan the code every time to log in, the experience is good. Software download address (link: pan.baidu.com/s/1sId5U3Kq… Password: 8 XNQ)

Since we are running in a simulated environment, we need to install wine software first.

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install winehq-devel
Copy the code

Then, decompress the downloaded installation package to the specified path (home directory).

Tar XVF wineqq8.8_19876.tar.xz -c ~/Copy the code

After the decompression, we will search for Wine QQ and click to open it. The first time we start it, we may download some extra things and need some time to wait patiently.

If the daily operation of the software suddenly crashed, at this time if the direct re-login, will prompt QQ personal folder occupation and unable to login. At this point, we can open System Monitor, namely task manager, to find the process where QQ is located, and directly end the process to log in again.

2. Electronic Wechat

Wechat download address (link: pan.baidu.com/s/1L0mH-rUl… Password: u6cg)

After the download decompression, enter the directory directly double-click electronic-wechat can run, right click in the launch bar can fix the software in the launch bar, do not have to go to the corresponding folder to open wechat every time.

3. GDebi

Installing deb files in Ubuntu’s built-in software center not only crashes frequently but also causes various dependency issues. And this small software can directly for you to download the required dependencies and very easy to install.

sudo apt-get install gdebi
Copy the code

Once installed, find a deb file, right-click in the properties to set the default open software to GDebi, and then double-click to install this type of software.

Sogou input method

You can download the deb file of Ubuntu system from sogou input method official website, and double-click it directly to install it. Then go to System Settings -> Language Support. After installing the full language support, select the keyboard input mode as FCITx.

If two input ICONS appear while typing, you can open the task manager and terminate the fcitX-QimPanel process. But every time the boot to kill a very troublesome, simply let it boot automatic execution.

sudo gedit /etc/rc.local
Add the following code before exit 0
/bin/ps -ef | grep fcitx-qimpanel | grep -v grep | awk '{print $2}' | xargs kill9 -Copy the code

However, this method is not guaranteed to work, if not, you need to manually end the process every time you boot up.

5. Code::Blocks

Ubuntu has a software center that can install an older version of Code::Blocks with one click. However, when I used it, I found that it often crashed, so I used the following command to install a new version.

sudo apt-get install build-essential sudo apt-get install gdb sudo add-apt-repository ppa:damien-moore/codeblocks-stable  sudo apt-get update sudo apt-get install codeblock sudo apt-get install codeblocks-dbg sudo apt-get install codeblocks-contrib sudo apt-get install valgrind-dbgCopy the code

6. Matlab R2015b

Software download address (link: pan.baidu.com/s/1MTlVFtA2… Password: cvb7)

  • Create a folder and mount the MATLAB image file
sudo mkdir /media/matlab
sudo mount -o loop R2015b_glnxa64.iso /media/matlab
Copy the code
  • Choose not to install the network in the middle, decompress Matlab 2015b Linux64 crack. rar file to find the corresponding secret key
cd/media/ MATLAB sudo./install Secret key for the following digital sequence standalone: - install choosing the option"Use a File Installation Key" and supply the following FIK
	09806-07443-53955-64350-21751-41297
Copy the code
  • Into the Matlab 2015 b on Carck R015b/bin/glnxa64 path, copy all files under the path of to/usr/local/Matlab/R2015b/bin/glnxa64 (this is the Matlab installation path)
cp ./* /usr/local/MATLAB/R2015b/bin/glnxa64
Copy the code
  • Open the software
cd /usr/local/MATLAB/R2015b/bin
sudo ./matlab
Use license_standalone.lic to activate
Copy the code
  • Uninstalling MATLAB Images
sudo umount /media/matlab
Copy the code
  • Add desktop shortcuts
Sudo gedit/usr/share/applications/Matlab2015b desktop to add the following [desktop Entry] Encoding = utf-8 Name = Matlab 2015 b Exec=/usr/local/MATLAB/R2015b/bin/matlab
Icon=/usr/local/MATLAB/R2015b/toolbox/shared/dastudio/resources/MatlabIcon.png
Terminal=true
Type=Application
Name[zh_CN]=Matlab_2015b
Copy the code
  • After the restart, you should be able to search MATLAB software

  • If the software still cannot be searched after the restart, or an error occurs when the software is started

sudo apt-get install matlab-support
Copy the code

Enter the matlab installation path /usr/local/matlab/r2015b and run sudo MATLAB on the terminal each time to run the MATLAB software

7. indicator-keylock

A small software indicating case and number key lock, notice can be displayed in the upper right corner of the system.

sudo add-apt-repository ppa:tsbarnes/indicator-keylock
sudo apt-get update
sudo apt-get install indicator-keylock
Copy the code

8. indicator-sysmonitor

A small software can monitor the CPU usage, CPU temperature, memory usage, network speed and other system information, displayed at the top of the desktop.

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor  
sudo apt-get update
sudo apt-get install indicator-sysmonitor
Copy the code

After installation, run indicator- SysMonitor & on the terminal and press Ctrl+C to open the software. Set boot in the Settings, after personalized configuration, the next boot will run automatically.

9. Marp

Markdown syntax is used to make PPT, which is efficient, quick, concise and practical. Especially LaTeX syntax is supported, which is very convenient to edit a large number of mathematical formulas. It is recommended.

10. Synaptic Software Management

Comprehensive and efficient management of software and dependencies.

sudo apt-get install synaptic
Copy the code

11. Jinshan WPS

I think the office software of the system is very bad, or the familiar WPS is good. There is deb file on the official website, and you can install it directly after downloading it.

Youdao Dictionary

Translation artifact, deb file is available on the official website, download and install directly.

13. Netease Cloud Music

The only one to support the Linux end of the music player software, this really want to give netease like, the official website has deb file, download directly after installation can be.

14. TeamViewer

Remote access to effective software, the official website has deb file, download directly after the installation can be.

15. VirtualBox

Open source virtual machine installation tool, the official website has deb file, download directly to install.

With the above software, Ubuntu can be as easy to use as Windows.

Ubuntu beautification installs dual systems

For more highlights, watch seniusen!