Skip to content
Advertisement

Tag: ubuntu

Weird recursive directory structure

Somehow, my system (Ubuntu WSL layer on Windows; so treat as exactly Ubuntu) went a bit crazy. For a directory (a git repo if it matters) /path/to/foo, running ls shows the git files ORIG_HEAD, index, and index.lock in there. I tried to debug this by going cd .git, but an ls there showed me my same list of files as

Install java 8 and 7 RE in linux Ubuntu

I already have installed in my linux Ubuntu the java 8 (Update 121), but I need to install the java 7 RE for a specific software that I need to use. I want the java 7 only to use with this tool, and I do not want to make any modification on my default java 8. How to do that?

Linux default scheduler alternatives

The Linux kernel implements the Completely Fair Scheduling (SCHED_NORMAL) algorithm as its default scheduling algorithm for scheduling real-time processes. How to modify the linux kernel such that the default scheduling policy is set to round-robin (SCHED_RR) or any other scheduling policy ? Is there a generic way to do so ? What files need to be exactly changed here ?

apt-get install failed and not working

i need to install some Prerequisites for my buildsystem but the apt-get install command fails: log apt-get install command My system params are (running as VM): uname -a && lsb_release -a some hints to solve this problem would be helpful. Best regards Lars Answer I don’t really speak German, but if you have broken packages, try referring to my answered

Advertisement