Main Page
From Freephile Wiki
Check out our latest Video!
Freephile Wiki[edit]
Freephile Wiki is a site about free technology. It was started by Greg Rundlett of eQuality Technology. This site is a wiki that you can edit. Contact Greg to request an account.
People and FREE Directory are available to answer your specific questions and go beyond what you can do on your own. | Applications are specific tools that you can use in business, home, education and life. |
The Help system will get you started quickly, and is a trusty resource whenever you need Help. |
The powerful search in this wiki will help you find whatever you are looking for. See the Index for a complete list of articles. Search is also a complete category. |
What's New[edit]
POTD[edit]
Articles[edit]
31 January 2025
- 18:1618:16, 31 January 2025 MediaWiki/contributing (hist | edit) [5,279 bytes] Admin (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> # make sure you have git-review (https://docs.opendev.org/opendev/git-review/latest/) installed sudo apt-get install git-review # clone MediaWiki into your working directory cd ~/src git clone https://gerrit.wikimedia.org/r/mediawiki/core.git mediawiki cd mediawiki/ # After cloning a repository, you need to set it up for using git-review git review -s # Use the commit message template that is found in the MediaWiki sources git config comm...")
- 07:4707:47, 31 January 2025 Marketing/eQuality-Technology (hist | edit) [1,245 bytes] Admin (talk | contribs) (extracted from the Marketing page) Tag: Visual edit
30 January 2025
- 15:4015:40, 30 January 2025 JavaScript/hacks (hist | edit) [1,693 bytes] Admin (talk | contribs) (Created page with "A collection of little JavaScript hacks. == Pull headings out of a page == <syntaxhighlight lang="javascript">Array.from(document.getElementsByTagName("h1")).forEach(function (item) { console.log(item.textContent); });</syntaxhighlight>Using the browser's developer console, you can pop this one-liner in to see the list of '''headings''' in your web page. * <code>document.getElementsByTagName("h1")</code> returns an [https://developer.mozilla.org/en-US/docs/Web/API/HTML...") Tag: Visual edit
23 January 2025
- 20:5720:57, 23 January 2025 RELEASE NOTES (hist | edit) [7,199 bytes] Admin (talk | contribs) (Created page with "You've studied the Git/hacks and built a ton of features, fixes, and updates to your codebase in a sprint worthy of Hussein Bolt. Now it's time to create some release notes - which in the tradition of open source is stored in the RELEASE_NOTES file of your project. Since your team follows the best practices of writing good commit comments and also creating appropriate branches and pull requests, then it's a simple matter of letting ```git``` tell you what's in the r...") Tag: Visual edit
- 16:0216:02, 23 January 2025 Principal component analysis (hist | edit) [583 bytes] Admin (talk | contribs) (Created page with "wikipedia:Principal component analysis has applications in many fields such as population genetics, microbiome studies, and atmospheric science. It is a methodology to take a wide range of data and reduce it to be able to describe or visualize the data more easily without losing too much accuracy. This video explains it {{Video|url=https://www.youtube.com/watch?v=FD4DeN81ODY}} Category:Database Category:Analysis Category:Math") Tag: Visual edit
22 January 2025
- 13:5713:57, 22 January 2025 M (hist | edit) [4,633 bytes] Admin (talk | contribs) (initial draft) Tag: Visual edit
16 January 2025
- 16:1916:19, 16 January 2025 Meza (hist | edit) [276 bytes] Admin (talk | contribs) (Created page with "Meza is '''MediaWiki EZ Administration''' See our fork at https://github.com/freephile/meza Category:Meza Category:MediaWiki Category:Ansible Category:DevOps Category:Automation") Tag: Visual edit
- 15:5015:50, 16 January 2025 ListExtensionRepos.sh (hist | edit) [3,560 bytes] Admin (talk | contribs) (Created page with "This script is a handy tool to see which of the directories in your MediaWiki instance '''extensions''' directory are themselves a git checkout. For development, you would need them to be, in order to track changes and know what you were dealing with. (The script works on any collection of directories having .git repositories. It could list repos in <code>~/src</code>) == Instructions == # Copy and save this content as '''listExtensionRepos.sh''' anywhere on you...") Tag: Visual edit
14 January 2025
- 09:1909:19, 14 January 2025 Docker Desktop (hist | edit) [9,079 bytes] Admin (talk | contribs) (Created page with "(Intro needed about Docker Desktop) == Docker Desktop not working on Ubuntu 24.04 == Docker Desktop apparently has a problem running on Ubuntu 24.04 (and Kubuntu 24.04) You can tell because when you launch Docker Desktop, nothing happens (the dockerd daemon does not start, and the GUI does not appear). You can also tell because if you try to do anything from the command line (e.g. <code>docker run hello-world</code>), or otherwise involve Docker, you will get the...") Tag: Visual edit: Switched
10 January 2025
- 17:3317:33, 10 January 2025 PHPUnit (hist | edit) [3,342 bytes] Admin (talk | contribs) (draft) Tag: Visual edit
Revisions[edit]
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
2 February 2025
|
23:36 | Automation and orchestration tools 4 changes history +3,049 [Admin (4×)] | |||
|
23:36 (cur | prev) +1 Admin talk contribs | ||||
|
23:35 (cur | prev) +61 Admin talk contribs | ||||
|
23:34 (cur | prev) +1,692 Admin talk contribs Tag: Visual edit | ||||
|
22:56 (cur | prev) +1,295 Admin talk contribs (updating) Tag: Visual edit: Switched |
22:38 | Kubernetes diffhist +56 Admin talk contribs (add links) |
|
19:50 | Beanstalk 2 changes history +148 [Admin (2×)] | |||
|
19:50 (cur | prev) +20 Admin talk contribs | ||||
|
19:48 (cur | prev) +128 Admin talk contribs (update) |
1 February 2025
Files[edit]
See the following links: more
Templates[edit]
2 January 2025
- 15:1415:14, 2 January 2025 Template:Wg/doc (hist | edit) [1,229 bytes] Greg Rundlett (talk | contribs) (Created page with "<!-- Categories go at the bottom of this page --> <templatedata> { "description": { "en": "Display a link to the (localized) Manual page of a MediaWiki configuration variable.", "cs": "Zobrazí odkaz na (lokalizovanou) manuálovou stránku konfigurační proměnné MediaWiki.", "pl": "Wyświetla link do strony Podręcznika (jeżeli to możliwe - przetłumaczoną) na temat zmiennej konfiguracyjnej MediaWiki.", "ja": "グローバル変数の名前 (接頭辞 $wg...")
- 15:1115:11, 2 January 2025 Template:Wg (hist | edit) [92 bytes] Greg Rundlett (talk | contribs) (copied from mediawiki.org but without using the Local Link template)