Configuration /etc/php-fpm.d/www.conf listen = 127.0.0.1:9000 Restart: sudo systemctl restart php-fmp.service
mysql-user-management
Create User CREATE USER 'example_user@host' IDENTIFIED BY 'example_passwd'; Alter User ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; Grant Privilege Levels USAGE ALL PRIVILEG...
lldb
Advanced Debugging with Xcode and LLDB expression xxx As a breakpoint Debugger Command action To insert code when debugging symbolic breakpoint [UILabel setText:] self.view.recursiveDescri...
iptables
Controlling Network Traffic with iptables - A Tutorial iptables is an application that allows users to configure specific rules that will be enforced by the kernel’s netfilter framework. It acts...
Interview-Swift
Abount Swift type-safe build-in error handling memory is managed automatically safer: variables are always initialized befor used suppert OSs: FreeBSD, Linux, Darwin, etc. swift makes ...
firewall
How to Install, Configure and Secure FTP Server in CentOS 7 – [Comprehensive Guide] sudo firewall-cmd --zone=public --permanent --add-port=21/tcp sudo firewall-cmd --zone=public --perman...
wordpress-troubleshooting
Word-express troubleshooting Update failed: Unable to locate WordPress content directory (wp-content).
wordpress-guide
WP-Content: A Beginner’s Guide To WordPress’ Most Important Directory WordExpress Editor
telegram - ffmpeg
FFMpegAVFormatStreamType FFMpegAVFormatContext codecIdAtStreamIndex: metricsForStreamAtIndex: durationAtStreamIndex: isAttachedPicAtStreamI...
telegram - context
SharedApplicationContext let sharedContext: SharedAccountContextImpl let notificationManager: SharedNotificationManager let wakeupManager: SharedWakeupManager UnauthorizedApplicationContext let...