Personal Package Archives (PPA) in Ubuntu – it catalogs APT, which are provided by third parties on Launchpad (platform-party developers Ubuntu). That’s where the freshest and the coolest
Download Kernel from http://kernel.org Extract package tar xjf linux-2.6.19.tar.bz2 cd linux-2.6.19 Modify /etc/modprobe.conf to avoid error message mcedit /etc/modprobe.conf Comment mptscsi (if exists) alias eth0 pcnet32 alias scsi_hostadapter
This manual describes how to create file server, where users from can access their files with samba client and FTP server, (from windows too). In this example there
Files “username” user’s cron file location /var/spool/cron/{username} Root’s crontab file /var/spool/cron/root Configuration file for cron, /etc/crontab Cron service service crontd status service crontd start service crontd stop service
For creating transparent proxy we need edit squid.conf and add iptables rules. Edit /etc/squid.conf file with your favorite editor, example vi vi /etc/squid.conf Add or change this lines.
Command apropos apropos – command views Authentication a list [Command] of all man-pages that contain the specified keyword. Syntax apropos keyword Options No Description Apropos command searches for
Command alias alias command definition of abbreviations for long commands Authentication or view the current list abbreviations. Syntax alias [abbrev = command] Description If you enter only the
Suppose we have 2 cars PC1 (FreeBSD, ip-address IP1, interface INT1) and PC2 (Linux, IP2, INT2). Lets build IP-IP tunnel (on the side of FreeBSD will address TUN1,
Creating Password Create htpasswd file for current (pwd) path htpasswd -mc .htpasswd yourusername Insert new password Create .htaccess file for current path touch .htaccess mcedit .htaccess Paste this