{"id":19440020,"url":"https://github.com/matteyeux/linux-stuff","last_synced_at":"2026-04-11T21:04:02.332Z","repository":{"id":98379004,"uuid":"114689131","full_name":"matteyeux/linux-stuff","owner":"matteyeux","description":"Linux stuff","archived":false,"fork":false,"pushed_at":"2018-06-17T09:09:45.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T21:43:34.590Z","etag":null,"topics":["kernel","linux"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteyeux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-12-18T21:23:28.000Z","updated_at":"2018-06-17T09:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"92e255a8-0a2b-433c-b4f4-d4ebd6151747","html_url":"https://github.com/matteyeux/linux-stuff","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/matteyeux%2Flinux-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Flinux-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Flinux-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteyeux%2Flinux-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteyeux","download_url":"https://codeload.github.com/matteyeux/linux-stuff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240620801,"owners_count":19830422,"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":["kernel","linux"],"created_at":"2024-11-10T15:27:42.142Z","updated_at":"2026-04-11T21:04:02.265Z","avatar_url":"https://github.com/matteyeux.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux\npic.patch : used to fix this error when building kernel with GCC 5+(?):\n```\n$ make\n  CHK     include/config/kernel.release\n  CHK     include/generated/uapi/linux/version.h\n  CHK     include/generated/utsrelease.h\n  CC      kernel/bounds.s\nkernel/bounds.c:1:0: error: code model kernel does not support PIC mode\n /*\n\nKbuild:44: recipe for target 'kernel/bounds.s' failed\nmake[1]: *** [kernel/bounds.s] Error 1\nMakefile:987: recipe for target 'prepare0' failed\nmake: *** [prepare0] Error 2\n```\nTo apply patch : `patch Makefile pic.patch` \u003cbr\u003e \nIt forces no-pie for distro compilers that enable pie by default\n\n## cutter\n[Cutter](https://github.com/radareorg/cutter) is a [radare2](https://github.com/radareorg/radare2) GUI.\n\n#### Build from sources : \nInstall some packages :\n- cmake \n- qt5-default \n- libqt5svg5-dev \n- git\n\nTo build we first need to install radare2 :\n- clone radare2 : `git clone https://github.com/radareorg/radare2`\n- cd to radare2 directory then run install script : `cd radare2; ./sys/install.sh; cd ..`\n\nOnce r2 is built we can now build cutter :\n- clone cutter : `git clone https://github.com/radareorg/cutter`\n- cd to src and create a new dir then run `cmake` from this dir, like this : `cd src; mkdir build \u0026\u0026 cd build`\n- run cmake and make : `cmake ..; make`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteyeux%2Flinux-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteyeux%2Flinux-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteyeux%2Flinux-stuff/lists"}