RobotGeorge1 / github-slideshow

A robot powered training repository :robot:
https://lab.github.com/githubtraining/introduction-to-github
MIT License
0 stars 0 forks source link

Commands Alpine ISH for IOS #4

Open RobotGeorge1 opened 1 year ago

RobotGeorge1 commented 1 year ago

Agradezco a @erickm131 por la ayuda.

RobotGeorge1 commented 1 year ago

Welcome to Alpine!

You can install packages with: apk add

You may change this message by editing /etc/motd.

iPhone-de-Jorge:~# cd var -ash: cd: can't cd to var: No such file or directory iPhone-de-Jorge:~# cd .. iPhone-de-Jorge:/# cd var iPhone-de-Jorge:/var# cd www iPhone-de-Jorge:/var/www# history 0 ssh 1 apk ssh 2 apk --help 3 apk upgrade 4 apk add openssh 5 ssh-keygen -A 6 Z4r473J0l 7 passd 8 passwd 9 echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config 10 /usr/sbin/sshd 11 apk add apache2 12 service apache2 start 13 rc-service apache2 start 14 cd usr 15 cd.. 16 ls 17 ls 18 cd bin 19 ls 20 ls -l 21 cd root 22 rc-status 23 httpd 24 ifconfig 25 cd var 26 apk update 27 ls 28 cd var 29 root 30 apk root 31 nano httpd.conf 32 vim httpd.conf 33 apk add nano 34 nano httpd.conf 35 cd .. 36 la 37 ls 38 cd etc 39 la

40 ls 41 cd apache2 42 nano httpd.conf 43 http 44 ls 45 cd.. 46 cd .. 47 cd var 48 cd www 49 cd localhost 50 cd htdocs 51 ls 52 rm index.html 53 wget 'http://ejemplo:ejemplo/get.php?username=ejemplo&password=ejemplo&type=m3u&output=mpegts' -O ejemplo.mp4 54 ls 55 chmod 775 ejemplo.mp4 56 ls -l 57 httpd 58 exit 59 httpd 60 exit 61 httpd 62 exit 63 history 64 chmod 775 ejemplo.mp4 65 cd var 66 cd .. 67 cd var 68 cd www 69 cd localhost 70 cd htdocs 71 ls

72 chmod 775 ejemplo.mp4 73 ls -l 74 exit 75 httpd 76 exit 77 httpd 78 exit 79 httpd 80 cd var 81 cd .. 82 cd var 83 cd www 84 cd localhost 85 cd htdocs 86 ls 87 ls -l 88 httpd 89 exit 90 httpd 91 history 92 apk upgrade 93 apk update 94 httpd 95 exit 96 httpd 97 exit 98 httpd 99 exit 100 cd var 101 cd .. 102 cd var 103 cd www 104 history iPhone-de-Jorge:/var/www# cd localhost iPhone-de-Jorge:/var/www/localhost# dc htdocs dc: input error: Is a directory iPhone-de-Jorge:/var/www/localhost# cd htdocs iPhone-de-Jorge:/var/www/localhost/htdocs# ls lista.m3u iPhone-de-Jorge:/var/www/localhost/htdocs# ls

ejemplo.mp4 iPhone-de-Jorge:/var/www/localhost/htdocs# ls -l total 14828 -rwxrwxr-x 1 root root 15182805 Jun 8 23:08 ejemplo.mp4 iPhone-de-Jorge:/var/www/localhost/htdocs# cd .. iPhone-de-Jorge:/var/www/localhost# cd ..

iPhone-de-Jorge:/var/www/localhost/htdocs# cd .. iPhone-de-Jorge:/var/www/localhost# cd .. iPhone-de-Jorge:/var/www# cd .. iPhone-de-Jorge:/var# cd .. iPhone-de-Jorge:/# ls bin home media proc sbin tmp dev ish mnt root srv usr etc lib opt run sys var iPhone-de-Jorge:/# help Built-in commands:

    . : [ [[ alias bg break cd chdir command continue echo eval exec
    exit export false fg getopts hash help history jobs kill let
    local printf pwd read readonly return set shift source test times
    trap true type ulimit umask unalias unset wait

iPhone-de-Jorge:/# command help Built-in commands:

    . : [ [[ alias bg break cd chdir command continue echo eval exec
    exit export false fg getopts hash help history jobs kill let
    local printf pwd read readonly return set shift source test times
    trap true type ulimit umask unalias un

iPhone-de-Jorge:/# mk notas -ash: mk: not found iPhone-de-Jorge:/# mkdir notas iPhone-de-Jorge:/# ls bin home media opt run sys var dev ish mnt proc sbin tmp etc lib notas root srv usr iPhone-de-Jorge:/# cd notas iPhone-de-Jorge:/notas# mk datos.txt -ash: mk: not found