unmount a Linux disk partition centos
To unmount a Linux disk partition centos # umount /dev/sda1 Type the command to unmount /mnt forcefully: # fuser -km
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
To unmount a Linux disk partition centos # umount /dev/sda1 Type the command to unmount /mnt forcefully: # fuser -km
Read moreThe organization(s) that migrate from legacy PABX system (traditional phone system) to IP based PBX (Private Branch eXchange), they require
Read moreSample DAHDI installation After compiling and installing of dahdi and asterisk, you have to perform some further steps to use
Read moreTo remove and add access to phpmyadmin in asterisk : Add your IP as follow: vi /etc/httpd/conf.d/phpmyadmin.conf <Directory “/usr/share/phpmyadmin”> Order
Read morePre-Requisites Some basic computer skill and knowledge is assumed throughout this document. For any clearification and need for support you
Read moreThe vi Editor http://t4test.com/blog/unix-linux-shell-script-introduction-to-shell-scripting/ http://t4test.com/blog/read-making-shell-script-interactive/ http://t4test.com/blog/cpio-a-backup-program/ Backup Using TAR Backing up your files using tar is very simple you just
Read morea shell script which does the following to store the current day’s date in a variable ‘dt’: date “+%a %d/%m/%Y”
Read moreYou need to use route command. This command can manipulates the kernel’s IP routing tables. It can be also use
Read moreUse your vi editor to create shell script, script.sh . This script runs three echo commands and shows the use
Read morehttp://blog.eduguru.in/linux-2/the-vi-editor http://t4test.com/blog/unix-linux-shell-script-introduction-to-shell-scripting/ http://t4test.com/blog/cpio-a-backup-program/ http://t4test.com/blog/read-making-shell-script-interactive/ http://t4test.com/blog/root-system-administrator-super-user-part-1/ http://t4test.com/blog/etchosts-the-host-file/ VI editor VI operates in three modes for performing different functions. —-The Command Mode
Read more