Search through a word till end of line with sed in Linux Bash Shell.
Today we will see how to search starting from a word, and then select text till end of the line with sed command in linux bash shell. Lets see step...
Today we will see how to search starting from a word, and then select text till end of the line with sed command in linux bash shell. Lets see step...
Today in this post, we will see how to record complete terminal/session logs in a file in Linux. 1. Run the “script” command with filename in which to record. [ngeuser@ngelinux001...
In this post, we will see how to remove all files from a directory in Linux including the hidden files. Lets us have a look how to remove all files....
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today in this post, we will see how to troubleshoot when httpd service is failing in Linux OS. Lets see step by step process to troubleshoot issues with http/apache service....
Today we will see one of the common error messages in linux system log messages. I. Error: segmentation fault while trying to access invalid memory address. Dec 6 03:31:04 ngelinux01...
One of the interesting issue you may face is while scp, you get an error message and the file copy is skipped. I. Error Message [userA@NGEL-userA saket]$ scp userA@10.167.229.11:/tmp/NGEFTP.log_ngelinux001.tar.gz /tmp/...