- View pdf metadata for a file called Example.pdf:
pdfinfo Example.pdf
- Edit existing metadata in the terminal using nano editor:
pdftk Example.pdf dump_data output Metadata-output.txt nano Metadata-output.txt
- Update metadata:
pdftk Example.pdf update_info Metadata-output.txt output Example-new.pdf
Until now, I was trying to keep my Linux (and other related) notes on a static web page, and using other local software on my PC. Finally, I decided to create this blog to make easier for me the task of updating my notes from any place and to have quick access to them.
martes, 1 de diciembre de 2015
Update PDF metadata
From http://askubuntu.com/questions/401114/which-is-the-best-pdf-metadata-viewer-for-ubuntu
miércoles, 18 de noviembre de 2015
Problem: “WARNING: untrusted versions of the following packages will be installed!”
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update
Solution from: http://serverfault.com/questions/444798/debian-warning-untrusted-versions-of-the-following-packages-will-be-installe
martes, 17 de noviembre de 2015
Problems with bluetooth file transfer
"gdbus.error.org.bluez.obex.error.failed" "unable to find service record"
Try killing obexd
Try killing obexd
sábado, 12 de septiembre de 2015
viernes, 4 de septiembre de 2015
To install XCTU (Windows version) on Linux
This is a good tutorial about this.. https://github.com/TauLabs/TauLabs/wiki/Xbee-Programming-on-Linux
However, this is no longer needed because XBee has a Linux version now :D
Anyway, I post this because I think it could help to install other similar windows-based software which needs to connect with usb (serial) ports.
However, this is no longer needed because XBee has a Linux version now :D
Anyway, I post this because I think it could help to install other similar windows-based software which needs to connect with usb (serial) ports.
miércoles, 27 de mayo de 2015
Solution for the problem "skype: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory"
Source: http://askubuntu.com/questions/555902/problems-after-installing-skype-4-3
Execute:
LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype
viernes, 8 de mayo de 2015
Turn off or modify Cheese snapshot sound....
One solution is to modify the file /usr/share/sounds/freedesktop/stereo/camera-shutter.oga
Solution from: http://unix.stackexchange.com/questions/93368/how-can-i-disable-the-shutter-sound-of-gnome-screenshot
miércoles, 6 de mayo de 2015
martes, 3 de marzo de 2015
Setting bash as the default shell
Instructions in : http://www.cyberciti.biz/faq/howto-set-bash-as-your-default-shell/
1. Look for the path to bash with
which bash
2. Type:
sudo chsh -s output-path-from-previous-step username
Otherway to do that is to modify the /etc/passwd file.
1. Look for the path to bash with
which bash
2. Type:
sudo chsh -s output-path-from-previous-step username
Otherway to do that is to modify the /etc/passwd file.
Suscribirse a:
Entradas (Atom)