Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Documentation and How To's:
Resources and tips for Jamroom Webmasters
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 04/09/04 09:09 
This document has been moved into the Document Center:

http://www.jamroom.net/docs/doku.php?id=#jamroom_webmaster_resources

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation

Last edited by Brian on 03/13/05 16:22; edited 1 time in total
Back to top
Jorel



Joined: 26 Nov 2003
Posts: 404
Location: Grand Rapids, Michigan

Posted: 04/09/04 11:12 
Jorel's help with SSH (shell access)

Use Putty. It's free, it's awesome and it's the standard.
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe

Use SSH and NOT Telnet. Telnet is insecure, don't use it. SSH rules.

Frequently asked questions and answers:


  • How do I change directories?
    Type: cd <directory name> (Move to another directory)
    Type: cd .. (Move back a directory)
  • How do I check permissions on a file?
    Type: ls -l (Will show permissions for all files in directory)
  • How do I check disk space?
    Type: df -m (Will show all free space info for all drives)
  • How do I see all the files in a directory?
    Type: ls
  • How do I check all running services?
    Type: ps -xa
  • How do I view the contents of a text file?
    Type: cat <filename>
  • How do I edit a file?
    Type: pico <filename>
  • How do I use PICO? <-- Click To Learn how to use PICO
  • How do I debug a cgi script?
    Goto the directory the file is in.
    Type: ./filename.cgi
    Read outputs, and fix errors based on output read.
  • How do I execute a program, but send it to the background?
    Execute the command normally but add an & at the end of it.
  • How do I bring a program back from the background?
    Type: fg
  • How do I know what my CPU Information is?
    Type: cat /proc/cpuinfo
  • How do I know what my memory information is? RAM
    Type: cat /proc/meminfo
  • How do I find out information about my hard drives?
    Type: fdisk -l

    Another list of commands (some duplicates, sorry)

  • ls Displays everything in the current directory
  • ls -a Displays all files, including hidden
  • ls -l Displays all files, along with the size and timestamp
  • tar -zxpf <file.tar.gz> Uncompresses tar.gz files
  • tar -xpf <file.tar.gz> Uncompresses .tar files
  • gunzip <file> Uncompresses .gz files
  • cp <file> Copies a file to a new file
  • mv <file> Moves a file to a new file, or rename
  • mkdir <dir> Creates a directory
  • rmdir <dir> Deletes a directory
  • rm <file> Deletes a file
  • rm -rf <dir> Deletes a directory
  • cd <dir> Moves to a directory
  • cd .. Moves to a lower directory
  • cd ~ Moves to your home directory
  • cd - Moves to the previous directory
  • pwd Displays the current directory
  • pico <file> Edits a file
  • ftp <site> Connect to a FTP server
  • lynx <site> View a webpage
  • df Displays the hard drive stats
  • quota Displays your quota
  • uptime Displays the uptime of the server
  • uname -a Displays the operating system stats
  • whoami Displays your info
  • who Displays others connected to the server
  • last Displays the last login
  • whereis <file> Tells where a file is located
  • mail Check your email
  • ps -x Displays processes your running
  • ps -a Displays all processes running
  • ps -ux Displays running processes, with CPU/Memory usage
  • kill <pid> Kills a process
  • kill -9 <pid> Kills an eggdrop process
  • killall <program> Kills all running process of the same type
  • whatis <command> Description of commands
  • man <command> Displays help on the command


Other resources and links

http://www.linuxhelp.net/guides/

http://www.ctssn.com

http://linuxcommand.org/learning_the_shell.php

http://linux-newbie.sunsite.dk/lnag_commands.html


_________________
http://www.hxcmp3.com - 20,000+ bands and counting
Back to top
504pro



Joined: 29 Feb 2004
Posts: 551
Location: New Orleans

Posted: 05/22/06 07:07 
when i tried to look in the documentation for webmaster resources, i get this.....

There were no results returned for your Search Query!
There were no results found for the search string you entered. Some suggestions to help in your search:
Make sure all words are spelled correctly
Make sure your search term is at least 4 characters long
Try a different Search String
Try Searching Again


there used to be a whole area for resources for webmasters. i spent so long looking for it, i forgot what I was looking for it for.....

Dan


_________________
Dan the Man
Back to top
Codym



Joined: 31 Dec 1969
Posts: 207

Posted: 08/04/06 21:51 
Big guy your gonna have to have a somewhat of a whole new help section on jamroom version. Just thought that would suck. Maybe you should make a forum specified for that so people who have been working with jamroom 3 can answere specific questions so it will be easier to make the help doc.

Just my 2 cents.

Thanks for all ya do........


-cody m

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 08/05/06 15:18 
I just rolled out the beginnings of the new Jamroom Document Center:

http://www.jamroom.net/Documentation

Please feel free to leave feedback on the new layout. I'll be worknig on this extensively over the coming weeks.

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
stereo7



