PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu:start [2013/08/07 20:36] – michaelurspringer | ubuntu:start [2014/10/11 22:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 61: | Line 61: | ||
| === Save SSH Passwords in Keyring === | === Save SSH Passwords in Keyring === | ||
| http:// | http:// | ||
| + | |||
| + | === Mount SMB shares and hide password === | ||
| + | http:// | ||
| + | |||
| + | === iPad Charge (like Asus UI) === | ||
| + | https:// | ||
| + | (Theory: http:// | ||
| + | |||
| + | === Getting Midnight Commander (mc) to list files in zip archives === | ||
| + | The solution is simple: edit the file / | ||
| + | |||
| + | my $op_has_zipinfo = 0; | ||
| + | and change it to | ||
| + | my $op_has_zipinfo = 1; | ||
| + | And that's it. You might need to restart Midnight Commander, but browsing zip archives should be working now. | ||
| + | |||