echo 'blacklist int3403_thermal' | sudo tee /etc/modprobe.d/fix-syslog-spam.conf
sudo update-initramfs -u
This file contains 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
<?php | |
namespace Brouzie\Specificator; | |
interface FiltersResettableAggregation | |
{ | |
/** | |
* Returns true for filters that prevent building this aggregation, false otherwise. | |
*/ | |
public function isFilterShouldBeExcluded(object $filter): bool; |
This file contains 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
version: '3' | |
services: | |
satin-web: | |
image: brouzie/php:7.0 | |
# build: | |
# context: build/web | |
# dockerfile: php-7.0/Dockerfile | |
container_name: satin-web | |
hostname: satin-web | |
links: |
This file contains 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
Export page: 1 | |
Process product: 75748 | |
Process product: 75749 | |
Process product: 75750 | |
Process product: 75973 | |
Process product: 75972 | |
Process product: 75971 | |
Missing equipment: 75971 | |
Process product: 75970 | |
Missing equipment: 75970 |
This file contains 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 | |
set -e | |
set -u | |
set -o pipefail | |
COMMAND=${1:-"help"} | |
MACHINE_NAME=myapp | |
DENV=${DENV:-"dev"} |
This file contains 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
@ECHO off | |
set "script_path=%~dp0" | |
set "script_path=%script_path%my_script.py" | |
python %script_path% %* |
This file contains 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
page: 2 | |
page: 3 | |
page: 4 | |
Product 49698 error in html description (error parsing attribute name) | |
Product 49686 error in html description (Opening and ending tag mismatch: ul line 1 and div) | |
Product 49685 error in html description (Opening and ending tag mismatch: ul line 1 and div) | |
page: 5 | |
page: 6 | |
page: 7 | |
page: 8 |
This file contains 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
<?php | |
/** | |
* Optimized version of attribute source options model | |
* | |
* That allows to preload options once and reuse them instead of doing calls to db all the time | |
* | |
*/ | |
class EcomDev_Optimization_Model_Resource_Attribute_Source_Table | |
extends Mage_Eav_Model_Entity_Attribute_Source_Table |
This file contains 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
area_id | priority | lat | lng | |
---|---|---|---|---|
772 | 0 | 55.78552753 | 37.56576486 | |
772 | 1 | 55.79135504 | 37.57389732 | |
772 | 2 | 55.79157265 | 37.57430501 | |
772 | 3 | 55.79164217 | 37.57455178 | |
772 | 4 | 55.79169355 | 37.57479854 | |
772 | 5 | 55.79173935 | 37.57511471 | |
772 | 6 | 55.79176108 | 37.57543070 | |
772 | 7 | 55.79175012 | 37.57754328 | |
772 | 8 | 55.79180074 | 37.58024493 |
This file contains 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
metalloprokat@metalloprokat1:/data/www/metalloprokat.ru$ curl -I http://www.metalloprokat.ru/sort/armatura/ | grep X-Exec-Time | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
X-Exec-Time: 20ms | |
metalloprokat@metalloprokat1:/data/www/metalloprokat.ru$ curl -I http://www.metalloprokat.ru/sort/armatura/a1/ | grep X-Exec-Time | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
X-Exec-Time: 34ms |
NewerOlder