https://techgenix.com/turn-off-windows-10-updates/#:~:text=Navigate%20to%20Computer%20Configuration%20%3E%20Administrative,option%20and%20click%20%E2%80%9COK.%E2%80%9D
kufaiz's archive
Monday 17 January 2022
Monday 30 August 2021
iPerf3 - Test Network Bandwidth
On the server: iperf3 –s
On the client: iperf3.exe -c 192.168.1.200
http://woshub.com/testing-network-bandwidth-using-iperf/
Saturday 20 March 2021
DDWRT Ralink Based Router Asus RT-N10+ Client Bridge
Client Bridge Mode is not available on RT-N10+ C1 router.
Workaround: Setup the router as Repeater Bridge. However, the SSID will be rebroadcast. No disable the new ssid, go to Administrator > Command. Save this command as startup:
ifconfig ra0 down
ifconfig apcli0 down
rmmod rt2860v2_ap
# correct region and country code info
perl -i -pe 's{(CountryRegion=)\s*\d+}{${1}0};s{(CountryCode=).*$}{${1}US};' /tmp/RT2860.dat
insmod rt2860v2_ap
ifconfig ra0 0.0.0.0 up
ifconfig apcli0 0.0.0.0 up
brctl addif br0 apcli0
sleep 1
ifconfig ra0 down #disable wireless AP connections!
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=714149
Friday 5 March 2021
Create Dummy File Windows 10 & Shredder8
cmd into c:/windows/system32
fsutil file createnew c:/dummyfile.txt 1048000000
Shredder8 from Microsoft Store
Thursday 5 July 2018
Undelete Partition
Easeus Partition Recovery 8.5
-undelete deleted partition without having to save or backup data. The partition will be completely restored and the data will be available on the original disk.
-undelete deleted partition without having to save or backup data. The partition will be completely restored and the data will be available on the original disk.
Wednesday 13 July 2016
Thursday 16 October 2014
Latex
Bold Figure 1 or Table 1 : Figure x.x bold with \usepackage[labelfont=bf]{caption}
Figure label insted of Fig. : \renewcommand{\figurename}{Figure}
Subscribe to:
Posts (Atom)