# this file is Menuconfig file
# ex. p_key::key::Name::Flag::Description::Shortcut or Instructions
#
# Flag is
# GO 		: show submenu
# VIEW 		: view file
# RUNP	 	: run program & pause
# RUN 		: run program
#
# Instruction Flag is
# ^d 		: diretory tree changer
# ^f 		: selected file
# ^r 		: filelist window refresh
# ^q		: show Question Dialog, return string
# ^c		: current dir change
#
# !! Don't make more number 30 !!
#
MENUCFG
0::1::FILE Process::GO::File::
0::2::CONFIG::GO::Config file::
0::3::MANAGEMENT::GO::Service start, stop::
0::4::USER::GO::User Mode::
1::0::ABOUT::PANEL::About LLS::LOGOSHOW
1::0::LOG VIEW::VIEW::View LOG::/etc/lls/llslogfile::
1::0::MENU OPTION::VIEW::Open menu option::/etc/lls/llsmenucfg::
1::0::EXIT::EXIT::Program exit::(q)::
2::0::USERINFO::VIEW::View passwd::/etc/passwd::
2::0::PROFILE::VIEW::View profile::/etc/profile::
2::0::BASHRC::VIEW::View Alias function::/etc/bashrc::
2::0::INPUTRC::VIEW::View Key Binding::/etc/inputrc::
2::0::USER BASHRC::VIEW::View User Alias function::~/.bashrc::
2::0::APACHE2::VIEW::View apache2 configure::/etc/apache2/apache2.conf::
2::0::FTP::VIEW::View vsftpd.conf::/etc/vsftpd.conf::
2::0::CRONTAB::RUNP::View crontab::/etc/crontab::
2::0::CRON ALLOW::RUNP::View cron allow file::/etc/cron.d/cron.allow 
2::0::CRON DENY::RUNP::View cron deny file::/etc/cron.d/cron.deny
3::0::Module list::RUNP::view Module list::lsmod::
3::0::Process list::RUNP::view Process list::ps -efjc::
3::0::APACHE2 RE/START::RUNP::run httpd::apache2ctl restart::
3::0::APACHE2 STOP::RUNP::stop httpd::/etc/init.d/apache2 stop::
3::0::FTP RE/START::RUNP::run vsftpd::/etc/init.d/vsftpd restart::
3::0::FTP STOP::RUNP::stop vsftpd::/etc/init.d/vsftpd stop::
3::0::Cron list::RUNP::view cron list::crontab -l
3::0::Cron Modify::RUN::Modify cron list::crontab -e
3::0::Ifconfig::RUNP::view ip info::ifconfig
4::0::Memory&Process management::RUN::Run top app::top::
4::0::Editor::RUN::Run VI Editor::vi::
4::0::Editor file::RUN::Run VI Editor for file::vi ^f::
4::0::Create file::RUN::Create file, use touch::touch ^q ^r::
4::0::Disk status view::RUN::Run NCDU 1.3::ncdu::
4::0::File list view::RUNP::Run ls -al::ls -al::
4::0::Apropos::RUNP::Find instruction::apropos ^q::
4::0::Man::RUN::Find Menual::man ^q::
4::0::ARP::RUNP::View MAC Address connected::arp -v::
4::0::Arping::RUNP::A definite cause Network connection::arping -c3 ^q::
4::0::Banner::RUNP::Large char::/usr/games/banner -w20 ^q::
4::0::Bc::RUN::Calculator::bc::
4::0::Cal::RUNP::Calender::cal::
4::0::Cal ALL::RUNP::Calender All month::cal ^q::
4::0::Cat::RUNP::File view::cat -n ^f::
4::0::Chattr::RUN::Change attribute file::chattr ^q ^f::
4::0::Chfn::RUN::Change User info::chfn ^q::
4::0::Finger user::RUNP::View User info::finger ^q::
4::0::Chmod::RUNP::Change mode file::chmod ^q ^f::
4::0::Chown::RUNP::Change user file::chown ^q ^f::
4::0::Df::RUNP::View size partition::df::
4::0::Dmesg::RUNP::View log booting::dmesg | more::
4::0::Env::RUNP::View environment::env::
4::0::File::RUNP::View file type::file ^f::
4::0::Free::RUNP::View free size memory::free::
4::0::FTP::RUN::FTP Client::ftp::
4::0::FTP count::RUNP::View user to use FTP Client::ftpcount::
4::0::FTP who::RUNP::View user to FTP connecting::ftpwho::
4::0::Host::RUNP::View host information::host ^q::
4::0::Host Name::RUNP::Find Menual::man ^q::
4::0::Man::RUNP::Find Menual::man ^q::
4::0::Man::RUNP::Find Menual::man ^q::
END
# this file is Shortcutconfig file
# ex. Flag::Instructions::Shortcut
#
# Flag is same MENUCFG's flag
#
# Instruction Flag is same MENUCFG's Instruction flag
#
# !! Don't make more number 30 !!
#
SHORTCUTCFG
RUN::cp -rf ^f ^d ^y ^r::(c)::
RUN::rm -rf ^f ^y ^r::(d)::
RUN::mv ^f ^q ^y ^r::(r)::
RUN::mv ^f ^d ^y ^r::(m)::
RUN::mkdir ^q ^y ^r::(k)::
RUN::cd ^d ^c ^y ^r::(n)::
END
