In Feburary 2016 28,
Access PHP Config. Log in to your cPanel account and scroll down to “Software and Services.” Next, click “PHP Configuration.”
Install the php.ini file. Once you are on this screen, click the button that says “Install PHP.INI Master File.”
Access the php.ini file. Go back to the cPanel main screen. Click “File Manager” and then “Webroot.” Find the file that says “php.ini” and select “Edit.”
Change the maximum file size. Once the configuration file opens, find the line that says “upload_max_filesize=” and change the file size to 300M. Also change the line that says “post_max_size=” to 300M.
Increase the time allowed. Find the lines that say “max_execution_time =30” and “max_input_time =60” and change them both to 120. This allows for the server to allow 120 seconds to execute, or load, scripts and parse data. This may be necessary if you are uploading large files.
Save the changes. Click the button that says “Save Changes.”
Test the settings. Log in to WordPress and try to upload a file that is greater than 2 MB but less than 100 MB. If you still receive an error message, contact your Web host.
In Feburary 2016 28,
Showing posts with label Configuration. Show all posts
Showing posts with label Configuration. Show all posts
Sunday, 28 February 2016
Monday, 22 February 2016
How to Activate AHCI Mode on an Asus P5N7AIn Feburary 2016 22,
In Feburary 2016 22,
Turn on or reboot the computer. Press 'Del' on the boot screen to go to the BIOS setup.
Use the arrow pad to select the 'Main' tab. Go to 'Storage Configuration' and press 'Enter.' Scroll down to 'SATA Mode Select.'
Press 'Enter' to view the options. Select 'AHCI Mode,' and then press 'Enter,' to run the SATA drive in AHCI mode on the ASUS P5N7A-VM.
Press 'Esc' to return to the 'Main' menu. Use the arrow pad to go to the 'Exit' tab.
Scroll down to 'Exit & Save Changes.' Press 'Enter.' Select 'OK,' then press 'Enter' again to save your changes and activate AHCI mode on the ASUS P5N7A-VM.
In Feburary 2016 22,
Turn on or reboot the computer. Press 'Del' on the boot screen to go to the BIOS setup.
Use the arrow pad to select the 'Main' tab. Go to 'Storage Configuration' and press 'Enter.' Scroll down to 'SATA Mode Select.'
Press 'Enter' to view the options. Select 'AHCI Mode,' and then press 'Enter,' to run the SATA drive in AHCI mode on the ASUS P5N7A-VM.
Press 'Esc' to return to the 'Main' menu. Use the arrow pad to go to the 'Exit' tab.
Scroll down to 'Exit & Save Changes.' Press 'Enter.' Select 'OK,' then press 'Enter' again to save your changes and activate AHCI mode on the ASUS P5N7A-VM.
In Feburary 2016 22,
Thursday, 18 February 2016
How to Run a Client Server in NetBeansIn Feburary 2016 18,
In Feburary 2016 18,
Click the 'Start' button and 'All Programs' to expand the Windows application menu. Click the 'NetBeans' folder, then the 'NetBeans' application icon. This will launch NetBeans in a new window.
Right-click the 'EJB' project module and select 'New,' then 'Session Bean.' The NetBeans project configuration screen displays on screen.
Type 'MySession' in the 'EJB Name' box.
Type 'ejb' in the 'Package:' drop-down menu.
Click the 'Stateless' radio button under 'Session Type:.'
Click the 'Remote in project' check box under 'Create Interface:.' Select the 'EJBRemoteInterface' project from the drop-down list and then click the 'Finish' button.
Right-click the 'EntAppClient' enterprise application project and choose 'Run' from the drop-down menu. NetBeans builds the project that contains your application and runs it on a client server.
In Feburary 2016 18,
Click the 'Start' button and 'All Programs' to expand the Windows application menu. Click the 'NetBeans' folder, then the 'NetBeans' application icon. This will launch NetBeans in a new window.
Right-click the 'EJB' project module and select 'New,' then 'Session Bean.' The NetBeans project configuration screen displays on screen.
Type 'MySession' in the 'EJB Name' box.
Type 'ejb' in the 'Package:' drop-down menu.
Click the 'Stateless' radio button under 'Session Type:.'
Click the 'Remote in project' check box under 'Create Interface:.' Select the 'EJBRemoteInterface' project from the drop-down list and then click the 'Finish' button.
Right-click the 'EntAppClient' enterprise application project and choose 'Run' from the drop-down menu. NetBeans builds the project that contains your application and runs it on a client server.
In Feburary 2016 18,
How to Create Your Own Call of Duty 1 ServerIn Feburary 2016 18,
In Feburary 2016 18,
Update your version of 'Call of Duty' by visiting the official product website and downloading the patch updates.
Download and install FireDaemon. This software will configure and run your desktop computer as a dedicated server. Use the default installation settings to set up this software.
Create a new file in Windows Notepad and name it 'serversetup.cfg'. This is your configuration file that you will use later with the FireDaemon tool. Input the following information into this file:set sv_mapRotation 'gametype sd map mp_brecourt
gametype re map mp_carentan
gametype tdm map mp_depot
gametype dm map mp_harbor
gametype sd map mp_hurtgen
gametype bel map mp_railyard
gametype tdm map mp_rocket'Save the file and place it in your Call of Duty's 'Main' folder. (C:\Program Files\Call of Duty\Main)
Setup the Server with FireDaemon
Run FireDaemon. Type 'Ctrl + N' to create a new Service Definition. A new dialog box will pop up titled 'New Service Definition'.
Under the 'Program' tab, input the following information:Short Name: CoD
Display Name: CallofDuty
Description: Call of Duty Server
Executable: C:\Program Files\Call of Duty\CoDMP.exe
Working Directory: C:\Program Files\Call of Duty
Parameters: +set dedicated 2 +exec serversetup.cfg +map_rotate
Start-up Time: 3000ms
Under the 'Settings' tab, check the box titled 'Interact with Desktop'. This will allow you to observe the status of your server on the desktop of your computer.
Click the 'Install' button. The server console for 'Call of Duty' titled 'CoD Console' will run, indicating that your server is now up and running. Click on the 'Quit' button if you wish to end your server.
In Feburary 2016 18,
Update your version of 'Call of Duty' by visiting the official product website and downloading the patch updates.
Download and install FireDaemon. This software will configure and run your desktop computer as a dedicated server. Use the default installation settings to set up this software.
Create a new file in Windows Notepad and name it 'serversetup.cfg'. This is your configuration file that you will use later with the FireDaemon tool. Input the following information into this file:set sv_mapRotation 'gametype sd map mp_brecourt
gametype re map mp_carentan
gametype tdm map mp_depot
gametype dm map mp_harbor
gametype sd map mp_hurtgen
gametype bel map mp_railyard
gametype tdm map mp_rocket'Save the file and place it in your Call of Duty's 'Main' folder. (C:\Program Files\Call of Duty\Main)
Setup the Server with FireDaemon
Run FireDaemon. Type 'Ctrl + N' to create a new Service Definition. A new dialog box will pop up titled 'New Service Definition'.
Under the 'Program' tab, input the following information:Short Name: CoD
Display Name: CallofDuty
Description: Call of Duty Server
Executable: C:\Program Files\Call of Duty\CoDMP.exe
Working Directory: C:\Program Files\Call of Duty
Parameters: +set dedicated 2 +exec serversetup.cfg +map_rotate
Start-up Time: 3000ms
Under the 'Settings' tab, check the box titled 'Interact with Desktop'. This will allow you to observe the status of your server on the desktop of your computer.
Click the 'Install' button. The server console for 'Call of Duty' titled 'CoD Console' will run, indicating that your server is now up and running. Click on the 'Quit' button if you wish to end your server.
In Feburary 2016 18,
Labels:
cfg,
Configuration,
Create,
file,
gametype,
information,
Input,
sv_mapRotation,
tool,
Windows
Tuesday, 16 February 2016
How to Change the Text Editor in Joomla!In Feburary 2016 16,
In Feburary 2016 16,
Enter the URL for the administrator login page into your browser address bar. Enter your name and password into the fields and press 'Enter.' The Joomla! administrator template will load.
Click on the 'Global Configuration' icon in the control panel displayed immediately after login. The fourth option shown in the site settings is the default WYSIWYG editor. Select a different editor from the drop-down menu.
Click on the 'Save' option in the Global Configuration menu to save the changes.
Changing a User's Editor
Click on the 'User Manger' icon in the control panel, and allow the user manager to load. Click on the blue user name of the user you wish to change the editor for. The form for editing the user's details will load.
Select the editor to enable for the user from the drop-down editor menu in the parameters section of the User Details form.
Click on the 'Save' icon in the Edit User Details menu on the right side of the screen. The user is now assigned to the editor you chose.
In Feburary 2016 16,
Enter the URL for the administrator login page into your browser address bar. Enter your name and password into the fields and press 'Enter.' The Joomla! administrator template will load.
Click on the 'Global Configuration' icon in the control panel displayed immediately after login. The fourth option shown in the site settings is the default WYSIWYG editor. Select a different editor from the drop-down menu.
Click on the 'Save' option in the Global Configuration menu to save the changes.
Changing a User's Editor
Click on the 'User Manger' icon in the control panel, and allow the user manager to load. Click on the blue user name of the user you wish to change the editor for. The form for editing the user's details will load.
Select the editor to enable for the user from the drop-down editor menu in the parameters section of the User Details form.
Click on the 'Save' icon in the Edit User Details menu on the right side of the screen. The user is now assigned to the editor you chose.
In Feburary 2016 16,
Tuesday, 9 February 2016
How to Add an Administrator Account to Cisco RoutersIn Feburary 2016 09,
In Feburary 2016 09,
Connect a computer to a Cisco router using a Cisco serial or universal serial bus (USB) data cable.
Log in to the Cisco router as the administrator.
Enter the privileged EXEC mode. Access this mode by typing 'enable' or 'en' at the 'Router>' prompt.
Access the global configuration mode. Type 'configure terminal' or 'config t' at the 'Router#' prompt.
Add an administrative user. Type the following command at the 'Router(config)#' prompt, and then press 'Enter' on your computer's keyboard: 'username
priv 15 password
'For example, you could type 'username jdoe priv 15 password johnnydoe22,' which would create a user name 'jdoe' with a password 'johnnydoe22.'
Exit to the privileged EXEC mode. Press 'CTRL Z' until you're back at the 'Router#' prompt.
Save your changes. Type 'copy running-config startup-config,' and press the 'Enter' key on your computer's keyboard.
In Feburary 2016 09,
Connect a computer to a Cisco router using a Cisco serial or universal serial bus (USB) data cable.
Log in to the Cisco router as the administrator.
Enter the privileged EXEC mode. Access this mode by typing 'enable' or 'en' at the 'Router>' prompt.
Access the global configuration mode. Type 'configure terminal' or 'config t' at the 'Router#' prompt.
Add an administrative user. Type the following command at the 'Router(config)#' prompt, and then press 'Enter' on your computer's keyboard: 'username
priv 15 password
'For example, you could type 'username jdoe priv 15 password johnnydoe22,' which would create a user name 'jdoe' with a password 'johnnydoe22.'
Exit to the privileged EXEC mode. Press 'CTRL Z' until you're back at the 'Router#' prompt.
Save your changes. Type 'copy running-config startup-config,' and press the 'Enter' key on your computer's keyboard.
In Feburary 2016 09,
Labels:
access,
Configuration,
enable,
Enter,
EXEC,
global,
mode,
privileged,
prompt,
typing
Tuesday, 2 February 2016
How to Add Subdomains in Go DaddyIn Feburary 2016 02,
In Feburary 2016 02,
Navigate to the GoDaddy Account Manager website and log in to your account (see Resources).
Click 'Web Hosting' below the Products area.
Click 'Launch' next to your hosting account.
Click 'Domain Management' in the Settings area on Windows and Linux Hosting Configuration 2.0. If you are using Linux Hosting Configuration 1.0, click 'Sub Domains' in the Settings area.
Click the domain name in the All Domains panel and then click 'Add Subdomain.'
Type the subdomain name that you want to create (for example, MyMusic) on Windows and Linux Hosting Configuration 2.0. To create more than one subdomain, type the subdomain names one-by-one, separating each domain name with a comma (for example, MyMusic, MySongs). If you are using Linux Hosting Configuration 1.0, type the subdomain name and then click 'Continue.'
Choose the folder where the subdomain content will be stored and then click 'OK' on Windows and Linux Hosting Configuration 2.0. On Linux Hosting Configuration 1.0, click 'Add.'
In Feburary 2016 02,
Navigate to the GoDaddy Account Manager website and log in to your account (see Resources).
Click 'Web Hosting' below the Products area.
Click 'Launch' next to your hosting account.
Click 'Domain Management' in the Settings area on Windows and Linux Hosting Configuration 2.0. If you are using Linux Hosting Configuration 1.0, click 'Sub Domains' in the Settings area.
Click the domain name in the All Domains panel and then click 'Add Subdomain.'
Type the subdomain name that you want to create (for example, MyMusic) on Windows and Linux Hosting Configuration 2.0. To create more than one subdomain, type the subdomain names one-by-one, separating each domain name with a comma (for example, MyMusic, MySongs). If you are using Linux Hosting Configuration 1.0, type the subdomain name and then click 'Continue.'
Choose the folder where the subdomain content will be stored and then click 'OK' on Windows and Linux Hosting Configuration 2.0. On Linux Hosting Configuration 1.0, click 'Add.'
In Feburary 2016 02,
Labels:
area,
Configuration,
Domain,
hosting,
Launch,
Linux,
Management,
Products,
Settings,
Windows
Subscribe to:
Posts (Atom)