ИEØ_ΙΙØZ
ИEØ_ΙΙØZ
> This method works for me, and here is the sed command: ``` [root@localhost:~] sed -i 's/^FipsMode yes/FipsMode no/i' /etc/ssh/sshd_config [root@localhost:~] /etc/init.d/SSH restart ```
on Ubuntu 16 ``` darkevil1102@VM:~$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib...
hey boss i know how 2 fix this issues now edit makefile CC=gcc ↓ CC=gcc -fno-pie -no-pie its working on ubuntu 19.04
yeah 18.04 19.04 19.10 all fail
Hi @IvanoBilenchi A few months ago, I created this PR to correct some incorrect translations, but so far it has not been approved or received any response. If you missed...