(1) To enable the hibernate:
$ sudo pmset -a hibernatemode 5
(2) To switch back (standby):
$ sudo pmset -a hibernatemode 0
Or for more detail of pmset command, read the manual (man pmset).
That's all :)
$ sudo pmset -a hibernatemode 5
$ sudo pmset -a hibernatemode 0
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
$ killall Finder
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
$ killall Finder
Windows could not start because the following file is missing or corrupt \windows\SYSTEM32\CONFIG\SYSTEM
export CLICOLOR=1
netbeans --locale en
netbeans_default_options="--locale en ..."
ilmerge /wildcards /out:$(TargetDir)my-final-app.exe $(TargetPath) $(TargetDir)*.dll
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]
"Text"="@shell32.dll,-30499"
"Type"="group"
"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,\
48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00,\
00
"HelpID"="shell.hlp#51131"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"
"CheckedValue"=dword:00000001
$ sudo /media/cdrom/VBoxLinuxAdditions-x86.run
Section "Device"Insert additional setting so that the section "Device" will look as follows:
Identifier "Configured Video Device"
...
EndSection
Section "Device"
Identifier "Configured Video Device"
...
Driver "vboxvideo"
EndSection
Section "Screen"Modify value of Device and Monitor, and insert some additional setting before EndSection so that the section will look similar with the following (I set resolution 1024x768 here):
Identifier "Default Screen"
Device "VirtualBox graphics card"
Monitor "Generic Monitor"
...
EndSection
Section "Screen"
Identifier "Default Screen"
Device "VirtualBox graphics card"
Monitor "Generic Monitor"
DefaultDepth 24
....
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
$class->addHeader('MIME-Version','1.0');
[2008/10/18 00:26:32, 0] smbd/service.c:make_connection_snum(911)
'/home/user1' does not exist or permission denied when connecting to [remote] Error was Permission denied
SELINUX=disabled
Internet Explorer cannot open the Internet site http://mail.google.com/mail/
Operation aborted
select * from ABCD where convert(FIELD1 ,'euc_jp','unicode') ilike '%keyword%';