Joined: 26 May 2006
Posts: 129

Posted: 08/05/06 15:38 
Me loves it already.....answers a couple of questions without even being complete Very Happy

Although I always have one.... does the jr_flash_player smarty player work just in artist themes. Probably worth splitting into "style/theme" for ease of reference. Probably easier to update that way as well.

Great stuff, what's your ETA on the release?

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 08/05/06 17:08 

stereo7:
Me loves it already.....answers a couple of questions without even being complete Very Happy

Although I always have one.... does the jr_flash_player smarty player work just in artist themes. Probably worth splitting into "style/theme" for ease of reference. Probably easier to update that way as well.

Great stuff, what's your ETA on the release?


I think realistically Jamroom 3.0.1 will likely be Tuesday - I had hopes for tomorrow, but the beta team and I are still doing some last minute testing. I'm out of the office for almost the entire day on Monday, and I hate releasing right before I know I won't be able to be around a lot, so Tuesday morning would be good since I can be available for support issues, etc.

I also just flushed out the Jamroom 3 documentation outline, so any feedback on that is welcome:

http://www.jamroom.net/Documentation3

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 08/05/06 18:08 
briefed over the docs.....looking great so far.

One suggestion with the new version. For the installation guide, you may want to add a section for root install. Since v3 is more CMS, I think many will make this their main index page.

Just a thought.

Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 08/06/06 06:53 
I like the new outline in the docs for V3, any chance V2 will be updated to look the same? Wink


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 08/06/06 16:36 
I think its OK...but I'm a huge fan of robo-help...
http://www.adobe.com/products/robohelp/

I think as jamroom goes forward, something really well laid out with a pro search function like robohelp has...will be invaluable (not to mention you can publish it 1 time for online and downloadable documentation, I would like to have it on my desktop personally Wink).

When I'm trying to find an answere I need to search/find right away before I stumble out of my thought process...the help docs here have been a bit difficult in those regards. Usually I have more luck finding an answere by searching the forums- then being directed to the specific help doc I need. Sorta backwards, but it works best when I'm trying to find an answere here.


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 08/06/06 17:31 

djmerlyn:
I think its OK...but I'm a huge fan of robo-help...
http://www.adobe.com/products/robohelp/

I think as jamroom goes forward, something really well laid out with a pro search function like robohelp has...will be invaluable (not to mention you can publish it 1 time for online and downloadable documentation, I would like to have it on my desktop personally Wink).

When I'm trying to find an answere I need to search/find right away before I stumble out of my thought process...the help docs here have been a bit difficult in those regards. Usually I have more luck finding an answere by searching the forums- then being directed to the specific help doc I need. Sorta backwards, but it works best when I'm trying to find an answere here.


That robohelp looks cool, but is also $999 Sad that's a bit too much for me here. To be honest, I think the "search" (on jamroom.net - not the forums) works pretty well, or at least better than the forums. I find that the most relevant results are almost always on the first page.

I'm open to any other ideas as well - I've tried a few open source help system, and have found them a real pain to work in, so it needs to be easy to update, edit, etc - the current setup I use works well for me in that regard.

Thanks DJ!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 08/06/06 17:43 
I believe we "could" simply import the existing documentation into it, then you can use HTML/Word/Dreamweaver to create more docs...

I have 1 copy of robohelp, it is expensive...but man it is good. It makes training a breeze, I used it for making all types of docs.


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 08/07/06 15:13 
Okay... I just built my own table of contents creator that's realy easy for me to work with.

Instead of looking for any alternate packages, I REALLY like that everything on Jamroom.net is integrated with my custom CMS, so any suggestions on ease of use, or other suggestions, please feel free to let me know.

I'd really like everything to be easy to use and intuitive, but being a programmer at heart, I know that my idea of what is "intuitive" is likely different than a lot of others, so feel free to offer any suggestions you may have.

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 08/07/06 15:34 
i so wish everytime i needed something, i could just build it like that *snaps fingers* no matter how small...you lucky brilliant people Very Happy

Back to top
Brodephat



Joined: 02 Feb 2007
Posts: 173
Location: Carolinas

Posted: 02/07/07 19:19 
When I log into PayPal it tells me I have to "Activate IPN" in order for a website and Paypal to talk. However it has a place that it ask for a URL for paypal to send information back to. I have searched the forums and documents but have yet to find any such url to put in that section of my paypal account to activate IPN. Any suggestions?


Ok after playing with the script I see now If I want Jamroom to completely handle every thing without modification, my users have to upload a song at the same time they load a new vault file. The vault file needs to be the exact same song. This will put the cart code with the song on the audio page and of course in the vault page. You can not show the vault and the cart codes will be on the audio page still. Cool! The store needs to be turned off and of course uploading 2 of the same songs eats more harddrive space because 2 files are uploaded at the same time. But until the new updates change all of this, it works for me.

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Documentation and How To's

123Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.