ux tag

417 questions


1 answers
84 views
0
About gdb attach

os: Linux version 4.15.0-38-generic (buildd@lcy01-amd64-023) (gcc version 7.3.0 (Ubuntu7.3.0-16ubuntu3)Attempting to attach a self-made program with a different pts number to a user's input waiting st...

2 years ago

1 answers
85 views
0
Unable to use jq command

1. When creating vpc in cli, the jq command was used and the vpcid output was successful.2. There was a problem enabling the DNS hostname 3. The echo$vpcid should print the defined vpcid, but nothing

2 years ago

1 answers
115 views
0
How do I apply awk to the path within the shell script?

In the shell script, I wanted to get the directory at the bottom of the path specified in the argument, so I wrote:■test.sh #!/bin/shmyfol=`awk-F/{print$NF}${1}`mylog=2016_${myfol}.txttouch${mylog}■ R...

2 years ago

1 answers
117 views
0
I want to use my domain to access servers (Linux, Apache) that I set up in VMware Workstation 12 Player on Windows.

Change the DocumentRoot in httpd.conf to /srv/http/example and find index.php in the directory.The IP address is assigned 192.168.160.142.Accessible only from the host OS Windows using http://192.168....

2 years ago

1 answers
85 views
0
Error AH02454 and AH01079 on amazon-linux2 and httpd does not start properly.

FROM amazonlinux:2ENV COMPOSER_ALLOW_SUPERUSER=1ENV PATH = $PATH: vendor/binRUN yum update-y\ &yum upgrade-y\ &yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ makeR...


2 answers
36 views
0
Introductory Web Programming [Closed]

This question appears to be outside the scope defined in Help Center for stack overflow.Closed 5 years ago.5 years agoI'd like to program on Linux.First of all, I want to download a web page and write...

2 years ago

2 answers
67 views
0
I want to use the pecl command in php7.2.

sudo yum-y updatesudo yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ mod_sslsudo get https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmsudorpm-ivhepel-...

2 years ago

1 answers
97 views
0
I want all Fedora 29 communications via Tor.

Due to some personal reasons, I was forced to send all Fedora(GNOME) communications via Tor, so I entered Tor's Socks host (localhost) and port number (9050) from Settings=>Network Proxy but someho...

2 years ago

3 answers
70 views
0
Gem install pg fails.yum install postgresql-devel also does not resolve.

gem install pg displays the following error:I'm running EC2 and my operating system is Amazon Linux.$gem install pg-v'0.20.0'Building native extensions. This could take a while...ERROR:Error installin...


2 answers
49 views
0
Using raspberry pi and one WIFI terminal to configure the WIFI repeater

What you want to do:Insert one WIFI terminal into Raspy Zero and make it an access point and pick up the home WIFI signal.Image: Home WIFI Router >> Raspy Zero >> Other Devices (Smartphones, PCs) Used...

2 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.