Tag Archives: sysadmin

wxwidgets hello world

wxwidgets hello world

centos or oracle linux install

  • add rpmforge repo
  • SDL rpm
  • wxGTK rpm
  • wxPython rpm
  • # yum –enablerepo=rpm* –nogpgcheck install wxPython

ubuntu gnu/linux install

  • libwxbase2.6-0
  • libwxgtk2.6-0
  • python-wxgtk2.6
  • python-wxversion

then

gnu/linux security problems

i’ve just noticed that

  • webmin | networking | linux firewall reads from the master iptables files and does NOT display any changes made to iptables by other services since system boot such as fail2ban so you need to click REVERT CONFIGURATION to get webmin to display current configuration
  • webmin doesn’t display iptables comments unless you click “Display comment in rules list?” (on distros derived from red hat)
  • webmin loses  iptables comments unless you click “Store comments as” “–comment option” (on distros derived from red hat)
  • fail2ban (service fail2ban start) adds its ip chain to the begining of your iptables rules so your fail2ban chain can end up running BEFORE any REJECT and DENY rules you have configured

 

The Next Ubuntu !

It is worth getting excited about the next Ubuntu (11.x) ? Maybe it is !

According to the Ubuntu alpha2 release notes the next release of Ubuntu already has

  • A faster kernel (with the ‘200 line patch’)
  • LibreOffice instead of OpenOffice
  • Python 2.7
  • Ubuntu Software Central with ‘ratings and reviews’
  • New XFCE, gtk,xfwm4 greybird theme (in Xubuntu)

Why not try Ubuntu 11 today as a VMware Player VM or try it via an Ultimate Ubuntu USB HD Dual Boot !

web test tools

just spent an hour or so adding and updating ohloh.net enlistments and tags so you can now make an informed choice on which free libre open source web test tool to use

denyhosts or fail2ban ?

should i use denyhosts or fail2ban to protect my servers ?

apparently denyhosts uses tcp wrappers and only protects ssh whereas fail2ban uses iptables and can check more ports but looking at ohloh both seem to be unchanged for 2+ years old and they both only have 12 users !

fail2ban

 

Windows 7 SP 1

If you can’t find Windows 7 SP 1 listed in your Windows Updates check that KB976902 is installed. You may save downloading the extra 50 updates before installing Windows 7 SP 1 !

Finally dont forget to run Windows Update after you have installed Windows 7 SP 1 to pick up any extra Windows Updates.