Learning On Demand Learning anything from anywhere

Archive for the ‘Unix’ Category

How to change timezone on ubuntu

10.03.2009 · Posted in Linux, Unix, Work

One of my friend server must get reconfigure its clock each time, specially when the server get reboot after lamp problem. Until he realized the timezone is different. Here’s quick way to change it : # dpkg-reconfigure tzdata Current default timezone: ‘Asia/Jakarta’ Local time is now:      Sat Oct  3 13:02:53 WIT 2009. Universal Time is ...

WARNING: Crypto package not found. Some features will fail.

06.05.2009 · Posted in Unix, Work

That message show up when I scan conflicker in our lan. After some google, I know the answer : In FreeBSD : # cd /usr/ports/security/py-pycrypto && make install In Ubuntu : # apt-get install python-crypto Done. NO more error message I guess. WARNING: Crypto package not found Some features will failCrypto package not foundpython crypto ...

Detect conflicker in our LAN

06.05.2009 · Posted in Unix, Work

Another conflicker variant force us to behave like paranoid. Any tool that might help us to detect it get more attention, specially when it’s free Detect from Windows machine : Download detector from Florian Roth, click here. Save and extract to any folder, I choose C. Make sure to run it from comman line : ...

Install OpenNMS on FreeBSD

05.15.2009 · Posted in Unix, Work

Download # cd /usr/ports/net-mgmt # wget -c http://www.geeklan.co.uk/files/opennms/opennms-164-freebsd-port.tgz –2009-05-15 03:17:40–  http://www.geeklan.co.uk/files/opennms/opennms-164-freebsd-port.tgz Resolving www.geeklan.co.uk… 93.97.185.103 Connecting to www.geeklan.co.uk|93.97.185.103|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 15093 (15K) [application/x-tar] Saving to: `opennms-164-freebsd-port.tgz’ 100%[=====================================================================================================>] 15,093      5.23K/s   in 2.8s 2009-05-15 03:17:45 (5.23 KB/s) – `opennms-164-freebsd-port.tgz’ saved [15093/15093] Extract and delete # tar xvzf opennms-164-freebsd-port.tgz && rm opennms-164-freebsd-port.tgz ...

Install ocsinventory-ng and glpi on FreeBSD

02.27.2009 · Posted in Unix, Work

Recent search for finding solution for inventory computer in the school lead me to interesting url : http://www.ocsinventory-ng.org/ From their architecture page : “OCS Inventory NG uses an agent, which runs the inventory on client computers, and a management server, which centralizes inventory results, allow viewing inventory results and creating deployment packages.” Very interesting software. ...

The kernel requires the following features not present on the CPU 0:6

01.28.2009 · Posted in Unix

That message show up when I try to install Ubuntu Server 8.04.2 Looking around, the solution : apt-get update apt-get remove linux-server apt-get install linux-386 apt-get install linux-server or change linux-386 with linux-generic will solve that problem. cx8 cmovthis kernel requires the following features not present on the cpu cmovthis kernel requires the following features ...

FreeBSD 7.1 released, get yours now

01.04.2009 · Posted in Unix

It seem FreeBSD 7.1 already release and available from torrent first and followed by master ftp. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html go get your iso now! ...

7.0-RELEASE-p6 with freebsd-update

01.02.2009 · Posted in Unix

freebsd-update is cool # freebsd-update fetch Looking up update.FreeBSD.org mirrors… 1 mirrors found. Fetching metadata signature for 7.0-RELEASE from update1.FreeBSD.org… done. Fetching metadata index… done. Fetching 2 metadata patches.. done. Applying metadata patches… done. Inspecting system… done. Preparing to download files… done. Fetching 8 patches….. done. Applying patches… done. The following files will be updated ...

FreeBSD 7.1 RC2 released

12.27.2008 · Posted in Unix

With new FreeBSD 7.1 release candidate 2 just arrive I choose to follow it in production server as always # freebsd-update upgrade -r 7.1-RC2 # freebsd-update install # shutdown -r now # freebsd-update install # shutdown -r now For next experiment I’ll try livefs in conjuction to ftp install for alternative install. Still looking a ...

Install havp (HTTP Antivirus Proxy) in FreeBSD 7.1

12.11.2008 · Posted in Step By Step, Unix, Work

Many of us still using internet explorer as main browser due to many factor, but much more related to our worksheet display. It’s in progress to make it more compliance to other browser such firefox and opera. Another problem came up when spyware and virus spread more easier using IE. To prevent it from spread ...

Using Clamav for Scanning Virus in FreeBSD

12.06.2008 · Posted in Unix

We provide ftp access to student for storing their work, song, etc in limited space. Around 100 – 150 MB for each student. Due to report for virus that might appear in their PC in the class I have to scan and remove it in their ftp account before take action to PC level. I ...