Arch Linux is a Linux-based operating system for i686 and x86-64 computers. It is composed predominantly of free and open source software, and supports community involvement. The design approach of the development team focuses on simplicity from a developer’s standpoint rather than a user’s standpoint, elegance, code correctness, and minimalism. A package manager written specifically for Arch Linux, pacman, is used to install, remove and update software packages. Arch Linux uses a rolling release model, such that a regular system update is all that is needed to obtain the latest Arch software; the installation images released by the Arch team are simply up to date snapshots of the main system components.
Nginx Config
Various Config rules for nginx web server under “Arch Linux”. It is good practice to use both www and www2 or some other secondary folder that is not in your public directory for all of your assets/static files like images, scripts, styles and even error pages. This will make you more organized and your public www directory will be cleaner. This examples are based on this concept.
XFCE Thunar File Manager Customizations
Some useful custom thunar file manager actions.
MineTest Game Server
Minetest is a sandbox building game, inspired somewhat by Infiniminer but mostly by Minecraft, created by Perttu “celeron55″ Ahola. The gameplay is very similar to Minecraft’s, consisting of creating and destroying blocks in a local or online 3D environment. Minetest is Free and Open Source Software, released under the LGPL. It was done this way to be more readily available to Linux users, and so that random people (like you!) could fix bugs and experiment effectively.
Custom Bash Commands & Functions
CB v1.3 {2013-04-12} custom bash, functions, one-liners and alias for Arch Linux. There is many useful functions that you can use to improve your linux experience. This script is constantly modified and updated.
Multiple Dedicated IPs
Multiple dedicated ip’s on single network card.
FsTab Config
The fstab (/etc/fstab) (or file systems table) file is a system configuration file commonly found on Unix systems. It is part of the util-linux package. The fstab file typically lists all available disks and disk partitions, and indicates how they are to be initialized or otherwise integrated into the overall system’s file system. fstab is still used for basic system configuration, notably of a system’s main hard drive and startup file system, but for other uses has been superseded in recent years by automatic mounting.
SysCtl Config
SysCtl (System Control) is an interface for examining and dynamically changing parameters in the BSD and Linux operating systems. The implementation mechanism in these two systems is very different.
VnStat Network Monitor
This is simple vnstats html with cron I’m using here: http://gotux.net/stats If you would like to do similar setup, you can follow this instructions.
Aria2c Downloader through VPN Tunnel
aria2 is a lightweight multi-protocol & multi-source download utility operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 has built-in JSON-RPC and XML-RPC interface. You can manipulate aria2 via these interfaces.