[Ubuntu]Start and stop session faster through hibernation

Last update on November 11, 2009 07:58 AM by jak58
Published by jak58

[Ubuntu]Start and stop session faster through hibernation






Intro




A small tip that will make you save much time for starting or stopping your Ubuntu session: Instead of choosing "Stop", choose "hibernate".

Note that: The machine is physically turned off (drives will be stopped). But when you turn on, you should resume your previous session (applications and windows).

Advantages

  • You do not need to save your documents and close them before stopping the machine.
  • No need to close your system to restart.
  • You find your applications and windows in the exact state where you have left them.Your system will start faster.

Notes

  • The "hibernation mode" is very different from sleep mode. In standby mode, the computer is not really turned off, as the CPU and memory continue to consume electricity. The "hibernation mode" Ubuntu really turn off the computer.
  • The hibernation option of Ubuntu is available on all machines, even on laptops and desktop.
  • Network connections will be cut off. If you were being downloaded by Peer-to-peer (BitTorrent and others), the download will resume automatically once you start up your session.
  • In the case that you have a dual-boot with Windows. If you have something to do on Windows, choose "hibernate", restart on Windows and then switch back to Linux:

Precautions

  • Take the habit of saving your files before you hibernate, you never know what could happen.
  • Data from ongoing programs are stored on the swap partition. Therefore better allocate enough space for your swap file (at least 1 GB).
Best answers for « Start and stop session faster through hibernation » in :
[Ubuntu]Start and stop session faster through hibernation Show [Ubuntu]Start and stop session faster through hibernation Intro Advantages Notes Precautions Intro A small tip that will make you save much time for starting or stopping your Ubuntu session: Instead of choosing "Stop", choose...
Start/stop a service using command line Show Start/stop a service using command line The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line: To start a service: Net start name_of_service To stop a service:...
[Linux]Restarting the network interface using command lines Show[Linux]Restarting the network interface using command lines When setting up a network, specially if you need to verify that a DHCP server assigns IP addresses correctly, restarting the network interface using command lines rather than the...
VBA A simple second Timer ShowVBA A simple second Timer In VBA, there is Timer feature available,but you can create one very easily. In a module sheet: Private Sub Worksheet_SelectionChange(ByVal Target As Range) 'For example: Start / Stop the timer every...
Execute a script a startup and shutdown ShowExecute a script a startup and shutdown The trick works Windows XP, Vista and 7, but the method varies depending on your edition of Windows. For professional or full editions Start the policy editor of the local group: Start Menu> Run> Type...
TCP session hijacking ShowTCP session hijacking "TCP session hijacking" is a technique that involves intercepting a TCP session initiated between two machines in order to hijack it. In that the authentication check is performed only when opening the session, a pirate who...