meta data for this page
  •  
PDO SQLite support missing in this PHP install - The sqlite plugin will not work

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:start [2013/08/07 20:36] michaelurspringerubuntu: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://technologyflirt.blogspot.de/2013/02/how-to-save-ssh-password-in-remmina.html http://technologyflirt.blogspot.de/2013/02/how-to-save-ssh-password-in-remmina.html
 +
 +=== Mount SMB shares and hide password ===
 +http://www.thatsquality.com/articles/mounting-windows-smb-file-shares-using-cifs
 +
 +=== iPad Charge (like Asus UI) ===
 +https://github.com/mkorenkov/ipad_charge/wiki
 +(Theory: http://ubuntuforums.org/archive/index.php/t-1504845.html)
 +
 +=== Getting Midnight Commander (mc) to list files in zip archives ===
 +The solution is simple: edit the file /usr/share/mc/extfs/uzip search for the following line:
 +
 +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.
 +