- Once Moodle is stable, it will be put under licence. If it were any good, they’d already be charging for it
- Moodle needs a full time, php developer on your staff- or at least a lot of technical support to run it in house
- Moodle won’t be compatible with our other systems/software
- Moodle just doesn’t have the commercial experience we’re looking for
- You can’t just use Moodle out of the box – the basic Moodle install just isn’t that sophisticated
- There’s no documentation, training or technical support available – you’re on your own
- The Total Cost of Ownership is actually higher for Moodle than it would be with a wholly commercial platform
- Moodle is just no good for an institution as large as mine
- Moodle is just not designed to cope with my specific group of learners or customers
- We have all our stuff on *******, it’s just not worth the hassle of switching to Moodle
Installation of NS2 (ns-2.35) in Ubuntu 20.04 LTS Step 1: Install the basic libraries like $] sudo apt install build-essential autoconf automake libxmu-dev Step 2: install gcc-4.8 and g++-4.8 open the file using sudo mode $] sudo nano /etc/apt/sources.list Include the following line deb http://in.archive.ubuntu.com/ubuntu bionic main universe $] sudo apt update $] sudo apt install gcc-4.8 g++-4.8 Step 3: Unzip the ns2 packages to home folder $] tar zxvf ns-allinone-2.35.tar.gz $] cd ns-allinone-2.35/ns-2.35 Modify the following make files. ~ns-2.35/Makefile.in Change @CC@ to gcc-4.8 change @CXX@ to g++-4.8 ~nam-1.15/Makefile.in ~xgraph-12.2/Makefile.in ~otcl-1.14/Makefile.in Change in all places @CC@ to gcc-4.8 @CPP@ or @CXX@ to g++-4.8 open the file: ~ns-2.35/linkstate/ls.h Change at the Line no 137 void eraseAll() { erase(baseMap::begin(), baseMap::end()); } to This void eraseAll() { this->erase(baseMap::begin(), baseMap::end()); } All changes made Step 4: Open a new termi
dts nice man. Keep it up.
ReplyDelete