graham.doel.org/knowledge-base/
Search:     Advanced search
Browse by category:
Contact Us

Categories
 
folder Asterisk (3)
All I need to know about Asterisk open source PBX
folder Ubuntu (8)
My notes on Ubuntu


Most viewed
 
document How do I restart the printing system from the command line?
Ubuntu uses sudo /etc/init.d/cupsys restart
18 Jul, 2007 Comments: 47,172
document How do I connect a Linksys SPA3102 to my Asterisk box?
I bought the Linksys SPA3102 thinking it would do everything I needed and it does, only it does more as well.  I do not need its router...
13 Sep, 2007 Comments: 0
document How do I ssh another machine from the command line in Ubuntu?
ssh [IPaddress] -p[port] -l[username] Example: ssh 192.168.0.100 -p22 -lgraham You don't need to specify the port if it is 22 only if an...
25 Jun, 2007 Comments: 162
document How do I copy from one machine to another using the command line (scp)?
The scp command copies files securely from one machine to another. In short, log onto the machine where the file is navigate to the...
15 Jun, 2007 Comments: 154
document How do I find a file using the command line in Ubuntu?
Use the find command.  This example will find all the files with the name in the current directory or any of its subdirectories. find . -name...
25 Jun, 2007 Comments: 0
Recent articles
 
document Using rsync to back up my laptop
I have been experimenting with using rsync to keep a mirror of my /home/ folder on my laptop on a remote machine, so that if it dies, or is stolen I...
14 Jun, 2008 Comments: 0
document How do I convert docbook to html in ubuntu?
xsltproc -o test.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl docbook.xml Where test.html is the destination file and...
22 Sep, 2007 Comments: 0
document How do I connect a Linksys SPA3102 to my Asterisk box?
I bought the Linksys SPA3102 thinking it would do everything I needed and it does, only it does more as well.  I do not need its router...
13 Sep, 2007 Comments: 0
document How do I mirror or copy a web site from the command line?
Use wget.wget -r --convert-links http://[url] Example: wget -r --convert-links...
04 Sep, 2007 Comments: 0
document How do I browse by files in a mounted volume from the command line?
Ubuntu mounts your volumes (Disks, CD roms, DVD drive, etc.) in the /media/ directory. Simply change the directory to /media/ and list the contents,...
24 Jul, 2007 Comments: 0



RSS