Difference between revisions of "How to Guides"
(→General Linux Online How To Guides:) |
(→General Linux Online How To Guides:) |
||
Line 76: | Line 76: | ||
* Rsyslog how to with config file examples --> http://www.rsyslog.com/tag/more-complex-scenarios/ | * Rsyslog how to with config file examples --> http://www.rsyslog.com/tag/more-complex-scenarios/ | ||
* How to backup MBR (Master Boot Record) Linux --> http://www.linuxjournal.com/magazine/hack-and-when-disaster-strikes-restoring-master-boot-record | * How to backup MBR (Master Boot Record) Linux --> http://www.linuxjournal.com/magazine/hack-and-when-disaster-strikes-restoring-master-boot-record | ||
+ | * How to convert physical drive to kvm image --> http://manuel.kiessling.net/2013/03/19/converting-a-running-physical-machine-to-a-kvm-virtual-machine/ | ||
== Redhat/CentOS Online How To Guides:== | == Redhat/CentOS Online How To Guides:== |
Revision as of 15:46, 7 February 2015
Contents
Local Wiki How To Guides:
- How to setup NFS/Autofs
- Add SSH Without Password
- Enabling Client DHCP
- Hacking RedHat Boxes
- How to Set Linux Programs to Run at Each runlevel
- Maintaining Yum Repo
- Mount NTFS Drives on Linux
- VMplayer Hack
- Linux Network Config
- Manual SMTP Relay Test
- Free T-Mobile WiFi in US
- Create SSL Self-Signed Certs
- Windows 2003 Server
- How to replace software RAID Disk
- Creating MySQL Users/Databases
- How to dump/restore MySQL Databases
- Kaspersky10 PXE Build
- Change Init Levels
- ndas
- Cable Modem Info
General Linux Online How To Guides:
- Linux Fdisk and Mount HOWTO --> http://www.pjrc.com/tech/mp3/docs/hd_setup_linux.html
- Linux Lib HOWTO --> http://www.faqs.org/docs/Linux-HOWTO/Program-Library-HOWTO.html#INTRODUCTION
- How to list open files in Unix/Linux --> http://www.akadia.com/services/lsof_intro.html
- Linux LVM Guide --> http://content.hccfl.edu/pollock/AUnix1/LVM.htm
- How to create self signed certs --> http://www.akadia.com/services/ssh_test_certificate.html
- Manual Whitelist SPAM from Spamassassin --> http://wiki.apache.org/spamassassin/ManualWhitelist
- How to setup dkimproxy on --> http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured
- How to search and replace recursively using find and sed --> http://www.commandlinefu.com/commands/view/4698/recursive-search-and-replace-old-with-new-string-inside-files
- Hardening Linux Security --> http://www.cyberciti.biz/tips/linux-security.html
- Installing and setting up Nagios --> http://wiki.centos.org/HowTos/Nagios
- How to clear out Postfix mail queue --> http://www.cyberciti.biz/tips/howto-postfix-flush-mail-queue.html
- How to hack Wifi --> http://lifehacker.com/5305094/how-to-crack-a-wi+fi-networks-wep-password-with-backtrack
- How to flush postfix mailq --> http://www.cyberciti.biz/tips/howto-postfix-flush-mail-queue.html
- How to lock users to home directory FTP --> http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html
- How to search and replace using Awk --> http://www.packetnexus.com/kb/greyarts/docs/979617680:10293.html
- How to use patch to patch a file --> http://www.cyberciti.biz/faq/appy-patch-file-using-patch-command/
- How to create patch and use patch files --> http://jungels.net/articles/diff-patch-ten-minutes.html
- How to build a minimum Linux Distro with Busybox --> http://revcode.wordpress.com/2012/02/25/booting-a-minimal-busybox-based-linux-distro/
- How to Sort and Remove Duplicate Photos in Linux --> http://www.linux.com/learn/tutorials/774031-how-to-sort-and-remove-duplicate-photos-in-linux
- How to use Make correctly --> http://www.codeproject.com/Articles/31488/Makefiles-in-Linux-An-Overview
- How to setup Ntop-NG --> http://xmodulo.com/2013/10/set-web-based-network-traffic-monitoring-linux.html
- Best Guide for making initramfs --> http://jootamam.net/howto-initramfs-image.htm
- How to setup and configure Zoneminder --> http://terminal28.com/how-to-install-and-configure-zoneminder-linux-cctv-debian/
- How to create custom initrd --> http://www.thewireframecommunity.com/node/14
- TCPdump Recipes --> http://www.wains.be/pub/networking/tcpdump_advanced_filters.txt
- How to find duplicate photos in Linux --> http://www.linux.com/learn/tutorials/774031-how-to-sort-and-remove-duplicate-photos-in-linux
- Awk Guide --> http://www.thegeekstuff.com/2010/01/awk-introduction-tutorial-7-awk-print-examples/
- How to build a virtual cluster --> https://alteeve.ca/w/AN!Cluster_Tutorial_2
- How to ignore ports with tcpdump --> http://www.cyberciti.biz/faq/linux-monitor-all-network-traffic-except-ssh-port-22/
- Minecraft Server Setup --> https://www.digitalocean.com/community/tutorials/how-to-set-up-a-minecraft-server-on-linux
- How to setup GeoIP lookups Linux --> http://xmodulo.com/geographic-location-ip-address-command-line.html
- Linux from scratch --> http://en.tldp.org/LDP/Pocket-Linux-Guide/html/Pocket-Linux-Guide.html
- Using GIT --> http://stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit
- How to install nTop-NG --> http://www.ntop.org/get-started/download/
- How to use GIT server --> https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively
- Another guide to building mjpg-streamer --> http://ubuntuforums.org/showthread.php?t=1888233
- PXE Boot Busybox --> http://eduardo-lago.blogspot.ca/2012/06/ram-only-pxe-boot-smallest-diskless.html
- How to build a tiny Linux disto --> http://www.linuxjournal.com/article/4395
- How to setup TEMP monitor to MRTG --> http://blog.webernetz.net/2014/02/15/measuring-temperatures-with-pcsensors-temperhum-sensor/
- Linux Commandline System Admin Tools --> http://www.tecmint.com/command-line-tools-to-monitor-linux-performance/
- How to build mjpg-streamer --> http://cobecoballes-linux.blogspot.ca/2013/06/video-streaming-server-mjpg-streamer.html
- KVM Private Network setup --> http://www.dedoimedo.com/computers/kvm-network.html
- How to setup rsyslog server/client--> http://tecadmin.net/setup-centralized-logging-server-using-rsyslogd/
- How to build Busybox ARM --> http://wiki.beyondlogic.org/index.php?title=Cross_Compiling_BusyBox_for_ARM
- Great initramdisk guide --> http://wiki.sourcemage.org/HowTo%282f%29Initramfs.html
- Kaspersky 10 over PXE --> http://www.richud.com/wiki/Kaspersky_Rescue_Disk_10_PXE_Boot
- How to install dkfilter --> http://jason.long.name/dkfilter/
- How to fix Linux HDD Issues --> http://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-disk/
- ARM Board Compilers --> http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/platforms/arm-eabi
- Build Embedded Linux Distro from Scratch --> http://www.ibm.com/developerworks/linux/tutorials/l-embedded-distro/
- Rsyslog how to with config file examples --> http://www.rsyslog.com/tag/more-complex-scenarios/
- How to backup MBR (Master Boot Record) Linux --> http://www.linuxjournal.com/magazine/hack-and-when-disaster-strikes-restoring-master-boot-record
- How to convert physical drive to kvm image --> http://manuel.kiessling.net/2013/03/19/converting-a-running-physical-machine-to-a-kvm-virtual-machine/
Redhat/CentOS Online How To Guides:
- Open and extract RPM --> http://www.cyberciti.biz/tips/how-to-extract-an-rpm-package-without-installing-it.html
- How to install Red5 for CentOS 5.3--> http://www.sohailriaz.com/how-to-install-red5-server-on-centos-53/
- How to install Red5 Server --> http://www.linuxmaza.com/system-administration/howto-install-red5-flash-media-server-in-fedora-11-centos-5-4-redhat/
- How to install Red5chat --> http://www.freedevelopment.net/articles/free-red5chat.html
- How to change eth1 to eth0 on redhat systems --> http://www.linuxquestions.org/questions/red-hat-31/how-do-i-change-eth0-to-eth1-during-the-first-boot-246593/
- How to mount/fix the wrong device after system recovery --> http://lists.centos.org/pipermail/centos/2011-February/105866.html
- How to setup HP P1005 Printer Redhat --> http://hplipopensource.com/hplip-web/install/manual/distros/centos.html
- How to setup rsyslog on CentOS 5 --> https://www.howtoforge.com/building-a-central-loghost-on-centos-and-rhel-5-with-rsyslog
Debian/Ubuntu Online How To Guides:
- Installing Debian Squeeze On Pogoplug v3/Oxnas Cleanly --> http://www.howtoforge.com/installing-debian-squeeze-on-pogoplug-v3-oxnas-cleanly
- How to setup Ati drivers Debian 7 --> https://wiki.debian.org/ATIProprietary
- How to setup and install USB TEMPer v1 monitor --> http://www.panticz.de/Ubuntu-Temperature-monitoring-with-TEMPer-USB-sensor
- How to build TEMPer Binary for USB TEMPer --> http://igrudge.net/temper-on-ubuntu-11-04/
- How to build a webcam server Debian --> http://www.aboutdebian.com/webcam.htm
- Debian Network How Too --> http://www.cyberciti.biz/faq/howto-configuring-network-interface-cards-on-debian/
- How to install KVM on Debian 7--> http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-squeeze-server
- Debian IP Tables How to --> https://wiki.debian.org/iptables
- How to setup SVN Repo Debian --> http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-debian-squeeze
- How to setup git server --> https://www.digitalocean.com/community/tutorials/how-to-install-git-on-debian-7
- ARM Tool Chains Setup --> https://wiki.debian.org/EmdebianToolchain
- How to build a Debian Live-CD--> http://l3net.wordpress.com/2013/09/21/how-to-build-a-debian-livecd/
- How to setup tripwire on Debian --> https://www.digitalocean.com/community/tutorials/how-to-use-tripwire-to-detect-server-intrusions-on-an-ubuntu-vps
- How to use autofs --> https://help.ubuntu.com/community/Autofs
- rsyslod server Debian --> https://www.howtoforge.com/centralized-rsyslog-server-monitoring
- syslog-ng server Debian --> https://wiki.debian.org/DebianEdu/HowTo/syslog-ng