4,461
edits
add bash > change to previous folder |
→Debian/Ubuntu-specific: add Fix (unreachable) prompt for encrypted home folder |
||
Line 268: | Line 268: | ||
= Debian/Ubuntu-specific = | = Debian/Ubuntu-specific = | ||
== Fix (unreachable) prompt for encrypted home folder == | |||
''Tested on Ubuntu 16.04 LTS'' | |||
I run <span class="package">byobu</span> with a home folder that is encrypted. When I reconnect with my live session the prompt returns with (unreachable) path<ref>http://askubuntu.com/questions/72229/unreachable-home-folder, Accessed on 7/14/2016</ref> This is due to the auto-unmount feature built into the encryption utility. You can force it not to auto-unmount by either deleting the flag file found under ~/.ecryptfs. | |||
<syntaxhighlight lang="bash" highlight="1"> | |||
$ mv ~/.ecryptfs/auto-umount ~/.ecryptfs/auto-umount.dist | |||
</syntaxhighlight> | |||
== Reconfigure console font == | == Reconfigure console font == | ||
Line 316: | Line 326: | ||
http://www.nixtutor.com/linux/changing-priority-on-linux-processes/ (accessed on July 22, 2012) | http://www.nixtutor.com/linux/changing-priority-on-linux-processes/ (accessed on July 22, 2012) | ||
<references/> | |||
= Byobu = | = Byobu = |