Category: Tech

8 Posts

Change the listening port for Remote Desktop on your computer
$portvalue = 3390 Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "PortNumber" -Value $portvalue New-NetFirewallRule -DisplayName 'RDPPORTLatest-TCP-In' -Profile 'Any' -Direction Inbound -Action Allow…
Progress Bar
Add progress bar to your widget. Example Code <div class="textwidget custom-html-widget"><div class="progress-wrapper" style="padding:0;"> <div class="progress-info"> <div class="progress-label"> <span id="yearprogress_yearname"></span> </div>…
Social Media
ICON: https://www.iconfont.cn/collections/detail?spm=a313x.7781069.0.da5a778a4&cid=18741 Widget: Image widget
Effect of Click
Put below code to the footer <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript"> var a_idx = 0; jQuery(document).ready(function($) { $("body").click(function(e) { var a…
Discrete Modeling Optimization
Foreword The purpose of this article is to prepare for the discrete modeling exam no. 23. Although the questions are…