New pages
From Andreida
- 21:25, 24 January 2025 Backup Linux system to Windows, keeping file flags and rights (hist | edit) [424 bytes] Andreas (talk | contribs) (Created page with "* install [https://www.cygwin.com/ Cygwin] * find your home directory using the "Cygwin Terminal" cygpath -w ~ * copy/link to the .ssh directory your config and your id_rsa files * test the backup with something small ssh YOUR-SERVER tar czf - -C / etc/ssl > `date +%FT%T`-YOUR-SERVER-TEST.tar.gz * do the real backup ssh YOUR-SERVER tar czf - -C / /var/backup/daily.0 > `date +%FT%T`-YOUR-SERVER.tar.gz")
- 12:16, 7 January 2025 Mysql/MariaDB (hist | edit) [1,029 bytes] Andreas (talk | contribs) (Created page with "=== check/fix errors in a mysql/mariaDb database === * use the tool [https://mariadb.com/kb/en/mariadb-check/ mariadb-check] ** it should be installed by default if you have an installed mariadb mariadb-check --all-databases --check --password mariadb-check --all-databases --repair --password")
- 06:53, 5 January 2025 Debian, finding and installing tools (hist | edit) [1,539 bytes] Andreas (talk | contribs) (Created page with "You keep your system up to date with apt-get update apt-get upgrade apt-get dist-upgrade With apt-get update you get the current list of packages and information about them. With apt-cache search <What-You-Want> you search inside that information. With apt-get install <package> you get the package you found out you probably want. That is all good and working. Mostly. But sometimes it is not good enough. You perhaps know exactly what command you want to be able...") originally created as "Debian, finding and install tools"
- 06:45, 5 January 2025 Debian, Swap (hist | edit) [1,696 bytes] Andreas (talk | contribs) (Created page with "In your /etc/fstab should be an entry like /dev/vda2 none swap sw 0 0 it might not point to a partition (/dev/vda2) but instead to a file and the "none" might be something different because it is (I think) not relevant for a swap partition. It will NOT be mounted, so don't try to use mount to see if it is working. With df -hT you see which partitions are know to your system and you get some information about them. BUT you norm...") originally created as "Swap"
- 11:33, 27 November 2024 OBS (Open Broadcaster Software) (hist | edit) [855 bytes] Andreas (talk | contribs) (Created page with "* [https://obsproject.com/ Homepage] * [https://store.steampowered.com/app/1905180/OBS_Studio/ Steam Store Page] == Show Firefox cropped == If you want to show how you are browsing and searching/reading, then you do the following: * Open your browser * goto OBS * Sources / + / Window Capture ** Window: firefox.exe ** Capture Method: Automatic ** Window Match: Match title, otherwise find window of same executable * Right-click "Firefox" entry in Sources (you need name it...")
- 11:24, 27 November 2024 Streaming / Recording (hist | edit) [37 bytes] Andreas (talk | contribs) (Created page with "* OBS")