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.
| Next revision | Previous revision | ||
| ubuntu:start [2009/11/04 17:54] – external edit 127.0.0.1 | ubuntu:start [2014/10/11 22:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| See [[http:// | See [[http:// | ||
| + | === Remove Old Kernels in Ubuntu === | ||
| + | See [[http:// | ||
| + | === Interessante Links === | ||
| + | Interessante Infos: http:// | ||
| + | |||
| + | === Dropbox install & autostart === | ||
| + | Dropbox COmmand Line Interafce: | ||
| + | http:// | ||
| + | Starten: | ||
| + | dropbox start | ||
| + | Besseres Startup-Skript über init.d: http:// | ||
| + | |||
| + | === Mount Boxcryptor drive === | ||
| + | Interactive: | ||
| + | Command Line: http:// | ||
| + | dafür Password in Gnome-Keyring speichern: http:// | ||
| + | |||
| + | === Save SSH Passwords in Keyring === | ||
| + | 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. | ||