<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hofelho.hu/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Wiki</title>
        <description></description>
        <link>https://wiki.hofelho.hu/</link>
        <lastBuildDate>Tue, 07 Jul 2026 10:32:42 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hofelho.hu/lib/exe/fetch.php?media=wiki:dokuwiki-128.png</url>
            <title>Wiki</title>
            <link>https://wiki.hofelho.hu/</link>
        </image>
        <item>
            <title>ad</title>
            <link>https://wiki.hofelho.hu/doku.php?id=ad&amp;rev=1538573496&amp;do=diff</link>
            <description>AD

Users and Computers

	*  A számítógép objektumot célszerű a helyén létrehozni, és a csoporttagságokat stb beállítani, mielőtt beléptetnénk. (usert is)

Group Policies

	*  Gpupdate /force – csoportházirend frissítése
	*  Rsop.msc – resultant set of policy (eredő csoportházirend) konzolon</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>adatformatumok_kezelese_konvertalas</title>
            <link>https://wiki.hofelho.hu/doku.php?id=adatformatumok_kezelese_konvertalas&amp;rev=1538573496&amp;do=diff</link>
            <description>PDF

Windows

	*  Adobe Acrobat, Reader
	*  Foxit Reader
	*  Chrome, Firefox
	*  Windows beépített PDF-nyomtatója
	*  régebben: CutePDF, PDFCreator (lehetőleg vadássz régebbi verziót, az újak tele vannak mindenféle szutyokkal)

Linux

	*  pdftk : PDF toolkit</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>adb_parancsok</title>
            <link>https://wiki.hofelho.hu/doku.php?id=adb_parancsok&amp;rev=1756722819&amp;do=diff</link>
            <description>Időzóna beállítása adb-ről

Root joggal, reboot után áll csak át:

setprop persist.sys.timezone &quot;Europe/Budapest&quot;
Root nélkül, azonnal:
adb shell service call alarm 3 s16 Europe/Budapest

Service parancsok listázása
adb shell service list</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 01 Sep 2025 10:33:39 +0000</pubDate>
        </item>
        <item>
            <title>apt</title>
            <link>https://wiki.hofelho.hu/doku.php?id=apt&amp;rev=1659438457&amp;do=diff</link>
            <description>Automatikus frissítés

unattended-upgrades

LTS vagy normál release-ekre frissítsen
vi /etc/update-manager/release-upgrades

Lejárt release frissítése

Ha egy release átmegy unsupportedbe, akkor már nem lehet többet frissíteni sem. Ha erről szeretnél release-upgrade-et futtatni, előbb át kell térni az archive repo-ra, azt upgrade + dist-upgrade-elni, és utána mehet a</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 02 Aug 2022 11:07:37 +0000</pubDate>
        </item>
        <item>
            <title>arch</title>
            <link>https://wiki.hofelho.hu/doku.php?id=arch&amp;rev=1768300311&amp;do=diff</link>
            <description>Pacman cheatsheet

source: &lt;https://devhints.io/pacman&gt;

Common commands


  pacman -Syu &lt;pkg&gt;     # Install (and update package list)
  pacman -S &lt;pkg&gt;       # Install only
  pacman -Rsc &lt;pkg&gt;     # Uninstall
  pacman -Ss &lt;keywords&gt; # Search
  pacman -Syu           # Upgrade everything</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 13 Jan 2026 10:31:51 +0000</pubDate>
        </item>
        <item>
            <title>audio</title>
            <link>https://wiki.hofelho.hu/doku.php?id=audio&amp;rev=1652212156&amp;do=diff</link>
            <description>PulseAudio
pacmd
pavucontrol
Konfig fájlok

	*  /etc/pulse/default.pa
	*  ~/.config/pulse/default.pa

nemtudommi
# in /etc/modprobe.d/alsa-base.conf:
options snd-hda-intel model=thinkpad
Aktív port kiválasztása
$ pacmd list | grep &quot;active port&quot;
  active port: &lt;hdmi-output-0&gt;
  active port: &lt;analog-output-lineout&gt;
  active port: &lt;analog-input-linein&gt;
pacmd set-sink-port 0 analog-output-lineout

/etc/pulse/default.pa:
set-sink-port 0 analog-output-lineout</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 10 May 2022 19:49:16 +0000</pubDate>
        </item>
        <item>
            <title>autoconfig</title>
            <link>https://wiki.hofelho.hu/doku.php?id=autoconfig&amp;rev=1538573496&amp;do=diff</link>
            <description>&lt;https://github.com/cfoellmann/ISPC-resources/tree/master/guides/autodiscover&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>bash</title>
            <link>https://wiki.hofelho.hu/doku.php?id=bash&amp;rev=1538573496&amp;do=diff</link>
            <description>SHELL script alapok

script fájl elejére:
#!/bin/bash
#!/usr/bin/perl
egyébként az aktuálisan futó shellben fut

&quot;Magic&quot; változók

	*  $? -&gt; visszatérési érték
	*  $# -&gt; paraméterek száma
	*  $@ -&gt; for valami in $@; do ... done #az összes parancssori argumentumon végigmegy</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>billentyuzet</title>
            <link>https://wiki.hofelho.hu/doku.php?id=billentyuzet&amp;rev=1621541050&amp;do=diff</link>
            <description>Billentyűzet

