419 solutions found in server-admin
Page 11 of 21votes
I am on a school computer, so I can't install anything. I am trying to create C code which can be run in Python. It seems all the articles I am finding...
votes
How can I run graphical Linux desktop applications from the command line of Windows Subsystem for Linux (WSL)? First, I installed WSL 2 following [these step...
votes
How do I install Java Development Kit (JDK) 10 on Ubuntu? The [installation instructions][1] on Oracle's help center only explain how to download and ext...
votes
I'm trying to compile a 32-bit C application on Ubuntu Server 12.04 LTS 64-bit using gcc 4.8. I'm getting linker error messages about incompatible libra...
votes
I have a problem with Bash on Ubuntu on Windows. If I type "open (filename)" on Mac terminal, it opens the file with the right program but if I try to...
votes
Along with *Windows 10 Anniversary update* for summer 2016, came the possibility to run *ubuntu* binaries inside the new [Windows Subsystem for Linux (WSL)](htt...
votes
this is a summary of what i want my code to do: if (group exists) then (add user to group) else (create group) (ad...
votes
Can not create folder during image building with non root user added to sudoers group. Here is my Dockerfile: FROM ubuntu:16.04 RUN apt-get up...
votes
I have a Rails application that I want to deploy using Docker on an Ubuntu server. I have the Dockerfile for the application already set up, right now I want to...
votes
I installed Ubuntu 14.04 (Trusty Tahr) yesterday. Everything seems OK. But when I tried to compile some C code, I encounter the following error. The error seems...
votes
I have R 2.12.1 installed in my ubuntu, and I'd like upgrade to lastest version 2.15, how can achieve that ? Thanks
votes
I'd really like to get in on all the colorful goodness of the [solarized colorscheme][1], but I can't seem to get it configured just right. I have th...
votes
when i'm trying to perform ip command in ubuntu docker container, i'm getting: > bash: ip: command not found. ubuntu version: DISTRIB_ID...
votes
I installed `openpyxl` with $ pip install openpyxl when I try the command from openpyxl import Workbook I get Traceback (most recent...
votes
Is there a way to install jq JSON processor on Ubuntu 10.04? I Tried the usual `sudo apt-get install jq` but got the error `E: Couldn't find package jq`
votes
Is it possible to somehow answer the questions that are presented as dialogs when installing some packages using apt-get? For instance I'm trying to setu...
votes
**Background** I am using docker to do a school project. Specifically, I pulled an ubuntu image and here is the system config: [![enter image description...
votes
I'm following the [docker tutorial][1] and am on the part where I have to build the app using: docker build -t friendlyhello . It reaches up to...
votes
Where can (can I ?) find .deb packages for the latest versions of Node.js ? If not, and because it's a project that progresses very fast, what is the eas...
votes
I am new to using Linux and I broke some php settings while tampering. If I execute a php script containing: `phpinfo();` it shows the php versions as 5.6,...