Run SSH server on windows 10
Download openssh from here https://github.com/PowerShell/Win32-OpenSSH/releases Run powershell in admin Now you can see the new service in service.msc But … 阅读更多 »Run SSH server on windows 10
Download openssh from here https://github.com/PowerShell/Win32-OpenSSH/releases Run powershell in admin Now you can see the new service in service.msc But … 阅读更多 »Run SSH server on windows 10
Docker 里中文乱码? 其实不需要在docker 里的linux 系统上动脑筋, 直接改iTerm2 的encoding 就可以了. windows 下其它的term 同理. 还可以在docker 里跑sshd, 然后putty 进去, 在putty里改encoding. (没试)
Test against www.dengnz.com with 25 users within 5 minutes
I ran a mysql in docker docker run –name mysql –network wp-net –network-alias mysql-host -e MYSQL_ROOT_PASSWORD=root mysql Then ran a php… 阅读更多 »PHPMyAdmin doesn’t work with MYSQL 8.0.11
As Azure MYSQL doesn’t support MyISAM, MYBB is not working with Azure MYSQL directly. You will get following error during db creation. More info: htt… 阅读更多 »MYBB work with Azure MYSQL
Turn on the console log Then open a new console, SSH to your server and run your command. All the output will be saved in the log file.
Check your date using date command link /etc/localtime to whatever time zone file you want sudo ln -sf /usr/share/zoneinfo/Pacific/Auckland /etc/localtime … 阅读更多 »Change time zone in Ubuntu
用PUTTY连到MAC OS上的时候,中文会乱码 这时候直接输入以下命令,再ls 就正常了,立即生效。 export LANG=zh_CN.UTF-8
I just installed Virtual box and tried to install xp on it. But my windows 10 crashed every time I loaded the XP ISO file. I then found that I could not ru… 阅读更多 »Run Docker and Virtualbox at the same time