По решению правительства с 16 октября введен мораторий на повышение цен на бензин АИ-92 и дизельное топливо. Цены зафиксированы для каждой АЗС, при этом единой цены для республики или в рамках регионов не предполагается, сообщили в пресс-службе Министерства энергетики. «Ключевой принцип моратория — фиксация розничных цен на бензин АИ-92 и дизельное топливо на том уровне, который действовал в каждой конкретной сети АЗС по состоянию на 16 октября. Введение единой предельной цены по стране не предусматривается. Такой гибкий подход позволяет сохранить элементы здоровой конкуренции, при этом объясняет существующие ценовые различия между операторами», — пояснили в Минэнерго. По данным ведомства, коридор цен на крупных сетях АЗС составляет от 213 до 239 тенге за литр АИ-92 и от 317 до 337 тенге за литр дизельного топлива. Также в Минэнерго заверили, что запасы топлива в стране находятся на уровне, который полностью гарантирует бесперебойное снабжение в течение 3-4 недель с его постоянным восполнением. Стабильность ценовой политики обеспечена достаточным объемом запасов: 341 тыс. АИ-92 и 405 тыс. Два отечественных НПЗ работают в штатном режиме, а Атырауский НПЗ с 25 октября начинает поэтапный пуск производственных объектов после завершения плановых ремонтных работ.
n
Can I use 7-Zip in a commercial organization? Yes, 7-Zip is free software. You can use it on any computer. How can I set file associations to 7-Zip in Windows 7 and Windows Vista? You must run 7-Zip File Manager in administrator mode. Right-click the icon of 7-Zip File Manager, and then click Run as administrator. Then you can change file associations and some other options. Why 7z archives created by new version of 7-Zip can be larger than archives created by old version of 7-Zip? New versions of 7-Zip (starting from version 15.06) use another file sorting order by default for solid 7z archives. Old version of 7-Zip (before version 15.06) used file sorting «by type» («by extension»). Parameters field in «Add to archive» window, (or -mqs switch for command line version). You can get big difference in compression ratio for different sorting methods, if dictionary size is smaller than total size of files.
n
If there are similar files in different folders, the sorting «by type» can provide better compression ratio in some cases. Note that sorting «by type» has some drawbacks. For example, NTFS volumes use sorting order «by name», so if an archive uses another sorting, then the speed of some operations for files with unusual order can fall on HDD devices (HDDs have low speed for «seek» operations). Increase dictionary size. It can help when ‘qs’ is not used. Specify ‘qs’ in Parameters field (or use -mqs switch for command line version). If you think that unusual file order is not problem for you, and if better compression ratio with small dictionary is more important for you, use ‘qs’ mode. Why can’t 7-Zip open some ZIP archives? In 99% of these cases it means that the archive contains incorrect headers. Other ZIP programs can open some archives with incorrect headers, since these programs just ignore errors.
n
If you have such archive, please don’t call the 7-Zip developers about it. Instead try to find the program that was used to create the archive and inform the developers of that program that their software is not ZIP-compatible. There are also some ZIP archives that were encoded with methods unsupported by 7-Zip, for example, WAVPack (WinZip). Why can’t 7-Zip open some RAR archives? 7-Zip 9.20 supports RAR 2/3/4 formats only and doesn’t support RAR5 archives. But latest versions of 7-Zip supports RAR5 archives. Why does drag-and-drop archive extraction from 7-Zip to Explorer use temp files? 7-Zip doesn’t know folder path of drop target. Only Windows Explorer knows exact drop target. And Windows Explorer needs files (drag source) as decompressed files on disk. So 7-Zip extracts files from archive to temp folder and then 7-Zip notifies Windows Explorer about paths of these temp files. Then Windows Explorer copies these files to drop target folder.
n