Articles tagged 'Linux'

Installing node.js on Fedora

Posted by Peter
tags: fedora linux node.js

Hi, Today I tried to install node.js on my Fedora and I got stuck after issuing ./configure command:

[code lang=bash] [..]error: could not configure a cxx compiler! [/code]

I have to admit that I was rather surprised because I have already installed...

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...

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...

Instalacja Symfony Framework - Debian

Posted by Peter
tags: debian linux php symfony

Postanowiłem spróbować szczęścia z Symfony na moim serwerze z systemem Debian Linux, ale okazało się, że to nie jest takie proste. Stąd pomysł, żeby to opisać dla potomnych :)

Założenie: używam Symfony w wersji 1.2 oraz ORM Doctrine, a nie Propel

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