When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}
#Ubuntu Server Setup
Things to do:
[ ] Update Available Package Lists:
# sudo apt-get update
Upgrade installed packages:
# sudo apt-get upgrade
Things to do: | |
Update Available Package Lists: | |
# sudo apt-get update | |
Upgrade installed packages: | |
# sudo apt-get upgrade | |
Other Tasks: | |
# sudo apt-get autoremove |
The following link shows how to change default color settings in for ubuntu vim. | |
https://unix.stackexchange.com/questions/88879/better-colors-so-comments-arent-dark-blue-in-vim | |
// | |
// main.cpp | |
// calculator | |
// | |
// Created by Jim Carter on 6/14/18. | |
// | |
#include <iostream> | |
using namespace std; |
An Extremely Quick and Simple Introduction to the Vi Text Editor
Vi Tutorial / Info | |
I have used vi on and off for about 35 years. | |
With the introduction of docker & linux server distros, small efficent editors are needed once again. | |
I use only a few of the many vi commands, so I went looking for a quick reference. Here is one I found. | |
Reference: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Editors/ViIntro.html | |
<title>An Extremely Quick and Simple Introduction to the Vi Text Editor</title> |
After finding a lot of other posts on the topic that didn't work out for me this one did the trick so I'm reposting for my own sense of self preservation.
Copy the Virtualbox autostart plist template file to your system's LaunchDaemons folder.
sudo cp \
/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.plist \