If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: grml.github.io - How to contribute to Grml.org.

site address: grml.github.io

site title: How to contribute to Grml.org

Our opinion (on Monday 17 August 2026 9:29:25 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:

Headings (most frequently used words):

to, how, contribute, grml, we, want, you, org, identifying, the, appropriate, git, repository, fork, create, patch, get, your, work, upstream, contact,

Text of the page (most frequently used words):
the (41), you (35), grml (34), your (20), and (18), git (18), #repository (15), github (11), patch (11), work (9), get (8), are (7), how (7), with (7), live (7), project (6), fork (6), #contribute (6), have (6), can (6), already (6), create (6), this (5), don (5), page (5), our (5), want (5), boot (5), that (4), about (4), available (4), over (4), com (4), commit (4), check (4), out (4), etc (4), core (4), where (4), think (3), open (3), source (3), let (3), small (3), even (3), right (3), started (3), feature (3), prefer (3), then (3), org (3), account (3), based (3), pull (3), all (3), also (3), for (3), upstream (3), hack (3), files (3), simple (3), repositories (3), system (3), might (2), not (2), but (2), using (2), set (2), needs (2), matter (2), really (2), ass (2), something (2), like (2), which (2), way (2), new (2), talk (2), irc (2), time (2), important (2), contact (2), send (2), email (2), either (2), use (2), master (2), documentation (2), requests (2), click (2), getting (2), only (2), has (2), great (2), much (2), yet (2), once (2), clone (2), https (2), read (2), give (2), own (2), screen (2), appropriate (2), process (2), linux (2), initramfs (2), takes (2), driven (2), autoconfig (2), place (2), their (2), need (2), start (2), help (2), 2012, follow, grmlproject, afraid, experienced, enough, any, other, tell, otherwise, arriving, highly, likely, skill, matching, early, contributions, tend, minor, ones, first, step, becoming, developer, may, contribution, shy, make, better, kick, solution, unsure, one, particular, bug, fixed, what, best, awesome, incomplete, usually, oftc, net, most, central, european, summer, asynchronous, communication, flood, mailboxes, subscribe, devel, mailinglist, 000, created, file, bugs, common, mail, client, itself, format, origin, worries, interested, further, regarding, head, chose, got, request, button, into, isn, making, hotter, advantages, features, tested, maintained, community, gain, credit, finally, would, share, pretty, aren, familiar, learn, more, plenty, useful, information, scm, add, implement, bugfix, happy, replace, changed, checkout, mygreatfeature, creating, branch, avoid, messy, history, conflicts, possibly, showing, explore, grab, anyway, web, url, being, following, screenshot, should, copy, without, asking, permission, simply, easiest, play, choosing, side, upper, identified, correct, none, described, match, through, try, spot, just, list, notice, onto, usb, thumb, drive, waiting, grml2usb, frontend, booting, via, network, pxe, known, terminalserver, now, visit, machine, room, starts, kernel, after, stage, finished, main, featured, nifty, implemented, options, enjoying, fantastic, forget, huge, fan, zsh, vim, tmux, pimp, configs, music, plays, homepage, found, typo, feel, desparate, fix, denglish, ask, here, soooo, many, identifying, sure, find, apropriate, sources, please, know, skip, from, straight, towards, joined, party, does, people, free, stuff, done, saved, back, website, will, team, bootable, debian, active, since, 2003, used, tens, thousands, users, identify, home,


Text of the page (random words):
how to contribute to grml org how to contribute to grml home identify fork create a patch get your work upstream contact how to contribute to grml we want you grml the bootable linux live system live cd based on debian is an active open source project available since 2003 and used by tens of thousands of users we need your help driven by a small team of people in their free time we can t get as much stuff done as we d like to if grml saved your ass and want to give something back to the grml project this website will get you started important don t be afraid of us you might think that you re not experienced enough to contribute to grml or any other open source project but let us tell you otherwise by using grml and arriving at this page you are highly likely to have a skill set matching our needs early contributions tend to be small and minor ones but can be a first step to becoming an open source developer so no matter how small you may think your contribution is it really does matter to us don t be shy let s make grml an even better kick ass solution how to contribute to grml org grml joined the github party all our repositories are available at github com grml if you already have a github account it s really simple to contribute so how to get started you already have a patch go straight towards getting your work upstream you already have a repository and want to create a patch from it check out how to create a patch already know which repository to work with skip over to fork not sure where to find the apropriate sources please read on identifying the appropriate git repository soooo many git repositories you might ask where to start we are here to help you grml s project homepage is available as git repository if you found a typo feel the desparate need to fix our denglish or work on our documentation that s the right place to start if you are also a huge fan of zsh vim screen and tmux and want to pimp their configs the grml etc core repository is where the music plays you re already enjoying your own live system based on grml fantastic don t forget to check out grml live now let s visit the machine room the boot process of grml starts with the linux kernel after that the initramfs takes over it s driven by live boot grml once the initramfs stage is finished the main boot up process featured in grml autoconfig takes over live boot grml and grml autoconfig are also the place where all the nifty grml boot options are implemented at a simple frontend to set up booting via network pxe is known as grml terminalserver to get your live system onto a usb thumb drive grml2usb is waiting for you notice none of the described repositories match your needs either go through the repository list and try to spot the appropriate repository or just talk to us fork you identified the correct git repository great the easiest way to play with the repository is by choosing the fork feature at the right side of the upper screen this should give you your own copy of the git repository and you can commit to it without even asking us for permission then you can simply create a patch you don t have a github account yet you can grab the git repository anyway on the github web page you can click on git read only then clone the url being https github com grml grml etc core git in the following screenshot check out the repository and explore it git clone https github com grml grml etc core git cd grml etc core create a patch creating a patch is simple check out a new branch in your repository to avoid messy commit history and conflicts possibly showing up in master git checkout b mygreatfeature implement your bugfix feature and once you re happy about it commit your work replace files with the files you changed hack hack hack git add files git commit v that s pretty much it if you aren t familiar with git yet and want to learn more git scm com has plenty of useful information finally it would be great if you d share your work with us get your work upstream getting your work into grml isn t only about making grml even hotter it also has advantages for you you get your features tested and maintained by the community and gain credit if you chose to fork the repository all you ve got to do is click on the pull request button on your github page if you re interested in further documentation regarding pull requests head over to the github page about pull requests don t have a github account and or prefer email no worries create a patch based on your work git format patch origin master then send the created patch file s to bugs at grml org either use your common mail client or if you prefer use git itself git send email 000 patch contact important if you re unsure about something like which repository is the right one if a particular bug is fixed already what the best way to get started with your awesome new feature is or think this page is incomplete talk to us we re usually available on irc in grml on irc oftc net most of us are using central european summer time if you prefer asynchronous communication subscribe to the grml devel mailinglist and flood our mailboxes follow grmlproject grml project 2012 fork this project at github
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

The site also has 1 references to other resources (not html/xhtml )

 github.com/grml/grml.org  Verify


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 200 OK
Connection close
Content-Length 4085
Server GitHub.com
Content-Type text/html; charset=utf-8
Last-Modified Wed, 18 Dec 2024 16:35:55 GMT
Access-Control-Allow-Origin *
ETag W/ 6762f9eb-2db0
expires Mon, 17 Aug 2026 09:39:25 GMT
Cache-Control max-age=600
Content-Encoding gzip
x-proxy-cache MISS
X-GitHub-Request-Id 720C:185CAA:97BE1C3:989DD95:6A82D475
x-github-edge-region fra
Accept-Ranges bytes
Age 0
Date Mon, 17 Aug 2026 09:29:25 GMT
Via 1.1 varnish
X-Served-By cache-rtm-ehrd2290054-RTM
X-Cache MISS
X-Cache-Hits 0
X-Timer S1786958965.309756,VS0,VE131
Vary Accept-Encoding
X-Fastly-Request-ID 4a045beb606c1e58f450e8b0a3e0316f5a124f66

Load Info

page size4085
load time (s)0.17215
redirect count0
speed download23750
server IP 185.199.110.153
* all occurrences of the string "http://" have been changed to "htt???/"