Hard reset a Nokia E51
This will hard reset your phone (wiping all data). To do this, just enter the following sequence:
- *#7370#
The phone will confirm the master factory reset and then reboot. If it asks for a reset code, try 12345 or 1234
This will hard reset your phone (wiping all data). To do this, just enter the following sequence:
The phone will confirm the master factory reset and then reboot. If it asks for a reset code, try 12345 or 1234
Run the update command to refresh the repos: sudo apt update Pull any upgradeable packages: apt list --upgradable Install any outstanding updates: sudo apt upgrade -y Reboot server so its clean: sudo reboot Once the server is back up run the above again to catch any additional entries. Snapshot/backup
To create alias commands you need to edit this file: sudo nano ~/.bash_aliases Enter a command in the style of: alias new_name='old_command' For example: alias install='sudo apt-get install'
By default these limits are 50GB. To increase these to 100GB modify/create a GPO to set the following values: User Configuration-> Administrative Templates-> Microsoft Outlook -> Miscellaneous-> PST Settings The following 2 settings need to be modified: - Large PST: Absolute maximum size: 100000 -
Resize partition: sudo cfdisk Select the physical volume and resize and write before you exit. Extend PV physical volume: sudo pvresize /dev/sda3 Find the logical volume (LV Path): sudo lvdisplay Extend logical volume: lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv Get the name your LVM path: (e.g. /dev/