User contributions for Tinker
Jump to navigation
Jump to search
- 02:22, 27 December 2021 diff hist +14 Main Page
- 01:19, 27 December 2021 diff hist +1,945 N How internet addressing really works Created page with "(This is a very rough draft...) There're 2 ways to get to a machine. IP address & name. But to use name, you need to have DNS set up. Either way, there's also the port. The port is specific to the actual service on the machine. i.e.: port 80 is HTTP, port 443 is HTTPS, port 22 is SSH... When your entire network is on a single address as far as the outside world is concerned, you have a couple options to access individual machines. == Port Forwarding == You can f..."
- 01:07, 27 December 2021 diff hist +36 HowTo - cron
- 01:00, 27 December 2021 diff hist +750 N HowTo - cron Created page with "'''cron''' is a background process (a daemon) that wakes up every minute & checks '''crontab''' files for tasks to run. These files might belong to '''root''' or to individual user accounts on the machine. =The crontab file= For details about how to create crontab entries, see: *<code>man 5 crontab</code> *[https://community.linuxmint.com/tutorial/view/1072 Crontab Syntax Tutorial] ==Editing your personal crontab file:== *<code>crontab -e</code> ==Editing the root c..."
- 03:02, 26 December 2021 diff hist +91 Talk:Teaching Notes →Subjects...: new section current
- 03:01, 26 December 2021 diff hist +59 N Talk:Teaching Notes Created page with "This is just the first page to move here to its new home..."
- 02:58, 26 December 2021 diff hist +1,880 N Teaching Notes Created page with "==A little note about typographic conventions you'll see here== If you see something that looks a bit like *<code>ls -l</code> It is likely a command line. You can triple-click it, then copy & paste it directly into a terminal. If there is a part that's '''ALL-CAPS & BOLD''', this is a part of the command line you'll probably need to edit for your particular useage. i.e.: *<code>cp '''FOO.BAR''' '''FOO.BAR'''.bak</code> Sometimes, there'll be whole scripts to past..."