sh iseng bikin安装程序untuk 3 halaman html / mini site note instalasi ini work di debian deriv apache2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh iseng bikin安装程序untuk 3 halaman html / mini site note instalasi ini work di debian deriv apache2相关的知识,希望对你有一定的参考价值。
#!/bin/bash
echo "script by the J0k3r si tamvan yang menggairahkan :v"
cd /var/www/html
sudo mkdir px && sudo chmod 777 px* && cd px
cat << 'Screw_you_Foo' | sudo -u root tee -a /var/www/html/px/index.html
<html>
<title>home</title>
<h1>index</h1><br>
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "contact.html">Contact</a><br>
<body>
home
</body>
<footer>Nama Site Anda</footer>
</html>.
Screw_you_Foo
cat << 'Screw_you_Foo' | sudo -u root tee -a /var/www/html/px/about.html
<html>
<title>about</title>
<h1>index</h1><br>
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "contact.html">Contact</a><br>
<body>
about
</body>
<footer>Nama Site Anda</footer>
</html>.
Screw_you_Foo
cat << 'Screw_you_Foo' | sudo -u root tee -a /var/www/html/px/contact.html
<html>
<title>index</title>
<h1>contact</h1><br>
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "contact.html">Contact</a><br>
<body>
nomer hp<br>
</body>
<footer>Nama Site Anda</footer>
</html>.
Screw_you_Foo
以上是关于sh iseng bikin安装程序untuk 3 halaman html / mini site note instalasi ini work di debian deriv apache2的主要内容,如果未能解决你的问题,请参考以下文章