User Tools

Site Tools


notes:cprog:spring2024:projects:gtf0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:cprog:spring2024:projects:gtf0 [2024/02/08 04:15] – [VIEW THE IMAGE] added basic knowledge hcopp1notes:cprog:spring2024:projects:gtf0 [2024/02/08 04:20] (current) – [VIEW THE IMAGE] hcopp1
Line 26: Line 26:
  
 Or if in lab46: Or if in lab46:
- +1. Copy the file to ~/public_html/ 
-   1. Copy the file to ~/public_html/ +    
-     username@lab46:~/src/spring2024/gtf0$ cp ./gft0.png ~/public_html +<code>username@lab46:~/src/spring2024/gtf0$ cp ./gft0.png ~/public_html</code> 
-   2. Change current directory to ~/public_html  +      
-     cd ~/public_html +2. Change current directory to ~/public_html  
-   3. Change permissions to be able to be read by all +    
-     chmod +r gtf0.png+<code>cd ~/public_html</code> 
 +      
 +3. Change permissions to be able to be read by all 
 +    
 +<code>chmod +r gtf0.png</code> 
 +      
 +4.view image from web browser 
 +    
 +<code>https://lab46.g7n.org/~username/gtf0.png</code>
 =====LIBGD FUNCTIONALITY===== =====LIBGD FUNCTIONALITY=====
  
notes/cprog/spring2024/projects/gtf0.1707365710.txt.gz · Last modified: 2024/02/08 04:15 by hcopp1