Search for: latest kernel

games and AI all need GPUs – first Open Source RISCV GPU – userbenchmark “internet connectivity failed” – GPU Benchmark – Tensor Flow GPU and Artificial Intelligence Deep Learning and OpenAI
30 Dec 2019

apologize! games = windows, still ? (although there are 6000 steam games running on linux) the very first “Open Source GPU” is in the making: https://www.crowdsupply.com/libre-risc-v/m-class “The Libre RISC-V M-Class is a RISC-V chip that is libre-licensed to the bedrock. […]

Russian IT Security Updates Dec3
03 Dec 2019

SecurityLab, [22.11.19 08:23] French company Edenred reported a cyberattack using malware that affected an unknown number of computer systems. The company has launched an investigation to determine the extent of the contamination. Payment solution provider Edenred has been the victim […]

Debian 9.8 “stretch” setup of VirtualBox 6.0 with Cinnamon Desktop
03 Aug 2019

# setup log of VirtualBox Graphical User Interface Version 6.0.10 r132072 (Qt5.7.1) # on Debian 9.8 with Cinnamon Desktop # go into software repo user@debian98:~$ cd /software/ # download latest version of software user@debian98:/software$ wget https://download.virtualbox.org/virtualbox/6.0.10/virtualbox-6.0_6.0.10-132072~Debian~stretch_amd64.deb –2019-08-03 14:36:05– https://download.virtualbox.org/virtualbox/6.0.10/virtualbox-6.0_6.0.10-132072~Debian~stretch_amd64.deb Resolving […]

Meltdown Demo at GitHub – RedHat explains MELTDOWN
25 Jul 2018

Update: 2019.10 Zombieload is back. “This time a new variant (v2) of the data-leaking side-channel vulnerability also affects the most recent Intel CPUs, including the latest Cascade Lake, which are otherwise resistant against attacks like Meltdown, Foreshadow and other MDS […]

apt yum exclude package from update upgrade
01 Mar 2018

maybe you want to run your own version of the kernel and you will have to prevent during an automatic update that this kernel will get “replaced”. same goes with firefox, thunderbird and LibreOffice yum and apt might not install […]

CentOS7 setup virtualbox
07 Feb 2018

headless server: tested: 2018-10-17 on CentOS Linux 7.5 (Core) wget https://www.virtualbox.org/download/oracle_vbox.asc rpm –import oracle_vbox.asc cd /etc/yum.repos.d/ wget https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo yum update yum search virtualbox yum install VirtualBox-5.2.x86_64 # if you want/need usb 3.0 extension package wget https://download.virtualbox.org/virtualbox/5.2.20/Oracle_VM_VirtualBox_Extension_Pack-5.2.20.vbox-extpack VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.20.vbox-extpack […]

Docker
29 Jan 2018

who is who? concepts: docker is written in Google Go by Docker Inc, SanFrancisco because it does not emulate any hardware – it is a linux container / sandbox or jail like Free BSD Jail or Solaris Zones or OpenVZ so […]

Howto install and setup SMB File Sharing Server (dance Samba) with GNU Linux – virtualbox and kvm template vms – samba losing files after reboot (RAM cache not synced too often)
04 Aug 2017

the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]

compiling squid http proxy from source
31 Jul 2017

checkout what is the latest version: ftp://ftp.cuhk.edu.hk/pub/packages/info-systems/www/squid/ probably this is more recent: https://github.com/squid-cache/squid you could also try git clone https://github.com/squid-cache/squid.git and compile with the git source tree… let me know if it worked. hostnamectl; # tested on [root@CentosMaster squid-4.0.21]# hostnamectl […]

28 Jul 2017

  i did just some basic testing… and managed to compile the php7.3 binary – but the make install failed. it would help to have multiple cores… hostnamectl; # tested with Static hostname: CentosSlave Icon name: computer-vm Chassis: vm Operating […]

CentOS Redhat – compile Apache2 from source
27 Jul 2017

i tried to compile under debian…. but it’s way more compli cated. also: you probably do not need all the packages stated here… but i did not have the time to sort those out sorry for that. feel free to […]

Yum cheat sheet – the future of Yum is Dnf
24 May 2017

update: 2021-1 yum -> dnf hostnamectl; # tested on Virtualization: kvm Operating System: CentOS Linux 8 CPE OS Name: cpe:/o:centos:centos:8 Kernel: Linux 5.4.11 Architecture: x86-64 ll /usr/bin/yum -> dnf-3 all those yum commands still work with dnf (nice work!) DNF […]

gnu linux server and partitioning – stability and security
19 May 2017

yeah one knows sometimes making fun of distributions that have a partition for every /root/folder but well yes it has it’s reasons, like when a program accumulates to much data (mailbox full), the /root partition and the system will not […]

GNU Linux runlevels – services – dienste – daemons – Suse12 Centos7 Debian8 all replaced SysVInit with systemd
03 May 2017

systemd ain’t kissing well… https://dwaves.de/2017/05/02/the-unix-philosophy-simple-and-beautiful-so-it-just-works/ “supporting multiple init systems can give trouble downstream” http://www.tuxmachines.org/node/130722 systemd started with the promise to “unite” startup management across distributions, 3 years later: yep would say mission accomplished. “One of systemd’s main goals is to […]

19 Dec 2016

what you will need is a NULL-MODEM CABLE (with all the twist an wirering) Linux Debian picocom / minicom settings: [cc lang=”bash” escaped=”true” width=”600″] apt-get update; apt-get install picocom; # install picocom sudo bash; # become root dmesg | egrep […]