Most firewall systems contain a Web-based component that allows you to configure the firewall. This holds true for most entry-level firewall systems (Linksys, D-Link, etc.) and also open source firewall systems such as pfSense. These systems tend to provide ways to access the Web interface remotely via the Internet; however, this should not be considered secure at all.
Read more »Secure remote firewall administration via SSH
Category: High End Tags:
- Login to post comments
Converting Subversion repositories to Git
There are a number of version control systems available. Originally there was RCS, which was suitable for individuals, but not really suitable for groups of people. It evolved into CVS, which worked pretty well for years, and then Subversion came along, making a better CVS than CVS itself.
Read more »Using dnsmasq for DNS and DHCP services
Software for providing DNS and DHCP services have typically come from ISC in the form of BIND and dhcpd. While these software packages are quite robust and, for the most part, quite secure, there are other alternatives that may work better depending on your situation. For smaller home or office networks, managing BIND and dhcpd may be overkill.
Read more »Category: High End Tags:
- Login to post comments
One-time scheduling of tasks with At
Scheduling services with cron and similar tools is great for repetitive tasks but inconvenient for one-time tasks that only need to be accomplished once. For tasks that only need to be accomplished once, use the at command.
Read more »Category: High End Tags:
- Login to post comments
Schedule periodic tasks with cron
Periodic schedulers come in many shapes and sizes but one constant is cron, the scheduling daemon that will run programs and scripts at arbitrary times or intervals. A number of different cron implementations exist: although vixie-cron may be the most popular, there are other similar programs such as dcron, fcron, anacron, and others.
Read more »