View twittermute.txt
Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
ActivityTweet | |
generic_activity_highlights | |
generic_activity_momentsbreaking | |
RankedOrganicTweet | |
suggest_activity | |
suggest_activity_feed | |
suggest_activity_highlights | |
suggest_activity_tweet |
View ks.cfg
#Generated by Kickstart Configurator | |
#platform=AMD64 or Intel EM64T | |
#System language | |
lang en_US | |
#Language modules to install | |
langsupport en_US | |
#System keyboard | |
keyboard us | |
#System mouse |
View byzanz_window.py
#!/usr/bin/env python | |
""" | |
Use byzanz to create a GIF screencast of a specific window. | |
Required tools: | |
sudo apt-get install byzanz x11-utils xdotool | |
A tip: use an extra-long duration (-d 100), record your shot, and use | |
gimp to shorten the duration of the last frame. You need to rename the layer | |
from "Frame 123 (100000 ms) (combine)" to "Frame 123 (1000 ms) (combine)". |
View .gitignore
# Created by .ignore support plugin (hsz.mobi) | |
### Windows template | |
# Windows thumbnail cache files | |
Thumbs.db | |
ehthumbs.db | |
ehthumbs_vista.db | |
# Folder config file | |
Desktop.ini |
View LICENCE SUBLIME TEXT
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA | |
93F6323C FD7F7544 3F39C318 D95E6480 | |
FCCC7561 8A4A1741 68FA4223 ADCEDE07 |
View Sublime Text 3 key
github搜索EA7E Single User License | |
----- BEGIN LICENSE ----- | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA |
View Windows10Cleanup.ps1
<# | |
.SYNPOSIS | |
Cleans unwanted pre-bundled Windows 10 applications | |
#> | |
$RemoveApps = "Microsoft.3DBuilder", "Microsoft.BingFinance", "Microsoft.BingFoodAndDrink", "Microsoft.BingHealthAndFitness", "Microsoft.BingNews",` | |
"Microsoft.BingSports", "Microsoft.BingTravel", "Microsoft.Weather", "Microsoft.Getstarted", "Microsoft.MicrosoftOfficeHub", "Microsoft.MicrosoftSolitaireCollection",` | |
"Microsoft.Office.OneNote", "Microsoft.People", "Microsoft.SkypeApp", "Microsoft.Windows.Photos", "Microsoft.WindowsCamera", "microsoft.windowscommunicationsapps",` | |
"Microsoft.WindowsMaps", "Microsoft.WindowsPhone", "Microsoft.WindowsReadingList", "Microsoft.WindowsSoundRecorder", "Microsoft.ZuneMusic", "Microsoft.ZuneVideo"` |
View Backup.bat
@echo off | |
REM # Send To Backup Script | |
REM # Author - Matt Little (http://matthewjlittle.com) | |
REM # Adam Caudill (http://adamcaudill.com) | |
REM # | |
REM # To install: | |
REM # | |
REM # (windows 7): | |
REM # Goto Start->Run. Type in shell:sendto |
View disable_wifi_hotspot.bat
netsh wlan stop hostednetwork | |
pause |
View getInfo.bat
@echo off | |
REM Windows Batch File to collect information about system, and files & dirs in current directory | |
REM - useful for debugging issues | |
REM - compare results using diff tool (like kdiff or vimdiff) between machines where issue occurs and does not occur | |
REM Written by Darcy Parker - darcyparker@gmail.com - 3/28/2013 and updated periodically since then. | |
REM - See https://gist.github.com/darcyparker/5264774 for updates. | |
REM Depends on md5sum.exe from http://gnuwin32.sourceforge.net/packages/coreutils.htm | |
setlocal | |
REM Get the current directory name |
NewerOlder