fennng
Use Total Commander to make a copy of related files spreading in different folders
In software development, it is quite often to put files of same kind into the same folders. A file in one folder has to work with a file in another folder … 阅读更多 »Use Total Commander to make a copy of related files spreading in different folders
Use SASS .scss style sheet with Angular 2+
SCSS is build in with angular 2+. To use SCSS in your project, change the style.css file to style.scss then change style.css to style.scss in your .angula… 阅读更多 »Use SASS .scss style sheet with Angular 2+
Use font awesome with angular2+ material
Then Import css from .angular-cli.json Add the following style to style.css use
TextArea in Draggable container doesn’t work well with firefox 60.0
I used the following module in my angular project. https://www.npmjs.com/package/ng2-dnd It works fine on google chrome. Whereas on Firefox, the textarea i… 阅读更多 »TextArea in Draggable container doesn’t work well with firefox 60.0
MYBB enable HTTPS
I built a forum and enabled HTTPS for it though nginx_proxy and it’s companion. But certificate was not working. I stop and rm the companion docker c… 阅读更多 »MYBB enable HTTPS
ShadowsocksR 服务器的架设与使用
需要一台安装有docker 的 虚拟机 运行如下命令架设好服务器, 只需一条命令, 确保端口公共 查看参数 安装客户端 https://doub.io/ss-jc10/ 按参数填就是了 不想要了就 docker stop ssr 删掉 用 Azure container instance 的话, 连虚拟机都不… 阅读更多 »ShadowsocksR 服务器的架设与使用
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 里中文乱码? 其实不需要在docker 里的linux 系统上动脑筋, 直接改iTerm2 的encoding 就可以了. windows 下其它的term 同理. 还可以在docker 里跑sshd, 然后putty 进去, 在putty里改encoding. (没试)