From 5ca90507f5763ec0702acce8df86faf28409c654 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 4 Sep 2009 01:45:20 -0400 Subject: [PATCH] update configs --- .TrueCrypt/Configuration.xml | 1 + .../profiles/Default/%gconf.xml | 3 + .ncftp/prefs_v3 | 2 +- .vnc/profiles/home-auth.vnc | 110 ++++++++++++++++++ .vnc/profiles/home.vnc | 4 +- .vnc/profiles/vapier-auth.vnc | 110 ++++++++++++++++++ .vnc/profiles/vapier.vnc | 4 +- .vnc/profiles/work-auth.vnc | 110 ++++++++++++++++++ .vnc/profiles/work.vnc | 110 ++++++++++++++++++ 9 files changed, 449 insertions(+), 5 deletions(-) create mode 100644 .vnc/profiles/home-auth.vnc create mode 100644 .vnc/profiles/vapier-auth.vnc create mode 100644 .vnc/profiles/work-auth.vnc create mode 100644 .vnc/profiles/work.vnc diff --git a/.TrueCrypt/Configuration.xml b/.TrueCrypt/Configuration.xml index 228ce2c..ffc206c 100644 --- a/.TrueCrypt/Configuration.xml +++ b/.TrueCrypt/Configuration.xml @@ -9,6 +9,7 @@ 0 1 1 + 0 0 0 1 diff --git a/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml b/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml index a0e1f84..ac98e92 100644 --- a/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml +++ b/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml @@ -1,5 +1,8 @@ + + #2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC + diff --git a/.ncftp/prefs_v3 b/.ncftp/prefs_v3 index d913014..bb08972 100644 --- a/.ncftp/prefs_v3 +++ b/.ncftp/prefs_v3 @@ -11,7 +11,7 @@ control-timeout=135 logsize=10240 one-time-messages-seen=auto-resume pager=/usr/bin/less -passive=optional +passive=on progress-meter=2 (statbar) redial-delay=20 save-passwords=ask diff --git a/.vnc/profiles/home-auth.vnc b/.vnc/profiles/home-auth.vnc new file mode 100644 index 0000000..6cd28a6 --- /dev/null +++ b/.vnc/profiles/home-auth.vnc @@ -0,0 +1,110 @@ +[connection] +host=localhost root@home.wh0rd.org +port=5900 +proxyhost=root@home.wh0rd.org +proxyport=2 +disp=localhost root@home.wh0rd.org:2 cmd=PORT= x11vnc -localhost -nopw -ncache 10 -auth /var/run/xauth/A:0-* + +[options] +# parameters commented out with '#' indicate the default setting. +#additional_port_redirs=0 +#additional_port_redirs_list= +#change_vncviewer=0 +#change_vncviewer_path= +#choose_desktop=0 +#choose_desktop_geom=0 +#choose_filexfer=0 +#choose_multisession=0 +#choose_ncache=0 +#choose_othervnc=0 +#choose_x11vnc_opts=0 +#choose_xserver=0 +#compresslevel_text=Compress Level: default +#crlfil= +#crtdir=ACCEPTED_CERTS +#cups_local_server= +#cups_local_smb_server= +#cups_manage_rcfile=1 +#cups_remote_port= +#cups_remote_smb_port= +#cups_x11vnc=0 +#disable_all_encryption=0 +#disable_ssl_workarounds=0 +#disable_ssl_workarounds_type=none +#extra_sleep= +#include_list= +#listen_once=0 +#multiple_listen=0 +#mycert= +#port_knocking_list= +#quality_text=Quality: default +#rfbversion= +sbwid_string=0 +#server_anondh=0 +#server_vencrypt=0 +#smb_mount_list= +#smb_su_mode=sudo +#sound_daemon_kill=0 +#sound_daemon_local_cmd= +#sound_daemon_local_kill=0 +#sound_daemon_local_port= +#sound_daemon_local_start=0 +#sound_daemon_remote_cmd= +#sound_daemon_remote_port= +#sound_daemon_restart=0 +#sound_daemon_x11vnc=0 +#ssh_local_protection=1 +#ssvnc_encodings= +#ssvnc_escape= +#ssvnc_scale= +#stunnel_local_protection=1 +#stunnel_local_protection_type=exec +#svcert= +#ts_cups_manage_rcfile=0 +#ts_desktop_depth= +#ts_desktop_size= +#ts_desktop_type= +#ts_filexfer= +#ts_mode=0 +#ts_multisession= +#ts_ncache=8 +#ts_othervnc= +#ts_unixpw=0 +#ts_vncshared=0 +#ts_x11vnc_autoport= +#ts_x11vnc_opts= +#ts_x11vnc_path= +#ts_xlogin=0 +#ts_xserver_type= +#ultra_dsm=0 +#ultra_dsm_file= +#ultra_dsm_noultra=0 +#ultra_dsm_salt= +#ultra_dsm_type=guess +#unixpw_username= +#use_alpha=0 +use_bgr233=1 +#use_compresslevel=default +#use_cups=0 +#use_fullscreen=0 +#use_grab=0 +#use_listen=0 +#use_nobell=0 +use_nojpeg=1 +#use_popupfix=0 +#use_port_knocking=0 +#use_quality=default +#use_raise_on_beep=0 +#use_rawlocal=0 +#use_smbmnt=0 +#use_sound=0 +#use_ssh=1 +#use_sshssl=0 +#use_ssl=0 +#use_unixpw=0 +#use_viewonly=0 +#use_x11_macosx=1 +#use_x11cursor=0 +use_x11vnc_find=1 +#vncviewer_realvnc4=0 +#ycrop_string= diff --git a/.vnc/profiles/home.vnc b/.vnc/profiles/home.vnc index d7c0bb4..952ab74 100644 --- a/.vnc/profiles/home.vnc +++ b/.vnc/profiles/home.vnc @@ -56,7 +56,7 @@ sbwid_string=0 #ssh_local_protection=1 #ssvnc_encodings= #ssvnc_escape= -#ssvnc_scale= +ssvnc_scale=1.1 #stunnel_local_protection=1 #stunnel_local_protection_type=exec #svcert= @@ -107,4 +107,4 @@ use_nojpeg=1 #use_x11cursor=0 use_x11vnc_find=1 #vncviewer_realvnc4=0 -#ycrop_string= +ycrop_string=1030 diff --git a/.vnc/profiles/vapier-auth.vnc b/.vnc/profiles/vapier-auth.vnc new file mode 100644 index 0000000..c369b55 --- /dev/null +++ b/.vnc/profiles/vapier-auth.vnc @@ -0,0 +1,110 @@ +[connection] +host=localhost root@vapier cmd=PORT= x11vnc -find -localhost -nopw -ncache 10 -noxdamage -auth /var/run/xauth/A +port=5900 +proxyhost=root@vapier +proxyport=root@vapier +disp=localhost root@vapier cmd=PORT= x11vnc -find -localhost -nopw -ncache 10 -noxdamage -auth /var/run/xauth/A:0-* + +[options] +# parameters commented out with '#' indicate the default setting. +#additional_port_redirs=0 +#additional_port_redirs_list= +#change_vncviewer=0 +#change_vncviewer_path= +#choose_desktop=0 +#choose_desktop_geom=0 +#choose_filexfer=0 +#choose_multisession=0 +#choose_ncache=0 +#choose_othervnc=0 +#choose_x11vnc_opts=0 +#choose_xserver=0 +#compresslevel_text=Compress Level: default +#crlfil= +#crtdir=ACCEPTED_CERTS +#cups_local_server= +#cups_local_smb_server= +#cups_manage_rcfile=1 +#cups_remote_port= +#cups_remote_smb_port= +#cups_x11vnc=0 +#disable_all_encryption=0 +#disable_ssl_workarounds=0 +#disable_ssl_workarounds_type=none +#extra_sleep= +#include_list= +#listen_once=0 +#multiple_listen=0 +#mycert= +#port_knocking_list= +#quality_text=Quality: default +#rfbversion= +#sbwid_string= +#server_anondh=0 +#server_vencrypt=0 +#smb_mount_list= +#smb_su_mode=sudo +#sound_daemon_kill=0 +#sound_daemon_local_cmd= +#sound_daemon_local_kill=0 +#sound_daemon_local_port= +#sound_daemon_local_start=0 +#sound_daemon_remote_cmd= +#sound_daemon_remote_port= +#sound_daemon_restart=0 +#sound_daemon_x11vnc=0 +#ssh_local_protection=1 +#ssvnc_encodings= +#ssvnc_escape= +#ssvnc_scale= +#stunnel_local_protection=1 +#stunnel_local_protection_type=exec +#svcert= +#ts_cups_manage_rcfile=0 +#ts_desktop_depth= +#ts_desktop_size= +#ts_desktop_type= +#ts_filexfer= +#ts_mode=0 +#ts_multisession= +#ts_ncache=8 +#ts_othervnc= +#ts_unixpw=0 +#ts_vncshared=0 +#ts_x11vnc_autoport= +#ts_x11vnc_opts= +#ts_x11vnc_path= +#ts_xlogin=0 +#ts_xserver_type= +#ultra_dsm=0 +#ultra_dsm_file= +#ultra_dsm_noultra=0 +#ultra_dsm_salt= +#ultra_dsm_type=guess +#unixpw_username= +#use_alpha=0 +use_bgr233=1 +#use_compresslevel=default +#use_cups=0 +#use_fullscreen=0 +#use_grab=0 +#use_listen=0 +#use_nobell=0 +use_nojpeg=1 +#use_popupfix=0 +#use_port_knocking=0 +#use_quality=default +#use_raise_on_beep=0 +#use_rawlocal=0 +#use_smbmnt=0 +#use_sound=0 +#use_ssh=1 +#use_sshssl=0 +#use_ssl=0 +#use_unixpw=0 +#use_viewonly=0 +#use_x11_macosx=1 +#use_x11cursor=0 +use_x11vnc_find=1 +#vncviewer_realvnc4=0 +#ycrop_string= diff --git a/.vnc/profiles/vapier.vnc b/.vnc/profiles/vapier.vnc index 0852e80..20573c5 100644 --- a/.vnc/profiles/vapier.vnc +++ b/.vnc/profiles/vapier.vnc @@ -56,7 +56,7 @@ disp=vapier cmd=PORT= x11vnc -find -localhost -nopw -ncache 10 -noxdamage #ssh_local_protection=1 #ssvnc_encodings= #ssvnc_escape= -#ssvnc_scale= +ssvnc_scale=1.1 #stunnel_local_protection=1 #stunnel_local_protection_type=exec #svcert= @@ -107,4 +107,4 @@ use_nojpeg=1 #use_x11cursor=0 use_x11vnc_find=1 #vncviewer_realvnc4=0 -#ycrop_string= +ycrop_string=1030 diff --git a/.vnc/profiles/work-auth.vnc b/.vnc/profiles/work-auth.vnc new file mode 100644 index 0000000..9626db5 --- /dev/null +++ b/.vnc/profiles/work-auth.vnc @@ -0,0 +1,110 @@ +[connection] +host=localhost root@localhost +port=5900 +proxyhost=root@localhost +proxyport=2 +disp=localhost root@localhost:2 cmd=PORT= x11vnc -localhost -nopw -ncache 10 -auth /var/gdm/:0.Xauth + +[options] +# parameters commented out with '#' indicate the default setting. +#additional_port_redirs=0 +#additional_port_redirs_list= +#change_vncviewer=0 +#change_vncviewer_path= +#choose_desktop=0 +#choose_desktop_geom=0 +#choose_filexfer=0 +#choose_multisession=0 +#choose_ncache=0 +#choose_othervnc=0 +#choose_x11vnc_opts=0 +#choose_xserver=0 +#compresslevel_text=Compress Level: default +#crlfil= +#crtdir=ACCEPTED_CERTS +#cups_local_server= +#cups_local_smb_server= +#cups_manage_rcfile=1 +#cups_remote_port= +#cups_remote_smb_port= +#cups_x11vnc=0 +#disable_all_encryption=0 +#disable_ssl_workarounds=0 +#disable_ssl_workarounds_type=none +#extra_sleep= +#include_list= +#listen_once=0 +#multiple_listen=0 +#mycert= +#port_knocking_list= +#quality_text=Quality: default +#rfbversion= +sbwid_string=0 +#server_anondh=0 +#server_vencrypt=0 +#smb_mount_list= +#smb_su_mode=sudo +#sound_daemon_kill=0 +#sound_daemon_local_cmd= +#sound_daemon_local_kill=0 +#sound_daemon_local_port= +#sound_daemon_local_start=0 +#sound_daemon_remote_cmd= +#sound_daemon_remote_port= +#sound_daemon_restart=0 +#sound_daemon_x11vnc=0 +#ssh_local_protection=1 +#ssvnc_encodings= +#ssvnc_escape= +#ssvnc_scale= +#stunnel_local_protection=1 +#stunnel_local_protection_type=exec +#svcert= +#ts_cups_manage_rcfile=0 +#ts_desktop_depth= +#ts_desktop_size= +#ts_desktop_type= +#ts_filexfer= +#ts_mode=0 +#ts_multisession= +#ts_ncache=8 +#ts_othervnc= +#ts_unixpw=0 +#ts_vncshared=0 +#ts_x11vnc_autoport= +#ts_x11vnc_opts= +#ts_x11vnc_path= +#ts_xlogin=0 +#ts_xserver_type= +#ultra_dsm=0 +#ultra_dsm_file= +#ultra_dsm_noultra=0 +#ultra_dsm_salt= +#ultra_dsm_type=guess +#unixpw_username= +#use_alpha=0 +use_bgr233=1 +#use_compresslevel=default +#use_cups=0 +#use_fullscreen=0 +#use_grab=0 +#use_listen=0 +#use_nobell=0 +use_nojpeg=1 +#use_popupfix=0 +#use_port_knocking=0 +#use_quality=default +#use_raise_on_beep=0 +#use_rawlocal=0 +#use_smbmnt=0 +#use_sound=0 +#use_ssh=1 +#use_sshssl=0 +#use_ssl=0 +#use_unixpw=0 +#use_viewonly=0 +#use_x11_macosx=1 +#use_x11cursor=0 +use_x11vnc_find=1 +#vncviewer_realvnc4=0 +#ycrop_string= diff --git a/.vnc/profiles/work.vnc b/.vnc/profiles/work.vnc new file mode 100644 index 0000000..f066425 --- /dev/null +++ b/.vnc/profiles/work.vnc @@ -0,0 +1,110 @@ +[connection] +host=localhost localhost +port=5900 +proxyhost=localhost +proxyport=2 +disp=localhost localhost:2 cmd=PORT= x11vnc -find -localhost -nopw -ncache 10 + +[options] +# parameters commented out with '#' indicate the default setting. +#additional_port_redirs=0 +#additional_port_redirs_list= +#change_vncviewer=0 +#change_vncviewer_path= +#choose_desktop=0 +#choose_desktop_geom=0 +#choose_filexfer=0 +#choose_multisession=0 +#choose_ncache=0 +#choose_othervnc=0 +#choose_x11vnc_opts=0 +#choose_xserver=0 +#compresslevel_text=Compress Level: default +#crlfil= +#crtdir=ACCEPTED_CERTS +#cups_local_server= +#cups_local_smb_server= +#cups_manage_rcfile=1 +#cups_remote_port= +#cups_remote_smb_port= +#cups_x11vnc=0 +#disable_all_encryption=0 +#disable_ssl_workarounds=0 +#disable_ssl_workarounds_type=none +#extra_sleep= +#include_list= +#listen_once=0 +#multiple_listen=0 +#mycert= +#port_knocking_list= +#quality_text=Quality: default +#rfbversion= +#sbwid_string= +#server_anondh=0 +#server_vencrypt=0 +#smb_mount_list= +#smb_su_mode=sudo +#sound_daemon_kill=0 +#sound_daemon_local_cmd= +#sound_daemon_local_kill=0 +#sound_daemon_local_port= +#sound_daemon_local_start=0 +#sound_daemon_remote_cmd= +#sound_daemon_remote_port= +#sound_daemon_restart=0 +#sound_daemon_x11vnc=0 +#ssh_local_protection=1 +#ssvnc_encodings= +#ssvnc_escape= +#ssvnc_scale= +#stunnel_local_protection=1 +#stunnel_local_protection_type=exec +#svcert= +#ts_cups_manage_rcfile=0 +#ts_desktop_depth= +#ts_desktop_size= +#ts_desktop_type= +#ts_filexfer= +#ts_mode=0 +#ts_multisession= +#ts_ncache=8 +#ts_othervnc= +#ts_unixpw=0 +#ts_vncshared=0 +#ts_x11vnc_autoport= +#ts_x11vnc_opts= +#ts_x11vnc_path= +#ts_xlogin=0 +#ts_xserver_type= +#ultra_dsm=0 +#ultra_dsm_file= +#ultra_dsm_noultra=0 +#ultra_dsm_salt= +#ultra_dsm_type=guess +#unixpw_username= +#use_alpha=0 +use_bgr233=1 +#use_compresslevel=default +#use_cups=0 +#use_fullscreen=0 +#use_grab=0 +#use_listen=0 +#use_nobell=0 +use_nojpeg=1 +#use_popupfix=0 +#use_port_knocking=0 +#use_quality=default +#use_raise_on_beep=0 +#use_rawlocal=0 +#use_smbmnt=0 +#use_sound=0 +#use_ssh=1 +#use_sshssl=0 +#use_ssl=0 +#use_unixpw=0 +#use_viewonly=0 +#use_x11_macosx=1 +#use_x11cursor=0 +use_x11vnc_find=1 +#vncviewer_realvnc4=0 +#ycrop_string= -- 2.39.2