Category: General
Windows 11 disable CPU Parking
If like me you want all cores available at all times, especially on a 13900HX and seeing parked on 25+ logical processors is annoying. Also every now and then when running multiple apps and bouncing around some heavy users like Adobe PS and Premier, I notice this ever so slight hang, milliseconds but it is […]
Best opensource tools
Metamorphose – mass file renamer https://sourceforge.net/projects/file-folder-ren/ Crontab Guru – excellent online tool, just helps create cronjob formats easily ad explained in plain english. https://crontab.guru/
Mysql not creating PID file
ls /var/run/mysqld/ – should show below If not sudo service mysql stop sudo service mysql start Oddly the following has happened to me, I do not know why and am not really phased. Do not be in the folder /var/run/mysqld when doing the restart this for what ever reason has ended with none of the […]
Laptop Ubuntu install freezing discreet Nvidia
In addition to nouveau-modeset=0, you can use nvidia.modeset=0 for a pure Intel HD 530 graphics environment which is many times easier to use than nVidia. Many users find less screen-tearing and crisper fonts with Intel. Additionally there is less power drain and heat. After installation and successful booting into Ubuntu you can type into the terminal: or: Then […]
Fav sites list
Time Wasters Aviation Stuff News Tech News Security Best Tools
MCxxxx
Instruction Operands Each type of instruction requires a fixed number of operands. If an instruction has any associated operands, they must appear following the instruction name, separated by spaces. For the benefit of development productivity, the MCxxxx programming system does not require the use of redundant punctuation to separate instruction operands. Instruction operands are described […]
Block xmlrpc.php globally in Apache 2.4 with exceptions for specific sites
This snippet for Apache 2.4 forbids access to xmlrpc.php by default and then adds exceptions for specific sites. The sites that get an exception are specified using the Directory directive. Add this to “/etc/apache2/apache2.conf”
Connecting Moodle to Office365 outgoing email
You need an SMTP plugin now. Easy WP SMTP is good After installing Easy WP SMTP – Settings / Easy WP SMTP 1st TAB SMTP Settings Put from and reply to as same unless reply to is supposed to be different, do not leave it blank SMTPĀ hosts = smtp.office365.com:587 Security = TLS SMTP Authentication = […]
- 1 of 2
- <span aria-current="page" class="page-numbers current">1</span>
- <a class="page-numbers" href="https://kidds.co.za/index.php/category/general/page/2/">2</a>
- <a class="next page-numbers" href="https://kidds.co.za/index.php/category/general/page/2/">Next »</a>