Search for: vim

how to setup basic LAMP stack GNU Linux Debian – (Apache2 php7.3 MariaDB) (how to install xdebug – step debugging php requests in eclipse pdt on debian 10 buster (LAMP web development stack)) – how to enable mariadb mysql log file creation logging (also restarts) – how to Error occurred: (1034, “Index for table ‘proc’ is corrupt; try to repair it”)
05 May 2020

setup LAMP GNU-Linux Apache2 MariaDB PHP7.3 su – root; # become root apt update; # update system to latest apt upgrade; # database first apt install mariadb-server mariadb-client # set root pwd for database (can be root on dev test […]

gnu-linux – setup postgres 12 on CentOS 8 – terminal bash – debugging postgresql connection problems
16 Jan 2020

here are the packages: https://download.postgresql.org/pub/repos/yum/ # updated: 2021-01 # the guide below is probably outdated # the official current howto https://www.postgresql.org/download/linux/redhat/ # tries to install postgres13 like this: # Install the repository RPM: dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm # Disable the […]

Now even more powerful + GPU : StarFive VisionFive 2 JH7110 64bit SoC: building a riscv pc – risc-v fedora emulator in javascript in browser
08 Oct 2019

https://dwaves.de/2023/08/07/looking-for-a-new-soc-or-sbc-new-version-of-starfive-visionfive-2-risc-v-sob-soc-battle-rages-on-raspberry-pi-4-vs-odroid-n2l/ Update: 2023: there seems to be a new version “StarFive VisionFive 2 JH7110 64bit SoC” with 4GB RAM for 84,49 Bucks or 114,49 Bucks for the 8GB RAM version CPU performance is between Raspberry Pi3 and Pi34 also remarkable: price-wise it […]

compile rust hello world for arm7
27 Sep 2019

why is RUST so popular? well… it is the better C++, so fore those familiar with C++ it will be a breeze, but for anyone else it might be a steep learning curve (the compiler gives very very helpful error […]

RUST – most loved programming language ever – C++ with safety – new programming language from Mozilla for Mozilla and Safety – now also with step debugging
17 Aug 2019

is Rust safer than C/C++? “show me the src” https://github.com/rust-lang https://github.com/rust-lang/rust/tree/master/src DebConf 2019: Why would a python programmer learn rust when there are no jobs in it https://ytpak.net/watch?v=IYLf8lUqR40 “This means no matter what language you use, the only safe way […]

linux bash rsync how to backup over internet script v1.1
30 Jun 2019

update: safety first! when it comes to important files: safety comes first thus recommend to the user that wants to go pro the following backup system: have two complete backups at two different places: backupA: at the company, USB 3.0 […]

16 May 2019

WARNING! central VestaCP software vendor was hacked in 2018 not sure if they fixed the problem and continue VestaCP development (a shame, it was really a very very nice web based gui to admin web and mailsevers) changing port for […]

vestacp disable backups
14 May 2019

WARNING! central VestaCP software vendor was hacked in 2018 not sure if they fixed the problem and continue VestaCP development (a shame, it was really a very very nice web based gui to admin web and mailsevers) backups can become […]