Skip to content

Instantly share code, notes, and snippets.

View serverok's full-sized avatar
🎯
Focusing

Yujin Boby serverok

🎯
Focusing
View GitHub Profile
root@ip-172-31-33-111:/usr/local/src/ffmpeg# /usr/bin/ffmpeg
ffmpeg version N-90268-g9fe61b6 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609
configuration: --prefix=/usr --extra-libs=-lpthread --pkg-config-flags=--static --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
libavutil 56. 8.100 / 56. 8.100
libavcodec 58. 14.100 / 58. 14.100
libavformat 58. 10.100 / 58. 10.100
libavdevice 58. 2.100 / 58. 2.100
libavfilter 7. 12.100 / 7. 12.100
libswscale 5. 0.102 / 5. 0.102
[root@srv ~]# cat 1.php
<?php
echo idn_to_ascii('täst.de');
[root@srv ~]# php 1.php
xn--tst-qla.de[root@srv ~]# php -m | grep intl
intl
[root@srv ~]#
root@client:~# php -v
PHP 7.0.28 (cli) (built: Feb 27 2018 16:07:52) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.9, Copyright (c) 2002-2016, by ionCube Ltd.
root@client:~# php -m | grep xmlrpc
xmlrpc
root@client:~#
Here is the 2 logs entries
Mar 10 02:17:01 host CRON[99981]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Mar 10 05:51:42 host rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="927" x-info="http://www.rsyslog.com"] start
First one is last entry before reboot.
2nd line on "Mar 10 05:51:42" is actual reboot.
I see no errors on server. If this happens, can you call LiquidWeb and ask them why server is not working ? This way they can check and give us some useful info. We need someone check the server when it is having problem to identify why it is not working.
SSL installed.
https://www.preneursmentor.com/courses/languages
But some of the pages on your site is loading content from non SSL web sites.
For example
http://dev.mindsworthy.com/tutorsci/assets/front/images/step3.png
I dont see any DNS records related to asrmanager.com on ns2.jdiservices.net
root@ok:~# nslookup asrmanager.com ns2.jdiservices.net
Server: ns2.jdiservices.net
Address: 76.8.53.170#53
** server can't find asrmanager.com: REFUSED
root@ok:~#
atl*CLI> core show help
! -- Execute a shell command
acl show -- Show a named ACL or list all named ACLs
ael reload -- Reload AEL configuration
ael set debug {read|tokens|macros|contexts|off} -- Enable AEL debugging flags
agi dump html -- Dumps a list of AGI commands in HTML format
agi exec -- Add AGI command to a channel in Async AGI
agi set debug [on|off] -- Enable/Disable AGI debugging
agi show commands [topic] -- List AGI commands or specific help
aoc set debug -- enable cli debugging of AOC messages
177 openssl req -new -newkey rsa:2048 -nodes -keyout ssl.goipshop.com.key -out ssl.goipshop.com.csr
178 ls
179 vim ssl.goipshop.com.csr
180 cd
181 ls
182 vim ssl.goipshop.com.csr
183 ls
184 cd /home/ipshoproot/
185 ls
186 vim ssl.goipshop.com.csr
mysql> select path, value from core_config_data where path like "%unsecure%";
+-----------------------------+------------------------------------+
| path | value |
+-----------------------------+------------------------------------+
| web/unsecure/base_url | https://www.pushmycart.com/ |
| web/unsecure/base_link_url | https://www.pushmycart.com/ |
| web/unsecure/base_skin_url | https://cdn.pushmycart.com/skin/ |
| web/unsecure/base_media_url | https://cdn1.pushmycart.com/media/ |
| web/unsecure/base_js_url | https://cdn2.pushmycart.com/js/ |
+-----------------------------+------------------------------------+
mysql> select path, value from core_config_data where path like "%/secure%";
+-----------------------------+------------------------------------+
| path | value |
+-----------------------------+------------------------------------+
| web/secure/base_url | https://www.pushmycart.com/ |
| web/secure/base_link_url | https://www.pushmycart.com/ |
| web/secure/base_skin_url | https://cdn.pushmycart.com/skin/ |
| web/secure/base_media_url | https://cdn1.pushmycart.com/media/ |
| web/secure/base_js_url | https://cdn2.pushmycart.com/js/ |