User Tools

Site Tools


developer_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
developer_tools [2026/06/21 07:07] – [Cheatsheet] jhagstranddeveloper_tools [2026/06/22 06:03] (current) – [Cheatsheet] jhagstrand
Line 14: Line 14:
 ===== Cheatsheet ===== ===== Cheatsheet =====
  
-  # find text within files +<code> 
-  grep -r "progressive" . +# find text within files 
-   +grep -r "progressive"
-  # find files +
-  find . -name *.plugin +
-  find / -name Wire.h 2>&1 | grep -v "Permission denied" +
-   +
-  # run lint on whole repo> +
-  find . -type f \( -name "*.js" -o -name "*.html" -o -name "*.css" \) -not -path "*/node_modules/*" -not - +
-   +
-  # run local web server +
-  python3 -m http.server > /dev/null 2>&1 &  # fg + ctrl-C to kill before window close +
-   +
-  # soft links +
-  ln -s webprod/homepage/homepage public_html +
-  unlink public_html +
-   +
-  # git  +
-  git remote set-url origin ssh://voyccom@az1-ss8.a2hosting.com:7822/home/voyccom/voycgit/robots.git +
-  git remote set-url gitlab https://gitlab.com/voyc/robots.git +
-   +
-  git reset --hard HEAD^  # same as aider /undo +
  
 +# find files
 +find . -name *.plugin
 +find / -name Wire.h 2>&1 | grep -v "Permission denied"
 +
 +# run lint on whole repo>
 +find . -type f \( -name "*.js" -o -name "*.html" -o -name "*.css" \) -not -path "*/node_modules/*" -not - 
 +
 +# run local web server
 +python3 -m http.server > /dev/null 2>&1 &  # fg + ctrl-C to kill before window close
 +
 +# soft links
 +ln -s webprod/homepage/homepage public_html
 +unlink public_html
 +
 +# git 
 +git remote set-url origin ssh://voyccom@az1-ss8.a2hosting.com:7822/home/voyccom/voycgit/robots.git
 +git remote set-url gitlab https://gitlab.com/voyc/robots.git
 +
 +git reset --hard HEAD^  # same as aider /undo 
  
 aider configurations, see .aider.conf.yml aider configurations, see .aider.conf.yml
Line 44: Line 44:
 sudo tail -f /var/log/apache2/error.log sudo tail -f /var/log/apache2/error.log
 sudo tail -f /var/log/voyc/error.log sudo tail -f /var/log/voyc/error.log
- +</code> 
 +~           
 =====Web Development===== =====Web Development=====
  
developer_tools.txt · Last modified: 2026/06/22 06:03 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki