insane-on-linux.blogspot.com
Linux adventures: October 2014
http://insane-on-linux.blogspot.com/2014_10_01_archive.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Monday, October 27, 2014. Installing ROS Indigo on Mint 17. Mint 17 is based on Ubuntu trusty and hence you can follow the instruction given below to install ROS-Indigo:. Http:/ answers.ros.org/question/190177/how-to-install-ros-indigo-in-ubuntu-1404-trusty-64-bit/. However, you need to make slight change in the name of repository to be added to your sources.list. The summary of instruction is as follows:. Sudo apt-get upda...
insane-on-linux.blogspot.com
Linux adventures: October 2012
http://insane-on-linux.blogspot.com/2012_10_01_archive.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Sunday, October 14, 2012. It is possible now to use 'loop's within the GNUPlot Command. See this. Link for more details. The following commands plots 10 blocks with different colours. Remember each block is separated from the other block by a pair of double lines. Gnuplot plot for [i=0:9] './clusterpos.txt' index i u 1:2 w p. Thursday, October 4, 2012. APT Behind Proxy Server Ubuntu 12.04. Create a new file as shown below:.
insane-on-linux.blogspot.com
Linux adventures: Export Display over TELNET on Ubuntu 12.04 64 bit LTS
http://insane-on-linux.blogspot.com/2013/05/export-display-over-telnet-on-ubuntu.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Tuesday, May 28, 2013. Export Display over TELNET on Ubuntu 12.04 64 bit LTS. The solution is derived from this link. Edit the file /etc/lightgdm/lightgdm.conf and add the following line towards the end of file:. And restart your system. Open a terminal and run the following commands:. Allow any user to connect to the xserver. Once you login, type in the following commands:. You should be able to see the terminal. June 12, ...
insane-on-linux.blogspot.com
Linux adventures: APT-GET behind Proxy Server, BADSIG GPG Error or Mergelist problem
http://insane-on-linux.blogspot.com/2014/10/apt-get-behind-proxy-server-badsig-gpg.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Sunday, October 26, 2014. APT-GET behind Proxy Server, BADSIG GPG Error or Mergelist problem. All these problems are related with your proxy settings. I could not solve them either. In this post, I am trying to collect all the solutions that have been suggested by others:. The usual solution that works for me sometimes is as follows:. Sudo rm -rf /var/lib/apt/lists/*. Sudo apt-get update or. Gpg: keyserver timed out. Sudo a...
insane-on-linux.blogspot.com
Linux adventures: February 2013
http://insane-on-linux.blogspot.com/2013_02_01_archive.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Friday, February 22, 2013. C : 3 Dimensional STL Vector with dynamic Re-sizing. I want to create a 3 Dimensional Array whose dimensions are not known a priori. Let us that our 3 dimensional array is A[NP][NR][NC]. In my case, I know NP and NC a priori (before the execution of the program), but NR will be known only during run time. So, I want to use STL vector to solve this problem. Size t np = 5; / no of pages. Page[i][j][...
insane-on-linux.blogspot.com
Linux adventures: November 2012
http://insane-on-linux.blogspot.com/2012_11_01_archive.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Thursday, November 22, 2012. Converting jpeg to pdf with lower quality. Convert jpeg into PDF with 50% quality:. Convert -quality 50 file1.jpg file.pdf. Combine multiple file into PDf. Pdftk *.pdf cat output merged.pdf. Pdftk file1.pdf file2.pdf cat output merged.pdf. You need to have imagemagick and pdftk installed on your system. If you have multiple files to convert, use the following command on bash:. This worked for me...
insane-on-linux.blogspot.com
Linux adventures: Installing ROS Indigo on Mint 17
http://insane-on-linux.blogspot.com/2014/10/installing-ros-indigo-on-mint-17.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Monday, October 27, 2014. Installing ROS Indigo on Mint 17. Mint 17 is based on Ubuntu trusty and hence you can follow the instruction given below to install ROS-Indigo:. Http:/ answers.ros.org/question/190177/how-to-install-ros-indigo-in-ubuntu-1404-trusty-64-bit/. However, you need to make slight change in the name of repository to be added to your sources.list. The summary of instruction is as follows:. Depends: ros-indi...
insane-on-linux.blogspot.com
Linux adventures: December 2014
http://insane-on-linux.blogspot.com/2014_12_01_archive.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Tuesday, December 30, 2014. Lenovo Thinkpad X240 Wifi Support for RealTek RTL8192EE on Ubuntu / Mint 17. Lenovo Thinkpad X240 comes with RealTek RTL8192EE chipset. Surprisingly the driver does not come built into Ubuntu 14.04 and earlier versions. However this device is supported on Ubuntu 14.10 (Utopic Unicorn). If you are using earlier version of Ubuntu or Linux Mint 17, the following instructions may help you. One proble...
insane-on-linux.blogspot.com
Linux adventures: Java JRE Webex Firefox Ubuntu 64 bit
http://insane-on-linux.blogspot.com/2014/01/java-webex-firefox-ubuntu-1204-64-bit.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Tuesday, January 21, 2014. Java JRE Webex Firefox Ubuntu 64 bit. I will talk about how to get your Java plugin working on Firefox on Ubuntu. It is also about getting your webex working on Firefox. First you install oracle-java7-installer using apt-get. You can search on Google for this. Anyway, I am putting it here for your convenience. Get update sudo apt. You can check Java version using the following command:. You can re...
insane-on-linux.blogspot.com
Linux adventures: Strikethrough in LibreOffice
http://insane-on-linux.blogspot.com/2014/03/strikethrough-in-libreoffice.html
Its about GNU/LINUX, Free softwares, Open Source and above all living with them . Monday, March 17, 2014. Tools Customize Toolbars = Formatting; and then – Add (button) – Add Commands – Category: Format – Command: Strikethrough. Subscribe to: Post Comments (Atom). Subscribe To Swagat's Linux Blog. View my complete profile.