Tag Archives: howto

Mac OS X – Relocating the Home Directory Off the Boot Drive

Moving your home directory

Don’t email me for help. This is an advanced maneuver, you’re on your own!

Go into System Preferences => Accounts, and select the account you’d like to move; click the lock to unlock.

x
Users control panel in System Preferences

Choose Advanced Options… by right-clicking or control-clicking on the account you want to relocate:

x
Advanced options

Next, copy your home directory to the desired location, then change it using the Choose… button as shown below. Don’t mess with anything here unless you really know what you are doing.

x
Advanced options

Wrapup

Do not forget—

  1. After making these changes, immediately reboot, then REMOVE your original home directory to avoid confusion.
  2. Don’t forget to create another admin account that resides on the boot drive, so that you login if your regular account is on a volume that “goes away”.

I did forget the Advanced Option capability in the Account Preference Pane …

 

Having Flash installed can cut battery runtime…

Having Flash installed can cut battery runtime considerably???as much as 20 percent in our testing. With a handful of websites loaded in Safari, Flash-based ads kept the CPU running far more than seemed necessary, and the best time I recorded with Flash installed was just 4 hours. After deleting Flash, however, the MacBook Air ran for 6:02???with the exact same set of websites reloaded in Safari, and with static ads replacing the CPU-sucking Flash versions.

??? ArsTechnica

Just having Flash enabled cost 2 hours of battery life.

Time to kill Flash?
I’m doing my tests in that direction …

how to make a backup copy of Snow Leopard’s installation disks

* Insert Snow Leopard DVD.
* Launch Disk Utility
* Select DVD in left column
* Click New Image
* Name New Image ‘Snow Leopard Backup’ or whatever you choose.
* Click Save
* When finished, do not mount disk image.
* In Disk Utility, Select Burn
* Navigate to the Disk Image you created and select and click Burn

Note: You will need a Dual Layer DVD for this process.

solutions of a Gnome desktop showing the contents of home folder

After a quite painful restore procedure of my files for a Fedora 12 reinstallation (I needed to clean up better before backup) I found my (Gnome) desktop showing the content of my home folder.

A quick google-search and I’ve found the solution:

nano ~/.config/user-dirs.dirs 

Here you can modify various “line” and behaviours, the one we need the most is:

XDG_DESKTOP_DIR=”$HOME”

Cheers,

    kOoLiNuS

how to use users-admin remotely on Ubuntu

Lately I had the necessity to create an account and modify another one on an Ubuntu box at work. I’ve regularly logged on via a ssh -X shell and gave the command

sudo users-admin

resulting in a “blocked” window … I mean one on which I wasn’t able to unlock the command via an administrative password input.

After a little diggin’ on the web I found that the solution is in giving this command:

sudo ck-launch-session users-admin &

which will ask you the administrative password and make the commands on the appearing window

Ubuntu_users-admin