StackExchange
Categories
Tags
- 11gR2
- agentic engineering
- ansible
- backup
- benchmark
- centos
- desktop streaming
- dlna
- elasticsearch
- fun
- howto
- import
- install
- installation
- jetson
- linux
- listener
- mac
- meta
- mysql
- nc
- network
- oda
- open source
- openssh
- oracle
- oracle11gR2
- osx
- pdftk
- php
- rails
- rants
- restore
- rpm
- rpm-build
- software
- ssh
- storage
- ubuntu
- upgrade
- upnp
- vlc
- watermark
- wordpress
Meta
Tag Archives: ubuntu
Remove password and watermark from pdf on Ubuntu 14
For this recipe we need ghostscript which is/should be installed by default, as well as pdftk and xpdf-utils: apt-get install pdftk sudo apt-get install xpdf-utils If the PDF is encrypted with a password, remove it using xpdf-utils and ghostscript: pdftops … Continue reading
PHP and Oracle on Ubuntu
I always meant to let my php scripts on my Ubuntu server access Oracle databases, thus quite possibly making it into a Linux, Apache, Oracle and PHP server. I do wonder how you would smoothly pronounce the resulting acronym. Anyway, … Continue reading
Ubuntu 12.04 – Ruby on Rails Production
This looks to be a smooth guide for setting up a Ruby on Rails production environment on Ubuntu 12.04. http://excid3.com/blog/setting-up-ubuntu-12-04-with-ruby-1-9-3-nginx-passenger-and-postgresql-or-mysql/