Update ports collection: Edit /usr/share/examples/cvsup/ports-supfile and run: cvsup-G-L 2 ports-supfile Search: make search Key = "line" - search package by keyword. make search name = "line"- search by
This how to helps you to create secure connection via ssh between your unix and linux systems. All examples written for RedHat based systems. Also we assume that
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.
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