'A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.' So think of it as C/C++ with out all the scariness, and we can extend Python for all our critical computation.
yaourt -S rust
| using HtmlAgilityPack; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Text; | |
| namespace HtmlParser | |
| { | |
| public class DomParser : IDisposable |
| scriptencoding utf8 | |
| " system clipboard (requires +clipboard) | |
| " Set clipboard^=unnamed,unnamedplus | |
| " additional settings | |
| set modeline " enable vim modelines | |
| set hlsearch " highlight search items | |
| set incsearch " searches are performed as you type | |
| set number " enable line numbers |
| 6.0.0.0/8 | |
| 7.0.0.0/8 | |
| 11.0.0.0/8 | |
| 21.0.0.0/8 | |
| 22.0.0.0/8 | |
| 24.198.0.0/16 | |
| 25.0.0.0/8 | |
| 26.0.0.0/8 | |
| 29.0.0.0/8 | |
| 30.0.0.0/8 |
| import json | |
| import socket | |
| CANARY_FILE = "opencanary.log" | |
| INFORMATION_LOG = 1001 | |
| BRUTE_FORCE_LOG = 6001 | |
| PORT_SCAN_LOG = 5001 | |
| HTTP_SCAN_LOG = 3000 |
| # Boxstarter options | |
| $Boxstarter.RebootOk=$true # Allow reboots? | |
| # OS Options | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Enable-MicrosoftUpdate | |
| Disable-GameBarTips | |
| Disable-BingSearch | |
| Disable-InternetExplorerESC | |
| Set-TaskbarOptions -Size Small |
| wifi-menu | |
| cgdisk /dev/nvme0n1 | |
| 1 - 100MB EFI partition # Hex code ef00 | |
| 2 - 250MB Boot partition # Hex code 8300 | |
| 3 - 100% size partiton # (to be encrypted) Hex code 8300 | |
| mkfs.vfat -F32 /dev/nvme0n1p1 | |
| mkfs.ext2 /dev/nvme0n1p2 |