Device itt található:
#/dev/input/by-path

Terminal alatt debug:
#showkey
X alatt debug:
#xev
#evtest

#xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Genius Optical Mouse                    	id=9	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
  ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
  ↳ Power …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 20 May 2021 20:04:10 +0000</pubDate>
        </item>
        <item>
            <title>boot</title>
            <link>https://wiki.hofelho.hu/doku.php?id=boot&amp;rev=1636444350&amp;do=diff</link>
            <description>Boot

source: wiki.restarters.net

Pre-Boot

The pre-boot environment of a computer is controlled by the BIOS, or in modern computers, UEFI.

Because a computer can&#039;t do anything (even loading a program) without a program to tell it how, PCs and laptops, have an initial program built-in and stored in read-only memory. Traditionally, this has been known as the BIOS, but since around 2011 it has been superseded by a much more powerful program called UEFI.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 09 Nov 2021 07:52:30 +0000</pubDate>
        </item>
        <item>
            <title>btrfs</title>
            <link>https://wiki.hofelho.hu/doku.php?id=btrfs&amp;rev=1770283661&amp;do=diff</link>
            <description>Alap BTRFS parancsok
btrfs filesystem show
btrfs filesystem usage [-T] /   # -T nélkül %-ot is mutat, kicsit más formájú megjelenítés
btrfs filesystem df /
BTRFS subvolume parancsok
btrfs subvolume list
btrfs subvolume create valami
btrfs subvolume snapshot valami valami-2020-01-02</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 05 Feb 2026 09:27:41 +0000</pubDate>
        </item>
        <item>
            <title>cups</title>
            <link>https://wiki.hofelho.hu/doku.php?id=cups&amp;rev=1538573496&amp;do=diff</link>
            <description>Queue management

Command line
lpstat -o
to view outstanding print jobs.cancel -a {printer}
to cancel ALL jobs or ...cancel {printerjobid}
to cancel 1 job.
Delete queue
lprm -</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>dd</title>
            <link>https://wiki.hofelho.hu/doku.php?id=dd&amp;rev=1575061375&amp;do=diff</link>
            <description>dd bs=512k if=/dev/sda of=/dev/sdb status=progress</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 29 Nov 2019 21:02:55 +0000</pubDate>
        </item>
        <item>
            <title>disk-mbr-gpt</title>
            <link>https://wiki.hofelho.hu/doku.php?id=disk-mbr-gpt&amp;rev=1754571697&amp;do=diff</link>
            <description>Disk basics

source: wiki.restarters.net

A hard disk consists of one or more platters with a magnetic recording layer on one or both surfaces of each platter. Data is recorded in a series of concentric circles or „tracks”, each comprising a number of blocks of data known as</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 07 Aug 2025 13:01:37 +0000</pubDate>
        </item>
        <item>
            <title>django</title>
            <link>https://wiki.hofelho.hu/doku.php?id=django&amp;rev=1645449803&amp;do=diff</link>
            <description>Telepítés
pip install django
Új projekt
django-admin startproject projekt-neve

Re-generate migration

To merge existing migration files into one file:

	*  Remove django_migration records table (manually)
	*  Remove all migration files
	*  run python manage.py migrate</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Feb 2022 13:23:23 +0000</pubDate>
        </item>
        <item>
            <title>dns_alapok</title>
            <link>https://wiki.hofelho.hu/doku.php?id=dns_alapok&amp;rev=1538573496&amp;do=diff</link>
            <description>Utánanézni, hogy ez micsoda:
rndc reload</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>docker</title>
            <link>https://wiki.hofelho.hu/doku.php?id=docker&amp;rev=1716973300&amp;do=diff</link>
            <description>Használata

Docker

Dockerfile


docker ps -a
docker exec -it konténer bash

docker images
docker rmi &lt;image&gt;

docker volume ls

docker stats

docker system prune


&lt;https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes&gt;

Docker-compose


docker-compose up</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 29 May 2024 09:01:40 +0000</pubDate>
        </item>
        <item>
            <title>drupal</title>
            <link>https://wiki.hofelho.hu/doku.php?id=drupal&amp;rev=1767008373&amp;do=diff</link>
            <description>Drupal 8

disable comments module in drupal 8+


drush ev &#039;\Drupal::service(&quot;entity_field.manager&quot;)-&gt;getFieldStorageDefinitions(&quot;node&quot;)[&quot;comment&quot;]-&gt;delete();&#039;
drush cron
drush pmu comment


Drupal 10

Content sync
composer require &#039;drupal/content_sync:^4.0@RC&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 29 Dec 2025 11:39:33 +0000</pubDate>
        </item>
        <item>
            <title>email-szabvany</title>
            <link>https://wiki.hofelho.hu/doku.php?id=email-szabvany&amp;rev=1538573496&amp;do=diff</link>
            <description>Character Limitations in an Email Address

TL/DR: {64} @ {255}, max {255}

The maximum length of an email address is 254 characters. Every email address is composed of two parts. The local part comes before the &#039;@&#039; sign, and the domain part follows it. In</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>emulatorok_androidon</title>
            <link>https://wiki.hofelho.hu/doku.php?id=emulatorok_androidon&amp;rev=1768384058&amp;do=diff</link>
            <description>Egyes rendszerekhez bevált emulátorok

