-
-
Recent Posts
- NTFS exFAT and FAT32
- Use symbolic links to sync folders outside of the Dropbox folder
- Use GPO to Push Local Administrators
- Permanently disable Firefox new tab features
- Make a bootable USB drive for Windows 7 installaton
- Common Linux Commands
- Use GPO to Force Wireless Networks
- Password Recovery On a Cisco 2950 Switch
- Set A Custom Wallpaper for your Login Screen in Windows 7
- Password Recovery for Windows
- Increase Max PHP Upload size
- HTML Escape Characters
- A Quick Look At Linux
- A Quick Look at DHCP
- Setup Moodle on Ubuntu Tutorial
- Setup Moodle on Ubuntu Tutorial
- Delete all tables with the same prefex from a MySQL Database
Author Archives: Matt
Increase Max PHP Upload size
It is often necessary to increase the upload size for PHP scripts. I find I have to do this with every Moodle installation but there are many reasons for increasing the upload size. Maybe you wrote your own PHP scripts … Continue reading
Posted in Computers & Technology, Uncategorized
Comments Off on Increase Max PHP Upload size
HTML Escape Characters
I never uses these enough to remember them so I though I would write them down for easy access and hopes that someone else might find it useful. @ at sign @ ` back apostrophe ` ¦ broken vertical bar … Continue reading
Posted in Computers & Technology
Comments Off on HTML Escape Characters
A Quick Look At Linux
Linux is a UNIX like system created by Linus Torvalds in 1991, is one of the first true open source operating systems. An operating system is software that controls access to hardware, software and other resources on a computer. Much … Continue reading
Posted in Computers & Technology
Comments Off on A Quick Look At Linux
A Quick Look at DHCP
This is a quick overview of how DHCP works DHCP is a service that assigns IP address to client computers. Even DHCP sends packets using the transport layer it is considered an application layer protocol because the data is actually … Continue reading
Posted in Computers & Technology, Uncategorized
Comments Off on A Quick Look at DHCP
Setup Moodle on Ubuntu Tutorial
I have done several Moodle installs on RedHat, CentOS, and Ubuntu Server. By far I like Ubuntu the most. Ubuntu Server is simple to setup and use, plus it is a much lighter weight server then the others and boots … Continue reading
Posted in Computers & Technology, Uncategorized
Comments Off on Setup Moodle on Ubuntu Tutorial
Setup Moodle on Ubuntu Tutorial
I have done several Moodle installs on RedHat, CentOS, and Ubuntu Server. By far I like Ubuntu the most. Ubuntu Server is simple to setup and use, plus it is a much lighter weight server then the others and boots … Continue reading
Posted in Computers & Technology
Comments Off on Setup Moodle on Ubuntu Tutorial
Delete all tables with the same prefex from a MySQL Database
There have been times when I need to drop many tables in a MySQL database. Usually the table names start with similar names. Of example if had a Moodle installation you may have 200 table names starting with moodle_ or … Continue reading
Posted in Computers & Technology, Uncategorized
Comments Off on Delete all tables with the same prefex from a MySQL Database