{"id":18784505,"url":"https://github.com/pwittchen/learning-linux","last_synced_at":"2025-07-25T22:04:08.794Z","repository":{"id":77702457,"uuid":"43094745","full_name":"pwittchen/learning-linux","owner":"pwittchen","description":"learning Linux (Unix) and collecting resources about it","archived":false,"fork":false,"pushed_at":"2019-12-08T20:57:39.000Z","size":26,"stargazers_count":110,"open_issues_count":0,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-27T03:41:30.346Z","etag":null,"topics":["linux","notes","unix"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwittchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["pwittchen"],"custom":["https://paypal.me/pwittchen"]}},"created_at":"2015-09-24T21:45:48.000Z","updated_at":"2025-03-05T17:53:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"78790dfe-7dc1-4663-bc10-ab156189ac52","html_url":"https://github.com/pwittchen/learning-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Flearning-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Flearning-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Flearning-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Flearning-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwittchen","download_url":"https://codeload.github.com/pwittchen/learning-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248714730,"owners_count":21149956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","notes","unix"],"created_at":"2024-11-07T20:43:13.206Z","updated_at":"2025-04-13T12:33:09.169Z","avatar_url":"https://github.com/pwittchen.png","language":null,"funding_links":["https://github.com/sponsors/pwittchen","https://paypal.me/pwittchen"],"categories":[],"sub_categories":[],"readme":"Learning Linux\n==============\nRepository created in order to learn Linux and collect resources connected with it\n\nIt's not going to be next awesome-* list. This list is created for my own learning purposes and I'm not going to put here everything, but if someone else will find it useful, it's good.\n\nResources\n---------\n\n### general\n- [Source code of the Linux kernel](https://github.com/torvalds/linux)\n- [Linux survival](http://linuxsurvival.com/)\n- [Linux insides](https://github.com/0xAX/linux-insides)\n- [Linux insides (book on-line)](https://0xax.gitbooks.io/linux-insides/content/index.html)\n- [Learning assembly for linux-x64](https://github.com/0xAX/asm)\n- [Linux category on my blog (wittchen.io)](http://wittchen.io/tags/linux/) - my notes about daily usage of the system\n- [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux)\n- [awesome-linux-resources](https://github.com/itech001/awesome-linux-resources)\n- [cool but obscure unix tools](http://kkovacs.eu/cool-but-obscure-unix-tools)\n- [Unix tutorials](http://www.grymoire.com/Unix/)\n- [Bandit linux wargame](http://overthewire.org/wargames/bandit/)\n- [The Practical Linux Hardening Guide](https://github.com/trimstray/the-practical-linux-hardening-guide)\n- [Arch Wiki](https://wiki.archlinux.org/)\n- [Arch Linux](https://www.archlinux.org/)\n\n### video\n- [YouTube channel of Luke Smith](https://www.youtube.com/channel/UC2eYFnH61tmytImy1mTYvhA) - one of my fav sources of knowledge\n\n### building linux\n- [Build yourself a Linux](https://github.com/MichielDerhaeg/build-linux)\n\n### command line \u0026 bash programming\n- [The art of command line](https://github.com/jlevy/the-art-of-command-line) - absolutely must read\n- [Linux Tutorial - Command Line](http://ryanstutorials.net/linuxtutorial/commandline.php)\n- [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/)\n- [Bash programming - introduction](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)\n- [Bash scripting tutorial](http://linuxconfig.org/bash-scripting-tutorial)\n- [Learnign bash scripting for beginners](http://www.cyberciti.biz/open-source/learning-bash-scripting-for-beginners/)\n- [List of bash on-line tutorials](http://wiki.bash-hackers.org/scripting/tutoriallist)\n- [bash guide](https://github.com/Idnan/bash-guide)\n- [command line text processing](https://github.com/learnbyexample/Command-line-text-processing)\n- [pure bash bible](https://github.com/dylanaraps/pure-bash-bible)\n\n### grep, sed, awk\n- [Command Line Tutorials - sed \u0026 awk](https://quickleft.com/blog/command-line-tutorials-sed-awk/)\n- [Unix Tutorials - awk](http://www.grymoire.com/Unix/Awk.html)\n- [An awk primer](http://www.vectorsite.net/tsawk.html)\n- [sed at panix.com](http://www.panix.com/~elflord/unix/sed.html)\n- [grep at panix.com](http://www.panix.com/~elflord/unix/grep.html)\n- [regular-expressions.info](http://www.regular-expressions.info/)\n- [sed one-liners](http://sed.sourceforge.net/sed1line.txt)\n\n### vim\n- [interactive openvim tutorial](http://www.openvim.com/)\n- [vim tutorial and primer](https://danielmiessler.com/study/vim/)\n- [vim tutorial at vim.wikia.com](http://vim.wikia.com/wiki/Tutorial)\n- [vim tutorial at linuxconfig.or](http://linuxconfig.org/vim-tutorial)\n- [everything you need to know about vim](https://github.com/mhinz/vim-galore)\n- [vi survival guide](http://www.nuxified.org/vi_survival_guide)\n- [vim clutch - hardware pedal for text editing in vim](https://github.com/alevchuk/vim-clutch)\n- vimtutor\n- Practical Vim - book\n\n### tmux\n- [Terminal multiplexer czyli mój nowy przyjaciel! - PL](https://nocturndev.wordpress.com/2015/01/12/tmux/)\n- [Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf](http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/)\n- [Awesome Tmux links collection](https://github.com/rothgar/awesome-tmux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwittchen%2Flearning-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwittchen%2Flearning-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwittchen%2Flearning-linux/lists"}