- Subscribe to this page:
- RSS
- Email Alert
Vincent Danen
(101 results)-
Downloads
Use DropBox to seamlessly sync files
October 27, 2008, 12:00am PDT
Vincent Danen introduces open source DropBox, a file synchronization service that works for Linux, Mac OS X, and Windows clients. DropBox can be used to share documents, configuration files,...
Provided by Vincent Danen
-
Downloads
Use Dovecot for POP3 / IMAP services
November 18, 2008, 12:00am PST
Traditionally, if you wanted to set up POP3 or IMAP services on your Linux system, you would use Courier-IMAP, uw-imap, or cyrus-imapd. Vincent Danen introduces a lesser-known but increasingly...
Provided by Vincent Danen
-
Downloads
Monitor your server with Monitorix
December 11, 2008, 12:00am PST
While it's important to get a remote view of your servers with tools like Nagios, it's not always easy to get a full "local" view of things like CPU load and network service demand. Vincent Danen...
Provided by Vincent Danen
-
Downloads
Firewall MySQL with GreenSQL
January 5, 2009, 12:00am PST
Vincent Danen introduces one solution to secure against SQL injection vulnerabilities. GreenSQL is a "firewall" for MySQL databases that intercepts SQL commands being sent to MySQL, checks them,...
Provided by Vincent Danen
-
Downloads
Get started with the security tool OSSEC
January 29, 2009, 12:00am PST
Of the many open source security tools out there, Vincent Danen singles out OSSEC as a solid, cross-platform tool that provides intrusion detection techniques such as log analysis, rootkit...
Provided by Vincent Danen
-
Downloads
Set up a bluetooth keyboard and mouse in Fedora 10
February 24, 2009, 12:00am PST
Fedora 10 provides better support for bluetooth peripherals and makes them easier to configure. Vincent Danen walks you through the Bluetooth Device Wizard and also provides tips for setting them...
Provided by Vincent Danen
-
Downloads
Set up RPM Fusion with Fedora to shore up multimedia support
March 2, 2009, 12:00am PST
Vincent Danen shows you how to get improved support for MP3s, videos, and games in Fedora Core 10 with RPM Fusion.
Provided by Vincent Danen
-
Downloads
Getting started with the yum package manager
March 10, 2009, 12:00am PDT
Vincent Danen introduces you to the yum package manager, including basic configuration and some common commands.
Provided by Vincent Danen
-
Downloads
How does Ubuntu's Upstart system initialization compare with runit?
March 16, 2009, 12:00am PDT
Vincent Danen takes a look at Ubuntu's Upstart system, which is an event-based replacement for SysV init that handles the starting of tasks and services during boot. He looks at how it supervises...
Provided by Vincent Danen
-
Downloads
Converting Subversion repositories to Git
March 19, 2009, 12:00am PDT
Vincent Danen walks you through the process of converting your version control system from the popular Subversion system to Git, a distributed-repository system.
Provided by Vincent Danen
-
Downloads
Using encrypted filesystems with Linux Logical Volume Manager
April 3, 2009, 12:00am PDT
Vincent Danen favors the Logical Volume Manager (LVM) for easy partitioning in Linux and tells you how to take advantage of its volume encryption feature.
Provided by Vincent Danen
-
Downloads
Dodge the challenges of a dual-head display setup with Fedora 10
April 13, 2009, 12:00am PDT
Vincent Danen found a few things that were different than he was used to in setting up a dual-head display with Fedora 10. Using his new Lenovo laptop, he soon had it up and running.
Provided by Vincent Danen
-
Downloads
Install OpenVZ on CentOS to create a virtual container
April 20, 2009, 12:00am PDT
Vincent Danen shows you how to install OpenVZ on CentOS. OpenVZ is an OS-level virtualization product that allows you to completely isolate processes from each other, increase security by keeping...
Provided by Vincent Danen
-
Downloads
Create your own yum repository
May 7, 2009, 12:00am PDT
Vincent Danen explains how to create your own yum repository with the createrepo tool. One thing it allows you to do is to distribute specialized packages within an organization.
Provided by Vincent Danen
-
Downloads
Creating an OpenVZ container
May 14, 2009, 12:00am PDT
OpenVZ is an OS-level virtualization system that allows you to virtualize Linux-on-Linux, but OpenVZ works on the principle of containers, not virtual machines. Vincent Danen explains how to...
Provided by Vincent Danen
-
Downloads
Gain fine control in OpenVZ with resource management
May 22, 2009, 12:00am PDT
Vincent Danen explains how to get the most out of OpenVZ by using all the settings that allow you to control resources that are made available to the OpenVZ containers.
Provided by Vincent Danen
-
Downloads
Create custom keybindings in vim
June 1, 2009, 12:00am PDT
Vincent Danen tells you how you can work smarter in vim by adding and changing keybindings to more familiar commands.
Provided by Vincent Danen
-
Downloads
Using Corkscrew to tunnel SSH over HTTP
October 5, 2009, 12:00am PDT
If you are in an environment that disallows the use of SSH and forces the use of an HTTP proxy, it is possible to use that HTTP proxy as a transport for SSH. Vincent Danen explains how to use the...
Provided by Vincent Danen
-
Downloads
Configuring VOIP in Twinkle
September 18, 2009, 12:00am PDT
If you need a reliable and capable SIP softphone for Linux, Vincent Danen suggests using the feature-rich Twinkle to configure its use.
Provided by Vincent Danen
-
Downloads
Using dnsmasq for DNS and DHCP services
November 3, 2008, 12:00am PST
Vincent Danen introduces an open source solution called dnsmasq, which provides both DNS forwarding and DHCP services for a small network or home office.
Provided by Vincent Danen
-
Downloads
Change default applications easily in GNOME
December 21, 2009, 12:00am PST
Vincent Danen walks you through the easy steps for changing the application defaults associated with certain file types in the Gnome desktop.
Provided by Vincent Danen
-
Downloads
Try command-line looping for added efficiency
September 15, 2008, 12:00am PDT
Creating complex commands is one of the strengths of the command line, even though it takes an investment of time to learn this skill. Using loops, you can take often-used commands that would...
Provided by Vincent Danen
-
Downloads
Expanding text with Snippits in Linux
September 5, 2008, 12:00am PDT
Vincent Danen admires the Mac text-expanding tools like Typinator or TextExpander and has been looking for a similar tool in Linux. The best counterpart he found is a program called Snippits. Here...
Provided by Vincent Danen
-
Downloads
Send messages and alerts from the command line
August 29, 2008, 12:00am PDT
Vincent Danen introduces two command-line programs, wall and mail, that allow you to send simple alerts and e-mail messages to users.
Provided by Vincent Danen
-
Downloads
One-time scheduling of tasks with At
August 25, 2008, 12:00am PDT
Scheduling services with cron and similar tools is great for repetitive tasks but inconvenient for one-time tasks. Vincent Danen introduces the flexible At command for tasks that only need to be...
Provided by Vincent Danen
-
Downloads
Schedule periodic tasks with cron
August 18, 2008, 12:00am PDT
Vincent Danen covers the basics of scheduling basic system and user tasks with cron, such as downloading e-mail at certain intervals and restarting services.
Provided by Vincent Danen
-
Downloads
Get a complete security toolkit with BackTrack 3
August 11, 2008, 12:00am PDT
The BackTrack LiveCD provides over 300 different tools that can be used by security professionals or system administrators. It includes tools for penetration testing, wireless cracking, network...
Provided by Vincent Danen
-
Downloads
Install extra packages on the ASUS Eee PC
August 4, 2008, 12:00am PDT
Installing extra packages on the Asus Eee PC is possible if you want more software than the average user. Vincent Danen explains how to set up Xandros repositories to make it easier to add packages.
Provided by Vincent Danen
-
Downloads
Customize the Joe text editor
August 5, 2008, 12:00am PDT
The Linux text editor Joe has easy-to-remember keystrokes and allows you to customize it to suit your needs. Vincent Danen tells you how to tweak the configuration file to create keybindings and...
Provided by Vincent Danen
-
Downloads
Installing Mandriva 2008.1 on the ASUS Eee PC
July 15, 2008, 12:00am PDT
The Xandros distribution that comes with the ASUS Eee PC 900 is a great experience for those new to Linux, but for more advanced users, it may feel quite limited. Out of the many distributions...
Provided by Vincent Danen
-
Downloads
GUI scripting with Zenity
July 8, 2008, 12:00am PDT
Zenity is a tool that allows you to create GUI prompts for shell scripts. Similar to the dialog tool, which creates nice "graphical" text interfaces for the CLI, Zenity creates GUI widgets and...
Provided by Vincent Danen
-
Downloads
Send mail with eSMTP for a simple, single-user system
July 1, 2008, 12:00am PDT
Programs like Sendmail or Postfix work great for multi-user systems or servers, but this setup may be more complex than you need for a single-user desktop system. Vincent Danen introduces you to...
Provided by Vincent Danen
-
Downloads
Chroot users with OpenSSH: An easier way to confine users to their home directories
June 24, 2008, 12:00am PDT
With the release of OpenSSH 4.9p1, you no longer have to rely on third-party hacks or complicated chroot setups to confine users to their home directories or give them access to SFTP services....
Provided by Vincent Danen
-
Downloads
Use Fuse to mount remote ssh directories
June 17, 2008, 12:00am PDT
The FUSE project has made editing remote files convenient by allowing local-filesystem-like access to remote files. With plugins like sshfs, which transparently makes an SFTP connection to a...
Provided by Vincent Danen
-
Downloads
Realize the flexibility of OpenSSH
June 10, 2008, 12:00am PDT
Vincent Danen explains the flexibility and power of OpenSSH. With it, you can access systems remotely and securely; transfer files securely (using scp, sftp, or even rsync over ssh); execute...
Provided by Vincent Danen
-
Downloads
Delegate privileges to users with sudo
June 2, 2008, 12:00am PDT
Vincent Danen offers a quick primer about the popular sudo program and shows you how to use it to delegate different privileges to users.
Provided by Vincent Danen
-
Downloads
Dig for more data in the /proc directory
May 23, 2008, 12:00am PDT
Vincent Danen introduces you to the /proc filesystem, which you can mine for a lot of helpful information about your system and running processes on your system.
Provided by Vincent Danen
-
Downloads
Finding weak OpenSSL/OpenSSH keys
May 19, 2008, 12:00am PDT
Vincent Danen reports on a recent vulnerability that affects Debian-based systems, including Ubuntu. This vulnerability caused OpenSSL to generate weak keys for anything relying on OpenSSL,...
Provided by Vincent Danen
-
Downloads
Log Linux services with runit
May 12, 2008, 12:00am PDT
Vincent Danen explains how to configure logging for supervised services with the runit program.
Provided by Vincent Danen
-
Downloads
Use runit to supervise Linux services
May 5, 2008, 12:00am PDT
Gerrit Pape's runit is similar to djb's daemontools and allows you to run supervised services, like daemontools, and also allows you to replace SysV init completely if you so desire. Vincent Danen...
Provided by Vincent Danen
-
Downloads
Using the openssl command-line program
April 30, 2008, 12:00am PDT
OpenSSL can be used to create, request, sign, and revoke certificates and can also be used to perform other cryptographic operations such as creating hashes for files, testing SSL connections, and...
Provided by Vincent Danen
-
Downloads
Linux cheat sheet: KDE and Konquerer keyboard shortcuts
May 14, 2007, 12:00am PDT
Using the keyboard is often the fastest way to accomplish certain tasks. Vincent Danen put together this quick-glance list of shortcuts that can help speed up navigation, window and desktop...
Provided by Vincent Danen
Keep Up with TechRepublic
Submit a Paper
Get your content listed in our directory!
Our directory is the largest library of vendor-supplied technical content on the Web. It’s also the first place IT decision makers turn to when researching technology solutions. Our members are already finding your competitors’ papers here - shouldn’t they find yours, too? It's FREE so click here and submit your white paper, case study, data sheet, research report, or other document today!



