Skip to main content

Home/ Linux/ Group items tagged configuration

Rss Feed Group items tagged

Frank Boros

Install and Configure Proftpd Server on RHEL / Fedora / CentOS 6.2 - 0 views

  •  
    This tutorial explains how to install and configure Proftpd Server on CentOS 6.2, Fedora Linux and RHEL clones. ProFTPdProFTPd is one of the most popular, secure and reliable FTP server for the Linux operating system. Proftpd uses a single configuration file and it's very simple to set up. Its con
Krizna G

How to configure DNS server in ubuntu 14.04 - 0 views

  •  
    DNS server is used to resolve domain name into IP address. There are three common DNS server configurations can be done using BIND, caching nameserver, pri
anonymous

Spacewalk: Free & Open Source Linux Systems Management - 0 views

  •  
    Spacewalk is an open source (GPLv2) Linux systems management solution. It is the upstream community project for Red Hat Network Satellite. Its capabilities include: * Inventory your systems (hardware and software information) * Install and update software on your systems * Collect and distribute your custom software packages into manageable groups * Provision (kickstart) your systems * Manage and deploy configuration files to your systems * Monitor your systems * Provision virtual guests * Start/stop/configure virtual guests * Distribute content across multiple geographical sites in an efficient manner
yc c

MyPaint - 6 views

  •  
    MyPaint is a fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it. Take a look at the screenshots to see the program in action before downloading and trying it for yourself! exists for several platforms supports pressure sensitive graphics tablets extensive brush creation and configuration options unlimited canvas (you never have to resize) basic layer support MyPaint comes with a large brush collection including charcoal and ink to emulate real media, but the highly configurable brush engine allows you to experiment with your own brushes and with not-quite-natural painting. Before beginning it is a good idea to read the quick-start tutorial to see how the program is meant to be used. You can also visit the MyPaint Wiki.
Krizna G

Setup network on ubuntu 18.04 - 0 views

  •  
    In this tutorial, We are going to see how to setup network on ubuntu 18.04 desktop and server versions. Ubuntu introduced netplan utlity to configure network on ubuntu 18.04 LTS. It uses YAML file format to read network configuration from /etc/netplan/ directory. Here is more information about netplan and Netplan examples .
anonymous

LinuxConfig.org - 3 views

  •  
    Linux Configuration Tutorials
jdr santos

FreeNAS: The Free NAS Server - Home - 2 views

  •  
    FreeNAS is a free NAS (Network-Attached Storage) server, supporting: CIFS (samba), FTP, NFS, AFP, RSYNC, iSCSI protocols, S.M.A.R.T., local user authentication, Software RAID (0,1,5) with a Full WEB configuration interface. FreeNAS takes less than 32MB on
anonymous

Enabling High Performance Data Transfers [PSC] - 0 views

  •  
    These notes are intended to help users and system administrators maximize TCP/IP performance on their computer systems. They summarize all of the end-system (computer system) network tuning issues including a tutorial on TCP tuning, easy configuration checks for non-experts, and a repository of operating system specific instructions for getting the best possible network performance on these platforms
Paul Sydney Orozco

Tutorial On Spring with Hibernate and Java Persistence API - 0 views

  •  
    Sample of using Hibernate Annotations by reducing XML configuration files thus making it simpler to define required metadata directly into our Java code. When using annotations, we no longer need the additional mapping file (*.hbm.xml). The metadata for the ORM is specified in the individual classes.
Paul Sydney Orozco

How to Use @Required Annotation in Spring - 0 views

  •  
    An Example explaining on how @Required annotation from Spring Framework works. Provides sample on how to use @Required and expected exception if beans are not properly configured like BeanInitializationException or Property is required for bean.
Sandra Nowakowski

Cisco SNMP - 0 views

  •  
    |mg| Cisco Snmp Tool 2.2.0 Download Freeware And Shareware Software Utilities. Download Files For Your Computer That Tweak, Repair, Enhance, Protect Majorgeeks.com/cisco_snmp_tool_d5488.html Cisco: Cisco Network And Configuration Management; Spe...
