:25:13 Exiting due to fatal error
~~~
thanks any help
--
Jovany Leandro G.C
Desarrollador Software Libre
Cel: (57) 3165387562
Git: https://gitlab.com/bit4bit
Fossil: http://efossils.bit4bit.in
E-Sitio: http://www.bit4bit.in
On 2021-10-13 10:51, Jelle Licht wrote:
> Hello Jovany,
>
> "Jovany Leandro G.C" writes:
>
>> hi,
>> when i run **openvpn myfile.ovpn**, throws:
>>
>> ~~~
>> 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL
>> (OpenSSL
Hi community, this maybe can help someone, a little tutorial
for working with npm packages.
1) Enable user handle global packages (npm)
~~~
$ mkdir /home//.vnode
$ npm config set prefix "/home//.vnode"
~~~
2) Append to $PATH, npm bins
~~~
$ echo PATH=/home//.vnode/bin:$PATH >> ~/.bashrc
~~~
3
El Sun, 18 Nov 2018 21:10:25 -0800
Fredrik Salomonsson escribió:
> Hi,
>
> Trying to install guix-0.15 to see if I can get dual booting with
> btrfs working on my laptop. But didn't get that far. Encounter an
> error when running guix system init. Ran it twice, same error. Any
> idea what could b
El Fri, 22 Mar 2019 22:27:47 -0700
Chris Marusich escribió:
> Hi Guix!
>
> I want to buy a printer to use with a Guix System machine. At a bare
> minimum, it just needs to print in black and white reliably, but I
> hope I can find one that does more than just the bare minimum.
>
> Has anyone he
?
>
> Is my hardware too old for the installation to work?
hi,
how much you wait?, maybe take a lot time.
i think you must do a shell installation, but before install enable swap
2GB partition manually.
--
Jovany Leandro G.C
Desarrollador Software Libre
Cel: (57) 3165387562 - (574) 4809000
rdware, so I posted the issue here. --Jan
hi, try install without encryption and see if works,
and then again try install with encryption.
--
Jovany Leandro G.C
Desarrollador Software Libre
Cel: (57) 3165387562 - (574) 4809000
Git: https://github.com/bit4bit
Fossil: https://efossils.somxslibres.net
E-Sitio: https://www.somxslibres.net
hello,
how can assign multiple ip to one interface?
example
(static-networking-service "eno1" "192.168.1.82"
#:gateway "192.168.1.2"
#:name-servers '("192.168.1.2"))
if add other
(static-networking-service "eno1" "172.168.1.83")
'guix system