Author: Xuan

22 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…
Convert MP4 files to MP3
Code #mp4_to_mp3.py import glob import moviepy.editor as mp res_paths = glob.glob ('*mp4') print(res_paths) def extract_audio(videos_file_path): my_clip = mp.VideoFileClip(videos_file_path) new_name =…
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>…
My Map
No abstract.
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…
Twitter
Tweets by xuan_liu99