identify origin of a linux process
when a set of processes of the same command are running. Sometime you need to kill a particular one because of wrong parametesr used. The first task is identify the […]
script from my daily work and other collections, be useful for me and others (I think)
when a set of processes of the same command are running. Sometime you need to kill a particular one because of wrong parametesr used. The first task is identify the […]
Grub is short for GNU GRand Unified Bootloader. It’s a boot loader package from the GNU Linux project and allows you to choose which operating system or specific kernel to […]
Bash command script can log the commands and output of a user so you have an accurate record of all activity. to start, create your log file touch mylog start […]
creat
There are many nice toys or tools at linux. Today, a brief intro to calendar toy cal NAME cal — displays a calendar SYNOPSIS cal [−smjy13] [[[day] month] year] cal […]
Frequently Used Ones: alias- Create an alias cal- Display a calendar case- Conditionally perform a command cat Display the contents of a file cat- Display the contents of a file […]
There are two types of variables in Bash, singular variable and array. Bash arrays have numbered indexes only, but they are sparse, ie you don’t have to define all the […]
I want calculate days, Date::Calc is a good choice. After a list of tests, I drew a chain of dependences Date::Calc => Bit::Vector Carp::Clan => Test::Exception => Sub::Uplevel Dowload all […]
One the web site for Andriod powered Samsung Galaxy tab, it shows off a lot of apps, multimedia, games etc. Internet connection is the one on top of my menu. […]
As a linux fan, I think following item will be interesting to some peers (originally posted by Linux Forums) 1 Advanced Bash-Scripting Guide This guide assumes no previous knowledge of […]