https://github.com/valera-rozuvan/howtos
a collection of HOWTO documents - mostly linux related
https://github.com/valera-rozuvan/howtos
howto tutorial
Last synced: 3 months ago
JSON representation
a collection of HOWTO documents - mostly linux related
- Host: GitHub
- URL: https://github.com/valera-rozuvan/howtos
- Owner: valera-rozuvan
- License: other
- Created: 2018-02-14T23:25:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T15:53:28.000Z (9 months ago)
- Last Synced: 2026-03-01T22:51:18.151Z (3 months ago)
- Topics: howto, tutorial
- Homepage: https://howtos.rozuvan.net/
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# howtos
a collection of HOWTO documents - mostly linux related
## contents
1. [How to convert YouTube video to MP3 audio file for listening](./docs/001-convert-youtube-to-mp3.md)
2. [Initial setup of Amazon EC2 Ubuntu instance](./docs/002-initial-setup-amazon-ec2-ubuntu-instance.md)
3. [Install go-ethereum client](./docs/003-install-go-ethereum-client.md)
4. [GNU screen tips](./docs/004-screen.md)
5. [Setup Cordova on an empty Debian/Ubuntu box](./docs/005-setup-cordova.md)
6. [Easy Install Docker](./docs/006-easy-install-docker.md)
7. [Tweak Debian Mate](./docs/007-tweak-debian-mate.md)
8. [VNC and Vino](./docs/008-vnc-and-vino.md)
9. [gcloud setup](./docs/009-gcloud-setup.md)
10. [Publish new NPM version](./docs/010-publish-new-npm-version.md)
11. [Update fork PR](./docs/011-update-fork-pr.md)
12. [Install & run Flutter on Linux](./docs/012-install-flutter-on-linux.md)
13. [Compare 2 directories](./docs/013-compare-2-directories.md)
14. [Sync 2 directories](./docs/014-sync-2-directories.md)
15. [rsync with custom SSH port](./docs/015-rsync-with-custom-ssh-port.md)
16. [Virtual MacOS Web Cam](./docs/016-virtual-mac-os-web-cam.md)
17. [random 1GB file](./docs/017-random-1-gb-file.md)
18. [Encrypt a partition with LUKS](./docs/018-encrypt-a-partition-with-luks.md)
19. [GPG usage](./docs/019-gpg-usage.md)
20. [Preparing a Debian server for Docker services](./docs/020-preparing-a-debian-server-for-docker-services.md)
21. [Useful MongoDB commands](./docs/021-useful-mongo-db-commands.md)
22. [Backup a folder with tar and 7z](./docs/022-backup-a-folder-with-tar-and--7z.md)
23. [Small and fast static file server - lighttpd](./docs/023-small-and-fast-static-file-server-lighttpd.md)
24. [Change hostname in Debian](./docs/024-change-hostname-in-debian.md)
25. [Set proper time zone on a Debian-based Linux distro](./docs/025-correct-time-zone-on-ubuntu.md)
26. [Recursive sha256 workflow](./docs/026-recursive-sha256-workflow.md)
27. [mdadm Raid 5 on QEMU](./docs/027-mdadm-raid-5-on-qemu.md)
28. [Setup git-shell user](./docs/028-setup-git-shell-user.md)
29. [safe curl options](./docs/029-safe-curl-options.md)
30. [lint Markdown files](./docs/030-lint-markdown-files.md)
31. [creating a new QEMU VM](./docs/031-creating-a-new-qemu-vm.md)
32. [setup i3-wm with goodies on a minimal Debian install](./docs/032-i3-wm-minimal-debian-install.md)
33. [HTTP connections unlimited](./docs/033-http-connections-unlimited.md)
34. [using OpenSSL to encrypt strings and files on Linux](./docs/034-encrypting-files-using-openssl.md)
## about these howtos
This howto collection is maintained by the author (mostly for his own reference). The source code in plain Markdown is [available on GitHub](https://github.com/valera-rozuvan/howtos). If you have a GitHub account, you can jump straight in, and suggest edits or improvements via the link at the bottom of the page (**Improve this page**).
## license
The project `'howtos'` is licensed under the MIT License.
See [LICENSE](./LICENSE) for more details.
The latest source code can be retrieved from one of several mirrors:
- [github.com/valera-rozuvan/howtos](https://github.com/valera-rozuvan/howtos)
- [gitlab.com/valera-rozuvan/howtos](https://gitlab.com/valera-rozuvan/howtos)
Copyright (c) 2018-2025 [Valera Rozuvan](https://valera.rozuvan.net/)