hello
want to ask if you want to learn about php and html code where its recommendations
Sync Total: 1 directory, 4 files, 0 symlinks --------------------------------- Host Name: host name here --------------------------------- Group Name: group name here --------------------------------- Disk Usage: 37% --------------------------------- CPU Usage: 78% --------------------------------- Memory Usage: 11% --------------------------------- Temperatu 44.9'C --------------------------------- Local IP: 192.168.0.115 --------------------------------- Public IP: public ip here --------------------------------- Tunnel Port: 5001 --------------------------------- Tunnel Status: Fri Mar 6 06:23:00 EET 2015 opening reverse tunnel from my_host_he 5001 to 127.0.0.1:22 ---------------------------------
/usr/local/src/myfolder
file1.txt image.jpg info.html another.txt
$IPTABLES -I INPUT -i $LAN_IFACE -p udp --dport 67:68 --sport 67:68 -j ACCEPT
root@maples-server:~# ls -la /var/www/ total 624 drwxr-xr-x 5 www-data www-data 4096 Apr 28 19:35 . drwxr-xr-x 13 root root 4096 Mar 28 11:43 .. lrwxrwxrwx 1 www-data www-data 18 Jan 10 20:47 anthony -> /home/anthony/web/ -rw------- 1 www-data www-data 1455 Apr 23 21:41 .bash_history -rw-r--r-- 1 www-data www-data 3388 Jan 21 19:34 .bashrc drwxr-xr-x 11 www-data www-data 4096 Apr 23 21:41 chat lrwxrwxrwx 1 www-data www-data 14 Mar 23 16:20 dad -> /home/dad/web/ drwxr-xr-x 2 root root 4096 Mar 15 05:52 html -rw-r--r-- 1 www-data www-data 323 Mar 26 18:35 index.htm drwx------ 2 www-data www-data 4096 Jan 21 19:50 Mail -rw-r--r-- 1 anthony anthony 592795 Apr 23 19:52 phpfreechat-1.7.tar.gz -rw-r--r-- 1 www-data www-data 41 Apr 15 21:52 robots.txt -rw------- 1 www-data www-data 1541 Apr 23 21:41 .viminfo
root@maples-server:~# cat /etc/apache2/apache2.conf | grep -v "#" Mutex file:${APACHE_LOCK_DIR} default PidFile ${APACHE_PID_FILE} Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 5 User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP} HostnameLookups Off ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn IncludeOptional mods-enabled/*.load IncludeOptional mods-enabled/*.conf Include ports.conf <Directory /> Options FollowSymLinks AllowOverride None Require all denied </Directory> <Directory /usr/share> AllowOverride None Require all granted </Directory> <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> AccessFileName .htaccess <FilesMatch "^\.ht"> Require all denied </FilesMatch> LogFormat "v:p h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent IncludeOptional conf-enabled/*.conf IncludeOptional sites-enabled/*.conf
root@maples-server:~# cat /etc/apache2/sites-enabled/000-default <VirtualHost *:80> DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride All Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
root@maples-server:~# apachectl -S AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message VirtualHost configuration: ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/var/log/apache2/error.log" Mutex ssl-stapling: using_defaults Mutex proxy: using_defaults Mutex ssl-cache: using_defaults Mutex default: dir="/var/lock/apache2" mechanism=fcntl Mutex mpm-accept: using_defaults Mutex watchdog-callback: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG Define: ENABLE_USR_LIB_CGI_BIN User: name="www-data" id=33 Group: name="www-data" id=33
root@maples-server:~# cd /var/www/ root@maples-server:/var/www# rm -r html/ root@maples-server:/var/www# ln -s /var/www/ root@maples-server:/var/www# mv www html root@maples-server:/var/www# ls -l html lrwxrwxrwx 1 root root 9 Apr 28 22:36 html -> /var/www/
1 -Change location to the top-level directory of the source distribution.
/
# cd / root@- /# tar xzvf /home/normal/Downloads/mysql-connector-c-6.1.6-src.tar.gz root@- /# cd /mysql-connector-c-6.1.6-src/ root@- /mysql-connector-c-6.1.6-src# cmake -G "Unix Makefiles" root@- /mysql-connector-c-6.1.6-src# make root@- /mysql-connector-c-6.1.6-src# make install
ln -s /usr/local/mysql-5.6.25/include /usr/include
# gcc ctemp.c In file included from ctemp.c:2:0: /usr/include/mysql.h:57:27: fatal error: mysql_version.h: No such file or directory #include "mysql_version.h" ^
zzz@aaaa:/var/www/html/yyy/forums/styles/GlossyBlack/theme]$ sudo chgrp apache colours.css -v group of `colours.css' retained as apache zzz@aaaa:/var/www/html/yyy/forums/styles/GlossyBlack/theme]$ ls total 164 drwxr-xr-x 3 5645316 apache 4096 Mar 27 15:11 . drwxr-xr-x 6 5645316 apache 4096 Nov 18 2012 .. -rw-r--r-- 1 root apache 23480 Mar 27 19:05 colours.css
read dateStrNew dateStrOld < <(curl -k -q "$curl_call" | html2text | gawk '/Newest Sequence/ { new=$3" "$4 }/Oldest Sequence/ \ {old=$3" "$4}END {OFS=","; print new,old }') //new = date, old = date