Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,211,578 members, 8,011,995 topics. Date: Sunday, 24 November 2024 at 06:32 PM |
Nairaland Forum / Tomisinuno's Profile / Tomisinuno's Posts
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 12 pages)
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 12:41am On Jun 19, 2020 |
Reward is a thing given in recognition of service, effort, or achievement. In summary, success is also a reward. |
Autos / Re: Clean Toks Toyota Camry 05 big daddy Up For Grabs.. by tomisinuno(m): 11:40am On Jun 08, 2020 |
1.350 |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:55am On Jun 06, 2020 |
saxwizard: Nice, i apologize again, its my fault. Busyness is too much. However, all courses are ready for the "Learn Linux from scratch" series. No loosing touch again . I will fulfill my words by God's grace. I haven't forgotten the cloud lessons. I am also cooking a lot of nice stuff. One is, how to create websites with wordpress but this may come with something. There are a lot of knowledge output I need to do to get more knowledge input. We soar high together by God's grace. |
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 10:57pm On Jun 05, 2020 |
Flo-or , flo-wer and flo-ur. anyone with sharp eyes, what did you notice? |
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 7:55pm On Jun 03, 2020 |
Owambe rice is dope, especially when you combine it with the leaf moimoi . Lord God please, I don't want to miss the the last owambe, my people, have u heard about the last owambe? (https://activechristianity.org/what-does-the-bible-say-about-the-bride-and-the-marriage-of-the-lamb) |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:03am On Jun 03, 2020 |
vi / vim Modes There are three modes in using vim. They are the command mode, insert mode and visual mode. How To Use vi / vim In Insert Mode (Examples) 1. create the file, “amazing_love” in your home directory. The file should contain the following words. “ I’m forgiven, because You were forsaken I’m accepted, You were condemned I’m alive and well, Your Spirit is within me Because You died and rose again Amazing love, how can it be That You my King would die for me Amazing love, I know it’s true It’s my joy to honor You ” Steps 1. create the file, [root@rhel8 ~]# vim amazing_love 2. Enter the “Esc” key to leave the insert mode. you will notice that the “INSERT” will not show anymore meaning that you escaped out of the insert mode. enter wq! keys to write, save and exit, followed by the “enter” key w, represents write q , represents quit i, represents exit as mentioned in the “UNDERSTANDING THE SUBJECT MATTER” section above. Now you have the file, amazing_love created (https://tekneed.com/how-to-use-vi-vim-in-linux-understand-vim-examples/) https://www.youtube.com/watch?v=DMizW_1USTA&feature=youtu.be |
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 10:33pm On Jun 02, 2020 |
Out of my life poverty, in Jesus name. I don't want to eat beans and bread and shock it with water all day. Wait a min, have u tried soft agege bread and "ewa agonyi" before? |
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 5:17pm On Jun 02, 2020 |
Tarries, the plural of tarry. This thread is gonna tarry for a long time, if you agree, click like, if you don't click share. 1 Like |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:32pm On Jun 01, 2020 |
Module 3.0 – How To Use vi / vim In Linux What Is Text Editor In Linux? Writing is one of the key operations in an operating system. Writing also comes with editing, undoing, redoing searching and replacing words, lines, columns, tables, etc, which is what I am doing right now, immensely writing and editing. Hence why there must be a tool for all these activities. That tool is called a text editor. There are a couple of text editor tools or rather text editors in Linux and they all have their differences. The common thing among them, of course, is that they can do basic text editing. Some text editors are more robust than others, some can be used to edit programs, as such, programmers prefer those kinds of editors to others. At the same time, using a text editor is all about preferences. One will want to use what they are comfortable with and sometimes familiar with. Some of the text editors In Linux are vi, vim, nano, emac, gedit, pcode, vscode, atom, brackets, neovim, light table, etc. This tutorial will focus on vi and vim in Linux What Is vi In Linux? vi, as mentioned above, is a text editor, a tool used in editing files. What Is Vim In Linux? vim is also a text editor, but an improved version of vi. Hence the acronym vim (vi improved). More so, apart from editing a plain text, vim in Linux is specially used for editing programs, as such, it’s a tool for programmers and some programmers have testified and preferred vim to any other text editor in Linux. What is vim Editor Used For? vim editor is basically used for creating, writing, reading and editing files. Furthermore, advanced use of vim in Linux is by programmers, used in editing programs. Differences Between vi and vim vim is an amplified version of vi. Vim over vi has enhanced feature of syntax highlighting and multi level undo. In vim, a file opened, edited and exited can be reopened and a lot of the changes done can be undone again. There is multi level persistent undo feature. In addition, vim can edit almost any kind of file, it has only a few limit compared to vi. vi cannot manage nul characters and has limited line length. Furthermore, vim in Linux supports not just multiple screen splitting, It also allows you do the same or different work on the multiple screen that’s splitted and lastly, vim can browse the file system if configured. |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:28pm On Jun 01, 2020 |
Module 3.0 – How To Use vi / vim In Linux Revision We have treated these modules before, but just for revision sake before we go to the next module MODULE 2.0-BASIC LINUX COMMANDS, CREATING DIRECTORIES (https://tekneed.com/basic-linux-commands-how-to-create-directories/) https://www.youtube.com/watch?v=Dx_ky3p6mvk&feature=youtu.be Module 2.1-Basic Linux Command – Create Files In Linux (https://tekneed.com/basic-linux-command-create-files-in-linux-module-2-1/) https://www.youtube.com/watch?v=xb8JsxrVj70&feature=youtu.be Module 2.2-How To Move & Copy Files In Linux (https://tekneed.com/how-to-move-copy-files-in-linux-module-2-2/) https://www.youtube.com/watch?v=Nj61VdkNRyA&feature=youtu.be |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:22pm On Jun 01, 2020 |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:12pm On Jun 01, 2020 |
joeysuki: Thanks |
Jokes Etc / Re: Show us how good and creative you are with your use of words... Fun all the way by tomisinuno(m): 9:25am On Jun 01, 2020 |
Know thyself, man. That was a wise statement by Socrates |
Business / Re: Which Business Can I Do With N300k As A School Teacher? by tomisinuno(m): 11:56pm On May 22, 2020 |
best11925: I know someone that can mentor you |
Business / Re: Which Business Can I Do With N300k As A School Teacher? by tomisinuno(m): 11:54pm On May 22, 2020 |
julybaba: |
Jobs/Vacancies / Re: Why Is It So Hard To Learn Programming,advice Needed Pls!! by tomisinuno(m): 6:46pm On May 19, 2020 |
I advise you start with HTML or PHP if you are just sliding into IT, esp programming for that matter. 2 Likes |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 3:59am On Apr 29, 2020 |
Hi Saxwizard. In few weeks, it will be done and even better. So sorry for going AWOL. |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:27pm On Jan 24, 2020 |
joeysuki: My brother. Busy is an understatement for me right now. I hope you doing alright too? I have the next module prepared already, just that I have not got time to post it here. You can get it here https://tekneed.com/how-to-use-vi-vim-in-linux-understand-vim-examples/ |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 3:34pm On Jan 14, 2020 |
Yungbitz: With what I can see on the screen, installation is well done |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:02pm On Jan 07, 2020 |
saxwizard: The server is up |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:59am On Jan 06, 2020 |
tomisinuno: @saxwizard, I have seen your work, I will give u my assessment probably later today |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:55am On Jan 06, 2020 |
joeysuki: let me give an example. If you know Lagos road, If i am to go to VI from berger, I will get to secretariat first, then to 7up, then to ogudu, then to gbagada, then to third mainland bridge then to obalende, then to marina, then to VI. if i am to use the cd command to get to VI, These are the ways I can go 1. cd berger [means i am already in berger] then again do, cd secetariat [means i am in secetariat] then again do, cd 7up [means i am in 7up] then again do, cd ogudu [means i am in ogudu] then again do cd gbagada [means i am in gbagada] then again do cd third_mainland_brigde [means i am in third mainland bridge] then again do cd obalende [means i am in obalende] then again do cd marina [means i am in marina] then again do cd VI [then i am finally in VI] or I do 2. cd /berger/secetariat/7up/ogudu/gbagada/thrid_mainland_bridge/obalande/VI or I do 3. cd /berger/secetariat first [means i am in secetariat], then from secetariat i do, cd /7up/ogudu/gbagada/third_mainland_bridge/obalende/VI This also applies to the cat, mv, cp, and most commands you are using in Linux for example, I can do, cat /berger/secetariat/7up/ogudu/gbagada/thrid_mainland_bridge/obalande/VI That's how path works. That's why the "pwd" command is very useful. It will tell you your present working directory Hope you understand now!!! |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:34pm On Jan 04, 2020 |
Yungbitz: Sorry, the new address is freetraining@tekneed.com |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:26am On Dec 31, 2019 |
joeysuki: Okay. I will do that before the next class |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:21pm On Dec 26, 2019 |
CLASS ACTIVITY 2.2 1. Copy the temp_file to IT_DIRECTORS directory. 2. Move the EMC_STORAGE_TEAM directory to DELL_SWITCH_TEAM directory. Cheers!!! https://tekneed.com/2019/12/28/module-2-2-copying-and-moving-files-using-the-basic-linux-commands/ Next module : using the vi and vim text editor. |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:15pm On Dec 26, 2019 |
4. Move the SAN_Team file to the STORAGE_TEAM directory
|
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:14pm On Dec 26, 2019 |
you can see that –R is an option to copy directories recursively, so we use –R
|
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:12pm On Dec 26, 2019 |
You can see that IT_DIRECTORS wasn’t copied. IT_DIRECTORS is a directory and not a file. The error was explicitly stated “cp: omitting directory “IT_DIRECTORS What next? From the previous module, module blab, It was mentioned that there are a lot of options associated with a command and there are ways help can be gotten. In this case, we need help. To get it, we do • cp - -help
|
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:09pm On Dec 26, 2019 |
3. Copy the IT_DIRECTORS directory to the DELL_SWITCH_TEAM directory.
|
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:06pm On Dec 26, 2019 |
2. In the NEXUS_STORAGE_TEAM directory, copy the Full_staff file to the DELL_SWITCH_TEAM directory • cp /home/tomisinuno/IT_DEPARTMENT/STORAGE_TEAM/NEXUS_STORAGE_TEAM/Full_staff /home/tomisinuno/IT_DEPARTMENT/NETWORK_TEAM/DELL_SWITCH_TEAM
|
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:04pm On Dec 26, 2019 |
I hope by now, you understand the difference between the two. |
Certification And Training Adverts / Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 12:03pm On Dec 26, 2019 |
Or cp /home/tomisinuno/IT_DEPARTMENT/NETWORK_TEAM/N_managers /home/tomisinuno/IT_DEPARTMENT/STORAGE_TEAM/EMC_STORAGE_TEAM
|
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 12 pages)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 33 |