Results for "Config"

Blogs

  • How to install Perl modules manually, using CPAN command, and other quick ways

    ...arness.i386 0:2.64-31.fc9  perl-devel.i386 4:5.10.0-31.fc9Complete!Configure cpan the first time:Once the CPAN is installed, you need to configure it by executing cpan, you...

    3939 days ago

  • Installing Perl GD Module

    ...D (http://search.cpan.org/~lds/GD-2.46/)Place the "tar.gz" files in "/SourceCache" and double click to unpack.2. Install libjpegCopy the "config.sub" and "config.guess" files to "/SourceCache...

    3929 days ago

  • XAMPP: Starting Apache fail Ubuntu

    .../opt/lampp/lampp start   PhpMyAdmin “Wrong permissions on configuration file, should not be wo...rdquo; Once the Xammp is installed, it might be possible to set up the configuration file in writable mode....

    3608 days ago

  • BioLinux Ubuntu Desktop folder and files disappeared !!

    ...Then I google the problem and found this is a very common problem after updates. To fix this problem, follow these steps: You need to edit the ~/.config/user-dirs.dirs file, and make...

    2990 days ago

  • Install ImageMagick from Unix Source

    ...zf ImageMagick.tar.gz Next configure and compile ImageMagick. Note the pkg-config script is required so th...gick++... yeschecking for X11 configure files... checking for GOMP...reating PerlMagick/Makefile.PLconfig.status: creating PerlMagick/d...

    2135 days ago

  • Installing Trinity !

    ...Inchworm && (test -e configure || autoreconf) \ && sh ./configure --prefix=`pwd` &&...argProcessor.o g++ -DHAVE_CONFIG_H -I. -I.. -std=c++0x -ped...araFly-0.1.0" && sh ./configure --prefix=`pwd` &&...

    2122 days ago

  • Setting python version as default on Linux

    ...in/python python /usr/bin/python3.1 1 sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.6 10 sudo update-alternatives --config python This last command w...

    2059 days ago

  • How to set up SSH on Ubuntu 18.04

    ...all openssh-server sudo /etc/init.d/ssh start sudo nano /etc/ssh/sshd_config Uncomment port 22Uncomment H...-> write password --> you should be in --> in /home/user/.ssh/config type:Host WhateverName HostNa...

    1980 days ago

  • Basic Structure of Snakemake Pipeline Run !

    /user/snakemake-demo$ ls config.json data envs scripts slurm-240702.out Snakef...thon scripts called by the snakemake formula. config.json = json format file with...s.txt = file we will use later relating to the config.json file. Run the snakema...

    923 days ago