Skip to content
Advertisement

Tag: ubuntu

Android linux deploy (localhost LAMP server configuration)

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

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: 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

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

Advertisement