Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux serial debugging tools xgcom install     - Open remote MySQL database connection managed under CentOS (Database)

- Oracle multi-user concurrency and transaction processing (Database)

- VirtualBox 4.3 Can not open a new task for a virtual computer solution (Linux)

- Install Gnome Flashback Classic Desktop on Ubuntu 14.10 / Mint 7 (Linux)

- ORA-30926 and MERGE tables empty the temporary occupation problem (Database)

- Linux system security reinforcement (Linux)

- numpy and SciPy installation under Python for scientific computing package (Linux)

- How do I upgrade from Ubuntu 15.04 to Ubuntu 15.10 (Linux)

- MySQL flip-flop (Database)

- Tsunami-udp accelerated network transmission (Linux)

- MongoDB 2.6 deployment replica set + partitions (Database)

- JSON data normalization (normalize) (Programming)

- Kubernetes resolve application deployment model (Server)

- Install Ubuntu 14.04 and Windows 8 / 8.1 dual-boot in UEFI mode (Linux)

- MySQL optimization resulting order by using filesort (Database)

- Linux system performance tuning of Analysis (Linux)

- Use nice, cpulimit and cgroups limit cpu usage (Linux)

- Linux / Raspberry Pi using the following command-line based web browser (Linux)

- Depth understanding of C language (Programming)

- Oracle 11g How dataguard master repository to Oracle single instance data recovery (Database)

 
         
  Linux serial debugging tools xgcom install
     
  Add Date : 2018-11-21      
         
         
         
  Minicom very useful, but sometimes not intuitive, recommended newcomers, especially accustomed to the Windows terminal users to use xgcom.

Installation is as follows:

My system is Ubuntu 12.04 LTS

1. Download the xgcom source code from http://code.google.com/p/xgcom/. The latest version is xgcom-0.04.2.tgz.

Extract to / usr / local / src under the tar xvzf xgcom-0.04.2.tgz / usr / local / src

2. Compile xgcom need to install a few required before the make, automake, libglib2.0-dev, libvte-dev, libgtk2.0-dev. Some systems may already come with some.

Sudo apt-get install automake

Sudo apt-get install libglib2.0-dev

Sudo apt-get install libvte-dev

Sudo apt-get install libgtk2.0-dev

3. Ready to start compiling xgcom

Into the extract good source code catalog, cd /usr/local/src/xgcom-0.04.2-src

Refer to README for configuration and compilation

./autogen.sh

Make

Sudo make install

Then xgcom runs

Which xgcom Kanxia, installed to the / usr / local / bin under
     
         
         
         
  More:      
 
- Weld a problem in JDK 8u60 environment (Programming)
- To install Oracle Database Details and FAQ Summary under CentOS (Database)
- Install RAID 6 (Striping double distributed parity) (Linux)
- Alternative methods of intrusion bundled executable file new thinking (Linux)
- Security of data to create a safe .mdb database (Linux)
- Installation Eduspec university management systems 17 Linux Mint (Server)
- imp / exp Oracle Database import and export commands (Database)
- VMware virtual machine Ubuntu install arm-linux-gcc cross-compiler environment (Linux)
- OpenStack package problems and solutions under CentOS6 (Linux)
- CentOS modify yum update source (Linux)
- Using 30 seconds to write a detailed analysis of garbage removal system (Linux)
- Setup Qt development environment under Linux (Linux)
- How to use the Linux command compress JPEG images (Linux)
- Nginx load balancing configuration (TCP proxy) (Server)
- Build ftp server under CentOS 6.5 (Server)
- PHP security Programming Advice (Programming)
- ARP spoofing prevent Linux environment LAN (Linux)
- Eclipse 3.7.2 can not start solving under Ubuntu 14.04 (Linux)
- About phpwind 5.01-5.3 0day analysis of the article (Linux)
- To create a problem by the statement date comparison of the difference between MySQL and Oracle (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.