I am trying to compile javascript v8 in ubuntu 16.10 but I could not, I searched in google and not only found it compile it with scons and with GYP , but apparently it is no longer possible to use GYP , I found h...
I have the following file in centos:
I want the program to check if there is "equipment" with a regular expression like it would be with the sed command ???
Well, this is my code:
/****** pru.c ****************************************************/ /**
*
* @file pru.c
*
* @brief Programa para comprobar el rendimiento del procesamiento de una
* matriz con dos modos de ejecucion diferentes.
*...
Good day, I need to implement a shell which is able to concatenate several .txt files in a single file as if it were a unique script in this file. In addition, you must identify when a new txt is added and be able to concatenate it in the same f...
I have to do an output of 18 lines:
ls -lh ~cis140u/lab6examples |awk '{print" \t",$8, $6,-$7,"\t",$NF , $5, "\t",$10; } '
in order of DATE ARCHIVE SIZE
Is it okay?
What I try to do is start my ruby on rails server with rails s , but in the linux console I get the following errors:
/usr/local/rvm/gems/ruby-2.4.0/gems/rake-11.2.2/lib/rake/ext/fixnum.rb:4: warning: constant ::Fixnum is deprecated
/usr...
GNU / Linux Debian 7 (Wheezy) is throwing the following error:
Reason: 2017-01-11 06:25:38 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2017-01-11 06:25:42 ERROR: W:Failed to fetch http://http.debian.net/debian/dists...
Hi, I would like to know if you could help me with the following error that the program throws at me, it consists of three codes which are:
Lic2.h - > which is the header
#ifndef _LIC2_H_
#define _LIC2_H_
#define LIC_OK...
I'm working on a code that allows to know the classification of a student through a note entered in shell linux, my problem is that I could not adjust the value to decimal places, if I use the "," the program runs but does not work good.
I at...
In Linux I need to count the number of folders that are contained in the current folder, excluding a pair with these names: $ RECYCLE.BIN and System Volume Information.
In total there are 53 files without counting the two that I need to exclu...