Skip to content
Advertisement

Tag: ubuntu

create a symbolic link to multiple directory centos [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Force no prompt in apt-get upgrade or apt-get dist-upgrade

I’m using AWS EC2 14.04 LTS and I’m trying to run command apt-get -y upgrade or apt-get -y dist-upgrade, however, I always get prompt like this: I tried following commands and none of them work and I still get above prompt: apt-get update && apt-get -y -o Dpkg::Options::=”–force-confmiss” -o Dpkg::Options::=”–force-confdef” -o Dpkg::Options::=”–force-confnew” dist-upgrade apt-get update && apt-get -o Dpkg::Options::=’–force-confold’ –force-yes

Bash No such file or directory error

When I do It works fine. But when I do the same thing with I get ~/Desktop/out.txt: No such file or directory. Why? Answer Take the tilde out of the quotes so it can be properly expanded: You can also use ${HOME} if any subsequent part of your path contains spaces and you want to quote the whole path:

The full pathname of a JDK installation for Oracle SQL Developer

I want to run Oracle SQL Devloper on Ubuntu with this command: Then I got this message: Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/aimad/.sqldeveloper/4.0.0/product.conf So I gave the path of jdk as the following: /usr/lib/jvm/java-7-openjdk-i386/ But then I got this message: Error: Java home /usr/lib/jvm/java-7-openjdk-i386//bin/java is not a

Unable to configure folder permissions in Ubuntu

I found many related questions and tried to solve the issue but I was not successful. Actually I created an user named “amit” and assigned the group “www-data”. I gave permission to the folder using this method Change folder and file permission recursively: To change all the directories to 755 (-rwxr-xr-x): To change all the files to 644 (-rw-r–r–): But

How do I change the group ownership of a file in Ubuntu? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Where is the program or package gcjh?

I’m having trouble similar to Unable to build pdftk from source on fedora machine, but I’m having it on Ubuntu 13.04. I’ve install gcc-gcj, which provides gcj-4.8. I opened Makefile.Debian, and modified it as follows. So it finds the proper version of some of the GCC build tools: Next, I tried to make: Though I have installed gcc-gcj, it appears

Advertisement