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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This page will list random things and solutions for unique problems. | This page will list random things and solutions for unique problems. | ||
− | + | === Introduction === | |
− | Introduction | ||
We all have our favourite or useful tips to share. Please list yours here. | 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 : | |
− | |||
− | 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 | + | === 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 : | 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.<br> | |
− | + | * Select '''Notification Settingd'''.<br> | |
− | + | * Uncheck '''File transfers and other jobs''' checkbox.<br> | |
− | + | * REBOOT. | |
− | |||
− | When to NFS or Samba | + | === When to NFS or Samba === |
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 31: | ||
Linux Windows Samba | Linux Windows Samba | ||
Windows Windows Samba | Windows Windows Samba | ||
+ | </pre> | ||
− | + | [[category:HowTo]] | |
− | [[ |
Latest revision as of 00:39, 17 April 2018
This page will list random things and solutions for unique problems.
Contents
Introduction
We all have our favourite or useful tips to share. Please list yours here.
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 Settingd.
- 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