linux Questions

5

I have followed the following tutorial and have successfully installed everything but ember-cli. http://www.ember-cli.com/#getting-started node --help (shows output help messages) npm --help (sho...
Allonge asked 10/12, 2014 at 6:2

6

Solved

I am not able to install docker compose on my Linux system.getting below error after running installation command: ~$ sudo apt-get -f install docker-compose Reading package lists... Done Building ...
Sverdlovsk asked 14/6, 2018 at 14:58

0

I am trying to load a firmware file to a specific physical address in RAM on an arm64 device. The device tree already has an entry that defines the region of memory and uses no-map to prevent Linux...

4

Solved

I am making a process monitoring application. Now my need is To get process related data (pid, process name, cpu usage, memory usage and virtual memory usage) for all the running processes. After...
Spiker asked 24/2, 2019 at 20:26

8

Solved

I have a bat script that I'd like to make work on windows/Mac/linux, but I read .bat is only for windows. How can I make this script work on Mac and linux, or what type of script can I write that w...
Sturgeon asked 16/11, 2011 at 18:50

2

Solved

I am looking for some tool that will dump total disk I/O by a single process after it ends. So far my finding is :- iotop= It shows i/o per process in real time but does not give total after proc...
Roswell asked 12/7, 2014 at 15:35

4

Solved

Upon trying to use a jar on the local linux machine, I am getting the following error: library initialization failed - unable to allocate file descriptor table - out of memory The machine has 32G...
Amplify asked 22/3, 2018 at 17:36

5

Solved

I have a QTreeWidget with a column filled with some numbers, how can I sort them? If I use setSortingEnabled(true); I can sort correctly only strings, so my column is sorted: 1 10 100 2 20 2...
Atrophy asked 12/12, 2008 at 16:10

4

Note:Overwriting of the symlinks occurs from tar version 1.27 or higher Below I am trying to show what exactly the problem is. contents of the dirtmp1 file1.txt file2.txt code to create the ab...
Achernar asked 24/3, 2015 at 17:24

1

I'm looking for a way to connect to a server with VSCode without an SSH key. One way is to enable password authentication which I'd rather avoid. The servers are on company LAN but I still don't wa...
Mauretta asked 22/2, 2020 at 5:34

4

Solved

I read that pthread is C library and is not compatible with C++ object model, especially when talking about exception handling. So I wish to know on linux system, how gcc/clang implements std::thr...
Condyloma asked 11/8, 2017 at 10:16

4

Solved

I've got a strange problem. After I enter my password on a debian 6.0 system, I get the motd but then there is a 5-10 second pause until I get a shell prompt. If I press ctrl-c during that pause th...
Thalassic asked 7/12, 2011 at 10:39

5

Solved

I want to run a process in a remote linux server and keep that process alive after close the putty terminal, what is the correct command?
Aeolus asked 24/12, 2010 at 8:45

4

Using Gnome in Linux Mint 12, I copied a Folder of about 9.7 GB (containing a complex tree of subfolders) from one NTFS Flash Drive to another NTFS Flash Drive. According to Gnome the file counts m...
Murry asked 18/6, 2012 at 16:37

3

I have a folder I want to download from Google Cloud Console using the Linux Ubuntu command terminal. I have logged in to my SSH console and so far I can only list the contents of my files as follo...
Dorr asked 24/7, 2019 at 6:22

6

Solved

I am trying to install packages on my linux OS using the command apt-get install .... The problem is that I get this error: Selecting previously unselected package liberror-perl. dpkg: unrecoverab...
Maimaia asked 23/9, 2016 at 15:51

7

Solved

I installed flutter SDK using ubuntu "snap" by running: $ sudo snap install flutter --classic and when i want to add PATH of flutter sdk to android studio i have a seroius problem !! rece...
Burial asked 2/12, 2020 at 12:37

4

Solved

I'm trying to build a simple container which downloads a Protocol Buffers binary from the release page (https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0) and adds it to the path. Fo...
Kepler asked 20/10, 2020 at 14:52

2

Solved

This error is showing after running this command: sudo systemctl status [email protected] [email protected] - PostgreSQL Cluster 10-main Loaded: loaded (/lib/systemd/system/[email p...
Interpose asked 1/12, 2020 at 14:34

9

Solved

Does anyone know of a utility (for Windows or Linux or MacOSX) that will append the selected contents to the clipboard? Rather than killing what's already there...(maybe using a different keyboard ...
Subminiature asked 6/2, 2009 at 21:57

1

I'm trying use wget to download a website but it does not keep it session alive after the first Webpage its cloned, the website has a login and uses HTTPS so I wont be able to navigate trough it if...
Anzus asked 26/6, 2020 at 7:39

3

Solved

I am trying to install some application on Ubuntu 20.04, for that I am trying to run command on terminal $ sudo apt update and I have got following error Err:1 http://dl.google.com/linux/chrome/de...
Exoteric asked 17/5, 2022 at 6:8

3

Solved

I am seeking a terminal command to recursively go through folder structures and either delete .htaccess files with permission of 0444 and/or if possible to match the first line in the file for a sa...
Seclude asked 23/4, 2021 at 7:59

2

Solved

I have a Linux process that runs on RHEL7 and is started by systemd. When the process is stopped, I need to know if it is being stopped because of a system shutdown or reboot, and I need to be able...
Miscellaneous asked 6/8, 2014 at 17:2

4

Solved

There is an error launching activity, unfortunately I assume it is not connected strictly with the project due to the fact the app launches on genymotion emulator, but does not on physical device. ...
Daniels asked 21/10, 2014 at 17:6

© 2022 - 2024 — McMap. All rights reserved.