mrmucha
Admin
Członek
Połączone: sty 9, 2012
Ostatnio widziany: lut 8, 2026
Ostatnio widziany: lut 8, 2026
Obserwuj
Tematy: 535
/
Odpowiedzi: 561
Forum
Odpowiedzi: 0
Widoki: 1338
RE: phpstorm, gitlab: how to change on different username and port?
1. Open add remote form 2. from gitlabpage click CLONE button and copy HTTP URL (example: 4. paste into remote phpstorm remote field 5. login
6 lat temu
Forum
Forum
Odpowiedzi: 0
Widoki: 1386
RE: apache: show loaded vhosts
apachectl -t -D DUMP_VHOSTS
6 lat temu
Forum
RE: /bin/sh: 1: cargo: not found
if you’re logged as root user curl --proto '=https' --tlsv1.2 -sSf| s PATH=/root/.cargo/bin:$PATH
6 lat temu
Forum
RE: nginx: [emerg] mkdir() "/var/cache/nginx/client_temp" failed
mkdir /var/cache/nginx
6 lat temu
Forum
Forum
Odpowiedzi: 0
Widoki: 1531
RE: /usr/bin/ld: cannot find -lperl
apt-get install libperl-dev
6 lat temu
Forum
RE: error: the HTTP image filter module requires the GD library.
apt install libgd-dev
6 lat temu
Forum
Forum
Odpowiedzi: 0
Widoki: 1457
RE: rust: error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized
1. uninstall old version of rust (apt remove rust) 2. install latest version curl --proto '=https' --tlsv1.2 -sSf| sh 3. set PATH for this package (...
6 lat temu
Forum
Forum
Odpowiedzi: 0
Widoki: 1337
