Difference between revisions of "Random Tips"
(Created page with "This page will list random things and solutions for unique problems. Introduction We all have our favourite or useful tips to share. Please list yours here. Restore DELET...") |
|||
Line 27: | Line 27: | ||
Here are some examples of when to use Samba and when to use NFS: | Here are some examples of when to use Samba and when to use NFS: | ||
− | + | <pre> | |
Server O/S Client O/S Use Samba or NFS? | Server O/S Client O/S Use Samba or NFS? | ||
---------- ---------- ----------------- | ---------- ---------- ----------------- | ||
Line 35: | Line 35: | ||
Linux Windows Samba | Linux Windows Samba | ||
Windows Windows Samba | Windows Windows Samba | ||
+ | </pre> | ||
− | + | [[category:HowTo]] | |
− | [[ |
Revision as of 00:34, 17 April 2018
This page will list random things and solutions for unique problems.
Introduction
We all have our favourite or useful tips to share. Please list yours here.
Restore DELETE option to Dolphin Right Click menu
By default KDE 4.8.3 shows only Move to trash in its Right Click menu. If you want it to show "Delete" too, then :
Dolphin Menu > Settings > Configure Dolphin > General > Context Menu > Tick on Show 'Delete' command.
Old style file operations progress indicator
Newer versions of KDE beyond 4.x.x series use the system tray for notification. This applies to file operations as well. However if you wish to have the old style of pop-up notifications, please follow this method :
Right-Click on the System Tray Notifications icon. Select Notification Settings. Uncheck File transfers and other jobs checkbox. REBOOT.
When to NFS or Samba
Here are some examples of when to use Samba and when to use NFS:
Server O/S Client O/S Use Samba or NFS? ---------- ---------- ----------------- Linux Linux NFS Windows Linux Samba Linux Windows Samba Windows Windows Samba