If you are using lftp to connect to a secure FTP (SFTP) server using SSL, you may sometimes get the following error during file transfers:
534 Protection level negotiation failed.
In this case, you need to add the following line to the bottom of your /etc/lftp.conf file
set ftp:ssl-protect-data
Now try connecting again and hopefully everything should work ok – it sorted my problems when I was trying to connect to the Leeds University SFTP servers using lftp on Ubuntu 9.10 (Karmic).
# proxychains.conf VER 2.0
#
# HTTP, SOCKS4, SOCKS5 tunneling proxifier.
#
# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise EINTR is returned to the app
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise EINTR is returned to the app
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see chain_len) from the list
# this option is good for scans
dynamic_chain
#strict_chain
#random_chain
# Make sense only if random_chain
chain_len = 2
# Quiet mode (no output)
#quiet_mode
# Write stats about good proxies to proxychains.stats
#write_stats
#Some timeouts in milliseconds
#
tcp_read_time_out 15000
tcp_connect_time_out 10000
[ProxyList]
# ProxyList format
# type host port [user pass]
# (values separated by 'tab' or 'blank')
#
#
# Examples:
#
# socks5 192.168.67.78 1080 lamer secret
# http 192.168.89.3 8080 justu hidden
# socks4 192.168.1.49 1080
# http 192.168.39.93 8080
#
#
# proxy types: http, socks4, socks5
# ( auth types supported: "basic"-http "user/pass"-socks )
#
#http 10.0.0.5 3128
socks5 127.0.0.1 9999
socks4 127.0.0.1 9050
[jonolumb@jonoxps .ssh]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/jonolumb/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/jonolumb/.ssh/id_rsa
Your public key has been saved in /home/jonolumb/.ssh/id_rsa.pub
The key fingerprint is:
h7:10:49:46:ab:2t:3b:a3:36:2z:15:56:d4:f2:b7:3d jonolumb@jonoxps
A new version of Gnome-Do was released today – 0.8.2. However, don’t be deceived by the small change in version number, this new release contains plenty of new features as well as squashing quite a few bugs along the way. Here is a brief summary of some of the changes I’m aware of.
Docky ‘Intellihide’ Feature
Previously when using Docky at the bottom of the screen, you had two options. You could either have the dock open permanently or you could enable the auto-hide feature. Having the dock there permanently certainly facilitates speedy opening of programs but in reality, it is hardly ideal – what with it getting in the way of all your windows and not allowing you to click on anything at the bottom of the screen. The autohide option is probably the way most people went – but this means that the dock is never visible until you drag the mouse pointer down to the bottom of the screen – which makes opening programs using the dock rather cumbersome.
This contradiction has now been resolved with a new feature called ‘intellihide’. If selected, the dock will automatically hide itself when there are full screen programs open on the desktop or when windows are too near the bottom of the screen. However, Docky can still be accessed at all times by dragging the mouse down to the bottom of the desktop. If no programs are open on the desktop and nothing is blocking the bottom of the screen, Docky will pop back up again and stay at the bottom of your screen allowing you fast, easy access to your most used programs when you need them.
Docky Top and Bottom Orientation
Whilst previously Docky could only be placed at the bottom of your screen, you can now have your favourite dock floating around at the top of your screen now – giving you even more possibilities for desktop customisation.
Improved Flickr Uploading
The Flickr upload plugin now provides more feedback on upload progress. Unlike previously where there would simply be a Gnome-Do icon displayed in the system tray, the Flickr uploader now has it’s own window and tells you when the upload has completed successfully.
Better UI and Graphics Perfomance
Your mileage may vary depending on what hardware and drivers you are using but I have noticed that the dock animations seem much smoother than before. Furthermore, there are some lovely coloured lighting effects on dock icons for the application which is active in the current window. You can now also change the zoom and icon size settings with sliders rather than dragging “handles” on the dock itself.
Docklets
I’ve tried installing this feature with:
sudo apt-get install gnome-do-docklets
But it says that it can’t find this package or something along those lines. It sounds like an exciting feature but I’ll have to wait until I can get it working before I can provide more details. All I can find at the moment is information about a nifty looking Weather Docklet which is documented on the Do Wiki.
Apart from the things I mentioned above, there are now a lot of new plugins available for Gnome-Do and localisation is better than before – with most of the program and some plugins now available in other languages. There are probably plenty of other things that have so far gone unnoticed so please leave me a message in the comments if I missed anything important.