Posts

Identify professional practice issues from the case study and then draw on the professional frameworks and regulatory legislation.

You are to identify professional practice issues from the case study and then draw on the professional frameworks and regulatory legislation, to develop sound and appropriate responses to the clinical incident that will inform your future practice.
Please look at pages 12 – 16
This assessment requires you to identify and summarise the professional practice issues in the case study from either a nursing or midwifery practice perspective. You need to identify and evaluate relevant professional errors identified that potentially contributed to the incident happening. Finally, discuss on how your future practice might change and develop as a result of this learning.
Students are to draw on the National Safety and Quality Health Service Standards, NMBA professional practice documents and NSW Health policy documents (where appropriate) to develop informed responses.
I have attached the case study to the files!
Please read the case study properly and write accordingly!
You will either need a writer with a legal background or extensive nursing background to complete this!
If references are used they are to be articles from within the last 5 years only.

Highlight the different parts of the shell script you found, and see if you recognize any of the commands used in the script.

TopicSome of us have written a script before……some of us haven’t. Shell scripting is a necessary skill to have in your Linux toolbox. Scripts are used to help you automate your job as a Highlight the different parts of the shell script you found, and see if you recognize any of the commands used in the script. . If you are finding that you doing the same task over and over again, you should consider creating a script.Shell scripts receive input from a user or file and output the results to the screen. Some common applications of scripts are:
•oCreating your own utilities.
oAutomating command input or entry.
oCustomizing and automating administrative tasks.
oCreating applications
oCreating system administration reports on process and memory usage, also on key things you care about in logs such as failed login attempts, etc.oCreating alerts on key things you needto monitor such as memory, disk space, etc.
Questions to AnswerBefore you begin, complete the following research:
•Research a practical example of where shell scripting is used. Some examples were presented above. Make sure not to repeat an example from your classmates.
•Find a useful Linux system administration shell script on the Internet.Now answer
•Share your findings and explain the value of the shell script and how it works
.•Highlight the different parts of the shell script you found, and see if you recognize any of the commands used in the script. Explain the commands that you found in the shell script.

write a properly formatted general problem, as well as a specific problem.

Based upon the research, please find an existing problem within a business. You can select a program listed in this link:

https://www.hiscox.co.uk/business-blog/the-10-biggest-challenges-businesses-face-today-and-need-consultants-for

Once the problem has been identified, write a properly formatted general problem, as well as a specific problem. The general problem should begin exactly as follows: The general problem to be addressed is…. Likewise, the specific problem is narrower in scope and should be labeled similarly: The specific problem to be addressed is…

The problem statements should include supporting information to assist in explaining the problem, and must contain at least two scholarly resources in APA format to substantiate the problem.

Helpful info on outlining a general problem, what the problem should address and how to format the (ideal, reality, and consequences).

https://www.editage.com/insights/the-basics-of-writing-a-statement-of-the-problem-for-your-research-proposal

Include an annotated bibliography/reference list along with a cover page.

Explain how differences in gender influence one’s personality.

While men and women differ in their biological makeup, do they also differ in their personalities? For this discussion, explain how differences in gender influence one’s personality. Use at least one behaviorist theory from the course readings to support your perspective.

What permissions would you set for each folder for the user and for the group, if you want only members of your group to access your directory?

TopicThe family structure resembles the Linux directory and file structure, and each of its elements. In this discussion, you will examine permissions and security in terms of what that would look like in a family.On paper, design a directory and file structure for your family. Your family has members, which are users. You have two groups—children and parents. Your brothers and sisters, or just you, are members of the children group. Your mother and/or father belong to the parents’ group. Your family can also be viewed as a directory and file structure. It would look something like this:•familyochildren▪child1 name•personal_information (e.g. last-name, first-name, dob, age in the file)▪child2 name▪child3 nameoparents▪parent1 name▪parent2 nameYou want to keep information in the files as personal as possible. You do not want the children to have access to any of the parents’ information. You do not want your group to have permission on your personal_information.Research questions to answer

