start new:
tmux
start new with session name:
tmux new -s myname
# Purge the following packages | |
account-plugin-aim | |
account-plugin-facebook | |
account-plugin-flickr | |
account-plugin-jabber | |
account-plugin-salut | |
account-plugin-twitter | |
account-plugin-windows-live | |
account-plugin-yahoo |
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
function New-Benchmark { | |
[CmdletBinding()]Param( | |
[Parameter( | |
Position = 0, | |
Mandatory = $true | |
)] | |
[String]$Name, | |
[Parameter( | |
Position = 1, |
function Get-DirectoryContent { | |
<# | |
.SYNOPSIS | |
Function to get directory content | |
.EXAMPLE | |
Get-DirectoryContent -Path "C:\" -HeaderName "poshserver.net" -RequestURL "http://poshserver.net" -SubfolderName "/" | |
function Get-OlkbOrder { | |
<# | |
.SYNOPSIS | |
Checks for a given order on https://olkb.com/ to determine the current place in line for shipping. Optionally stores the | |
place in line in a file on disk. | |
.DESCRIPTION | |
Parses the current orders markdown file on github for https://olkb.com orders, searching for a given order number. When | |
found, the order number and place in line is output. If the option for tracking is provided, the current place in line | |
is compared to the previously stored place in line and the difference is displayed. | |
.EXAMPLE |
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
# Make sure you have a recent version: the code points that Powerline |
Enjoying this script? Consider buying me a beer/coffee!
First time setting up your Deck? You may enjoy my setup guide. It'll get you started on Emulation.
Main changes at initial release versus cdleveille's original script: