Top "Debian" questions

Note: Questions MUST be programming related.

Installing Java 7 (Oracle) in Debian via apt-get

Installing Oracle Java 7 in Debian via apt-get repository doesn't seems to work. apt-get install oracle-java7-installer Look like apt-get does …

debian java-7 apt-get
github: server certificate verification failed

I just created a github account and a repository therein, but when trying to create a local working copy using …

git github debian
Nginx: Permission denied for nginx on Ubuntu

I am new to system administration. After installing nginx via puppet on Ubuntu I get the following output: [alert] could …

ubuntu nginx debian vagrant puppet
Install sbt on ubuntu

I have installed sbt on Ubuntu. :~/bin/sbt/bin$ ls classes sbt sbt-launch.jar target jansi.jar sbt.bat sbt-launch-lib.…

scala debian ubuntu-12.04 sbt deb
Can I use Homebrew on Ubuntu?

I just tried to use Homebrew and Linuxbrew to install packages on my Ubuntu Server but both failed. This is …

linux ubuntu debian homebrew linuxbrew
iptables v1.4.14: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)

I'm trying to set iptable rules, and I got following error message when I use iptable : iptables v1.4.14: can't initialize …

linux-kernel debian iptables
How to set the locale inside a Debian/Ubuntu Docker container?

I'm running a Ubuntu Docker container. I have a Norwegian keyboard and need to use Norwegian characters (øæå). My Terminal character …

docker ubuntu debian
How to search contents of multiple pdf files?

How could I search the contents of PDF files in a directory/subdirectory? I am looking for some command line …

linux pdf full-text-search grep debian
How to specify filepath in java?

I have created a java application for "Debian Linux." Now I want that that application reads a file placed in …

java debian debian-based
Switching users inside Docker image to a non-root user

I'm trying to switch user to the tomcat7 user in order to setup SSH certificates. When I do su tomcat7, …

git debian docker