Tuesday, July 26, 2016
Thursday, July 21, 2016
Install forticlient on Ubuntu 14.04
1. Download the relavent Forticlient – SSLVPN .deb packages from https://hadler.me/linux/forticlient-sslvpn-deb-packages/
2. sudo dpkg --force-depends -i <sslvpn>.deb
or ELSE this also may work
1. sudo apt-get install lib32gcc1
2. sudo dpkg -i forticlient-sslvpn_4.4.2313-1_amd64.deb
2. sudo dpkg --force-depends -i <sslvpn>.deb
or ELSE this also may work
1. sudo apt-get install lib32gcc1
2. sudo dpkg -i forticlient-sslvpn_4.4.2313-1_amd64.deb
Thursday, July 14, 2016
Install MySQL 5.7 | MySQL 5.6| MySQL 5.5 on ubuntu 14.04
Install MySQL 5.7
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.7
$ sudo apt-get update
$ sudo apt-get install mysql-server
Install MySQL 5.6
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.6
$ sudo apt-get update
$ sudo apt-get install mysql-server
Install MySQL 5.5
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.5
$ sudo apt-get update
$ sudo apt-get install mysql-server
Verify installed version
Check your version using ===>
nalin@nalin-e2:~$ mysql --version
mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64) using EditLine wrapper
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.7
$ sudo apt-get update
$ sudo apt-get install mysql-server
Install MySQL 5.6
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.6
$ sudo apt-get update
$ sudo apt-get install mysql-server
Install MySQL 5.5
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ondrej/mysql-5.5
$ sudo apt-get update
$ sudo apt-get install mysql-server
Verify installed version
Check your version using ===>
nalin@nalin-e2:~$ mysql --version
mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64) using EditLine wrapper
Wednesday, June 1, 2016
JavaScript Graph Library
I am doing R&D for graph library... found ... Dracula
Dracula.js is a set of tools to display and layout interactive connected graphs and networks, along with various related algorithms from the field of graph theory.
For more information visit https://www.graphdracula.net/
Saturday, May 28, 2016
Fix corrupt NTFS partition without Windows
Install ntfs-3g with sudo apt-get install ntfs-3g.
Then run the ntfsfix command on your NTFS partition.
For example: ntfsfix /dev/hda6 ntfsfix v2.0.0 (libntfs 10:0:0)
Usage: ntfsfix [options] device Attempt to fix an NTFS partition. -h, --help Display this help -V, --version
Display version information linux-ntfs-dev@lists.sf.net Linux NTFS homepage: http://www.linux-ntfs.org
Then run the ntfsfix command on your NTFS partition.
For example: ntfsfix /dev/hda6 ntfsfix v2.0.0 (libntfs 10:0:0)
Usage: ntfsfix [options] device Attempt to fix an NTFS partition. -h, --help Display this help -V, --version
Display version information linux-ntfs-dev@lists.sf.net Linux NTFS homepage: http://www.linux-ntfs.org
Subscribe to:
Comments (Atom)