Linux Tutorials on the topic “linux”
-
NIC Bonding/Teaming - Debian Sarge
Author: themachine • Tags: linux • Comments: 12Author: BJ DierkesLast Update: December 1st, 2005Contact: wdierkes [at] 5dollarwhitebox [dot] orgThis is a basic howto on the configuration of NIC Bonding/Teaming with Debian Linux. I have recently made changes fixing typos that would have kept this from working properly!
-
Booting Debian from external firewire on Powerpc Mac
Author: boborosso • Tags: linux • Comments: 0Booting Linux from a mac with firewire requires either editing initrd of an initrd kernel or building a custom one without initrd and with scsi and firewire support compiled in. Not for newbies, unless you know already how to make your firewire drive work under Linux (even if you cannot make it boot).The new beta debian etch installer is able to recognize firewire drives, so I succesfully compiled a kernel and installed the bootloader, so that the installing process could complete. Tested with a maxtor one touch and a titanium powerbook v.2
-
How To Install A Custom Iptables Firewall
Author: sbovisjb1 • Tags: linux • Comments: 2How To Install A Custom Iptables Firewall This guide is to show you how to edit your iptables if you're running on a server. This guide info came from iptables rocks, but I edited a bunch of data to make it suitable for what I want it to do
-
-
How do I find out if a remote system is still alive, if certain services are running, which processes are running, etc.?
Author: admin • Tags: linux • Comments: 0
You can use ping to see if the system is alive: ping -c4 <system's IP address> To see if a certain service is still alive, use the telnet command: telnet <system's IP address> 25 (for SMTP) telnet <system's IP address> 80 (for HTTP) telnet <system's IP address> 110 (for POP3) You can login to the system using SSH (port 22) (use PuTTY if you are on a Windows PC; PuTTY is an SSH client for Windows), and when you are on the system, you have a few useful tools to gather more information:
-
Linux: How to burn a CD/DVD through the command line
Author: Bill Toulas • Tags: linux, shell • Comments: 0
Carrying out common daily tasks such as burning a DVD through the comfort of a user-friendly graphical interface is, of course, a good thing, but unfortunately things don't always work as expected. When this is the case, Linux users can revert to the good old terminal to get things done no matter what. On this quick tutorial, we will see how Linux users can utilize the terminal to burn audio CDs, data DVDs or ISO images on a disk.
-
How to Install Paperless with Nginx on Debian
Author: Karl Wakim • Tags: debian, linux, nginx • Comments: 0
Paperless is a Python application that ingests scanned documents, indexes them, and presents them in a user-friendly web interface. In this tutorial, we will install Paperless with an Nginx HTTPS reverse proxy on Debian 10.