Replace keyword with its filename without extension : bash script

Today in this example we will use bash script. The task is replace keyword with its filename without extension.To accomplish this task we will use bash script.In bash script we will use for loop and sed command .To elaborate this example,lets assume we have 4 files called file1.txt red.txt blue.txt roger.txt The above each file … Read more

Virtual Machine inaccessible status on VirtualBox 4.3

Problem of the day : Virtual Machine inaccessible status on VirtualBox 4.3 . Today while working in VirtualBox 4.3 ,I got an issue.The Virtual Machine got the status “inaccessible” .After searching in VirtualBox related directories and commands,I finally able to resolve the issue.For resolving this issue,we will use command line.We have another option i.e by … Read more