Browsing articles from "January, 2010"
Jan
29
2010

Slovenia IP range list

# Country: SLOVENIA # ISO Code: SI # Total Networks: 247 # Total Subnets: 1,457,280 77.38.0.0 – 77.38.127.255 77.74.200.0 – 77.74.207.255 77.94.128.0 – 77.94.159.255 77.111.0.0 – 77.111.63.255 77.234.128.0 – 77.234.159.255 78.111.32.0 – 78.111.47.255 78.153.32.0 – 78.153.63.255 80.90.208.0 – 80.90.223.255 80.95.224.0 – 80.95.239.255 80.246.224.0 – 80.246.239.255 81.17.224.0 – 81.17.239.255 81.24.96.0 – 81.24.111.255 81.90.176.0 – 81.90.191.255 82.149.0.0 – 82.149.31.255 82.192.32.0 – 82.192.63.255 82.214.64.0 – 82.214.127.255 84.20.224.0 – 84.20.255.255 84.41.0.0 – 84.41.127.255 84.52.128.0 – 84.52.191.255 84.255.192.0 – 84.255.255.255 [...]

Jan
29
2010

Block IP range Addresses in ProFTPD

Order deny,allow Deny from 555.555.555.555,444.444.444.444 Allow from all

Jan
21
2010

Check version of OpenSSL

openssl version

Jan
17
2010

MySQL database backup intro terminal

mysql -u user -p pass databasename < /home/user/dbBackup/backup.sql

Jan
16
2010

how to make symlink with cronjob or php

CRONJOB addd this in crontab -e */1 * * * * ln -s /home/user/public_html/drupal /home/user/public_html/site2 PHP symlink ( string $target , string $link ); http://us3.php.net/manual/en/function.symlink.php

Jan
15
2010

how to search in terminal with find

find . -iname “*fajl*”

Jan
15
2010

how to debug apache httpd.core

gdb /usr/sbin/httpd /etc/httpd.core

Jan
15
2010

tar (tape archiver)

tar (tape archiver) Type tar then -option(s) Options list: -c — create. -v — verbose, give more output, show what files are being worked with (extracted or added). -f — file (create or extract from file) – should always be the last option otherwise the command will not work. -z — put the file though gzip or use gunzip on the file first. -x — extract the files from the tarball. -p — preserves dates, [...]

Jan
13
2010

Keeping up with the ports – pkg_version

pkg_version -v will display some information about the version information for both currently installed ports and what you have in your ports source tree pkg_version -l’flag’ will limit the output to certain flags, ie. pkg_version -l ‘<’ will display all ports that are not up to date pkg_version -l’=’ will display all up to date ports pkg_version -c will display the required commands to upgrade all installed ports to the current version. (see below for [...]

Pages:12»
Get Adobe Flash playerPlugin by wpburn.com wordpress themes