Installing Redis PHP module CentOS 7
Lets search for available redis packages [root@vps154294 smartfst]# yum search redis Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel:…
Lets search for available redis packages [root@vps154294 smartfst]# yum search redis Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel:…
Here is Nginx Configuration for vShare youtube clone script # enforce NO www if ($host ~* ^www\.(.*)) { set $host_without_www $1; rewrite…
To install Redis on CentOS, run yum install redis Start redis with service redis start Set redis to start on boot systemctl…
On a server, starting MySQL i get following error [root@3blogger log]# cat mysqld.log 170102 21:34:02 mysqld_safe Starting mysqld daemon with databases from…
By default, device work in Mass Storage mode root@fwhlin:~ # lsusb | grep Huawei Bus 009 Device 007: ID 12d1:1f01 Huawei Technologies…
After connecting, i get following in lsusb root@fwhlin:~ # lsusb | grep 12d1 Bus 009 Device 004: ID 12d1:1f01 Huawei Technologies Co.,…
By default files are displayed with “Icon View” I prefer list view. To set default view in Nemo, go to Edit ->…
To disable hot corner in linux mint, go to settings Go to advanced settings Click Hot Corners, From the dorp down, select…
Xpanel FTP not deleting .exe file uploads. [root@server1 ~]# /usr/local/xpanel/uploadscript.pl Can’t locate File/Type.pm in @INC (@INC contains: /usr/local/xpanel/ /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl…
On a newly installed Apache server, when I visit the website, I get permission denied error. On Apache error log (/var/log/httpd/error_log), i…
radeon is the open source driver. bizhat ~ # modinfo radeon filename: /lib/modules/3.11.0-12-generic/kernel/drivers/gpu/drm/radeon/radeon.ko license: GPL and additional rights description: ATI Radeon author:…
mod_alias lighttpd module allow you to map urls to file system. For example, you need /mrtg show /var/www/mrtg You need to first…