ftp-upload -h {HOST} -u {USERNAME} --password {PASSWORD} -d {SERVER_DIRECTORY} {FILE_TO_UPLOAD}
ftp-upload
. It's a neat little tool that you can install under ubuntu through sudo apt-get install ftp-upload
.ftp-upload
. It's a neat little tool that you can install under ubuntu through sudo apt-get install ftp-upload
.ftp-upload -h {HOST} -u {USERNAME} --password {PASSWORD} -d {SERVER_DIRECTORY} {FILE_TO_UPLOAD}
Install the readpst package.
sudo apt-get install pst-utils
Now create the directory where you will want the extract email files to be placed.
mkdir pst-export
Next execute the readpst command against a .pst file.
readpst -D -M -b -o pst -export archive.pst
UPDATE: Ian Major commented on a simpler solution. “Works great, after reviewing the options for readpst I changed the command line to be ‘readpst -M -b -e -o pst-export archive.pst’ which doesn’t import deleted messages, and outputs with the eml extension, which means the rename isn’t required.”
Otestovanie podpory videi: https://www.youtube.com/html5?hl=sk
Naposledy pre Opera: ln -sf /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so (run in opera install dir).
Naposledy mi slo pre Opera 55:
To add a "shred files" command to the nemo context memory:
[Nemo Action]
Active=true
Name=Shred selected
Comment=Overwrite and delete object
Exec=/usr/bin/shred -f -u -v -z -n 2 %F
Selection=any
Extensions=any
EscapeSpaces=true