User Tools

Site Tools


hstarwiki:cust:gen:linux2

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hstarwiki:cust:gen:linux2 [2017-10-13 T 22:39]
admin
hstarwiki:cust:gen:linux2 [2018-02-28 T 00:44] (current)
admin [Own cloud]
Line 70: Line 70:
 ==== LACP ==== ==== LACP ====
 Bonding links can be done to increase throughput: https://en.wikipedia.org/wiki/Link_aggregation#Link_Aggregation_Control_Protocol Bonding links can be done to increase throughput: https://en.wikipedia.org/wiki/Link_aggregation#Link_Aggregation_Control_Protocol
 +
 +==== FreeRadius ====
 +Tuturial Found at:
 +https://wiki.freeradius.org/guide/Getting-Started
 +=== Install ===
 +Typical install:
 +  * $apt install freeradius
 +  * or
 +  * $yum install freeradius
 +===Running===
 +After install you need to test run it and show debugging info
 +  * $radiusd -X
 +  * This will show you a long readout and at the end will say "ready to process requests"
 +  * This is important when making config changes as you can modify a configuration and then test to see if their are 
 +
  
 ==== OpenFire XMPP ==== ==== OpenFire XMPP ====
Line 329: Line 344:
 Once the service is removed, you may run MediaTomb using the following command in the terminal. Once the service is removed, you may run MediaTomb using the following command in the terminal.
   * $mediatomb   * $mediatomb
-==== Own cloud ==== 
-Centos instructions: https://tecadmin.net/install-owncloud-on-centos/ 
-===System info=== 
-Owncloud is usually located in: 
-  * /var/www/owncloud 
-  * /var/www/html/owncloud 
-For some good system info see this file: 
-\\ /config/config.php 
-\\ This will help with finding what sql version you have 
-===Backup and restore === 
-Need to backup in the own cloud folder 
-  * /config 
-  * /data 
-  * The data base (see below) 
-More details: 
-  * Backup: https://doc.owncloud.org/server/9.0/admin_manual/maintenance/backup.html 
-  * Restore: https://doc.owncloud.org/server/9.0/admin_manual/maintenance/restore.html 
-===Database=== 
-Here are mysql instructions for backing up: 
-  * $mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > owncloud-dbbackup_`date +"%Y%m%d"`.bak 
-   
  
 ==== SSHFS ==== ==== SSHFS ====
Line 483: Line 477:
   * Can press enter to proced, or add items with spaces between each. Note, you need to type knoppix first for many of them, if said, then you can type all others.   * Can press enter to proced, or add items with spaces between each. Note, you need to type knoppix first for many of them, if said, then you can type all others.
   * Knoppix no3d (dont use compiz)   * Knoppix no3d (dont use compiz)
 +
 +==== Puppy startup  ====
 +http://puppylinux.org/wikka/AddCommandsStartupShutdown
 +\\ Just put scripts in /root/Startup.
hstarwiki/cust/gen/linux2.1507934352.txt.gz ยท Last modified: 2017-10-13 T 22:39 by admin