Fix styling for nested lists

pull/1331/head
Kamran Ahmed 3 years ago
parent eafbcd5867
commit c190a94bc6
  1. 4
      components/md-renderer/mdx-components/ul.tsx
  2. 4
      content/roadmaps/5-sysadmin/landscape.md

@ -5,6 +5,10 @@ import styled from 'styled-components';
export const Ul = styled.ul` export const Ul = styled.ul`
margin-left: 40px; margin-left: 40px;
margin-bottom: 18px; margin-bottom: 18px;
ul {
margin-top: 18px;
}
`; `;
export const Li = styled.li` export const Li = styled.li`

@ -1,4 +1,4 @@
The roadmap below is the list of steps that one might take in order to become a linux system administrator. It is an exhaustive list meant to expose you at least once to important elements of the trade. If you did every last item on this list then you would be eminently qualified to work any Linux admin posting you might ever encounter. The roadmap and all the steps listed below were derived [from a really interesting thread on reddit](https://www.reddit.com/r/linuxadmin/comments/2s924h/how_did_you_get_your_start/cnnw1ma/) which I would recommend you to check out. The roadmap below is the list of steps that one might take in order to become a linux system administrator. It is an exhaustive list meant to expose you at least once to important elements of the trade. If you did every last item on this list then you would be eminently qualified to work any Linux admin posting you might ever encounter.
* Set up a KVM hypervisor. * Set up a KVM hypervisor.
* Inside of that KVM hypervisor, install a Spacewalk server. Use CentOS 6 as the distro for all work below. (For bonus points, set up errata importation on the CentOS channels, so you can properly see security update advisory information.) * Inside of that KVM hypervisor, install a Spacewalk server. Use CentOS 6 as the distro for all work below. (For bonus points, set up errata importation on the CentOS channels, so you can properly see security update advisory information.)
@ -23,4 +23,6 @@ The roadmap below is the list of steps that one might take in order to become a
Do these things, and you will be fully exposed to every aspect of Linux Enterprise systems administration. Do them well and you will have the technical expertise required to seek "Senior" roles. If you go whole-hog crash-course full-time it with no other means of income, I would expect it would take between 3 and 6 months to go from "I think I'm good with computers" to achieving all of these -- assuming you're not afraid of IRC and google. Do these things, and you will be fully exposed to every aspect of Linux Enterprise systems administration. Do them well and you will have the technical expertise required to seek "Senior" roles. If you go whole-hog crash-course full-time it with no other means of income, I would expect it would take between 3 and 6 months to go from "I think I'm good with computers" to achieving all of these -- assuming you're not afraid of IRC and google.
The roadmap and all the steps listed above were derived [from a really interesting thread on reddit](https://www.reddit.com/r/linuxadmin/comments/2s924h/how_did_you_get_your_start/cnnw1ma/) which I would recommend you to check out.

Loading…
Cancel
Save