Libretro / RetroArch: @ , egyébként standalone emulátor

	*  atomiswave - flycast
	*  cps3 - FinalBurn Neo @
	*  dreamcast - flycast
	*  gba - mGBA @
	*  genesis - Genesis Plus GX @
	*  mame - MAME 2003 Plus @</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 14 Jan 2026 09:47:38 +0000</pubDate>
        </item>
        <item>
            <title>exchange</title>
            <link>https://wiki.hofelho.hu/doku.php?id=exchange&amp;rev=1538573496&amp;do=diff</link>
            <description>Message Tracking Log

Példa:

  Get-MessageTrackingLog -ResultSize Unlimited -Start &quot;3/28/2015 8:00AM&quot;
    -End &quot;3/28/2015 5:00PM&quot; -EventId &quot;Fail&quot; -Sender &quot;pat@contoso.com&quot;

Server Roles

PST Export

Egy-egy user fiókjából pst-t exportálni könnyű, az ECP-ből meg lehet csinálni.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>exim</title>
            <link>https://wiki.hofelho.hu/doku.php?id=exim&amp;rev=1538573496&amp;do=diff</link>
            <description>EXIM

Konfig
/etc/exim4/exim.conf
Spool
/var/spool/exim4/
Parancsok

	*  mailq -&gt; lista kiírása
	*  exim -bpc -&gt; 11 levél van a sorban
	*  exim -Mvh -&gt; view header
	*  exim -Mvb -&gt; view body
	*  exiqgrep -if emailcím -&gt; id-t kapjuk
	*  testsaslauthd</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>fajlrendszerek</title>
            <link>https://wiki.hofelho.hu/doku.php?id=fajlrendszerek&amp;rev=1644318506&amp;do=diff</link>
            <description>fstab

A /etc/fstab fájlban vannak a boot során felmountolandó fájlrendszerek.
Ha egy bejegyzés hibás, akkor lehet, hogy nem indul el a gép. Emiatt érdemes használni az alábbi parancsot:
mount -fav
The above command will help if you don’t want to apply the modifications in the fstab and want to validate the entries only.  This will just fake the entries in the fstab without applying the changes. This is a very useful command.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Feb 2022 11:08:26 +0000</pubDate>
        </item>
        <item>
            <title>flash_tool_hasznalata_linux_alatt</title>
            <link>https://wiki.hofelho.hu/doku.php?id=flash_tool_hasznalata_linux_alatt&amp;rev=1538573496&amp;do=diff</link>
            <description>SP Flash tool

	*  &lt;http://spflashtool.com/&gt; - linux verziót letölteni, feltelepíteni
	*  Telepítsd a libusb-dev csomagot
	*  Ellenőrizd a dmesg-ben, hogy megjelent-e egy Mediatek eszköz
	*  A /etc/udev/rules.d alatt hozd létre az alábbi két fájlt:

20-mm-blacklist-mtk.rules</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>gnome</title>
            <link>https://wiki.hofelho.hu/doku.php?id=gnome&amp;rev=1652185881&amp;do=diff</link>
            <description>Hasznos utilityk

	*  dconf-editor
	*  gnome-tweak-tool

Billentyűparancsok

&lt;https://wiki.ubuntu.com/Keybindings&gt;
dconf-editor
	*  org.gnome.settings-daemon.plugins.media-keys
	*  org.gnome.desktop.wm.keybindings  (általános, minden wm-ben)

Wayland

Gnome futtatása waylanddel parancssorból:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 10 May 2022 12:31:21 +0000</pubDate>
        </item>
        <item>
            <title>grub</title>
            <link>https://wiki.hofelho.hu/doku.php?id=grub&amp;rev=1538573496&amp;do=diff</link>
            <description>Modeset probléma boot során

/etc/default/grub
GRUB_CMDLINE_LINUX=&quot;nomodeset&quot; /* ez azt eredményezheti, hogy nem töltődik be a kernel driver */
GRUB_GFXMODE=&quot;1024x768&quot;

grub konfig
grub-mkconfig &gt; /boot/grub/grub.cfg
grub-install /dev/sdXY</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>halozat</title>
            <link>https://wiki.hofelho.hu/doku.php?id=halozat&amp;rev=1538573496&amp;do=diff</link>
            <description>Hálózati beállítások

/etc/network/interfaces:
auto ens2
# DHCP esetén:
# iface ens2 inet dhcp
#
# Statikus IP esetén:
iface ens2 inet static
address 192.168.0.209
      netmask 255.255.255.192
      network 192.168.0.192
      broadcast 192.168.0.255
      gateway 192.168.0.254
dns-nameservers 8.8.8.8 1.2.3.4</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>hasznos</title>
            <link>https://wiki.hofelho.hu/doku.php?id=hasznos&amp;rev=1538573496&amp;do=diff</link>
            <description>Rendszer

	*  screen
	*  ncdu  command line disk usage 
	*  htop
	*  double commander   file manager, Total Commander klón 
	*  Apache Directory Studio  ldap 
	*  unetbootin  USB sys installer 
	*  pdfChain
	*  synergy
	*  gsysinfo

Hálózati adatátvitel</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>http</title>
            <link>https://wiki.hofelho.hu/doku.php?id=http&amp;rev=1538573496&amp;do=diff</link>
            <description>HTTP
