Task | File / Command |
Startup script | /etc/rc.d/rc |
Kernel | /boot/vmlinuz |
Kernel Parameters | sysctl -a |
Reconfigure the kernel | cd /usr/src/linux make mrproper make menuconfig make dep make clean make bzImage make install make modules make modules_install cp arch/i386/boot/bzImage /boot/vmlinuz-2.2.16 mkinitrd /boot/initrd-2.2.16.img 2.2.16 vi /etc/lilo.conf lilo |
List modules | lsmod |
Load module | insmod |
Unload module | rmmod |
Initialize system | netconf |
Physical RAM | free -m |
Kernel Bits | getconf LONG_BIT |
Crash utility | lcrash |
Trace System Calls | strace |
Machine model | uname -m |
OS Level | uname -r |
Run Level | runlevel |
Hardware Information | dmidecode |
Timezone Management | /etc/sysconfig/clock |
NTP Daemon | /etc/ntp.conf /etc/rc.d/init.d/xntpd |
Sharing knowledge on Linux, DevOps, Middleware and Cloud Technologies!!
Thursday, April 21, 2011
Useful Linux Tips
Subscribe to:
Post Comments (Atom)
Kubernetes 1.31 || Testing the Image Volume mount feature using Minikube
With Kubernetes new version 1.31 ( https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/ ) there are so many features releases for...
-
Currently, we are getting some issues while deleting the namespace in Kubernetes(AKS). When we run " kubectl delete ns " command,...
-
When you were working with some POC or R&D, you may have to do things a number of times until you come to final conclusion. In my r...
-
Jenkins has been one of the most used CI/CD tools. For every tool which we are using in our daily life, it becomes really challenges when ...
No comments:
Post a Comment