This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v "ShowSecondsInSystemClock" /t reg_dword /d 1 /f >nul 2>nul1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rainmeter] | |
Update=500 | |
DynamicWindowSize=1 | |
[Metadata] | |
Name= Personal - Network | |
Author=Phoenix616 | |
Version=1.0 | |
License=CC-BY-NC-SA 3.0 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local-zone: "0.0.0.0" refuse | |
local-zone: "000free.us" refuse | |
local-zone: "000owamail0.000webhostapp.com" refuse | |
local-zone: "005.free-counter.co.uk" refuse | |
local-zone: "006.free-counter.co.uk" refuse | |
local-zone: "006.freecounters.co.uk" refuse | |
local-zone: "007angels.com" refuse | |
local-zone: "007.free-counter.co.uk" refuse | |
local-zone: "008.free-counter.co.uk" refuse | |
local-zone: "008.free-counters.co.uk" refuse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="contact" name="contact" method="post"> | |
<fieldset> | |
<label for="name" id="name">Name<span class="required">*</span></label> | |
<input type="text" name="name" id="name" size="30" value="" required/> | |
<label for="email" id="email">Email<span class="required">*</span></label> | |
<input type="text" name="email" id="email" size="30" value="" required/> | |
<label for="phone" id="phone">Phone</label> | |
<input type="text" name="phone" id="phone" size="30" value="" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="panel"> | |
<span style="display: inline-block; vertical-align: middle; height:100vh;"></span> | |
<span style="display: inline-block; vertical-align: middle; "> | |
<p class="title">Weshule Educational Services</p> | |
<p class="sub-title"><a href="http://webshule.com" target="_blank">The N-Line Project</a></p> | |
</div> | |
<i class="ion-chevron-down">scroll down</i> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Steps taken to install Big Blue Button in CentOS 6 | |
# we'll work mostly from the /tmp/ directory: | |
cd /tmp | |
# install MySQL server | |
yum install -y mysql-server | |
service mysqld start | |
chkconfig mysqld on |