A következő címkéjű bejegyzések mutatása: notice. Összes bejegyzés megjelenítése
A következő címkéjű bejegyzések mutatása: notice. Összes bejegyzés megjelenítése

2021. január 4.

Note: How to password-protect a PDF file on Ubuntu

This is a copy of this post for safe-keeping: 


In a terminal, type:

sudo apt-get install pdftk

Then, to add a password to a PDF file, type:

pdftk <input-file> output <output-file> user_pw <password>

Example:

pdftk input.pdf output output.pdf user_pw 1234

2012. április 13.

Chrome & Shockwave Flash using 100% of CPU

I'm just making a note here:

Shockwave flash running on Google Chrome uses about 100% of my CPU capacity.

This causes the cooling ventillation to run high speed, which produces much noise, and it also causes the machine to gain a quite high heat.

2011. április 22.

NOTE: Making movies from image files using mencoder / ffmpeg

Here's a site. It describes something I wanted to do / did half a year ago but made no blog-post of it.

What I originally wanted to do was to have a single image as a video, and put some music to it and post it on youtube.

I somehow managed it, but I have no idea anymore how.
And I also found mp3tube, so I don't really need this anymore, if I don't care to have a special picture for my music.

2009. március 30.

Notice: pdfnup --trim

It removes a given amount of margins on the side, with the syntax 'left bottom right top'.