nc.traditional -l -p port	(netcat)GET útvonal HTTP-verziószám
HTTP-fejlécek
Host: hostnév
Connection: keep-alive
Cache-Control: ...
User-Agent: ...
Accept: milyen választ fogad el a kliens
Accept-Encoding: ... (gzip, stb)
Accept-Language: ...

POST útvonal HTTP-verziószám
..
Referer: honnan hivatkoztak ide
Content-Type: ...
			#üres sor
Tartalom</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>hyperv</title>
            <link>https://wiki.hofelho.hu/doku.php?id=hyperv&amp;rev=1538573496&amp;do=diff</link>
            <description>VHD átméretezés

A vhd fájlok növelhetőek, DE! nagyon meg kell nézni, hogy van-e snapshot, mert ha van, akkor a növelés azonnal használhatatlanná teszi a vhd fájlt.

Ilyen módon korrupttá vált vhd fájlok megmentése:
vhdtool /repair eredeti.vhd snapshot.avhd</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>imap</title>
            <link>https://wiki.hofelho.hu/doku.php?id=imap&amp;rev=1538573496&amp;do=diff</link>
            <description>IMAP
a login username password
a list &quot;&quot;&quot;*&quot;
a select INBOX

SMTP

RFC-5321
ehlo gep.neve.hu
mail from: felado@cime.hu
rcpt to: cimzett@cime.hu
data
Subject: Tárgy

Levél szövege
hosszasan
.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>journal</title>
            <link>https://wiki.hofelho.hu/doku.php?id=journal&amp;rev=1648644818&amp;do=diff</link>
            <description>To delete archived journal entries manually, you can use either the –vacuum-size or the –vacuum-time option. In the example below, we are deleting any archived journal files, so the journal size comes back to 200MB.
$ journalctl --vacuum-size=200M</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 30 Mar 2022 12:53:38 +0000</pubDate>
        </item>
        <item>
            <title>kernel</title>
            <link>https://wiki.hofelho.hu/doku.php?id=kernel&amp;rev=1538573496&amp;do=diff</link>
            <description>Kernel modulok induláskor

