goals project: the client wants to filter some CSV rows from 22 files CSV , these rows come from one CSV which has names of the peoples who want to be eliminated. All firs:t I thought to use PHP and...
Category: Linux
How To Secure Apache with Let’s Encrypt on CentOS 8
Introduction Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by working with clients, such as Certbot, to automate the necessary steps. In this tutorial,...
Configurer le serveur SSMTP avec un compte Gmail
Configurer le serveur SSMTP avec un compte Gmail Ayant quelques scripts qui tournent via le Cron de mon serveur j’avais besoin de savoir ce qu’il se passait et surtout de savoir quand ça ne fonctionnait pas comme prévu. Comme je...
php storm add auto comments
最后在帮助文档中找到的: http://www.jetbrains.com/phpstorm/help/creating-php-documentation-comments.html#d745077e199 英文烂的一塌糊涂,反正最后方法如下。 方法:setting-》FIle and Code Template-》Includes->PHP Function Doc Comment,然后在这里面设置就ok了,但是时间这些动态生成的,没有找到怎么弄,不支持像文件头里面的${DATE},如果有谁知道了,麻烦告知下。 在方法中引入,直接/**+enter键
vbox resize the disk
VBoxManage clonehd "/Users/xiaomingwang/Documents/tmp/box-disk1.vmdk" "/Users/xiaomingwang/Documents/tmp/box-disk1.vdi" --format vdi vboxmanage modifyhd /Users/xiaomingwang/Documents/tmp/box-disk1.vdi --resize 51200 VBoxManage clonehd "/Users/xiaomingwang/Documents/tmp/box-disk1.vdi" "/Users/xiaomingwang/Documents/tmp/box-disk1.vmdk" --format vmdk
How to Use Docker on OS X: The Missing Guide
https://www.viget.com/articles/how-to-use-docker-on-os-x-the-missing-guide https://hub.docker.com/r/openstreamch/magento2/
Using vagrant to run virtual machines with desktop environment
I just got this working with basically three steps. The advice from askubuntu.com didn't quite work for me, so try this simplified version: Get a basic Ubuntu image working. You should be able to boot it and vagrant ssh. Next,...
How To Add Swap Space on Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts Introduction The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on...
Using a Mac keyboard in Lubuntu 13.10 March 30, 2014 · 0 Comments
sudo apt-get install autokey-gtk Run autokey by typing autokey in a terminal. You can find a beginner’s guide to autokey here. You can create a new folder for your scripts (by clicking on the New button). I recommend ~/bin/autokey as...