Skip to content

Minouk/bash-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Learning Bash & Linux

TOC topics
page 1 find, locate
page 2 grep, sed, cat
page 3 echo, head, tail
page 4 sed, awk, sort, uniq
page 5 paste, join, split, grep, strings, tr
page 6 tee, wc, cut
page 7 Bash Scripting, Conditional
page 8 Loops
page 9 Functions
page 10 Files and Filesystems, Permissions and Access Rights
page 11 Using umask, Filesystems and VFS
page 12 brfs, Mounting Filesystems
page 13 RAID, LVM
page 14 Loopback Filesystems
page 15 Compiling, Linking, Libraries, gcc, LLVM, intel
page 16 Stattic Libraries, Shared Libraries
page 17 Shared Libraries, Finding Shared Libraries
page 18 Linking to Libs, Stripping Executables, Debugging with gdb
page 19 Shared Libs(Lab), Java Installation and Environment, JRE, JDK
page 20 Environment Variables and CLASSPATH, IDE: Eclips and NetBeans
page 21 Building RPM and Debian Packages, RPM Creation
page 22 The RPM spec File, Details on RPM spec Sections
page 23 Details on RPM spec Sections (cont.)
page 24 RPM Dependencies, Debian Package Creation Workflow
page 25 Debian Package Creation Workflow (cont.)