•What permissions would you set for each folder for the user and for the group, if you want only members of your group to access your directory?

•What permissions would you set for each file for the user and for the group, if you want only members of your group to access your files?

•Show what it would look like if you did an ls -l on your directories.

•What groups would you have? Who are the members of each group?

•Do your parents need to be members of your children group? Why or why not? What would happen if parents are not members of the children group?

•What commands would you use to create each directory, each group, each file?

•What commands would you use to create the permissions on each directory and file?

Write two or three paragraphs on your best customer service experience and say what made it so.

My Best Customer Experience and Why

Instructions: Follow them carefully

Write two or three paragraphs on your best customer service experience and say what made it so.
Please place the name of the provider in the title, e.g., Best Buy, Nordstrom, American Express.
Include elements of verbal or nonverbal communication found in your textbook readings.

The book I’m using is Gibson, P. (2012). The world of customer service, (3rd ed.). South-Western Cengage.
I don’t have the book but i attached a little piece of where it talks about the nonverbal communication.

For this assignment I am choosing The Container Store because it happens that the other day I bought two clothes closet grey rack and as we were assembling the rack, one part broke. So I went back to the store two days after to return one rack and I was hoping to return the broken one too or at least get something back for it, the cashier so nicely told me that there was no problem and that he was going to proceed with the return of the two racks.
You can add more details to it to follow with the instructions.

Discuss the effects of social media on customer loyalty and retention.

1. Visit a website such as Amazon or Barnes and Noble and locate three recent books that discuss the effects of social media on customer loyalty and retention.
2. Prepare a one-page report summarizing three pieces of key information from each book. Often the websites have a section for each book that gives an Overview or Editorial Reviews of the book that will provide the information you need. (Exceptional Customer Service: Online Research Activity Project 3.2 pg. 53 in text)
3. Be sure to include the book titles and author’s names in your paper

Research different Linux text editors (at least two from CLI and two from GUI).

To provide insight into the quality of software that is available, you will research high-quality, free Linux text editors. This information will be of interest to anyone who wishes to have more control over managing their files.

•Research different Linux text editors (at least two from CLI and two from GUI).

•Compare and contrast the different editors.

•Document your findings for your peers.

•Choose one text editor that your peers have chosen the least.

•Develop a tutorial in Powerpoint on how to use the editor. Post your PowerPoint in the forum.

Explore the command in detail using the Internet and man pages.

TopicAprocess is a running instance of a program in Linux. You can have foreground and background processes in Linux. One of the strengths of Linux is the way processes are handled in the kernel. You have lots of tools available to you to manage Linux processesand memory on your system. Some examples are ps, top, monit, isof, ps_mem, pkill, and othersQuestions to answer and explain

•Pick a command that manages processes or memory on a Linux system. Make sure to pick a command that no one else has chosen.

•Explore the command in detail using the Internet and man pages.

•What makes this command useful? How does it work? How do you use the command?

•Create a brief tutorial for your classmates on how to use the command.

What are the differences between Freudian and Jungian theory?

Chapter 2, The Freudian Revolution (Chapter 33) (please answer questions in complete sentences.) Book uploaded.
1)Who was Sigmund Freud? Why is he such an important figure and what was the revolution that he represented?
2)What are the differences between Freudian and Jungian theory?
3)According to Tripartite Psyche, what does the “superego” represent?
4)What, according to Freud, are the three main sources of human suffering, and by what means does one stave off suffering?
5)What was Freuds’ opinion about the role religion plays in civilized society?
6) What link does Proust draw between his unconscious and conscious self?
7)What role does the madeleine play in these relationships?
8) From Kafka’s “The Metamorphosis”, how would you describe Gregor Samsa’s personality?
9)what details in this story establish a sense of reality, unreality and fear?