Zend Framework: options config file

Posted by Peter
tags: php zend framework

Zend Framework series #1

How to use options from additional config ini file? Pretty easy actually :)

  1. create new file in application\configs directory. Name it something like extra_parameters.ini

  2. you can place here any type of options and I mean...

GitLab quick installation script - Fedora 16

Posted by Peter
tags: linux

I’ve managed to prepare Fedora 16 easy installation scripts for GitLab. Use them as root user. Download 2 scripts from bottom of this post and save them on your Linux server.

Be advised: this script is outdated. Please use it with caution! I’m working...

dnsmasq - DNS and DHCP server

Posted by Peter
tags: debian fedora linux

Dnsmasq is a simple server providing the DNS and DHCP services for a local area network (LAN) and as its creator say - it will be working very well on home networks and small business environments, up to roughly 1000 workstations. More information...

Konwersja statycznej strony HTML do Wordpress

Posted by Peter
tags: php strony www

Coraz częściej pojawia się potrzeba konwersji działającej, statycznej strony napisanej w czystym HTML'u lub za pomocą prostych skryptów PHP, do postaci bardziej skomplikowanej, ale dającej dużo większe możliwości. Mam tutaj na myśli systemy CMS ( Content...

Zadania Cron wszystkich użytkowników

Posted by Peter
tags: cron linux

<!–:en–>Czasem pojawia się potrzeba wyświetlenia zadań Cron wszystkich użytkowników w systemie.

for user in $(cut -f1 -d: /etc/passwd); do crontab  -u $user  -l; done
A dla konkretnego użytkownika można zastosować polecenie:
for user in $(cut -f1 ...

Squid transparent proxy

Posted by Peter
tags: iptables linux squid

Squid ( http://www.squid-cache.org ) jest oprogramowaniem umożliwiającym filtrowanie ruchu sieciowego, ale nie był to początkowy zamysł jego twórców. Z założenia Squid miał umożliwić tworzenie pamięci podręcznej treści ( grafik itp. ) pobieranych z...

iptables i blokowanie stron WWW

Posted by Peter
tags: iptables linux strony www

Dzisiaj zajmiemy się kwestią czasem bardzo potrzebną, to znaczy blokowaniem użytkownikom sieci lokalnej dostępu do konkretnych serwisów internetowych. Chodzi o sytuację, kiedy chcemy zablokować możliwość “wchodzenia” tylko na niektóre strony a nie...

Samba i Windows 7

Posted by Peter
tags: debian linux samba windows 7

Windows 7 ma często kłopoty z połączeniem z udziałami Samby na serwerze z zainstalowanym Linux'em i nie pozwala nam się zalogować do udziału Samby ( lub np. mapować dysku sieciowego ).

Aby temu zaradzić należy ustawić dwie opcje ( jako użytkownik...

We are using cookies to provide statistics that help us give you the best experience of our site. By continuing to use the site you are agreeing to our use of cookies.

x