- git status
- git add .
- git commit -m "GeekBrains > Yii2 > Lesson 4 > Complete"
- git push
- git pull
- git log
- git config --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
| @echo off | |
| e: | |
| cd e:\Video\park_kassa_1\ | |
| del e:\Video\park_kassa_1\*_02*.avi /s /q | |
| del e:\Video\park_kassa_1\*_03*.avi /s /q | |
| del e:\Video\park_kassa_1\*_04*.avi /s /q | |
| del e:\Video\park_kassa_1\*_05*.avi /s /q | |
| del e:\Video\park_kassa_1\*_06*.avi /s /q |
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
| Dim oShell , strret | |
| strcmd="FonmixPlayer.exe" | |
| Set oShell = WScript.CreateObject ("WSCript.shell") | |
| Wscript.Sleep 6000 | |
| strret = oShell.run ("cmd /K " & strcmd,0) | |
| Set oShell = Nothing |
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
| @echo off | |
| cls | |
| set papka=d:\backup\gkdb\ | |
| cd %papka% | |
| forfiles /p %papka% /m *.bak /d -7 /c "cmd /c del /q echo @path" | |
| set papka=d:\backup\acronis\ | |
| cd %papka% |
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
| "c:\Program Files\Microsoft SQL Server\110\Tools\Binn\sqlcmd" -U sa -P GameKeeper2017 -d gkArcade -i "e:\MSSQLDB\MSSQL$GAME_KEEPER\Jobs\BackUp.sql" -o "e:\MSSQLDB\MSSQL$GAME_KEEPER\Jobs\BackUp.log" | |
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
| DECLARE @SQLStatement VARCHAR(2000) | |
| SET @SQLStatement = 'd:\backup\gkdb\gkArcade_' + CONVERT(nvarchar(30), GETDATE(), 110) + '_' + REPLACE(CONVERT(VARCHAR(8),GETDATE(),108),':','-') +'.bak' -- путь к файлу бекапа должен СУЩЕСТВОВАТЬ | |
| BACKUP DATABASE [gkArcade] TO | |
| DISK = @SQLStatement | |
| WITH RETAINDAYS = 14, -- бекап может перезаписаться через RETAINDAYS дней | |
| NAME = N'gkArcade backup' | |
| GO |
- SFTP plugin - PuTTY (Stefan "Bebbo" Franke) (http://wincmd.ru/plugring/sftp4tc.html)
- Ghisler SFTP Plugin (http://totalcmd.net/plugring/G_SFTP.html)
- Работа с SFTP в Total Commander (http://help-pro.info/helper/2014/09/22/rabota-s-sftp-v-total-commander/)
- Как установить SFTP плагин в Total Commander? (http://yournet.kz/blog/tools/kak-ustanovit-sftp-plagin-v-total-commander)
- для 32-bit: http://curl.haxx.se/download.html#Win32
(Win32 2000/XP 7.40.0 libcurl SSL enabled Günter Knauf 2.84 MB) Прямая ссылка: http://curl.haxx.se/gknw.net/7.40.0/dist-w32/curl-7.40.0-devel-mingw32.zip
- Онлайн генератор файлов .htpasswd и .htaccess (https://htmlweb.ru/service/htpasswd.php)
Например, admin/12345
admin:$apr1$YnjKPXAJ$f3Nd/d2Wcid/8YdZhAgKP.
- DataNumen Archive Repair (https://www.datanumen.com/archive-repair/index.htm)
- SysInfoTools Archive Recovery Tool (https://www.sysinfotools.com/recovery/archive-recovery.php)
- Aryson Archive Recovery (https://www.arysontechnologies.com/archive-recovery.html)
- The gzip Recovery Toolkit (http://www.urbanophile.com/arenn/hacking/gzrt/gzrt.html) - Free!
- IZArc (https://izarc.org/) - Free!