cooking, programming and everyday life xrado

Tuesday, June 13, 2006

The begining of the blog or something like it...

For those who never been here, this page is standing online for quite awhile now, but it was more or less static till now. I finally took sometime and add some functionality to it, like easy posting and commenting(with my mini cms:)). btw my english is really bad and I'm not so good at writing so I'll be short ...hope you'll have fun like i do :)

byebye rado.
  tags: web life COMMENTS (1)

Monday, June 12, 2006

Sync your hardware clock

Easiest way to set current time ntpdate serverhwclock --systoh for slovenia: ntpdate time.ijs.si hwclock --systoh you can add this commands to rc.local or crontab for automatic time/date sync
  tags: linux COMMENTS (1)

Sunday, June 11, 2006

Mount samba share with utf8

If you dont want to have problems with different characters betweenwindows and linux clients you have to mount samba share with utf8charset.
mount -t cifs -o username=user,password=pass,uid=clientuser,gid=clientgroup,iocharset=utf8  //server/share /mountpoint
or you can add it to /etc/fstab (in one line):
//server/code /mountpoint cifs username=user,password=pass,uid=clientuser,gid=clientgroup,iocharset=utf8 0   0
  tags: linux COMMENTS (0)

Tuesday, October 18, 2005

www.kamplc.net II

Total redesign of kamplc.net web page. Other alternative sports were joined. Since first web page i switched to linux desktop, so whole dis page is made by open source programs like: gedit, gimp, ...

url : http://www.kamplc.net
  tags: web COMMENTS (0)

Wednesday, December 22, 2004

file server

The company I'm working at the moment (Lozej d.o.o.) was using some old Novel os on their server. Server was really useless except for the data storage. So i convinced the director that it should be replaced with linux os. At first all were skeptic, not trusting some free software, but when i found that one disk from so called data mirroring was dead for along time and no one know about it, they agreed to replace the OS. Old disks were replace with two new Seagate 70Gb SCSI. I installed it with Slackware linux distribution with disks in software raid 1 array.

linux file & database server

Configuration i did:
- samba file server (with recyclebin enabled )
- software ride mirroring
- ups monitoring
- remote administration and data access
- automatic backups
- ...
  tags: linux COMMENTS (2)
pages:  1   2   3   4   5   6   7   8