Linux Basic

Task2: Basic to text editing
GOAL: * learn how to run vi text editor * learn how to insert in vi * learn how to save file in vi sometime when you want to insert something in vi i...
Mon, 16 Jan, 2023 at 2:28 PM
Task1: Logging into your own Linux shell account
ssh to your own linux shell account using the below detail: userid: (your initial eg mhd for mohd hasim draman) password: iNS@2023 host: p.daba.com.my...
Mon, 16 Jan, 2023 at 2:28 PM
Task3: vi - move around, next page, previous page, next word, previous word, end, home
GOAL * to move around vi text editor * search and replace string 1. to move to the left press the below button h 2. to move to the right press th...
Mon, 16 Jan, 2023 at 2:29 PM
Task4: vi - search and replace a string
GOAL * search a string using vi * search and replace a string using vi 1. to search a string in vi command /<string> (without < and >) ...
Mon, 16 Jan, 2023 at 2:31 PM