8000 GitHub - quark-bar/system-setup-tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

quark-bar/system-setup-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

system-setup-tools

system-setup-tools - is a set of the scripts to easy setup, installation and configuration of various server services and daemons, desktop components, applications and utilities.

List of scripts:

  • system-setup-autologin (Setup MDM autologin to system without password)
  • system-setup-dhcpd (Setup DHCP server)
  • system-setup-dovecot (Setup IMAP server)
  • system-setup-http (Setup apachee server)
  • system-setup-java (Install Oracle JRE)
  • system-setup-kvm (Install KVM hypervisor)
  • system-setup-mysql (Setup MYSQL server)
  • system-setup-named (Setup DNS server)
  • system-setup-openvpn (Setup OpenVPN server)
  • system-setup-pptpd (Setup PPTP server)
  • system-setup-proftpd (Setup FTP server)
  • system-setup-samba (Setup samba server)
  • system-setup-squirellmail (Install squirellmail web interface)
  • system-setup-tftpd (Setup TFTP boot server)
  • system-setup-virtualhost (Add virtual host to apachee configuration)
  • system-setup-vpnpeer (Create peer to remote VPN server)

Installation

From yum repository:

Fedora 16,17 - install the denix-x repo:

#rpm -ivh http://fedora.os.vc/yum/base/x1/i386/denix-x-repo-1.0-3.x1.noarch.rpm

and then install the package as regular:

#yum install system-setup-tools

Manual RPM installation:

If you want to install this package manualy, download the latest version from one of my mirrors:

http://mirror.os.vc/denix-repo/yum/base/x1

and install it by using this command as root:

#rpm -ivh system-setup-tools.xx.x-xx.x1.noarch.rpm

Howto build RPM from source:

Clone my git repository and run the build script:

$mkdir git-repos
$cd git-repos
$git clone https://github.com/denix666/system-setup-tools.git
$cd system-setup-tools
$./build_system-setup-tools.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0