Hello my fellow humans! I have two rooted android phones, each running a chroot environment using the “Linux Deploy” app (HTC desire 510 running Kali Linux and vodafone smart 4 mini running Ubuntu). On each device, I have installed LAMP using: When I start apache2 service, the server says that it has started using ServerName 127.0.0.1. However, when I do
Tag: ubuntu
DHClient override renewal time
My ubuntu machine is receiving a renewal time of 7000 seconds from the DNS server. I want to change this on the ubuntu machine to be longer via the dhclient.conf. I can’t change the dhcp sever. However all the examples I try don’t seem to be the correct syntax. For instance if I add at the top of the .conf
How to install a package in user defined directory using apt-get?
I’m using ubuntu, whenever I install any package it gets installed in standard directories /usr/lib /usr/local/lib etc. I want to install a package in a non standard directory. Is there any way to do this? Answer It is generally discouraged as you’ll run into many complications like dependencies and where they’re all located and linked at, but if you still
ubuntu nginx on local machine. Fatal error: Call to undefined function odbc_connect()
I installed nginx, php (php5-cli php5-common php5-mysql php5-fpm php-pear php5-cgi php5-odbc php5-curl), odbc on my local PC with Ubuntu. And it worked correct until (I guess) I restarted the system. Now I’m getting Fatal error: Call to undefined function odbc_connect() My config: What I found about ODBC in phpinfo(): PDO drivers mysql, odbc ODBC driver for PDO Wez Furlong ODBC
Ubuntu: hadoop command not found
I am trying to check my installation of hadoop. I did create the environment variables and when I call printenv, I do see my HADOOP_HOME and PATH variables printed and correct (home/hadoop and HADOOP_HOME/bin respectively). If I go to home/hadoop in the terminal and call ls, I see the hadoop file there. If I try to run it by calling
Unable to connect Serviceable Agent (sun.jvm.hotspot.HSDB) to running jvm on windows 7 (32 Bit)
As per the link I successfully be able to connect HSDB to running jvm process on Ubuntu by following steps below: (On Ubuntu Terminal) set SA_JAVA=/usr/lib/jvm/java-8-oracle/bin/java (On Ubuntu Terminal) echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope (On Ubuntu Terminal) java -Dsun.jvm.hotspot.debugger.useProcDebugger=true -classpath /usr/lib/jvm/java-8-orcale/lib/sa-jdi.jar sun.jvm.hotspot.HSDB For Windows 7 32 Bit and from the same link I tried to connect sun.jvm.hotspot.HSDB with running
glfw makefile fails upon “generating html documentation” on Ubuntu
I am trying to compile and install glfw 3.1.1 for Ubuntu 14.10. The cmake finished successfully, however, when I go to execute the makefile through make it fails at the following: At first I thought that it is failing an optional step but then I realized that I can’t compile my test project as it complains about the glfw header:
Run an executable from Ubuntu to Debian
I have a project in C++, but my data is just too big for my computer. So, I tried to build my project in a desktop in our lab, but the compiler is too old (4.3.5 and I had 4.8.1 when I developed my code). I do not have the rights to upgrade and the people that do have the
SystemD : Package systemd-sysv is not available, but is referred to by another package
I am trying to install and configure systemD on lindux debian but I get errors when installing systemd-sysv which I understood was necessary to get systemD to manage services. When I run I get : Does someone know how to overcome this ? How can I have a running version of systemD on my system? Answer ubuntu started shipping systemd
How can I add a PPA repository using Ansible?
I’m trying to add a new repository to a server so that I can install Java by Ansible. Unfortunately whenever I try to run the playbook it fails because of a GPG error. Can somebody explain what is going wrong here and what I need to do in order to fix this? I’m using Ansible 1.7.2 and currently only connecting