CHOST="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j6" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/" SYNC="r…
A working notebook for zeal & the open systems beneath it.
The definition of vim is boundless zeal and excitement. — by cpx, since 2007. Linux, MSWindows, security, networking, and the small dotfiles that make a workstation feel like home.
tcpdump -i <interface> -n port 67 or port 68 Ports 67 and 68 are specifically for DHCP traffic - 67 for requests and 68 for responses. Server Success Running dhclient from th…
Kernel Setup emerge udev Linux Kernel Configuration: Device Drivers ---> SCSI device support ---> -*- SCSI device support <*> SCSI disk support If you have an USB CD-RO…
https://www.youtube.com/watch?v=UF8uR6Z6KLc
C:\Program Files\Mozilla Firefox\plugins , копираш NPSWF32.dll(x64) или WPSWF32.dll (x32)
alias command The alias command can be useful if you want to create a 'shortcut' to a command. The format is alias name='command' > alias home='cd /home/dave/public_html' This will…
First you’ll need to generate your local public key. This is the public end of a local public / private pair that you’ll share with the remote machine to identify you. ssh-keyg…
Mysql Instances mysqlmanager --passwd >> /etc/mysqlmanager.passwd ## ##/etc/mysql/my.cnf ## [mysql.server] user-manager [manager] port …
Typical Gentoo Instance Kernel & Boot : emerge gentoo-sources grub System tools : emerge -avt metalog vixie-cron openssh gentoolkit pciutils mlocate ufed emerge -avt dhcpcd i…
<VirtualHost {ip}:80> DocumentRoot {/var/svn} ServerName {svn.domain.tld} ServerAdmin [email protected] ErrorLog /var/log/apache2/error_log CustomLog /var/log/apache2/access_log…