The main:
Updates to the source
Installing the VIM Editor
Remote login XRDP Related configuration
Synergy Symless Keyboard Sharing configuration
Format and partition a newly purchased hard drive
VSFTP Environment Construction
GCC Development Environment Configuration
QT5 Development Environment Configuration
MATLAB Environment configuration
sudo apt-get update
sudo apt-get install vim
sudo apt-get install build-essential
To format and partition a newly purchased hard drive:
Reference: http://blog.chinaunix.net/uid-23354495-id-1740679.html
Use FDISK partition first, after partition is completed, then use MKFS format and create file system, mount, disk can be used.
MBR: Primary boot SectorPrimary partition Table: 64bytes, up to four primary partitions, each primary partition record (related information, such as the size of the partition, location) in the main partition table accounted for 14bytes. If you want to build more than four partitions, you need to take out a primary partition as an extended partition, and then perform other partition operations within the extended partition. A corresponding extended partition table is created when the extended partition is being built, which records information about the partition in the extended partition, theoretically it has no limit on the number of partitions, and the partitions inside the extended partition are called logical partitions, such as the/DEV/HDA5,/DEV/HDA6/,/DEV/HDA7 in
Install Vsftp:
sudo apt-get install vsftpd
Adjust the display dpi:
Ubuntu XFCE Desktop Environment Set day Terminalemulator shortcut keys, and maximize when open:
Http://www.linuxidc.com/Linux/2015-01/111970.htm
I have a handy xubuntu for my little notebook, so I can write small code at any time.
However, each time with the shortcut key to open terminal is the window size, always want me to click Maximize.
So study + degree Niang solution:
1. Shortcut keys are set in the keyboard in the Settings manager.
2. The original shortcut key command is Exo-open--launch Terminalemulator, which is to open the default terminal.
3. In fact Xubuntu default terminal is xfce4-terminal, the command changed to Xfce4-terminal--maximize
4. Resolve. The modified method is to double-click the original command, there will be a frame modification.
Ubuntu Development Environment Configuration