How to copy PuTTY sessions from old HD or crashed computer
How to copy PuTTY sessions from old HD or crashed computer
You can use some registry reading tool.
MiTeC Windows Registry Recovery 1.6.1
Run MiTec Windows Registry Recovery
- Go to File -> Open.
- Locate registry file of your account. It is typically located in
C:\Users\username\ntuser.dat(orC:\Documents and Settings\username\ntuser.datin Windows XP and older). This file is usually hidden and system. - Go to Explore > Raw Data.
- Locate key
Software/SimonTatham/PuTTY/Sessions. - Go to File > Export to REGEDIT4 format.
- On Export to REGEDIT4 dialog, select
HKEY_CURRENT_USERand check both Only selected key and Cut off root key name. - Save export to file of your choice.
- Validate the entries in the key - Check and delete the root entry - example -
REGEDIT4
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham]
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham\PuTTY]
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham\PuTTY\Jumplist]
- Import the registry export by opening it double-click on file .reg.
Finding the paths of Total Commander config files
Finding the paths of Total Commander config files
- Path of main config file (its default name is wincmd.ini) - %APPDATA%\GHISLER\wincmd.ini .
- Path of FTP config file (its default name is wcx_ftp.ini) - %APPDATA%\GHISLER\wcx_ftp.ini.
Information about the path location in the registry
registry key value:
HKEY_LOCAL_MACHINE\Software\Ghisler\Total Commander\InstallDir
AH01630: client denied by server configuration
AH01630: client denied by server configuration - /usr/share/phpMyAdmin
AH01630: client denied by server configuration - /usr/share/roundcubemail
for Apache 2.4 add in /etc/httpd/conf.d/phpMyAdmin.conf
change
Require local to Require all granted
example
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
for Apache 2.4 add in /etc/httpd/conf.d/roundcubeMail
add Require all granted
example
<Directory /usr/share/roundcubemail/
Options none
AllowOverride Limit
Require all granted
</Directory>
------
Change your authorization configuration:
<Directory /usr/share/roundcube>
#...
Order allow,deny
Allow from all
</Directory>
...to the Apache 2.4 version of the same.
<Directory /usr/share/roundcube>
>
#...
Require all granted
</Directory>
Update joomla from 3.6 to 3.7.x
How update joomla from 3.6 to 3.7.x
No plugin installation has been enabled. At least one must be enabled to use the installer. Go to the Plugin Manager to enable the plugins.
If you are seeing this error and went to Joomla "Plugin Manager" and see no plugin there then how should you fix it:
1. First login to your Joomla Administrator.
2. Go to "Extensions-> Manage-> Discover"
3. Select the installation plugins and click install.
4. then go back to "Plugin Manager (Extensions-> Plugin)
5. enable the installation plugins.



