LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Solaris 11 Zone Backup

Posted 11-30-2012 at 05:13 AM by routers

need to have 2 file chmod 755
1) bakzone.sh <- use to backup
2) restzone.sh <- use to restore (verify line ZDIR )

the zone must be shutdown before run backup
take a look at the path in the scripts to suite the need. for me, all my zone in /export/zones/
so i place this 2 scripts in this folder , work perfectly

usage:
Code:
root@sol-11:/export/zones# ls
bakzone.sh                    restzone.sh
...
Member
Views 4023 Comments 0 routers is offline
Old

RDP-redirect eth1 - LAN eth0 tunnel

Posted 12-18-2011 at 05:48 AM by routers

public server
Code:
[routers@lan1-pub.mars ~]$ ssh -f -L 3000:localhost:3389 routers@lan1.venus  sleep 2d
laptop
Code:
routers@sol-11:~$ ssh -f -L 3000:localhost:3000 routers@lan1-pub.mars  sleep 2d
then...
rdp localhost:3000 will bring to lan1.venus server interface, but only user routers can login
Member
Posted in Uncategorized
Views 1813 Comments 0 routers is offline
Old

Apache : rewrite loop to localhost redir Apps

Posted 12-18-2011 at 05:24 AM by routers
Updated 12-18-2011 at 05:30 AM by routers (NOB)

In the pluto aka public
Code:
<VirtualHost *:80>
        ServerName server.asterisk.noc.com.pluto
        RewriteEngine     On
        RewriteRule       ^(.*)$        http://localhost:8088$1 [P]
        UseCanonicalName On
        RewriteRule ^(.*)$ [L]
</VirtualHost>
[root@pluto ~]# ps x |grep 8088
 4463 ?        Ss     0:00 ssh -f -L 8088:localhost:8088 root@lan1-pub.mars sleep 2d
In the...
Member
Posted in Uncategorized
Views 1868 Comments 0 routers is offline
Old

Apache mod_gzip

Posted 02-21-2010 at 01:22 PM by routers

normaly on by default but check

grep 'mod_deflate' /etc/httpd/conf/httpd.conf

and add the following to httpd.conf

#
# Deflate output configuration
#
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Member
Posted in Work Note
Views 2695 Comments 2 routers is offline
Old

Sun UpdateManager

Posted 07-27-2009 at 11:11 PM by routers
Updated 07-27-2009 at 11:30 PM by routers (test)

Login to update




Member
Views 1744 Comments 0 routers is offline

  



All times are GMT -5. The time now is 01:56 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration