|
|
(53 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | | {{TOC right}} |
| ==[[ideas]]==
| | {|border="2" cellpadding="5" cellspacing="0" |
| ===[[startup]]===
| |
| ===[[obforum]]===
| |
| | |
| ==[[log]]==
| |
| | |
| ==[[todo]]==
| |
| | |
| ==[[electronics]]==
| |
| | |
| ==languages==
| |
| ===[[git]]===
| |
| ===[[javascript]]===
| |
| ===[[jquery]]===
| |
| ===[[jQuery-Mobile]]===
| |
| ===[[html5]]===
| |
| ===[[php]]===
| |
| | |
| ===[[regex]]===
| |
| ===[[ruby]]===
| |
| ===[[css]]===
| |
| ===[[xml]]===
| |
| | |
| ==servers==
| |
| ===[[linux]]===
| |
| ===[[mediawiki]]===
| |
| ===[[hudsonvalley]]===
| |
| ===Amazon [[aws]]===
| |
| ===[[Moving from shared to VPS]]===
| |
| | |
| ==my apps==
| |
| ===[[webeshoppin]]===
| |
| ==other technology==
| |
| ===[[OCR]]===
| |
| ===[[video]]===
| |
| ===[[ebooks]] kindle===
| |
| | |
| ==edtech==
| |
| ===[[quizlet]]===
| |
| ===[[visual thesaurus]]===
| |
| ===[[quiz authoring environments, vocab]]===
| |
| | |
| ==other platforms==
| |
| ===[[microsoft]]===
| |
| =[[installedMACtools]]=
| |
| | |
| | |
| ==isp==
| |
| host
| |
| 206.71.150.94
| |
| | |
| http://www.networksolutions.com/whois/index.jsp
| |
| | |
| http://www.namecheap.com/myaccount/index.asp mckennatim nanj
| |
| | |
| https://thenynocportal.com/clientarea.php
| |
| | |
| ==text a photo to picasa==
| |
| text it to your and then forward it without the tmobile gifs then forward it to mckenna.tim.upload@picasaweb.com
| |
| | |
| ==making transparent in gimp==
| |
| 1. open image
| |
| | |
| 2. Right click the image and go to LAYERS then ADD ALPHA CHANNEL. You won't notice anything happening, but don't be concerned. It basically adds a transparent layer at the bottom of your image so when we erase the colors.....it's shows the transparent layer. Which of course would show whatever was under it on the screen.
| |
| | |
| 3. Right click on the image again and go to SELECT and then down to BY COLOR. A window that is all black opens up. Don't change any of the settings....just use the defaults for now.
| |
| | |
| 4. Now click on the color in the image you want to be transparent. These colors will now show up outlined.
| |
| | |
| 5. Right click on the image again and go to EDIT and then down to CLEAR. This should now erase the outlined color you just picked from the image and the "transparent gimp checkerbox" should show through. This is the Gimps way of showing you that section is now transparent.
| |
| | |
| 6. Right click on the image and choose SAVE AS and make sure to save as a GIF file if you want the transparency to work on the web.
| |
| | |
| ==embedding video==
| |
| 1. find the file Sanitizer.php in the folder /includes of your mediawiki installation
| |
| 2. find the function removeHTMLtags in that file. below that you’ll find a list of whitelisted HTML tags. add the tag embed to the list.
| |
| 3. find the function setupAttributeWhitelist in the same file. several lines below you will find HTML-attributes being whitelisted for each HTML tag. so you add a new line (maybe below the line that defines span):
| |
| ‘embed’ => array( ’style’, ‘id’, ‘type’, ’src’, ‘width’, ‘height’ ),
| |
| | |
| take care to replace the typographic ‘-quotes by straight ones when doing copy&paste. (wordpress converts the quotes on this blog, so you need to convert them back.)
| |
| | |
| you’re done. now you can copy the HTML-code provided by google or youtube into your wiki textbox and it’ll work. (make sure to make backups and document so you know what you’ve changed. when upgrading you’ll have to repeat the process. no warranties for possibile security leaks resulting from the hack.)
| |
| | |
| update april 2007: i just tested, this hack also works with mediawiki 1.9.2, just that you need to add embed to $htmlpairs. (note: in case the embed-code you want to use has the format <embed /> you now have to convert it to <embed> </embed> before posting it to your wiki.) i also would recommend to paste the last line of code near br instead of span (the file has got rearranged a bit).
| |
| ==mediawiki memory problem==
| |
| php.ini is in public_html, it has to be copied into everywhere that uses php
| |
| left ini_set commented out in localsettins.php
| |
| .htaccess php_mem ... didn't work
| |
| ==mediawiki upgrade==
| |
| *cp -r mediawiki-1.16.0/* /home/pathbost/public_html/hum08 - copy new vwrsion right over old
| |
| *from /maintainance run: php update.php
| |
| then get rid of all the revisions
| |
| *SpecialDeleteOldRevisions2 in code/mediawiki/extensions on mac, add this...
| |
| :$wgGroupPermissions['sysop']['DeleteOldRevisions'] = true;
| |
| :require_once( $IP.'/extensions/SpecialDeleteOldRevisions2/SpecialDeleteOldRevisions2.php');
| |
| | |
| | |
| ===old info===
| |
| http://www.g-loaded.eu/2006/09/05/mediawiki-upgrade-procedure/
| |
| easy way:
| |
| *goto maintainance directory and run php dumpBackup.php --current> dumfile.xml
| |
| *on new site install wiki, put dumpfile.xml on its maintenance dir run php importDump.php dumfile.xml
| |
| | |
| ==mediawiki images==
| |
| Does the user running
| |
| the apache httpd instance ($ ps ax | grep httpd) have permission to
| |
| write to images? Dan
| |
| | |
| ==mediawiki css==
| |
| *sitewide changes go in Mediawiki:Monobook.css
| |
| *user changes go in User:MrMcKenna/monobook.css
| |
| ==lynx==
| |
| ==[[Moving_from_shared_to_VPS]]==
| |
| ==compiling PH w /scripts/easyapache==
| |
| !!
| |
| You can change how PHP is configured.
| |
| As root, simply execute:
| |
| /usr/local/cpanel/bin/rebuild_phpconf --help
| |
| for more information.
| |
| {| cellspacing="0" cellpadding="0" style="width:102%; margin-top: .3em" | |
| |- | | |- |
| | colspan="3" style="text-align:left" |
| | | |
| You can help improve the articles listed below! This list updates frequently, so check back here for more tasks to try. <!-- 3 line spacing of h2 is important for subsection edit links to work correctly, PLEASE DO NOT FIX -->
| | [[tech notes]] |
| |-
| |
| | colspan="3" valign="top" style="padding:.3em; border-bottom:1px" |
| |
| |-
| |
| | width="30%" valign="top" style="padding:.3em;" |
| |
|
| |
|
| ; <big>Fix spelling and grammar</big> • [[Wikipedia:Basic copyediting|Learn how]]
| | [[crowdsource]] |
| <span id="copyedit">
| |
| * [[Gold standard]]
| |
| * [[Curitiba]]
| |
| * [[Zaporizhzhya National University]]
| |
| * [[Protein tertiary structure]]
| |
| * [[Renny Harlin]]</span>
| |
| :'''''[[:Category:Wikipedia articles needing copy edit|More...]]'''''
| |
|
| |
|
| | width="30%" valign="top" style="padding:.3em;" |
| | [[ideas]] |
| | :[[startup]] |
| | :[[obforum]] |
| | :[[workshops]] |
| | [[log]] |
|
| |
|
| ; <big>Fix wikilinks and lead sections</big> • [[Wikipedia:Tutorial/Wikipedia links|Learn how]]
| | [[todo]] |
| <span id="wikify">
| |
| * [[Farrell Spence]]
| |
| * [[Social constructionism]]
| |
| * [[Joe Anderson (actor)]]
| |
| * [[Singaporean general election, 2006]]
| |
| * [[Co-operative Medical College, Kochi]]</span>
| |
| :'''''[[:Category:All articles with too few wikilinks|More...]]'''''
| |
|
| |
|
| | width="30%" valign="top" style="padding:.3em;" | | | [[electronics]] |
| | :[[arduino]] |
| | [[stacks]]<br/> |
| | [[front end]]<br/> |
| | :[[frameworks]]<br/> |
| | [[TDD]]<br/> |
| | [[cloud]] |
| | :[[openshift]] |
| | :[[heroku]] |
| | :[[docker]] |
| | | |
| | [[editors]] |
| | :[[vim]] |
| | :[[sublime]] |
| | [[software]] languages |
| | :[[git]] |
| | :[[javascript]] |
| | :[[jquery]] |
| | :[[jQuery-Mobile]] |
| | :[[html5]] |
| | :[[php]] |
| | :[[sql]] |
| | :[[c]] |
| | :[[regex]] |
| | :[[ruby]] |
| | :[[css]] |
| | :[[xml]] |
| | | |
| | [[servers]] |
| | :[[parleyvale.com]] |
| | :[http://christophermeiklejohn.com/distributed/systems/2013/07/12/readings-in-distributed-systems.html distrib systems readings] |
| | :[[backups]] |
| | :[[mysql]] |
| | :[[mongodb]] |
| | :[[node]] |
| | :[[linux]] |
| | :[[wamp]] |
| | :[[mediawiki]] |
| | :[[ReST]] |
| | machines |
| | :[[asus]] |
| | :[[hudsonvalley]] |
| | :[[home ubuntu]] |
| | :Amazon [[aws]] |
| | :[http://www.networksolutions.com/whois/index.jsp whois] |
| | :[http://www.namecheap.com/myaccount/index.asp namecheap] |
| | :[[Moving from shared to VPS]] |
|
| |
|
| ; <big>Remove unsourced material</big> • [[Wikipedia:SYN#Synthesis of published material that advances a position|Learn how]]
| | my apps |
| <span id="or">
| | :[[webeshoppin]] |
| * [[Digital marketing]]
| | :[[Online heating system control project]] |
| * [[Comparison of risk analysis Microsoft Excel add-ins]]
| |
| * [[Gameplay]]
| |
| * [[Iron Kingdoms]]
| |
| * [[Cousin]]</span>
| |
| :'''''[[:Category:Articles that may contain original research|More...]]''''' | |
|
| |
|
| |- | | | |
| | width="30%" valign="top" style="padding:.3em;" |
| | [[MOOCs]] |
|
| |
|
| ; <big>Expand short articles</big> • [[Wikipedia:Writing better articles#Layout|Learn how]]
| | [[Altenergy]] |
| <span id="stub">
| | :[[Solar]] |
| * [[Vanq]]
| | :[[tintML]] |
| * [[Azokh]]
| | edtech |
| * [[Jake Friend]]
| | :[[quizlet]] |
| * [[Kemrakuch]]
| | :[[visual thesaurus]] |
| * [[Jacob Miller (rugby league)]]</span> <!-- [[Herb farm]] [[Single bond]] [[Eranhipalam]] [[Iqbal Park]] [[Brunei International Airport]] -->
| | :[[quiz authoring environments, vocab]] |
| :'''''[[:Category:Stubs|More...]]''''' | |
|
| |
|
| | width="30%" valign="top" style="padding:.3em;" |
| | platforms |
| | :[http://www.sagenb.org/home/mckenna.tim/ Sage] |
| | :[[google]] |
| | :[[android]] |
| | :[[microsoft]] |
| | :[[installedMACtools]] |
| | :[[Cad | AutoCAD]] |
|
| |
|
| ; <big>Check and add references</big> • [[Help:Introduction to referencing/1|Learn how]]
| | other technology |
| <span id="verify">
| | :[[AI]] |
| * [[John F. Kennedy]]
| | :[[OCR]] |
| * [[Salford West (UK Parliament constituency)]]
| | :[[Image, Photo & Video]] |
| * [[Libera (music)]]
| | :[[ebooks]] kindle |
| * [[Infinity Land]]
| | |} |
| * [[Rochford and Southend East (UK Parliament constituency)]]</span>
| |
| :'''''[[:Category:Wikipedia articles needing factual verification|More...]]'''''
| |
|
| |
|
| | width="30%" valign="top" style="padding:.3em;" |
| |
| ; <big>Update with new information</big> • [[Wikipedia:As of|Learn how]]
| |
| <span id="update">
| |
| * [[Carla Morrison]]
| |
| * [[2010–11 SM-liiga season]]
| |
| * [[List of longest-running United States television series]]
| |
| * [[Grand River land dispute]]
| |
| * [[Tera-10]]</span>
| |
| :'''''[[:Category:Wikipedia articles in need of updating|More...]]'''''
| |
|
| |
|
| |-
| | Failed to attach disk 'C:\Users\mcken\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc\LocalState\ext4.vhdx' to WSL2: The system cannot find the file specified. |
| | width="30%" valign="top" style="padding:.3em;" |
| | Error code: Wsl/Service/CreateInstance/MountVhd/HCS/ERROR_FILE_NOT_FOUND |
| ; <big>Clean up</big> • [[Wikipedia:Cleanup process|Learn how]]
| |
| <span id="cleanup">
| |
| * [[Psychology of dance]]
| |
| * [[Wonder Twins]]
| |
| * [[2002–03 Slovak Superliga]]
| |
| * [[Lancing College]]
| |
| * [[Marvel Anime]]</span>
| |
| :'''''[[:Category:Articles needing cleanup|More...]]'''''
| |
| | |
| | width="30%" valign="top" style="padding:.3em;" |
| |
| | |
| ; <big>Add an image</big> • [[Commons:Commons:First steps/Reuse|Learn how]]
| |
| * [[Crumber]]
| |
| * [[Cincinnati Mall]]
| |
| * [[CHAdeMO]]
| |
| * [[Coquitlam Mountain]]
| |
| * [[Captains of Crush Grippers]]
| |
| :'''''[[:Category:Wikipedia requested images|More...]]'''''
| |
| <!-- Backups/Standbys:
| |
| * [[Cutting extinguisher]]
| |
| * [[New Zealand Greater Short-tailed Bat]]
| |
| * [[Lisa LaFlamme]]
| |
| * [[Beta-thalassemia]]
| |
| -->
| |
| | |
| | width="30%" valign="top" style="padding:.3em;" |
| |
| | |
| ; <big>Translate and clean up</big> • [[Wikipedia:Pages_needing_translation_into_English#Standard_procedures|Learn how]]
| |
| <span id="translate">
| |
| * [[8th Rifle Division (Soviet Union)]]
| |
| * [[Toyota Crown Majesta]]
| |
| * [[Royal Palace of Milan]]
| |
| * [[Taipei Joint Bus System]]
| |
| * [[Dassault Systèmes]]</span>
| |
| :'''''[[:Category:Wikipedia articles needing cleanup after translation|More...]]'''''
| |
| |
| |
| |}
| |