Download an ISO installation image from one of the mirrors.
e.g. West coast: mirrors.ocf.berkeley.edu
| ]P01c1c1c | |
| ]P1ff005b | |
| ]P2cee318 | |
| ]P3ffe755 | |
| ]P4048ac7 | |
| ]P5833c9f | |
| ]P60ac1cd | |
| ]P7e5e5e5 | |
| ]P8666666 | |
| ]P9ff00a0 |
Download an ISO installation image from one of the mirrors.
e.g. West coast: mirrors.ocf.berkeley.edu
Killing/Suspending CLI commands that don't play nice.
kill %% and/or kill -9 %%
%% is an alias for the last "job" in background/suspended.
| // Playing around with solutions to this problem: | |
| // https://codefights.com/interview-practice/task/6rE3maCQwrZS3Mm2H | |
| using System; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| using Xunit; | |
| namespace Tests | |
| { |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.13574661314487457</real> |
| using System; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| using System.IO; | |
| namespace Algo | |
| { | |
| public class Trie | |
| { |
| [CmdletBinding()] | |
| Param( | |
| [Parameter(Mandatory=$True,ValueFromPipelineByPropertyName=$True,ValueFromPipeline=$True,Position=0)] | |
| [Alias("PSPath","FullName")] | |
| [String[]]$Path, | |
| [int]$BufferSize = 65535 | |
| ) | |
| Begin { | |
| $buffer = New-Object byte[] $BufferSize | |
| $md5 = New-Object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider |
| param( | |
| [string] $certName | |
| ) | |
| # get the directory that vagrant is installed in | |
| $bin = Split-Path (Get-Command vagrant).Path | |
| # get the embedded folder that contains ruby and curl | |
| $embedded = (Resolve-Path (Join-Path $bin '..\embedded')).ProviderPath |
| gconftool-2 --load gnome-terminal-conf.xml |
| --+********++- | |
| -##############* | |
| *##############* -*+- -+ | |
| -############### *####**+++***##+ | |
| *##############+ -############### | |
| +##############* *##############+ | |
| #####****######- +##############* | |
| -+-- -+** -###############- | |
| ++*#######**+- +##############* | |
| *##############+ -+*#######**++ |