Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
요즘 댓글, 트랙백 등의 서비스 때문에 서버의 트래픽이 날로 증가하고 있다. 이럴때 맘에 안드는 스팸 IP를 차단하는 방법이 있다. 웹서버의 루트폴더에 .htaccess 파일을 생성한다. 생성된 파일에 아래와 같이 설정하도록 한다. SetEnvIfNoCase remote_addr 94.229.65.* go_out Order allow,deny Allow from all Deny…
References
When I attach social buttons to my blog, Facebook button moves bottom almost 5 pixels from other social buttons like Twitter, Google+. This is because facebook button has vertical-align: bottom; style inside of widget; We can solve this problem adding…
By previous article, we can use mind map using Dropbox cloud service. If we want to use mind map in our PC, we have to get ‘MindManager‘ software. That software is not free. To use mind map in our PC…
Install with bower $ bower install ekko-lightbox –save Basic usage likes bellow, ![Image Title](){: width=”400px” } If you want to give lightbox feature to all images in page, we can it by bellow javascript. first, give anchor to image in…
When insert a new row to pivot table, we can use attach() method like this: $company = Company::find(1);$company->users()->attach(1); But this will not update created_at and updated_at timestamps column in pivot table. To update timestamps, use withTimestamps() method on the relationship…
Great article to speed up Jekyll site. How to speed up Jekyll blog? – WebJeda 13 Steps to a Faster Jekyll Website – Wiredcraft
When you exeucte gem command, you may see SSL error like bellow. SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed This error is produced because of changes in rubygems.org infrastructure. How to solve it? 1. Downlaod update…
Kill Process sudo kill -9 [PID of kdevtmpfsi]sudo kill -9 [PID of kinsing] Remove Files sudo rm -f /tmp/kdevtmpfsi(or + random identifier)sudo rm -f /var/tmp/kinsing(or + random identifier)orsudo rm -f /tmp/kinsing(or + random identifier) Change Permission sudo chmod -R go-x…
Make sure you have completed your business information on the settings -> About section of the business manager page Turn on 2-factor authorisation for your admin users If the option still doesn’t appear – go to the facebook developer page…
1. Access your WSL Access your Linux system. 2. Remove config.json file located in users home directory rm ~
When I setup Laravel project for my company, I’ve faced the problem about SQL Server database connection problem. I’ve googled and now I can use it. 1. Install php7.0-sybase to Homestead New version of Homestead uses php7.0 to serve laravel…
Let’s talk about how to make a online food store website integrated with marketplace using WordPress. WordPress with some powerful plugins make this work more easier. Table of Contents 1. Requirements of Online Food Store Want to use custom domain…
Rocket.Chat is the best Slack altenative. If company also has issue management like JIRA and source code repository management system like BitBucket, you can also sending message to Rocket.Chat automatically to easy notify update information about your work progress. You…