Sandra Nowakowski

MCSA Tutorial - 0 views

  •  
    Mcsa Tutorials Mcsa Tutorials. Mcsa Tutorials. In Its Default Configuration The Dhcp Server ... The Text Files That Are Created There Are Named After The. Day Of The Week ... Geocities.com/allmicrosoftcertifications/mcsa/mcsa-22.htm Microsoftfront...
Scott Beamer

Murrine themes for GNOME/XFCE - 0 views

  •  
    Features: * Modern, Clean, Shiny desktop experience. * Antialiased widgets using Cairo libraries. * Highly customizable trough an optional GUI, the Murrine Configurator. * Good rendering speed. * Animated progressbar, radiobuttons and checkbuttons.
anonymous

Ubuntu Server: Kernel Configuration Considerations - ServerWatch.com - 0 views

  • Preemption The server kernel has kernel preemption turned off (CONFIG_PREEMPT_NONE=y), while the desktop kernel has it enabled (CONFIG_PREEMPT_BKL=y, CONFIG_PREEMPT_VOLUNTARY=y). Preemption works along with scheduling to fine-tune performance, efficiency and responsiveness. In non-preemptive kernels, kernel code runs until completion; the scheduler can't touch it until it's finished. But the Linux kernel allows tasks to be interrupted at nearly any point (but not when it is unsafe, which is a whole huge fascinating topic all by itself), so that tasks of lesser-priority can jump to the head of the line. This is appropriate for desktop systems because users typically have several things going at once: writing documents, playing music, Web surfing, downloading and so on. Users don't care how responsive background applications are; they care only about the ones they're actively using. So if loading a Web page takes a little longer while the user is writing an e-mail, it's an acceptable trade-off. Overall efficiency and performance are actually reduced but not in a way that annoys the user. On servers you want to minimize any and all performance hits, so turning off preemption is usually the best practice.
yc c

Welcome - netboot.me - 1 views

  •  
    netboot.me is a service that allows you to boot nearly any operating system or utility on any computer with a wired internet connection - without having to know ahead of time what you'll want to boot. Once you can netboot.me, you never need to update your boot disk again! In order for your computer to know where to find the netboot servers, you need to change your DHCP settings to return some extra information. The two relevant pieces of information: next-server, which should be "tftp.netboot.me", and "filename", which should be "netbootme.kpxe". How to set these settings depends on your DHCP server. For dhcpd, simply add the following to the relevant 'subnet' section of your configuration: next-server "tftp.netboot.me" filename "netbootme.kpxe" For dnsmasq, the following line in /etc/dnsmasq.conf will achieve the same effect: dhcp-boot=netbootme.kpxe,tftp.netboot.me netboot.me works through the magic of netbooting. There are a number of ways to boot a computer with netboot.me. The simplest is to download a bootable image and burn it to a CD, USB memory stick, or floppy disk. Boot off it on any networked computer, and it will automatically fetch the latest boot options from netboot.me and let you choose from dozens of installation, recovery, testing, portable desktop and other tools. You can also start netboot.me from any computer running gPXE, or from any netbootable computer with some simple tweaks to your DHCP server.
yc c

about - awesome window manager - 1 views

  •  
    awesome is a highly configurable, next generation framework window manager for X. It is very fast, extensible and licensed under the GNU GPLv2 license.
Foxx Inabox

[How2CentOS] Installing Puppet Dashboard on CentOS 5.5 - 0 views

  •  
    Surprisingly informative page for Puppet configuration.  Contains many additional tricks to modify a system to report.
bryan yu

wdfs installation and configuration on openSUSE that is a webdav filesystem for fuse - 0 views

  •  
    wdfs is a WebDAV that makes it possible to mount a webdav share under Linux, FreeBsd and apple mac OS X. wdfs has some special features for accessing subversion repositories via webdav. it's based on fuse and neon. WebDAV is an easy way to upload files through the services of a webserver.
1 - 20 of 35 Next ›
Showing 20 items per page