*** tboimah has quit (Ping timeout: 480 seconds) | 12:48 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 12:48 | |
jelkner | !agenda | 13:01 |
---|---|---|
LittleWebster | This is the agenda for the next meeting: | 13:01 |
LittleWebster | Web team report (svaye - 10 min). (added by jelkner) | 13:01 |
LittleWebster | Admin team report (tboimah - 10 min). (added by jelkner) | 13:01 |
LittleWebster | Dev team report (scooper - 10 min). (added by jelkner) | 13:01 |
LittleWebster | Introducing our new git hosting server (jelkner - 10 min). (added by jelkner) | 13:01 |
jelkner | Note to Niamiah: LittleWebster didn't fire at 9 am. | 13:02 |
jelkner | Need to fix. | 13:03 |
tboimah | Good day Jeff | 13:06 |
janet | Good morning Jeff | 13:06 |
jelkner | Good day, tboimah and janet | 13:06 |
jelkner | and scooper | 13:07 |
scooper | Good morning Jeff | 13:07 |
jelkner | Are we ready to start? | 13:08 |
jelkner | I only have a short time | 13:08 |
jelkner | I need to get to the bank before it closes this morning | 13:08 |
jelkner | !agenda | 13:08 |
LittleWebster | This is the agenda for the next meeting: | 13:08 |
LittleWebster | Web team report (svaye - 10 min). (added by jelkner) | 13:08 |
LittleWebster | Admin team report (tboimah - 10 min). (added by jelkner) | 13:08 |
LittleWebster | Dev team report (scooper - 10 min). (added by jelkner) | 13:08 |
LittleWebster | Introducing our new git hosting server (jelkner - 10 min). (added by jelkner) | 13:08 |
mulbah | Hello jeff | 13:09 |
jelkner | Is svaye here? | 13:09 |
jelkner | tboimah: why don't you start | 13:09 |
scooper | not yet | 13:09 |
scooper | still awaiting here | 13:09 |
scooper | her | 13:09 |
jelkner | so let's start with either Admin or Dev team report | 13:10 |
tboimah | Good day to everyone to presentation will on Processes | 13:10 |
tboimah | today we will be looking at some command line that let | 13:11 |
tboimah | us examine what programs are doing and how to terminate | 13:11 |
tboimah | processes that are misbehaving. | 13:11 |
tboimah | these command line are: | 13:12 |
tboimah | 1. ps— means to Report a snapshot of current processes. | 13:12 |
tboimah | 2. top— means to Display tasks. | 13:12 |
tboimah | 3. jobs— means to List active jobs.z bg— Place a job in the background. | 13:12 |
tboimah | 4. fg— means to Place a job in the foreground. | 13:12 |
tboimah | 5. kill— means to Send a signal to a process. | 13:12 |
tboimah | 6. killall— means to Kill processes by name. | 13:13 |
tboimah | 7. shutdown— means to Shut down or reboot the system. | 13:13 |
tboimah | we will also be talking about the process state which tell what state the | 13:14 |
tboimah | program is in and here are the below process state: | 13:14 |
tboimah | 1. R -- Running. The process is running or ready to run. | 13:14 |
tboimah | 2. S -- Sleeping. The process is not running; rather, it is waiting for an event, | 13:14 |
tboimah | such as a keystroke or network packet. | 13:14 |
tboimah | 3. D -- Uninterruptible sleep. Process is waiting for I/O such as a disk drive. | 13:15 |
tboimah | 4. T -- Stopped. Process has been instructed to stop (more on this later). | 13:15 |
tboimah | 5. Z -- A defunct or “zombie” process. This is a child process that has | 13:15 |
tboimah | terminated but has not been cleaned up by its parent. | 13:15 |
tboimah | 6. < -- A high-priority process. It’s possible to grant more importance to a | 13:15 |
tboimah | process, giving it more time on the CPU. This property of a process is | 13:15 |
tboimah | called niceness. A process with high priority is said to be less nice | 13:15 |
tboimah | because it’s taking more of the CPU’s time, which leaves less for | 13:15 |
tboimah | everybody else. | 13:15 |
tboimah | 7. N -- A low-priority process. A process with low priority (a nice process) | 13:15 |
tboimah | will get processor time only after other processes with higher priority | 13:15 |
tboimah | have been serviced. | 13:15 |
jelkner | tboimah: let me jump in here | 13:16 |
jelkner | it is great that you are studying this | 13:16 |
jelkner | but your report is now "getting into the weeds" | 13:16 |
jelkner | We don't want the details | 13:16 |
jelkner | we want a high level overview | 13:16 |
jelkner | something like: | 13:16 |
jelkner | This past we mulbah and tboimah focused on unix process control | 13:17 |
jelkner | We read chapter n of the book we are using | 13:17 |
jelkner | and we practiced what we are learning in the lab | 13:17 |
jelkner | we now feel more confident how to monitor processes on a machine | 13:18 |
jelkner | and look forward to applying what we learned on our own servers | 13:18 |
jelkner | ACTION done | 13:18 |
tboimah | okay thanks for the example | 13:19 |
jelkner | sure | 13:19 |
tboimah | ACTION done | 13:19 |
jelkner | remember, we will need *a lot* of time to practice | 13:19 |
jelkner | our weekly meetings should aim to be what is called a "Stand up meeting" in the agile community | 13:20 |
jelkner | It's called a stand up meeting since everyone is supposed to stand | 13:20 |
jelkner | so they don't get to comfortable | 13:20 |
jelkner | that's because the meeting needs to be quick | 13:20 |
jelkner | so we can get down to work! | 13:20 |
jelkner | whose next? | 13:20 |
janet | I'm next | 13:21 |
jelkner | got for it, janet | 13:21 |
jelkner | go for it | 13:21 |
jelkner | ;-) | 13:21 |
janet | alright | 13:21 |
janet | Good day everyone, let go through with the python team presentation. | 13:21 |
janet | The python team work on a program that has to do with variables, functions, iteration, and strigs. some of these functions include: def, for, return, and etc. we also study about operators, which include: =, +, *, <, >, /, and etc. | 13:22 |
janet | we wrote a program that reads and check in numbers and print the largest value of the number. | 13:23 |
jelkner | nice | 13:23 |
janet | we also work on a program that repeatedly reads numbers, and print out the total, count, and the average of the numbers. | 13:23 |
janet | https://github.com/Jkollie1/python-project | 13:24 |
jelkner | thanks, janet | 13:24 |
jelkner | you should end with /me done | 13:25 |
scooper | can I add up | 13:25 |
scooper | from there | 13:25 |
jelkner | sure | 13:25 |
scooper | we follow study logical operator | 13:25 |
scooper | Boolean exxpression | 13:25 |
janet | ACTION done | 13:25 |
scooper | conditional execution | 13:25 |
scooper | alternative execution | 13:25 |
scooper | chained conditional and nested conditionals | 13:26 |
scooper | looking at logical operator it has to deal with and, or not | 13:26 |
jelkner | scooper: is it just you and janet? | 13:26 |
jelkner | or has jallah been working with you? | 13:27 |
scooper | and compared two value to know whether it is true | 13:27 |
scooper | yes | 13:27 |
jelkner | remember scooper, avoid the weeds ;-) | 13:27 |
scooper | i done undestand your questions | 13:27 |
jelkner | janet gave us an excellent example of a quick summary report | 13:27 |
jelkner | just tell us in a few lines what you did the past week, and paste us a link | 13:28 |
jelkner | if we are curious, we can look at your git commits and see what you did | 13:28 |
jelkner | ok, my turn, since svaye isn't here | 13:28 |
scooper | Kindly check you repository | 13:28 |
scooper | We update it before | 13:29 |
jelkner | or can dcammue give the web team report? | 13:29 |
dcammue | okay | 13:29 |
scooper | https://github.com/Spencerscooper/WeeklyReports.git | 13:29 |
dcammue | Good day everyone | 13:30 |
dcammue | I will be presenting for the web team | 13:30 |
dcammue | We have been trying to setup things with Annie for the meeting | 13:31 |
jelkner | you meet today, i understand | 13:31 |
jelkner | that's what Annie told me | 13:31 |
dcammue | And also been reading the book for better understanding so after that we will create a large web site next week | 13:33 |
jelkner | nice | 13:33 |
jelkner | ok everyone, please allow me to give my report, and then we can end the meeting and get to work | 13:34 |
jelkner | i talk to scooper regularly about the need to have *much* more lab time | 13:34 |
dcammue | For the meeting with Annie has already been set on saturday for the web team. | 13:34 |
jelkner | you wont' learn without practice | 13:34 |
jelkner | so meetings need to be short, and practice needs to be *long*! | 13:35 |
dcammue | ACTION done | 13:35 |
jelkner | I have only two things: | 13:35 |
jelkner | 1. I will be in England during the next 2 Saturdays, so we won't meet again until April 15 | 13:36 |
jelkner | 2. Thanks to thehedgeh0g we now have our own git server | 13:36 |
jelkner | https://git.mcssliberia.org/ | 13:36 |
jelkner | We should move all our work onto this server | 13:37 |
jelkner | Here's the plan: | 13:37 |
scooper | Thanks Jeff and Aaron | 13:37 |
jelkner | scooper: you, mulbah, and tboimah will be made admins on the server | 13:37 |
jelkner | as the admin team, it will then be your task to get everyone else set up | 13:38 |
mulbahk | okay | 13:38 |
jelkner | and to teach them how to use it | 13:38 |
tboimah | sure | 13:38 |
jelkner | i'm doing it this way on purpose | 13:38 |
jelkner | it's what my dear friend Dave Welsh taught me was a "skill driver" activity | 13:38 |
svaye | Good morning Jeff | 13:39 |
jelkner | so, mulbahk and tboimah, can one of you be around during the 1:30 to 2 pm daily meetings | 13:39 |
jelkner | this week? | 13:39 |
jelkner | good day svaye | 13:39 |
mulbahk | yeah | 13:39 |
jelkner | that way thehedgeh0g can walk you through the process | 13:39 |
jelkner | actually, i can do that today mulbahk | 13:40 |
*** mulbah has quit (Ping timeout: 480 seconds) | 13:40 | |
tboimah | yeah | 13:40 |
jelkner | ok, scooper, i'm counting on you to help move things forward during the next 3 weeks | 13:40 |
jelkner | i don't want to come back on April 15 and find us in the same place were we are now, right scooper? | 13:41 |
scooper | I will try my possible best Jeff | 13:41 |
jelkner | the whole team will help you, i know they will! | 13:41 |
jelkner | ok, let's end the meeting | 13:41 |
scooper | Sure I trust their ability as well | 13:42 |
jelkner | see you all in 3 weeks! | 13:42 |
scooper | Safe Journey Jeff | 13:42 |
jelkner | mulbahk, tboimah, please stay so i can work with you | 13:42 |
jelkner | thanks, scooper. i'll get to see Adrian | 13:42 |
tboimah | okay | 13:42 |
mulbahk | okay jeff | 13:42 |
svaye | Safe travel Jeff | 13:42 |
scooper | My regards to him | 13:42 |
jelkner | I'm going to England, fkoikoi | 13:42 |
scooper | One more thing Jeff | 13:42 |
jelkner | yes, scooper | 13:42 |
jelkner | ? | 13:43 |
scooper | I send mail to you, Anna and Aaron | 13:43 |
scooper | concern the github repository | 13:43 |
scooper | is like Anna didn't give me permission on codeberg | 13:43 |
jelkner | scooper, let's please not waste everyone's time | 13:44 |
scooper | ok | 13:44 |
janet | Take care Jeff | 13:44 |
jelkner | they need to get learning, not sit around watching us type | 13:44 |
jelkner | scooper: you need to send her your codeberg account | 13:44 |
jelkner | i talked to her about that | 13:44 |
jelkner | when you send her your account, she can add you to the project | 13:45 |
jelkner | ok, everyone, lab time! | 13:45 |
jelkner | tboimah, mulbahk, and scooper can work with me | 13:45 |
jelkner | i only have about 30 minutes, so let's "git" to it! ;-) | 13:45 |
jelkner | mulbahk, we can start with you | 13:47 |
dcammue | Save journal Jeff | 13:47 |
jelkner | dcammue? | 13:47 |
mulbahk | okay | 13:47 |
jelkner | oh, thanks, dcammue | 13:47 |
jelkner | i got you! | 13:48 |
jelkner | mulbahk: your user name is your novaweb email address | 13:48 |
dcammue | safe journey | 13:48 |
jelkner | thanks, dcammue! | 13:48 |
jelkner | mulbahk: try to log in | 13:49 |
mulbahk | okay | 13:49 |
jelkner | tboimah: let me create an account for you | 13:49 |
jelkner | we want to use the following conventions: | 13:50 |
jelkner | 1. username will be first initial + last name | 13:50 |
jelkner | 2. email will be novaweb email address | 13:50 |
mulbahk | so what is the password | 13:51 |
jelkner | mulbahk: look at the private message | 13:51 |
jelkner | tboimah: you now have an account too | 13:52 |
tboimah | so what should i do next | 13:53 |
jelkner | log in, tboimah | 13:53 |
jelkner | you are there with mulbahk, right? | 13:53 |
jelkner | help each other out | 13:53 |
jelkner | i want you to make an account for scooper | 13:54 |
jelkner | he will be an admin too | 13:54 |
jelkner | you will also make accounts for everyone elese | 13:54 |
jelkner | else | 13:54 |
jelkner | they will *not* be admins | 13:54 |
jelkner | mulbahk: do you see a drop down in the upper right corner? | 13:55 |
jelkner | It should have Profile, Starred, Subscriptions, Settings, Help, and Site Administration | 13:56 |
jelkner | we are running a web application called gitea | 13:56 |
jelkner | https://gitea.io/en-us/ | 13:56 |
jelkner | It is the same application that codeberg runs | 13:57 |
jelkner | tboimah and mulbahk, you will be entry level professionals when you can set up things like this | 13:57 |
jelkner | so to help you on that journey, thehedgeh0g set it up | 13:58 |
jelkner | now you can learn to use it as an admin | 13:58 |
jelkner | since you have a lab to play with | 13:58 |
jelkner | you could later try to install it on one of the machines in the lab | 13:58 |
jelkner | tboimah: are you in | 13:59 |
jelkner | ? | 13:59 |
LittleWebster | fkoikoi : jelkner : svaye : thehedgeh0g : tboimah : mulbahk : janet : scooper : dcammue | 14:00 |
LittleWebster | Tick Tock! | 14:00 |
LittleWebster | It's 14:00 UTC o'clock and NOVA Web Development's meeting is starting. | 14:00 |
LittleWebster | This is the agenda for today: | 14:00 |
LittleWebster | Web team report (svaye - 10 min). (added by jelkner) | 14:00 |
LittleWebster | Admin team report (tboimah - 10 min). (added by jelkner) | 14:00 |
LittleWebster | Dev team report (scooper - 10 min). (added by jelkner) | 14:00 |
LittleWebster | Introducing our new git hosting server (jelkner - 10 min). (added by jelkner) | 14:00 |
LittleWebster | Have a nice day, Websters! | 14:00 |
*** mulbahk has quit (Remote host closed the connection) | 14:00 | |
jelkner | ah, LittleWebster fires an hour off | 14:01 |
jelkner | LOL | 14:01 |
jelkner | we'll fix that by our next meeting | 14:01 |
jelkner | tboimah: any success? | 14:01 |
jelkner | don't know what happened to mulbah | 14:01 |
jelkner | but i could log in | 14:01 |
jelkner | tboimah: ? | 14:02 |
tboimah | yeah | 14:02 |
jelkner | scooper: i have to go | 14:02 |
jelkner | but i'd like tboimah to confirm first | 14:02 |
jelkner | is he still there? | 14:02 |
jelkner | he isn't answering me | 14:02 |
tboimah | yeah i manager to login | 14:02 |
jelkner | sweet | 14:02 |
jelkner | it made you change your password, yes? | 14:03 |
scooper | Sorry did you create account for me or mulbah will?? | 14:03 |
tboimah | and i created new password for myself | 14:03 |
jelkner | great | 14:03 |
tboimah | so what next | 14:03 |
jelkner | scooper: i did not create an account for you | 14:03 |
jelkner | since tboimah needs to do that! | 14:03 |
jelkner | tboimah: create an account for scooper | 14:03 |
jelkner | use scooper as the username | 14:04 |
jelkner | and set his email address to spencer.cooper@novawebdevelopment.org | 14:04 |
tboimah | jeff where should i go to do that on the server | 14:05 |
jelkner | look at the drop down menu when you click on the arrow in the upper right corner | 14:06 |
jelkner | the user interface is pretty clean | 14:06 |
jelkner | i was able to figure it out without any help from thehedgeh0g | 14:06 |
jelkner | see if you can, tboimah | 14:06 |
jelkner | you need to "look around" | 14:06 |
jelkner | until you get a feel for where things are | 14:07 |
jelkner | ok, tboimah, mulbah, and scooper | 14:10 |
jelkner | i need to go | 14:10 |
jelkner | tboimah, see if you can figure it out | 14:10 |
jelkner | i leave that as a challenge for you | 14:10 |
tboimah | okay I'm trying to that | 14:10 |
jelkner | if you have trouble, mulbah can get help on Monday | 14:10 |
jelkner | at 1:30 pm | 14:11 |
jelkner | mulbah, you should be able to login too | 14:11 |
jelkner | so both of you can try to figure it out together | 14:11 |
jelkner | it is gitea | 14:11 |
jelkner | you can use web search for help | 14:11 |
jelkner | those are the real skills IT professionals need | 14:11 |
jelkner | see y'all in 3 weeks! | 14:12 |
*** mulbah has quit (Read error: Connection reset by peer) | 14:12 | |
jelkner | i'll be online Monday through Thursday at 1:30 pm your time | 14:12 |
jelkner | my wife and i get on the plan Friday afternoon | 14:12 |
jelkner | and then i get back on April 111 | 14:12 |
jelkner | 11 | 14:12 |
jelkner | so i'll be back on irc on April 12 at 1:30 pm | 14:13 |
jelkner | ACTION logs off... | 14:13 |
jelkner | oh wait | 14:13 |
jelkner | i look forward to reading the irc log to see your meeting with Annie today svaye and dcammue | 14:14 |
svaye | Okay Jeff | 14:14 |
jelkner | ACTION logs off | 14:14 |
dcammue | okay | 14:14 |
*** jelkner has quit (Quit: Leaving) | 14:14 | |
*** scooper has quit (Ping timeout: 480 seconds) | 14:19 | |
*** janet has quit (Ping timeout: 480 seconds) | 14:19 | |
*** tboimah has quit (Ping timeout: 480 seconds) | 14:22 | |
*** fkoikoi has quit (Quit: Leaving) | 14:28 | |
tmickelson | PING 1679705217187 | 14:40 |
*** tboimah_ has quit (Ping timeout: 480 seconds) | 14:46 | |
*** jkollie has quit (Ping timeout: 480 seconds) | 14:46 | |
*** sysadmin has quit (Ping timeout: 480 seconds) | 14:47 | |
*** mulbahk has quit (Ping timeout: 480 seconds) | 14:47 | |
*** svaye has quit (Ping timeout: 480 seconds) | 14:47 | |
*** dcammue has quit (Ping timeout: 480 seconds) | 14:47 | |
tboimah | hi tmickelson | 14:49 |
*** svaye_ has quit (Read error: Connection reset by peer) | 14:58 | |
*** tboimah has quit (Quit: Leaving) | 15:07 | |
*** tmickelson has quit (Ping timeout: 480 seconds) | 15:08 | |
*** svaye__ has quit (Quit: Leaving) | 15:09 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 15:20 | |
*** dcammue_ has quit (Ping timeout: 480 seconds) | 15:29 | |
*** janet has quit (Ping timeout: 480 seconds) | 15:29 | |
*** sysadmin_ has quit (Ping timeout: 480 seconds) | 15:30 | |
*** tmickelson has quit (None) | 16:38 | |
*** dcammue has quit (Read error: Connection reset by peer) | 18:28 | |
*** dcammue has quit (None) | 18:36 | |
*** dcammue has quit (None) | 18:41 | |
*** svaye has quit (Remote host closed the connection) | 18:42 | |
*** svaye has quit (Remote host closed the connection) | 19:08 | |
*** svaye has quit (Remote host closed the connection) | 19:12 | |
Annaquarius | Hello Shallon | 19:15 |
Annaquarius | I am so sorry for not being here earlier | 19:15 |
svaye | Hi anna | 19:16 |
Annaquarius | There was a robotics thing that ran later than expected | 19:16 |
Annaquarius | It is very nice to finally meet you :) | 19:16 |
Annaquarius | in regards to the stove project, do you have a codeberg account? | 19:17 |
svaye | It's okay | 19:17 |
*** svaye has quit (Remote host closed the connection) | 19:17 | |
Annaquarius | hello again | 19:22 |
svaye | Sorry about that | 19:22 |
Annaquarius | its ok | 19:22 |
svaye | Hi | 19:22 |
Annaquarius | so about the stove project | 19:22 |
Annaquarius | do you have a codeberg account? | 19:23 |
svaye | No | 19:23 |
Annaquarius | because I can add you to the repository and let you access the code if you do | 19:23 |
*** Annaquarius has quit (Remote host closed the connection) | 19:23 | |
svaye | Should I create an account on codeberg | 19:24 |
Annaquarius | yes you should create an account | 19:28 |
Annaquarius | this would give you access to push changes to the code | 19:29 |
svaye | I just did that, I am setting it up now | 19:29 |
Annaquarius | great! | 19:29 |
*** Annaquarius has quit (Remote host closed the connection) | 19:29 | |
Annaquarius | Sorry I keep disconnecting | 19:30 |
Annaquarius | I am not very familiar with irc | 19:31 |
Annaquarius | but once you have it set up, could you send me your username? | 19:31 |
svaye | sure | 19:31 |
dcammue | Good day everyone | 19:34 |
Annaquarius | hello | 19:35 |
svaye | Anna I am not really familiar with codeberg | 19:35 |
Annaquarius | where are you running into trouble? | 19:35 |
svaye | I need your help in making my repository | 19:35 |
Annaquarius | Let me give you access to the one already created for the stove | 19:36 |
svaye | Should I make the repository a template | 19:36 |
Annaquarius | If you give me your username then I can add you and you don't need to make your own | 19:36 |
Annaquarius | there is already a created repository | 19:36 |
svaye | svaye is my user name | 19:37 |
Annaquarius | ok give me 2 minutes to add you | 19:37 |
svaye | Okay | 19:37 |
svaye | Hi dcammue | 19:38 |
Annaquarius | here is the repository: https://codeberg.org/SocialJusticeComputing/RuralCleanCookingStove | 19:38 |
Annaquarius | do you know how to clone it? | 19:38 |
svaye | I cloned it already | 19:39 |
Annaquarius | if not, we may need to get help from Jeff or someone else as I am not very familiar with that process | 19:39 |
*** Annaquarius has quit (Remote host closed the connection) | 19:39 | |
Annaquarius | oh great | 19:39 |
Annaquarius | then I believe you should be able to push changes now | 19:40 |
svaye | Am I added | 19:40 |
Annaquarius | yes you are | 19:40 |
*** dcammue has quit (Read error: Connection reset by peer) | 19:41 | |
Annaquarius | for now we will all just work on the same files until we are able to figure out branches | 19:41 |
Annaquarius | I think most of the basic portions of the website are completed and now the focus will be on adding more interactive components | 19:42 |
Annaquarius | I will discuss with Jeff on Tuesday abou what the next steps should be | 19:43 |
Annaquarius | It has been very nice to meet you today Shallon :D | 19:43 |
svaye | It was nice meeting you too anna | 19:46 |
dcammue | I having internet trouble | 19:46 |
dcammue | so svaye you now know how to create the codeberg account? | 19:48 |
*** Annaquarius has quit (Quit: Page closed) | 19:48 | |
svaye | Yes | 19:48 |
dcammue | ok | 19:48 |
dcammue | so you guys done | 19:49 |
svaye | I think so | 19:49 |
dcammue | later | 19:52 |
*** dcammue has quit (Quit: Leaving) | 19:53 | |
*** svaye has quit (Quit: Leaving) | 20:00 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!