Skip to content

This repository aims to explore all the functionality of linux with simple programs. Lets talk with the linux !

License

Notifications You must be signed in to change notification settings

argonlaser/talk-with-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talk-with-linux

This repository aims to explore all the functionality of linux with simple programs. Lets talk with the linux !

"Talk is cheap. Show me the code." - Linus Torvalds

Install linux headers

Since we are talking to the linux, we need to know its language. So, lets install their headers first. Depending on the linux distro, use apt-get or yum.

$ apt-get install build-essential linux-headers-$(uname -r)

Check your headers are installed on /lib/modules/$(uname -r). Now, we have all the stuffs needed to talk with the linux in the above folder.

Talk with linux

Go to every folder in the workspace, compile and talk with linux!

About

This repository aims to explore all the functionality of linux with simple programs. Lets talk with the linux !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published