This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| # | |
| # Download all the torrents for a particular ubuntu release. | |
| # | |
| # Requires: wget | |
| # | |
| # Usage: | |
| # perl download-ubuntu-torrents.pl /tmp/ | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build) | |
| Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Device Model: LITEONIT LGT-256M6G | |
| Serial Number: SD0E97903L1TH4510BJF | |
| Firmware Version: 2G87901 | |
| User Capacity: 256,060,514,304 bytes [256 GB] | |
| Sector Size: 512 bytes logical/physical | |
| Rotation Rate: Solid State Device |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build) | |
| Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Device Model: LITEONIT LGT-256M6G | |
| Serial Number: SD0E97903L1TH4510BJF | |
| Firmware Version: 2G87901 | |
| User Capacity: 256,060,514,304 bytes [256 GB] | |
| Sector Size: 512 bytes logical/physical | |
| Rotation Rate: Solid State Device |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build) | |
| Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Device Model: LITEONIT LGT-256M6G | |
| Serial Number: SD0E97903L1TH4510BJF | |
| Firmware Version: 2G87901 | |
| User Capacity: 256,060,514,304 bytes [256 GB] | |
| Sector Size: 512 bytes logical/physical | |
| Rotation Rate: Solid State Device |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # no-hex-clean.sh | |
| # | |
| # Usage: Pipe hex codes to this script | |
| # | |
| # e.g. | |
| # | |
| # $ cat *.svg | perl -ne '/(#[0-9A-Fa-f]{6})/g && print "$1\n"' | sort | uniq | ./no-hex-clean.sh | |
| # |
OlderNewer