5 Commits d2b0ff01f5 ... b2c94fb248

Author SHA1 Message Date
  SVAKSHA b2c94fb248 [todo] suse automation with zypper 8 years ago
  SVAKSHA 381664c345 bash automation for rpm-based opensuse using zypper 8 years ago
  SVAKSHA 5b96e37813 minor change 8 years ago
  SVAKSHA 0a1f7be045 cleanup 8 years ago
  SVAKSHA 2ecf3c5e0a split the language installation 8 years ago

+ 6 - 3
.gitignore

@@ -1,13 +1,16 @@
 ###############################################################################
-# Author: SVAKSHA, 2006Apr01 | Updated: 2015nov13
+# Author: SVAKSHA, Dates: 2006apr01-2016jan13
 ###############################################################################
 
-*.log
-
 # Whitelist the folder && Recursively whitelist its contents
 # ----------------------------------------------------------
 !.vim/**
 
+# Ignore the following
+# ----------------------------------------------------------
+*.directory
+home/.directory
+*.log
 
 #====================================================
 # DVCS

+ 0 - 0
.install.conf.yaml


+ 0 - 0
home/.tigrc


+ 0 - 0
scripts/yaks-git-extract-commits.sh


+ 0 - 0
scripts/yaks-jl-colors-migrate.sh


+ 0 - 0
todo.md


+ 8 - 24
yaks-deb-secure-iptables.sh

@@ -1,31 +1,15 @@
 #!/usr/bin/env bash
 ################################################################################
-# File       : yaks-deb-install.sh
-# Description: Bash Installation script for a new Debian-Ubuntu system.
-# AUTHOR     : SVAKSHA :: http://svaksha.com/pages/Bio
+# FILE       : yaks-apt-firewall.sh
+# DESCRIPTION: Firewall script for debian-ubuntu.
+# AUTHOR     : SVAKSHA, http://svaksha.com/pages/Bio
 # SOURCE     : http://svaksha.github.io/yaksha
-# COPYRIGHT© : 2005-Now SVAKSHA (http://svaksha.com/pages/Bio) AllRightsReserved
-# DATES      : Created:2015nov03 - Updated:2015nov03
-# LICENSE    : GNU AGPLv3 License <http://www.gnu.org/licenses/agpl.html>
-#              https://github.com/svaksha/yaksha/blob/master/LICENSE.md
-# This code is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-# A PARTICULAR PURPOSE. Permission is hereby granted, free of charge, to any
-# person obtaining a copy of this software, to deal in the Software without
-# restriction, including without limitation the rights to use, copy, modify,
-# merge, publish, redistribute, and/or sell copies of the Software and use in
-# source form, with or without modification, and to permit persons to whom the
-# Software is furnished to do so as per the terms in the LICENSE.md file and
-# subject to the following conditions being met:
-# 1. ALL copies, forks and redistributions of source code AND/OR binary form
-#    must retain the above Copyright notice, the Licence file for source code
-#    (AGPLv3) along with this permission notice and list of conditions and the
-#    following disclaimer, in substantial portions of the Software.
-# 2. Neither the name of the COPYRIGHT HOLDER(S) nor the names of its
-#    contributors may be used to endorse or promote products derived from this
-#    software without specific prior written permission.
+# COPYRIGHT© : 2005-Now SVAKSHA, All Rights Reserved.
+# LICENSE    : GNU AGPLv3 and subject to meeting all the terms in the LICENSE 
+#              file: https://github.com/svaksha/yaksha/blob/master/LICENSE.md
+# DATES      : Created:2015nov03 - Updated:2016jan14
 ################################################################################
-
+#
 # Credits: The amazing Carla Schroder's IPtables script posted on the techtalk list.
 # An IPtables firewall script for sharing a cable/DSL Internet connection, with no public services.
 

+ 8 - 23
yaks-deb-install-testing.sh

@@ -1,28 +1,13 @@
 #!/usr/bin/env bash
 ################################################################################
-# File-Desc  : yaks-deb-install.sh, Bash Installation script for a new system.
+# FILE       : yaks-apt-install-testing.sh
+# DESCRIPTION: Tester BASH script.
 # AUTHOR     : SVAKSHA, http://svaksha.com/pages/Bio
-# COPYRIGHT© : 2005-Now SVAKSHA, AllRightsReserved
 # SOURCE     : http://svaksha.github.io/yaksha
-# DATES      : Created:2005mar22 - Updated:2015nov03
-# LICENSE    : GNU AGPLv3 License <http://www.gnu.org/licenses/agpl.html>
-#              https://github.com/svaksha/yaksha/blob/master/LICENSE.md
-# This code is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-# A PARTICULAR PURPOSE. Permission is hereby granted, free of charge, to any
-# person obtaining a copy of this software, to deal in the Software without
-# restriction, including without limitation the rights to use, copy, modify,
-# merge, publish, redistribute, and/or sell copies of the Software and use in
-# source form, with or without modification, and to permit persons to whom the
-# Software is furnished to do so as per the terms in the LICENSE.md file and
-# subject to the following conditions being met:
-# 1. ALL copies, forks and redistributions of source code AND/OR binary form
-#    must retain the above Copyright notice, the Licence file for source code
-#    (AGPLv3) along with this permission notice and list of conditions and the
-#    following disclaimer, in substantial portions of the Software.
-# 2. Neither the name of the COPYRIGHT HOLDER(S) nor the names of its
-#    contributors may be used to endorse or promote products derived from this
-#    software without specific prior written permission.
+# COPYRIGHT© : 2005-Now SVAKSHA, All Rights Reserved.
+# LICENSE    : GNU AGPLv3 and subject to meeting all the terms in the LICENSE 
+#              file: https://github.com/svaksha/yaksha/blob/master/LICENSE.md
+# DATES      : Created:2005mar22 - Updated:2015dec26
 ################################################################################
 #
 # Useful links 
@@ -33,8 +18,8 @@
 yaksha_dir=~/yaksha/
 
 # Log the date and time of execution of bash script into the `out` files.
-date +'%c|started running `apt-get`: ' >> out-yaks-deb-install.log
-date +"%c|completed running: $?" >> out-yaks-deb-install.log
+date +'%c|started running `apt-get`: ' >> out-yaks-apt-install-testing.log
+date +"%c|completed running: $?" >> out-yaks-apts-install-testing.log
 
 #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 # GNOME Desktop Environment. 

+ 7 - 7
yaks-deb-install.sh

@@ -1,12 +1,12 @@
 #!/usr/bin/env bash
 ################################################################################
-# FILE       : yaks-deb-install.sh
+# FILE       : yaks-apt-install.sh
 # DESCRIPTION: Bash Installation script for a new Debian-Ubuntu system.
-# AUTHOR     : SVAKSHA :: http://svaksha.com/pages/Bio
+# AUTHOR     : SVAKSHA, http://svaksha.com/pages/Bio
 # SOURCE     : http://svaksha.github.io/yaksha
-# COPYRIGHT© : 2005-Now SVAKSHA (http://svaksha.com/pages/Bio) AllRightsReserved
-# LICENSE    : GNU AGPLv3 and subject to the terms and conditions in the LICENSE.md 
-#              (https://github.com/svaksha/yaksha/blob/master/LICENSE.md) file being met.
+# COPYRIGHT© : 2005-Now SVAKSHA, All Rights Reserved.
+# LICENSE    : GNU AGPLv3 and subject to meeting all the terms in the LICENSE 
+#              file: https://github.com/svaksha/yaksha/blob/master/LICENSE.md
 # DATES      : Created:2005mar22 - Updated:2015dec26
 ################################################################################
 #
@@ -18,8 +18,8 @@
 yaksha_dir=~/yaksha/
 
 # Log the date and time of execution of bash script into the `out` files.
-date +'%c|started running `apt-get`: ' >> out-yaks-deb-install.log
-date +"%c|completed running: $?" >> out-yaks-deb-install.log
+date +'%c|started running `apt-get`: ' >> out-yaks-apt-install.log
+date +"%c|completed running: $?" >> out-yaks-apt-install.log
 
 # Ask for the administrator password first.
 sudo -v

+ 0 - 0
yaks-apt-uninstall.sh


Some files were not shown because too many files changed in this diff