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
# This file was automatically generated by the /lib/udev/write_net_rules | |
# program, run by the persistent-net-generator.rules rules file. | |
# # You can modify it, as long as you keep each rule on a single | |
# line, and change only the value of the NAME= key. | |
# PCI device lan Device | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:yy:XX:yy:XX:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="ethX" | |
# PCI device Wlan Device | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:yy:XX:yy:XX:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="wlanX" |
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
e.g. To change max file upload size to 100MB | |
Edit… | |
`sudo vi /etc/php5/fpm/php.ini` | |
Set… | |
`upload_max_filesize = 100M | |
post_max_size = 100M` | |
Also add following line to http{..} block in nginx config: |
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
# This file was automatically generated by the /lib/udev/write_net_rules | |
# program, run by the persistent-net-generator.rules rules file. | |
# # You can modify it, as long as you keep each rule on a single | |
# line, and change only the value of the NAME= key. | |
# PCI device lan Device | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:yy:XX:yy:XX:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="ethX" | |
# PCI device Wlan Device | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:yy:XX:yy:XX:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="wlanX" |
OlderNewer