Difference between revisions of "IT"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
'''Another NOTE:''' They also assume you are running Linux Mint on the machine(s). | '''Another NOTE:''' They also assume you are running Linux Mint on the machine(s). | ||
− | == Server Building Notes == | + | ==Server Building Notes== |
Start off with the usual update of the repositories... | Start off with the usual update of the repositories... | ||
<code>apt update</code> | <code>apt update</code> | ||
− | * [[SBN - Baseline Server Notes|Baseline Server Notes]] | + | *[[SBN - Baseline Server Notes|Baseline Server Notes]] |
− | * [[SBN - Web Server Notes|Web Server Notes]] | + | *[[SBN - Web Server Notes|Web Server Notes]] |
− | * [[SBN - Blog Server Notes|Blog Server Notes]] | + | *[[SBN - Blog Server Notes|Blog Server Notes]] |
− | * [[SBN - Wiki Server Notes|Wiki Server Notes]] | + | *[[SBN - Wiki Server Notes|Wiki Server Notes]] |
− | * [[SBN - Automation Server Notes|Automation Server Notes]] | + | *[[SBN - Automation Server Notes|Automation Server Notes]] |
− | * [[SBN - Download Server Notes|Download Server Notes]] | + | *[[SBN - Download Server Notes|Download Server Notes]] |
− | * [[SBN - Media Server Notes|Media Server Notes]] | + | *[[SBN - Media Server Notes|Media Server Notes]] |
− | * [[SBN - Storage Server Notes|Storage Server Notes]] | + | *[[SBN - Storage Server Notes|Storage Server Notes]] |
+ | *[[SBN - FTP Server Notes|FTP Server Notes]] | ||
+ | *Repo Mirror Server | ||
+ | *PXE Server | ||
+ | *GIT Server | ||
+ | *Backup Server | ||
+ | *FOG Server | ||
+ | *IRC Server | ||
+ | *Gateway Server | ||
+ | *BBS Server | ||
+ | *Mail Server | ||
− | == ESXi Notes == | + | ==ESXi Notes== |
[https://www.youtube.com/watch?v=KW1fRVgOoUU&list=PLS2odYzlaogI1B8ejt7itMOovAqpiLkvU Why virtualize your server infrastructure (Morton Hjorth)] | [https://www.youtube.com/watch?v=KW1fRVgOoUU&list=PLS2odYzlaogI1B8ejt7itMOovAqpiLkvU Why virtualize your server infrastructure (Morton Hjorth)] | ||
− | * [[ESXi - Licensing|Licensing]] | + | *[[ESXi - Licensing|Licensing]] |
− | * [[ESXi - UPS Handling|UPS Handling]] | + | *[[ESXi - UPS Handling|UPS Handling]] |
− | * [[ESXi - ghettoVCB|ghettoVCB]] | + | *[[ESXi - ghettoVCB|ghettoVCB]] |
− | == <s>Stupid</s> Smart Linux Tricks == | + | ==<s>Stupid</s> Smart Linux Tricks== |
− | === Restart a service === | + | ===Restart a service=== |
<code>sudo service FOOBAR restart</code> | <code>sudo service FOOBAR restart</code> | ||
Line 36: | Line 46: | ||
Where "FOOBAR" is the name of the service you want to restart... | Where "FOOBAR" is the name of the service you want to restart... | ||
− | === Taking a screenshot in Mint Cinnamon | + | ===Taking a screenshot in Mint Cinnamon=== |
Here are the default shortcuts. You can customize them in Keyboard Settings, as shown in the image that started [https://randomgeekery.org/2017/01/01/cinnamon-screenshot-shortcuts/ this post]. | Here are the default shortcuts. You can customize them in Keyboard Settings, as shown in the image that started [https://randomgeekery.org/2017/01/01/cinnamon-screenshot-shortcuts/ this post]. | ||
Revision as of 14:18, 7 June 2020
NOTE: These notes & tutorials assume you are logged to the machine(s) via SSH.
Another NOTE: They also assume you are running Linux Mint on the machine(s).
Contents
Server Building Notes
Start off with the usual update of the repositories...
apt update
- Baseline Server Notes
- Web Server Notes
- Blog Server Notes
- Wiki Server Notes
- Automation Server Notes
- Download Server Notes
- Media Server Notes
- Storage Server Notes
- FTP Server Notes
- Repo Mirror Server
- PXE Server
- GIT Server
- Backup Server
- FOG Server
- IRC Server
- Gateway Server
- BBS Server
- Mail Server
ESXi Notes
Why virtualize your server infrastructure (Morton Hjorth)
Stupid Smart Linux Tricks
Restart a service
sudo service FOOBAR restart
or
sudo systemctl restart FOOBAR.service
Where "FOOBAR" is the name of the service you want to restart...
Taking a screenshot in Mint Cinnamon
Here are the default shortcuts. You can customize them in Keyboard Settings, as shown in the image that started this post.
Action | Shortcut |
---|---|
Take a screenshot | Print
|
Take a screenshot of a window | Alt + Print
|
Take a screenshot of an area | Shift + Print
|
Copy screen to clipboard | Control + Print
|
Copy window to clipboard | Control + Alt + Print
|
Copy area to clipboard | Shift + Control + Print
|
Toggle recording desktop | Shift + Control + Alt + R
|
Print
may have its own special label on your keyboard. On mine the Print
key is labeled PrtSc
.