Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

372 total results found

Envy

Homelab Overig

HP Envy x360 Convertible Model 15-ed0300nd ProdID 3K787EA#ABH --- Productnummer 3K787EA Productnaam HP ENVY x360 Laptop - 15-ed0300nd Microprocessor Intel® Core™ i7-10510U (1,8 GHz basisfrequentie, tot 4,9 GHz basisfrequentie met Intel® Turbo B...

Aida screen

ZZ - Archief Archief

7 iNch standaard display, 1024 × 600 Hardware resolutie, tot 1920x1080 Software configuratie resolutie. ●.Capacitieve touchscreen, maximale ondersteuning 5 punt touch. ●.Ondersteuning backlight controle alleen, de achtergrondverlichting kan worden u...

Set cpu performance

Homelab Overig

# cpupower frequency-set -g performance or #!/bin/sh # # puts cpus in performance mode # echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

How to make a webcam page with Apache on Linux (obsolete)

Homelab Netwerk & Server

How to make a page on your webserver displaying a picture of your webcam using Linux and Apache This document describes, in short, how to make a page on your webserver to display a semi-continuous image of your webcam. This document is in fact, the do...

OLD:How to secure an initial MySQL installation

ZZ - Archief Archief

How to secure an initial installation of Mysql !!this is the old version, please use the other wiki page!! PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -...

XBMC

ZZ - Archief Archief

connect MythTV and XBMC configuring the Zotac HD-ID11

Enable monitoring of MD (software RAID) devices

Homelab Netwerk & Server

After you have created the RAID (via YAST): #insserv -d mdadmd to have mdadm run as a daemon in the background in the deafult runlevels (usually 3 and 5) monitoring your devices. Or you can run it manually using #mdadm --monitor --scan --daemonise > /...

Database dump & restore

Homelab Netwerk & Server

make database dump: mysqldump -u root -p –all-databases > pvdm.sql mysqldump -u root -p wikidb > pvdm.sql restore the dump: #mysql -u root -p mysql> create database xyz; mysql> quit; #mysql -u root -p [dbname] < pvdm.sql delete database: #mysql -u roo...

OpenSUSE 11.1: enable the KDE4.2 repos

ZZ - Archief Archief

When you're running openSUSE 11.1, and you want to use the KDE 4.2, just add these repo's and do a full update: zypper ar --refresh http://download.opensuse.org/repositories/KDE:/42/openSUSE_11.1/ kde42 zypper ar --refresh http://download.opensuse.org...

Stop SSH brute force attacks

Homelab Netwerk & Server

Stop ssh brute force attack using SuSEfirewall Edit /etc/sysconfig/SuSEfirewall2: do not open ssh ports here FW_SERVICES_EXT_TCP="" FW_CONFIGURATIONS_EXT="" add this rule FW_SERVICES_ACCEPT_EXT="0.0.0.0/0,tcp,22,,hitcount=3,blockseconds=60,recentname=...

Securing the initial mysql installation

Homelab Netwerk & Server

When mysql is installed, the grant tables are created. accounts with the name root are created. The initial password are empty. On Unix, both root accounts are for connections from the local host. Connections must be made from the local host by spec...

Install a PXE boot server on 10.3

Homelab Netwerk & Server

REDIRECT Install a PXE boot server on 11.1

Xorg

Homelab Overig

xrandr

Xrandr

Homelab Overig

XRandR --query -> details about grapics adapter --output LVDS|LCD|VGA|HDMI --mode 800x600 -> change resolution --output LVDS|LCD|VGA|HDMI --auto -> restore resolution --output LVDS|LCD|VGA|HDMI --rate 60 connecting a projector clone VGA and LVDS outpu...

How to make a webcam page with Apache on Linux

Homelab Netwerk & Server

REDIRECT How to make a webcam page with Apache on Linux (obsolete)

Codecs issues 11.1

ZZ - Archief Archief

SUSEhelp: vlc-conflicts is (should be solved nowadays) Do *not* use the Videolan repo in conjunction with the Packman repo, as this will break your ability to play video. To fix your video problem, disable the Videolan repo and replace any Videolan pa...

Upgrade openSUSE 10.3 to 11.1 while the system is running using zypper dup

ZZ - Archief Archief

How to upgrade openSUSE 10.3 to openSUSE 11.1 while the system is running. This document describes the steps necessary to update a running computer with openSUSE 10.3 to openSUSE11.1. You need a working internet connection for this procedure. So how d...

Best way to use GRUB in a multiboot system

Homelab Boot & Disk

default 0 timeout 8 gfxmenu (hd0,1)/boot/message title Suse    rootnoverify (hd0,1)    chainloader +1 title Arch    rootnoverify (hd0,2)    chainloader +1 title Debian    rootnoverify (hd0,6)    chainloader +1