-
SanDisk SSD PLUS 120GB Solid State Drive (SDSSDA-120G-G26) Newest Version
-
WD Blue 1TB SATA 6 Gb/s 7200 RPM 64MB Cache 3.5 Inch Desktop Hard Drive (WD10EZEX)
-
SanDisk Ultra 32GB microSDHC UHS-I Card with Adapter, Grey/Red, Standard Packaging
-
[Sabrent SuperSpeed 2-Slot USB 3.0 Flash Memory Card Reader for Windows, Mac, Linux, and Certain Android Systems - Supports SD , SDHC , SDXC , MMC / MicroSD , T-Flash](https://www.amazon.com/Sabrent-SuperS
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
". | |
Error: Could not find material "specialty_doublepoints_zombies_blue". | |
Error: Could not find material "specialty_firesale_zombies". | |
Error: Could not find material "zom_icon_bonfire". | |
Error: Could not find material "t7_hud_zm_powerup_deathmachine". | |
Error: Could not find material "specialty_zomblood_zombies". | |
Error: Could not find material "specialty_giant_instakill_zombies". | |
Error: Could not find material "specialty_giant_doublepoints_zombies". | |
Error: Could not find material "specialty_giant_firesale_zombies". | |
Error: Could not find material "t7_hud_zm_powerup_giant_deathmachine". |
This file has been truncated, but you can view the full file.
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
15012:Aug 6 14:25:24 tyr dbus-daemon[2582]: Unknown username "Debian-gdm" in message bus configuration file | |
15018:Aug 6 14:25:26 tyr systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive. | |
15118:Aug 6 14:27:53 tyr systemd[1]: Created slice User Slice of Debian-gdm. | |
15120:Aug 6 14:27:53 tyr systemd[1]: Started Session c5 of user Debian-gdm. | |
15131:Aug 6 14:27:54 tyr gdm3: GdmDisplay: display lasted 1.264802 seconds | |
15132:Aug 6 14:27:54 tyr gdm3: Child process -27089 was already dead. | |
15133:Aug 6 14:27:54 tyr gdm3: Child process 27080 was already dead. | |
15134:Aug 6 14:27:54 tyr gdm3: Unable to kill session worker process | |
15145:Aug 6 14:27:54 tyr systemd[1]: Removed slice User Slice of Debian-gdm. | |
15146:Aug 6 14:27:54 tyr systemd[1]: Created slice User Slice of Debian-gdm. |
http://www.zappos.com/dr-martens-brennan-slip-on-shoe-brown-vancouver-split
http://www.zappos.com/birkenstock-memphis-black-leather
http://www.zappos.com/crocs-bistro-unisex-batali-graphite
http://www.zappos.com/birkenstock-london-habana-oiled-leather-1
http://www.zappos.com/birkenstock-duma-dark-brown-oiled-leather
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
$ cat /etc/issue | |
Debian GNU/Linux stretch/sid \n \l | |
----------------------------------------------------------------------------- | |
$ uname -a | |
Linux tyr 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 (2016-06-25) x86_64 GNU/Linux | |
----------------------------------------------------------------------------- |
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
utftest() { | |
if [[ -z $1 ]]; then | |
low=21 | |
else | |
low=$1 | |
fi | |
if [[ -z $2 ]]; then | |
high=1000 | |
else | |
high=$2 |
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
cat /etc/resolv.conf | |
ping -c 2 ppa.launchpad.net | |
whois launchpad.net | |
cat /etc/apt/sources.list |
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
% ~ » file $( which ps ) | |
/bin/ps: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=223afbeee68e45e833292074803d95d0530a731d, stripped | |
------------------------------------------------------------------------------ | |
% ~ » apt-file search -x '^/bin/ps$' | |
procps: /bin/ps | |
------------------------------------------------------------------------------ |
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
while <FILE> { | |
if ( m{(https?://foobar.*\.mp4)} ) { | |
( $url = $1 ) =~ s{Display\.cfm\?Nav=(\S\S\S)}{Video/$1/} | |
system("curl", "-LO", "$url") | |
} | |
} |
NewerOlder