Thursday, June 25, 2015

Connecting to SQL Server from Linux/Unix using Perl DBI

Connecting to SQL Server from Linux using Perl DBI Download Software Components Perl DBI Module   :DBI-1.633.tar http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.633.tar.gz Download FreeTDS :freetds-stable.tar http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz Perl...

Sunday, June 7, 2015

How to Enable su root For a Normal User in FreeBSD

root@freebsd:~ # su - andre When you've made modifications to a file in vi(1) and then find that you can't write it, type ``<ESC>!rm -f %'' then ``:w!'' to force the write This won't work if you don't have write permissions to the directory and probably won't be suitable if you're editing...

How to install Htop on Freebsd

How to install Htop #echo ‘linproc /compat/linux/proc linprocfs rw 0 0’  >> /etc/fstab #echo ‘linux_enable=“YES”’ >> rc.conf #mkdir -p /usr/compat/linux/proc  #ln -s /usr/compat /compat #mount linproc #cd /usr/ports/emulatost/linux_base-f10 && make install clean #pkg...