Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,696 members, 7,831,171 topics. Date: Friday, 17 May 2024 at 02:47 PM

Learn Linux And Microsoft Azure Cloud From Scratch - Certification And Training Adverts (9) - Nairaland

Nairaland Forum / Nairaland / General / Career / Certification And Training Adverts / Learn Linux And Microsoft Azure Cloud From Scratch (7823 Views)

Learn Ethical Hacking From Scratch / Microsoft Azure Online Training By Realtime Industrial Experts From India |apex / Microsoft Azure/ms Azure Hands-on Online Training,job Support From India | APEX (2) (3) (4)

(1) (2) (3) ... (6) (7) (8) (9) (10) (Reply) (Go Down)

Re: Learn Linux And Microsoft Azure Cloud From Scratch by Teejazy(m): 1:11pm On Dec 25, 2019
I'm loving this. Hope I'm not late OP!

My system is running on 32bit OS, Windows 7, 4GB Ram. How can I upgrade from 32bit to 64bit?
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:09am On Dec 26, 2019
You are not too late. You have the thread to yourself.

If your processor is a 64bit processor, then you can upgrade or better still do a clean installation of a 64 bit OS while your files are still intact.
But if your processor is not, forget it except you intend changing your CPU which drills down to changing your motherboard. Best option, get a new 64bit hardware.

Cheers!!!
Re: Learn Linux And Microsoft Azure Cloud From Scratch by Nobody: 11:10am On Dec 26, 2019
tomisinuno:
You are not too late. You have the thread to yourself.

If your processor is a 64bit processor, then you can upgrade or better still do a clean installation of a 64 bit OS while your files are still intact.
But if your processor is not, forget it except you intend changing your CPU which drills down to changing your motherboard. Best option, get a new 64bit hardware.

Cheers!!!
Merry Xmas boss
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:13am On Dec 26, 2019
yemibayo:
Merry Xmas boss

Merry Christmas and a prosperous 2020.
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:21am On Dec 26, 2019
tomisinuno:
MODULE 2.2-COPYING AND MOVING FILES USING THE BASIC LINUX COMMANDS

See IP of the new server 168.63.105.1

log in with the same credentials provided to you.

UNDERSTANDING THE SUBJECT MATTER

The basic commands used in copying and moving files are cp and mv

cp: used in copying files from one location to the other

cp –r : used to copy directories recursively.

mv: used in moving files from one location to the other just like cut and paste in windows environment.

Let’s be practical with some examples as usual.
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:28am On Dec 26, 2019
ACTION TIME

using the usual chart , Let's make some examples.

Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:44am On Dec 26, 2019
EXAMPLES.

BTW, the cloud server is up and will be down around 9pm today

1. Copy the N_managers file to EMC_STORAGE_TEAM directory

Note: If one is already in the directory where the file is, the file can be copied straightaway to the directory you want it to be

• cp N_managers /home/tomisinuno/IT_DEPARTMENT/STORAGE_TEAM/EMC_STORAGE_TEAM

Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:59am On Dec 26, 2019
If one is not in the directory where the file is, the whole path will be copied

• cp IT_DEPARTMENT/NETWORK_TEAM/N_managers IT_DEPARTMENT/STORAGE_TEAM/EMC_STORAGE_TEAM

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

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.
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

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.

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

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

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

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.
Re: Learn Linux And Microsoft Azure Cloud From Scratch by joeysuki(m): 10:17am On Dec 30, 2019
Still a bit confusing, can you please shed more light
tomisinuno:
I hope by now, you understand the difference between the two.
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 11:26am On Dec 31, 2019
joeysuki:
Still a bit confusing, can you please shed more light

Okay. I will do that before the next class
Re: Learn Linux And Microsoft Azure Cloud From Scratch by Yungbitz(m): 11:18am On Jan 04, 2020
Email sent to Freetraining@bolgtom.com is unsuccessful. It says address not found

Cc Tomisinuno
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:34pm On Jan 04, 2020
Yungbitz:
Email sent to Freetraining@bolgtom.com is unsuccessful. It says address not found

Cc Tomisinuno

Sorry, the new address is freetraining@tekneed.com
Re: Learn Linux And Microsoft Azure Cloud From Scratch by Yungbitz(m): 7:32pm On Jan 04, 2020
tomisinuno:


Sorry, the new address is freetraining@tekneed.com
Okay

My mails don't get delivered still
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:55am On Jan 06, 2020
joeysuki:
Still a bit confusing, can you please shed more light

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!!!
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:59am On Jan 06, 2020
tomisinuno:


cheesy cheesy...I will

@saxwizard, I have seen your work, I will give u my assessment probably later today
Re: Learn Linux And Microsoft Azure Cloud From Scratch by saxwizard(m): 6:36pm On Jan 06, 2020
tomisinuno:


@saxwizard, I have seen your work, I will give u my assessment probably later today



ok sir


i have been trying to log on to the public ip

i couldn't connect...is the server still up sir?
Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 2:02pm On Jan 07, 2020
saxwizard:




ok sir


i have been trying to log on to the public ip

i couldn't connect...is the server still up sir?

The server is up
Re: Learn Linux And Microsoft Azure Cloud From Scratch by joeysuki(m): 9:56am On Jan 10, 2020
I get it now boss!! thanks for the clarification
tomisinuno:


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!!!

Re: Learn Linux And Microsoft Azure Cloud From Scratch by Yungbitz(m): 1:27am On Jan 13, 2020
This is what I get on my screen after installing RHEL 7.8 on my virtual box. Did I do this correctly or I omitted a step?

Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 3:34pm On Jan 14, 2020
Yungbitz:
This is what I get on my screen after installing RHEL 7.8 on my virtual box. Did I do this correctly or I omitted a step?

With what I can see on the screen, installation is well done
Re: Learn Linux And Microsoft Azure Cloud From Scratch by Yungbitz(m): 9:29pm On Jan 14, 2020
tomisinuno:


With what I can see on the screen, installation is well done

OK. Thanks. But I need the log in credentials
Re: Learn Linux And Microsoft Azure Cloud From Scratch by joeysuki(m): 10:05am On Jan 22, 2020
Yungbitz:


OK. Thanks. But I need the log in credentials
Re: Learn Linux And Microsoft Azure Cloud From Scratch by joeysuki(m): 10:07am On Jan 22, 2020
Boss ! i hope youre doing alright and i guess you have been busy, we are patiently waiting for the next module cheesy
tomisinuno:


@saxwizard, I have seen your work, I will give u my assessment probably later today

1 Like

Re: Learn Linux And Microsoft Azure Cloud From Scratch by tomisinuno(m): 9:27pm On Jan 24, 2020
joeysuki:
Boss ! i hope youre doing alright and i guess you have been busy, we are patiently waiting for the next module cheesy

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/

(1) (2) (3) ... (6) (7) (8) (9) (10) (Reply)

Join CK LEWIS For Pmp Training In Abuja, Lagos and PH / Field Support Engineer Telecom......Training for 75k / Project Management Training In Lagos

(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. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.