1. Bekapcsolás: Felveszed az alábbi fájlba a modul nevét
/etc/modules
vagy
/etc/modules-load.d/*.conf
2. Letiltás: Beírod az alábbi fájlba, hogy blacklist modulnev
/etc/modprobe.d/blacklist.conf</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>kms</title>
            <link>https://wiki.hofelho.hu/doku.php?id=kms&amp;rev=1611078174&amp;do=diff</link>
            <description>Windows aktiválás KMS szerveren keresztül:
slmgr.vbs /skms %kmsip%:1688
slmgr.vbs /ato

Office aktiválás KMS szerveren keresztül:
cscript //B &quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&quot; /sethst:%kmsip%
cscript //B &quot;C:\Program Files\Microsoft Office\Office16\OSPP.VBS&quot; /act</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 19 Jan 2021 17:42:54 +0000</pubDate>
        </item>
        <item>
            <title>ldap</title>
            <link>https://wiki.hofelho.hu/doku.php?id=ldap&amp;rev=1538573496&amp;do=diff</link>
            <description>LDAP

séma -&gt; szabályok

objectClass -&gt; structural / aux

dn: uid=davidt,ou=People,dc=caesar,dc=elte,dc=hu

attribútumok: MUST/MAY

sn:: valami=  -&gt; base64 kódolású

Base64 oda-vissza
openssl base64 -d	-&gt; dekóder
openssl base64 -e	-&gt; enkóder
ldapsearch</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>libreoffice</title>
            <link>https://wiki.hofelho.hu/doku.php?id=libreoffice&amp;rev=1767701460&amp;do=diff</link>
            <description>Nyomtatás méretezve

Elrendezés 

-&gt; Oldal formátuma 

-&gt; Munkalap 

-&gt; Méretezés / Méretezési mód: Nyomtatási tartományok zsugorítása a szélességhez / magassághoz</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 06 Jan 2026 12:11:00 +0000</pubDate>
        </item>
        <item>
            <title>linux_root_structure</title>
            <link>https://wiki.hofelho.hu/doku.php?id=linux_root_structure&amp;rev=1538573496&amp;do=diff</link>
            <description>Filesystem Hierarchy Standard

TL/DR



Forrás

&lt;https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard&gt;

Magyarul:
&lt;http://www.tankonyvtar.hu/hu/tartalom/tamop425/0046_operacios_rendszerek_gyakorlat/ch03s04.html&gt;

1. / – Root

Every single file and directory starts from the root directory.
Only root user has write privilege under this directory.
Please note that /root is root user’s home directory, which is not same as /.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>linux</title>
            <link>https://wiki.hofelho.hu/doku.php?id=linux&amp;rev=1578743993&amp;do=diff</link>
            <description>Linux

Hostname

Change hostname

Set hostname to desktop.nixcraft.com:
# hostname desktop.nixcraft.com
Change hostname permanently

You need to edit a file called /etc/hostname:
# vi /etc/hostname
Set new hostname:
desktop.nixcraft.com
Ubuntu

Mi hol van?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Jan 2020 11:59:53 +0000</pubDate>
        </item>
        <item>
            <title>lvm</title>
            <link>https://wiki.hofelho.hu/doku.php?id=lvm&amp;rev=1756382999&amp;do=diff</link>
            <description>LVM

source: &lt;https://unixutils.com/lvm-cheat-sheet-quick-reference/&gt;

CREATE PV,VG,LV
  pvcreate /dev/sda1 /dev/sdb1
  vgcreate vg_apps /dev/sda1 /dev/sdb1
  #create LV with all available space from vg_apps
  lvcreate -n lv_apps -l 100%FREE vg_apps
  #create LV with specific size 
  lvcreate -L 108G -n lv_apps vg_apps
  mkfs.ext4 /dev/vg_apps/lv_apps</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Aug 2025 12:09:59 +0000</pubDate>
        </item>
        <item>
            <title>memoria_swap</title>
            <link>https://wiki.hofelho.hu/doku.php?id=memoria_swap&amp;rev=1713267954&amp;do=diff</link>
            <description>Swapfile

Swapfile készítése

Swap ki / bekapcsolása

Nézd meg, hogy van-e elég memóriád, hogy a swap beleférjen. Ha nincs, akkor valamit zárj be, mert ha nem, az oomkiller fogja.


  swapoff -a
  swapon -a


Sok használatban lévő memória esetén nagyon sokáig is tarthat a swapoff. Ez esetben az alábbit érdemes kipróbálni.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 16 Apr 2024 11:45:54 +0000</pubDate>
        </item>
        <item>
            <title>mt851</title>
            <link>https://wiki.hofelho.hu/doku.php?id=mt851&amp;rev=1538573496&amp;do=diff</link>
            <description>*  mediatek mtk6261 cpu
	*  &lt;https://www.aliexpress.com/item/HQ-Anti-Lost-GPS-Tracker-Watch-For-Kids-SOS-Emergency-GSM-Smart-Mobile-Phone-App-For/32766262248.html?spm=2114.30010308.3.41.OOxD0d&amp;s=p&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_10501_10000074_10503_10000032_119_10000025_10000029_10000028_10060_10000067_10062_10056_10055_10000062_10054_10059_10099_10000022_10000013_10103_10102_10000016_10096_10000018_10000019_10000056_10000059_10052_10053_10107_10050_10106_10051_9983_100000…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>mysql-esettanulmany-1</title>
            <link>https://wiki.hofelho.hu/doku.php?id=mysql-esettanulmany-1&amp;rev=1757669594&amp;do=diff</link>
            <description>MySQL teljesítmény és Query Cache problémák

Mit érdemes tenni, ha a mysql processlistben rengeteg a „Waiting for query cache lock”?

Válasz:

A `Waiting for query cache lock` üzenet a MySQL processlistben azt jelzi, hogy a Query Cache-t használod, és a folyamatok sorban állnak, mert egyszerre csak egy query írhat/érvényesíthet bejegyzést a cache-be.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Sep 2025 09:33:14 +0000</pubDate>
        </item>
        <item>
            <title>mysql</title>
            <link>https://wiki.hofelho.hu/doku.php?id=mysql&amp;rev=1757669555&amp;do=diff</link>
            <description>Install (CentOS)
yum install mysql-server mysql php-mysql

How to configure MySQL

1. Set the MySQL service to start on boot
 

 chkconfig --levels 235 mysqld on 

2. Start the MySQL service

  service mysqld start 

3. Log into MySQL

  mysql -u root</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Sep 2025 09:32:35 +0000</pubDate>
        </item>
        <item>
            <title>nextcloud</title>
            <link>https://wiki.hofelho.hu/doku.php?id=nextcloud&amp;rev=1772386721&amp;do=diff</link>
            <description>Preview generation:

	*  in config.php
  enable_previews -&gt; true / false
  preview providers -&gt; check for certain type
	*  storage location:
  data/appdata_instanceid/preview
	*  previewgenerator app 


    # generates previews to preview storage location
    # using config settings
    occ preview:cleanup
    occ preview:pre-generate # -&gt; only new files!
    occ preview:generate-all -vvv --workers=n username  # use a worker count of ~ 2*cpu cores
    occ files:scan-app-data</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 Mar 2026 17:38:41 +0000</pubDate>
        </item>
        <item>
            <title>office</title>
            <link>https://wiki.hofelho.hu/doku.php?id=office&amp;rev=1648709999&amp;do=diff</link>
            <description>Excel nem hajlandó törölni bizonyos sorokat, pedig nem védett cellák

Ellenőrizd a védett mód beállításait:

Beállítások &gt; Adatvédelmi központ &gt; Adatvédelmi központ beállításai --&gt; Védett nézet

How to change update channel for o365 apps</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 31 Mar 2022 06:59:59 +0000</pubDate>
        </item>
        <item>
            <title>openssl</title>
            <link>https://wiki.hofelho.hu/doku.php?id=openssl&amp;rev=1538573496&amp;do=diff</link>
            <description>Generate

Generate a new private key and Certificate Signing Request
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
Generate a self-signed certificate
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>package_forditas</title>
            <link>https://wiki.hofelho.hu/doku.php?id=package_forditas&amp;rev=1538573496&amp;do=diff</link>
            <description>Fordítás

Szükséges csomagok

	*  dpkg-dev
	*  devscripts

Fordítás

/usr/src alatt
apt-get source valami

dpkg-buildpackage -us -uc
  -nc ;folytatja ahol abbamaradt
  -d ;figyelmen kívül hagyja a dependenciákat
  -b ;binaries-only
Parancsok</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>pam</title>
            <link>https://wiki.hofelho.hu/doku.php?id=pam&amp;rev=1571151830&amp;do=diff</link>
            <description>Login helyben pw nélkül:
vim /etc/pam.d/login auth sufficient pam_securetty.so</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 15 Oct 2019 15:03:50 +0000</pubDate>
        </item>
        <item>
            <title>postfix-dovecot</title>
            <link>https://wiki.hofelho.hu/doku.php?id=postfix-dovecot&amp;rev=1538573496&amp;do=diff</link>
            <description>*  &lt;https://help.ubuntu.com/community/PostfixVirtualMailBoxClamSmtpHowto&gt;
	*  &lt;https://www.exratione.com/2016/05/a-mailserver-on-ubuntu-16-04-postfix-dovecot-mysql/&gt;

Postfix SMTP &amp; Dovecot SASL
/etc/postfix/main.cfsmtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noplaintext,noanonymous
smtpd_sasl_tls_security_options = noanonymous
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
queue_directory = /var/spool/postfix

smtpd_tls_cert_file = /etc/apache2/ssl/valami.hu/cert.pem
smt…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>postgresql</title>
            <link>https://wiki.hofelho.hu/doku.php?id=postgresql&amp;rev=1663326992&amp;do=diff</link>
            <description>PostgreSQL

	*  default port 5432
	*  minden objektumnak van tulajdonosa,
	*  csak a tulajdonos törölhet
	*  a tulajdonos állítható
	*  pg_hba.conf

Parancsok

	*  \?
	*  \d	#show all tables/describe table
	*  \c	#use / connect
	*  \l	#show all databases</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Sep 2022 11:16:32 +0000</pubDate>
        </item>
        <item>
            <title>regexp</title>
            <link>https://wiki.hofelho.hu/doku.php?id=regexp&amp;rev=1538573496&amp;do=diff</link>
            <description>REGEXP

	*  (egrep, vagy perl regexp)
	*  ha nem megy, egy \-sel le kell védeni

Karakterek

	*  ^ -&gt; sor eleje!!!
	*  [...] -&gt; ami benne van, azok közül bármelyikre matchel
	*  [^valami] -&gt; ami nincs benne
	*  . -&gt; bármi, egy karakter
	*  $ -&gt; sor vége</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>session</title>
            <link>https://wiki.hofelho.hu/doku.php?id=session&amp;rev=1538573496&amp;do=diff</link>
            <description>PHP Session kezelés

Session kezdete
session_name (&#039;valami&#039;); //opcionális
session_start();

Session változó
$_SESSION;
$_SESSION[&#039;valami&#039;] = fff;
echo $_SESSION[&#039;valami&#039;];

Beállítások

&lt;http://php.net/manual/en/session.configuration.php&gt;

Session storage

A sessionöket többféle módon tárolhatjuk:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>set_up_ubuntu_as_a_simple_router_with_nat</title>
            <link>https://wiki.hofelho.hu/doku.php?id=set_up_ubuntu_as_a_simple_router_with_nat&amp;rev=1625573933&amp;do=diff</link>
            <description>The task

Let&#039;s suppose the following:

	*  your server&#039;s ip address is 1.2.3.4, 
	*  and you wish to route for the subnet 192.168.1.0/24
	*  Your primary ethernet adapter is enp2s0 
	*  and the secondary is enp7s0
	*  this document does not contain info on setting up DHCP for the subnet. (e.g. use fix IP addresses)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 06 Jul 2021 12:18:53 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://wiki.hofelho.hu/doku.php?id=ssh&amp;rev=1762504408&amp;do=diff</link>
            <description>SSHd konfig

AllowUsers opció

Lehet szűrni vele, hogy a valid shell-el rendelkező userek közül kik jöhetnek be egyáltalán SSH-val, illetve amennyiben tudható a forrás IP / tartomány úgy lehet limitálni még arra is.. Pl:  „AllowUsers valaki@valami.hu</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 07 Nov 2025 08:33:28 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.hofelho.hu/doku.php?id=start&amp;rev=1772097931&amp;do=diff</link>
            <description>Tartalom

Általános

	*  Diszkek, MBR / GPT
	*  Boot, BIOS / UEFI

Linux

	*  Linux általános dolgok
	*  Filesystem Hierarchy Standard
	*  Userek
	*  apt
	*  pam
	*  Kernel
	*  lvm
	*  btrfs
	*  Systemd
	*  Journal
	*  Memória, Swap
	*  Suspend
	*  GRUB
	*  Billentyűzet
	*  Audio
	*  X
	*  Gnome
	*  Hasznos programok
	*  vi(m)
	*  Hálózat
	*  Fájlrendszerek
	*  OpenSSL
	*  BASH
	*  Package fordítás
	*  how to create samba network share
	*  cups
	*  dd
	*  Arch
	*  unattended-upgrades
	*  NFS
	* …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 26 Feb 2026 09:25:31 +0000</pubDate>
        </item>
        <item>
            <title>suspend</title>
            <link>https://wiki.hofelho.hu/doku.php?id=suspend&amp;rev=1602748453&amp;do=diff</link>
            <description>Az alvó mód / hibernálás a következő módon érhető el kernel szinten
echo [freeze|mem|disk] &gt; /sys/power/state
#freeze = Suspend to Idle
#mem = Suspend to RAM
#disk = Suspend to Disk
Normál esetben ez nem közvetlenül a kernel hívással történik, hanem több szinten keresztül, hogy a különböző hook-ok lefuthassanak</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Oct 2020 07:54:13 +0000</pubDate>
        </item>
        <item>
            <title>svn</title>
            <link>https://wiki.hofelho.hu/doku.php?id=svn&amp;rev=1538573496&amp;do=diff</link>
            <description>svn parancsok

	*  commit
	*  update
	*  add
	*  status
	*  copy
	*  move
	*  delete
	*  revert
	*  resolve
	*  diff

konfig fájlok
~/.subversion/servers</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>systemd</title>
            <link>https://wiki.hofelho.hu/doku.php?id=systemd&amp;rev=1645622273&amp;do=diff</link>
            <description>Basic usage


 systemctl start apache2
 systemctl stop apache2
 systemctl enable apache2
 systemctl disable apache2
 systemctl status apache2


networkd

Config files:
/etc/systemd/networkDNS=...
DHCP=..
Gateway=..
Address=..
Domains=..
...
Check man systemd.network</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 23 Feb 2022 13:17:53 +0000</pubDate>
        </item>
        <item>
            <title>szamitogepek-alapok</title>
            <link>https://wiki.hofelho.hu/doku.php?id=szamitogepek-alapok&amp;rev=1538573496&amp;do=diff</link>
            <description>Bevezető

Ez az írás azoknak készül, akik a számítógépeket nem ismerik, vagy kevésbé érzik otthon magukat a számítógépek használata közben.

Alapok

Számítógép

Manapság a számítógépeknek rengetegféle fajtájával találkozhatunk.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>unattended-upgrades</title>
            <link>https://wiki.hofelho.hu/doku.php?id=unattended-upgrades&amp;rev=1619073020&amp;do=diff</link>
            <description># vim /etc/apt/apt.conf.d/50unattended-upgrades
  Unattended-Upgrade::Mail &quot;root&quot;;
  # set up the needed behavior
  ...
  
# dpkg-reconfigure -plow unattended-upgrades # -&gt; creates following file:

# editor /etc/apt/apt.conf.d/20auto-upgrades
  APT::Periodic::Update-Package-Lists &quot;1&quot;;
  APT::Periodic::Download-Upgradeable-Packages &quot;1&quot;;
  APT::Periodic::Unattended-Upgrade &quot;1&quot;;
  APT::Periodic::AutocleanInterval &quot;7&quot;;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 22 Apr 2021 06:30:20 +0000</pubDate>
        </item>
        <item>
            <title>userek</title>
            <link>https://wiki.hofelho.hu/doku.php?id=userek&amp;rev=1538573496&amp;do=diff</link>
            <description>Modify users

Add user to group
usermod -aG group user

To change just the username:
usermod -l new_username old_username

To change the username and home directory name:
usermod -l new_username -m -d /new/home/dir old_username
You may also want to change the name of the group associated with the user:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>vernee_thor</title>
            <link>https://wiki.hofelho.hu/doku.php?id=vernee_thor&amp;rev=1538573496&amp;do=diff</link>
            <description>Vernee specialitások

	*  Recovery mód:
		*  VolUP+PowerOn, majd „recovery”

	*  Download mód:
		*  csak simán kapcsold ki a telefont és csatlakoztasd

	*  Bootloader Unlock:
		*  Aktiváld a fejlesztői módot,
		*  aztán kapcsold be ezt:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>video_feldolgozas</title>
            <link>https://wiki.hofelho.hu/doku.php?id=video_feldolgozas&amp;rev=1695556151&amp;do=diff</link>
            <description>ffmpeg

Forgatás:
ffmpeg -i input.mp4 -vf transpose=2 output.mp4
	*  0 = 90° counter-clockwise and vertical flip (default)
	*  1 = 90° clockwise
	*  2 = 90° counter-clockwise
	*  3 = 90° clockwise and vertical flip

Vágás:
ffmpeg -i input.mp4 -ss 00:00:00.200 -c:v copy -c:a copy output.mp4</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Sep 2023 11:49:11 +0000</pubDate>
        </item>
        <item>
            <title>vim</title>
            <link>https://wiki.hofelho.hu/doku.php?id=vim&amp;rev=1749039411&amp;do=diff</link>
            <description>vi(m) parancsok

keresés


  /keresett-szoveg
  ?visszafele-keresett-szoveg


következő: n, előző: N

csere


  :%s/keresett/csere/g


Sortörések


  :set wrap
  :set nowrap


Számozás


  :set number
  :set nonumber


Copy/Paste mód


  :set paste
  :set nopaste</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 04 Jun 2025 12:16:51 +0000</pubDate>
        </item>
        <item>
            <title>virtualbox</title>
            <link>https://wiki.hofelho.hu/doku.php?id=virtualbox&amp;rev=1607325905&amp;do=diff</link>
            <description>Enable nested virtualization:
VBoxManage modifyvm pmx --nested-hw-virt on

Create RAW VMDK:

For partition /dev/sda3 (This creates a RAW virtual disk for the whole sda, but only sda3 will be available from the VM)
VBoxManage internalcommands createrawvmdk -filename new-virtualdisk.vmdk -rawdisk /dev/sda -partitions 3</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 07 Dec 2020 07:25:05 +0000</pubDate>
        </item>
        <item>
            <title>wayteq_xbook-60hd</title>
            <link>https://wiki.hofelho.hu/doku.php?id=wayteq_xbook-60hd&amp;rev=1538573496&amp;do=diff</link>
            <description>xBook 60hd

Ez egy rockchip 2818 alapú e-book olvasó

Download mode: kikapcsolod az eszközt, majd nyomva tartod az OK gombot és bedugod a kábelt.

rk-tools

A gyári firmware image egy csomagolt fájl, ennek kicsomagolásához van szükségünk az rk-tools csomagra.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>web-lecke1-kostolo-0</title>
            <link>https://wiki.hofelho.hu/doku.php?id=web-lecke1-kostolo-0&amp;rev=1566803827&amp;do=diff</link>
            <description>Mire lesz szükségem?

	*  egy kevés angolra
	*  türelemre
	*  időre

OK, időből és türelemből van a legkevesebb, tehát vágjunk a közepébe: a CMS-eken keresztül lehet a leggyorsabban, legkönnyebben belekóstolni abba, hogyan kerül a webre az a sok minden.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 26 Aug 2019 07:17:07 +0000</pubDate>
        </item>
        <item>
            <title>web-lecke1-kostolo-1</title>
            <link>https://wiki.hofelho.hu/doku.php?id=web-lecke1-kostolo-1&amp;rev=1566802914&amp;do=diff</link>
            <description>Saját honlap

Hova tegyem?

A tanuláshoz próbálj létrehozni egy saját honlapot egy ingyenes tárhelyszolgáltatónál:

	*  &lt;https://nethely.hu&gt;
	*  &lt;https://infinityfree.net/&gt;
	*  Ha nem tetszik, keress továbbiakat

Mit tegyek oda?

Ha kiválasztottad a szimpatikus tárhelyet, fel kell rá töltened valamilyen anyagot. A legegyszerűbb egy sima szöveges fájl.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 26 Aug 2019 07:01:54 +0000</pubDate>
        </item>
        <item>
            <title>webdev</title>
            <link>https://wiki.hofelho.hu/doku.php?id=webdev&amp;rev=1566800741&amp;do=diff</link>
            <description>Mi ez?

Ez egy folyamatosan bővülő anyag a webfejlesztésről. Úgy szeretném felépíteni, hogy egyre nehezedő leckéket végigkövetve lehessen megismerni a webfejlesztést, és a tágabb környezetét.

Nem célom, hogy mindent szájbarágósan leírjak, minden leckében plusz olvasnivalók, tanfolyam-linkek lesznek, sok utánajárásra és saját próbálgatásra van szükség, ez élesben is körülbelül 1/3 - 2/3 része a webfejlesztési és programozási munkának.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 26 Aug 2019 06:25:41 +0000</pubDate>
        </item>
        <item>
            <title>windows_11</title>
            <link>https://wiki.hofelho.hu/doku.php?id=windows_11&amp;rev=1648840538&amp;do=diff</link>
            <description>Hogyan érem el a Windows belső alkalmazásait?

Pl. szeretnél asztali parancsikont készíteni hozzájuk, vagy más okból szeretnéd őket megtalálni, de a C:\Program Files\WindowsApps nem hozzáférhető.

(Nem, rendszergazdaként sem, és ha elállítod a jogokat, akkor nem fognak működni a programok</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Apr 2022 19:15:38 +0000</pubDate>
        </item>
        <item>
            <title>windows_egyeb</title>
            <link>https://wiki.hofelho.hu/doku.php?id=windows_egyeb&amp;rev=1648050272&amp;do=diff</link>
            <description>Helyi felhasználó-, csoportkezelés

Felhasználó csoporthoz adása
net localgroup administrators adm_user /add

For user to run scheduled job

The user that is configured to run this scheduled task must have „Log on as a batch job” rights on the computer that hosts the exe you are launching. This can be configured on the local security policy of the computer that hosts the exe. You can change the policy (on the server hosting the exe) under</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 23 Mar 2022 15:44:32 +0000</pubDate>
        </item>
        <item>
            <title>x</title>
            <link>https://wiki.hofelho.hu/doku.php?id=x&amp;rev=1538573496&amp;do=diff</link>
            <description>Default display manager
/etc/X11/default-display-manager
Képernyő elforgatás
xrandr -o left
xrandr -o right
xrandr -o normal
Fényerő beállítás indításkor

Például, xbacklight utility segítségével

/etc/rc.local fájlba:


ac=$(cat /sys/class/power_supply/AC/online);
if [ $ac -eq 1 ];
then
        xbacklight -set 100
else
        xbacklight -set 50
fi
exit 0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
        <item>
            <title>xposed_framework</title>
            <link>https://wiki.hofelho.hu/doku.php?id=xposed_framework&amp;rev=1538573496&amp;do=diff</link>
            <description>Xposed framework

	*  szerezd be innen: &lt;http://repo.xposed.info/module/de.robv.android.xposed.installer&gt;
	*  Hasznos modulok:
		*  GravityBox
		*  ChromePie
		*  XPrivacy
		*  Gyro-emu
		*  CustomShare</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 13:31:36 +0000</pubDate>
        </item>
    </channel>
</rss>
