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
appwiz.cpl - Установка и удаление программ | |
certmgr.msc - Сертификаты | |
ciаdv.msc - Служба индексирования | |
cliconfg - Программа сетевого клиента SQL | |
clipbrd - Буфер обмена | |
compmgmt.msc - Управление компьютером | |
dcomcnfg - Консоль управления DCOM компонентами | |
ddeshare - Общие ресурсы DDE (на Win7 не работает) | |
desk.cpl - Свойства экрана | |
devmgmt.msc — Диспетчер устройств |
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
1 система обновлений выдает ERRДоступ запрещен. Не работает site_checker, upload файлов etc | |
// Вместо "main.ru - свой домен | |
COption::SetOptionString("main","server_name","main.ru"); | |
COption::SetOptionString("main","site_name","main.ru"); | |
// Убераем из Нстройки - Сайты - Список сайтов (в активный сайт ) | |
$obSite = new CSite(); | |
$t = $obSite->Update("s1", array( | |
'ACTIVE' => "Y", |
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
API D7 работа с Highload блокам в Битрикс | |
Подключаем модуль для работы с highloadblock блоками | |
Старый способ | |
CModule::IncludeModule("highloadblock"); | |
Новый способ в ядре d7 |
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
https://marketplace.1c-bitrix.ru/solutions/phpdevorg.cprop/ | |
https://marketplace.1c-bitrix.ru/solutions/simai.complexprop/#tab-about-link |
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
https://htaccess.madewithlove.com/?share=764a6442-3d6a-4cc0-b8ea-3b2c1c212672 |
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
Чтобы выбрать редактором по умолчанию mcedit, необходимо выполнить | |
export EDITOR=mcedit | |
Ура! Теперь можно редактировать задачи привычным способом: по команде | |
crontab -e | |
видим окно любимого mcedit! |
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
ВАРИАНТ 1 | |
Открыть файл /bitrix/modules/security/classes/general/iprule.php и закомментировать строчку ~1235 | |
if($bMatch) | |
include($_SERVER["DOCUMENT_ROOT"]."/bitrix/admin/security_403.php"); | |
ВАРИАНТ 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
#!/bin/bash | |
cnt=$((1)) | |
listSrcFiles=$(find $orig_path$dir -maxdepth 1 -type f | grep -P -i -o "DSC\d{3,4}.jpg") | |
for file in $listSrcFiles; do | |
var=$(echo $file | grep -P -i -o "\d{3,4}") | |
var=$(($var-813)) | |
newVar=$(printf "%08d.jpg" $var) | |
echo $newVar | |
mv $file $newVar 2>/dev/null | |
cnt=$(($cnt+1)) |
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
https://dev.1c-bitrix.ru/community/webdev/user/107201/blog/6730/ |
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
fsutil file createnew C:\10mb-file.txt 10000000 |
NewerOlder