Skip to content

Lynnzake/linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Linux command

Basic commands for ubuntu,a quick peek of using linux terminal

Linux tool for C Language

vim

$ sudo apt install vim

Introduce installing vim,and configuring the settings of vim through .vimrc,and the basic usage of vim to code. More details on document at Vim cook for basic usage

git

$ sudo apt install git

A tool to do software version control, realize cooperation between people.You can see Visiual git reference here.

tmux

$ sudo apt install tmux

A tool of terminal management,support sessions management and multiple-terminal cooperation.REMEMBER,you can always use man commands to learn a tool

$ man tmux

GDB

$ sudo apt install gdb

A debugger for user.GDB: The GNU Project Debugger

make

$ sudo apt install make

A compiler to build c program.More details on GNU Make Manual

Linux shell programming

Linux process communication

Linux network programing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published