Message To All


Happy New Year To All of You…
Only I just wont to Say : Welcome 2014

n Thank u guys, For Visiting This Blog ! Maybe It will HELP You !

Thank u Very Much n Enjoy Linux !

md5sum check


How to check & match “md5sum” ?

How many people know, their downloads are correctly done or downloaded file is same file as per they aspect ? I think No One Care !

You must check this thing, because of

  • Security reason
  • No hidden malicious content included with original  file
  • Proper complete downloading

Now, Question is HOW?

n Solution is with the check “md5sum“. Ohh… not check, It’s a MATCH !

Now, Mostly Every Impotent Downloads are Available with 2 things…

  1. Download_File_Original.fileExtention
  2. “md5sum” of Download_File_Original.fileExtention

You First Download your File and then generate md5sum.

For generating md5sum follow this steps :

  • Open Terminal (Alt+Ctrl+t) n type below command
  • $ md5sum /file-path/Download_File_Original.fileExtention

It will generate md5sum. Copy It !

Now Open your Download Page, Where Original md5sum available. Match It. (Type Ctrl + F on your Web-page n Ctrl + V ). If your coped md5sum available on page then it will highlighted.

md5sum CHECK

md5sum CHECK

That’s It…

Find more about md5sum : http://en.wikipedia.org/wiki/Md5sum

Enjoy Happy Downloading…

Thank u.

My Computer Algorithm Lab Work…


You can found all Codes n Screen shot in  single PDF.

Download link :  https://drive.google.com/folderview?id=0B4LK2pAXZXdoRnY5ajQtTGRsUzQ&usp=sharing

 

all_in_one_sort_V.2.0_Screenshot

Assignment – all_in_one_sort_V.2.0_

Note : This all code not written by me. Only last assignment i was wrote with the use of other code. You can run this all code under gcc compiler. it will works fine. Because i already run on my Linux System. You can see my screen-shots in PDF. 

 

All-in-One Sorting Code


DEMONSTRATE ALL SORTING ALGO IN A SINGLE CODE WITH TIME COMPLEXITY.

THIS CODE ALSO SHOW THE COMPARISON BETWEEN DIFFRENT SORTING ALGO’S TIMECOMPLEXITY.

All-In-One Sorting Code

All-In-One Sorting Code

Download Link : https://drive.google.com/folderview?id=0B4LK2pAXZXdoOS1oYjlhUkUyRGc&usp=sharing

Code Version: 1.0 [ don’t download this one, Because merge sort not working properly n some other bugs ]

Code Version: 2.0 [ more stable then V 1.0 & some bug fixed ]

Author: Shivang R. Patel
Email Id : patelshivang82@gmail.com
blog : http://www.mylinuxsys.wordpress.com

Program Created on Date: Nov 20 sun 2013

Limitation : This code can maximum 1000000 numbers.

+++++ PROGRAM IN c.
+++++ DEWLOPED WITH USE OF GCC COMPILER.
+++++ ANYONE CAN USE THIS CODE.
+++++ I HOPE MOSTLY COLLEGE STUDENTS FOR THEIR ASSIGNMENT.
+++++ eNJOY!
+++++ Thank u !

all_in_one_sort_V.2.0_Screenshot

all_in_one_sort_V.2.0_Screen-shot

Conky


How to install a Conky in Ubuntu ( Debian base os) ?

Conky is like a speedometer, task shower easy way….on Desktop screen ! I love  because it make more attractive and digital desktop.

This is my desktop :

My Conky Desktop

My Conky Desktop

So, How to install ?

  • Open terminal (Alt + Ctrl + t)
  • type : $ sudo apt-get install conky-all
  • $ sudo apt-get install conky curl lm-sensors hddtemp
  • To run conky, type in terminal :  $ conky &
  • Now you can see the basic conky on your desktop screen
  • That’s the default conky configuration. The file can be found in /etc/conky/conky.conf

For well and good looking conky, you must configure it… your own way !

Follow this steps :

Set Conky at startup time : Click the gear icon in the upper right hand corner of the top panel. Select Startup Applications. Click Add. In the resulting dialog box give the name as “Conky” and the command as conky. Click add and close.

So, Now Enjoy awesome desktop… You can find more conkyrc file on net !
Note :
Fore more info visit this link  : – https://help.ubuntu.com/community/SettingUpConky

My  ” .conkyrc ” file…


background no
use_xft yes
xftfont Dejavu Sans:size=8
xftalpha 0

update_interval 0.8
total_run_times 0

own_window yes
own_window_transparent no
own_window_type dock
own_window_argb_visual yes
own_window_argb_value 60
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

double_buffer yes

minimum_size 220 994
maximum_width 320
#minimum_size 250 5

draw_shades yes
draw_outline yes
draw_borders no
draw_graph_borders yes

default_color ffffff
default_shade_color black
default_outline_color black

#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

gap_x 1135
#gap_x 10
#gap_y 5

no_buffers yes

cpu_avg_samples 4
text_buffer_size 1024

override_utf8_locale no
uppercase no

##########################################################################################################################################
# Output
##########################################################################################################################################

TEXT
${voffset 2}${font size=10}S Y S T E M${font} ${hr 2}
${voffset 10}${font OpenLogos:size=16}K${font} ${voffset -7} Kernel: ${alignr}${kernel}
${voffset 4}${font StyleBats:size=16}U${font} ${voffset -4}Uptime: ${alignr}${uptime}

P R O C E S S O R ${hr 2}
${voffset 4}${font StyleBats:size=16}P0${font} ${voffset -4}CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${voffset 4}${font StyleBats:size=16}P1${font} ${voffset -4}CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${voffset 4}${font StyleBats:size=16}P2${font} ${voffset -4}CPU3: ${cpu cpu3}% ${alignr}${cpubar cpu3 8,60}
${voffset 4}${font StyleBats:size=16}P3${font} ${voffset -4}CPU4: ${cpu cpu4}% ${alignr}${cpubar cpu4 8,60}

${voffset 4}${font StyleBats:size=16}T${font} ${voffset -4}CPU Temp: $alignr${hwmon temp 1}${iconv_start UTF-8 ISO_8859-1}° ${iconv_stop}C

${voffset 8}Top Processes$alignr cpu% mem%
${voffset 4}${font Bullet Balls AOE:size=16}1${font} ${voffset -4}${top name 1}$alignr${top cpu 1} ${top mem 1}
${voffset 4}${font Bullet Balls AOE:size=16}2${font} ${voffset -4}${top name 2}$alignr${top cpu 2} ${top mem 2}
${voffset 4}${font Bullet Balls AOE:size=16}3${font} ${voffset -4}${top name 3}$alignr${top cpu 3} ${top mem 3}
${voffset 4}${font Bullet Balls AOE:size=16}4${font} ${voffset -4}${top name 4}$alignr${top cpu 4} ${top mem 4}
${voffset 4}${font Bullet Balls AOE:size=16}5${font} ${voffset -4}${top name 5}$alignr${top cpu 5} ${top mem 5}

M E M O R Y ${hr 2}
${voffset 4}${font StyleBats:size=16}M${font} ${voffset -4}RAM: $memperc% ${alignr}${membar 8,60}
${voffset 4}${font StyleBats:size=16}S${font} ${voffset -4}SWAP: $swapperc% ${alignr}${swapbar 8,60}

D R I V E S ${hr 2}
${voffset 8}${font StyleBats:size=16}H${font} ${voffset -12}Home: ${fs_used_perc /home}% ${alignr}${fs_bar 8,60 /home}
(HDD) ${alignr}${fs_used /home}/${fs_size /home}

#open terminal and run this command for giving permition…
# sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/conky
N E T W O R K ${hr 2}
${if_existing /proc/net/route eth0}
${voffset -19}${font PizzaDude Bullets:size=14}O${font} ${voffset -2}Up: ${upspeed eth0} /s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 6}${font PizzaDude Bullets:size=14}U${font} ${voffset -2}Down: ${downspeed eth0} /s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
${voffset 6}${font PizzaDude Bullets:size=14}N${font} ${voffset -2}Upload: ${alignr}${totalup eth0}
${voffset 6}${font PizzaDude Bullets:size=14}T${font} ${voffset -2}Download: ${alignr}${totaldown eth0}
${voffset 6}${font PizzaDude Bullets:size=14}a${font} ${voffset -2}Wired Ip: ${alignr}${addr eth0}
${voffset 6}${font PizzaDude Bullets:size=14}b${font} ${voffset -2}Public Ip: ${alignr}${execi 3600 wget -O – http://ip.tupeux.com | tail}
${else}
Wired Network Unavailable
${endif}
#Wi-Fi N E T W O R K ${hr 2}
${if_existing /proc/net/route eth2}
#${voffset -19}${font PizzaDude Bullets:size=14}DG${font} ${voffset -2}Down: ${downspeed eth2} /s ${alignr}${downspeedgraph eth2 8,60 789E2D A7CC5C}
#${voffset 6}${font PizzaDude Bullets:size=14}UG${font} ${voffset -2}Up: ${upspeed eth2} /s ${alignr}${upspeedgraph eth2 8,60 789E2D A7CC5C}
${voffset -19}${font PizzaDude Bullets:size=10}${voffset -2}Down: ${downspeed eth2} Up: ${upspeed eth2}${font}
${voffset 6}${font PizzaDude Bullets:size=14}D${font} ${voffset -2}Download: ${alignr}${totaldown eth2}
${voffset 6}${font PizzaDude Bullets:size=14}U${font} ${voffset -2}Upload: ${alignr}${totalup eth2}
${voffset 6}${font PizzaDude Bullets:size=14}IP${font} ${voffset -2}wi-fi Ip: ${alignr}${addr eth2}
${voffset 6}${font PizzaDude Bullets:size=14}pIP${font} ${voffset -2}Public Ip: ${alignr}${execi 3600 wget -O – http://ip.tupeux.com | tail}
${else}
${voffset 4}Wi-Fi Network Unavailable
${endif}

LAMP


LAMP installation in a single command !

L(Linux) – A(Apache) – M(MySql) – P(php/python/perl)

open terminal and type this commands :

$ sudo apt-get install tasksel

LAMP

$ sudo  tasksel
And select LAMP Server (with the use of space button, you can check n press tab for OK and hit ENTER)…
tasksel

tasksel

During the installation  you  will be  asked  to insert the  mysql root  password…

installation LAMP

Packages Installation

MySql password

MySql password

MySql password confirmation

MySql password confirmation

Now check if php is working :

but first change the permission of the “www”  directory…
$ sudo chmod -R 777 www
$ sudo gedit/var/www/info.php
<? php
phpinfo();
?>
save and exit…
restart apache2 ,
# sudo /etc/init.d/apache2 restart
Now open browser and type : http://localhost/info.php
info.php

info.php

That mean, you successfully installed php….

For your  lamp Server database, install  phpmyadmin…

$ sudo apt-get  install  phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

configuring phpmyadmin

open browser and type : http://localhost/phpmyadmin

phpmyadmin

phpmyadmin

phpmyadmin

phpmyadmin

Now, Enjoy your LAMP

After Installing Ubuntu 13.10…


ubuntu 13.10

ubuntu 13.10

After Installing Ubuntu 13.10 you must follow this steps…

  • Connect net with use of Ethernet cable…
  • Open terminal (Alt + Ctrl  + t)…
  • Type command : sudo apt-get update
  • Open “software sources” application and go to the last tab “Additional Drivers” n update/enable the Wi-fi driver.
  • Now, in terminal Type command : sudo apt-get update && sudo apt-get upgrade
  • Now, Open “Software Center
  • In searching area, type “GStreamer” n install all package with add-on  (for playing almost all type multimedia files) [GStreamer ffmpeg video plugin, GStreamer extra plugins, GStreamer plugins for mms, wavpack, quicktime, musepack, GStreamer plugins for aac, xvid, mpeg2, faad]
  • In searching area, type “totem” n install all ADD-ON.
  • In searching area, type “adobe” n install “Adobe Flash plugin
  • Now, open Firefox ( any web-browser) and type this url : http://www.google.com/tools/dlpage/hangoutplugin
    for google talke video plugin ! Download it and double click on it n install.
  • Now, time for install some useful softwares……
  • Open terminal and type this command : sudo apt-get install vlc gimp pdfshuffler chmsee cheese rar p7zip-full openjdk-7-jdk openjdk-6-jdk wine virtualbox
    [vlc – player, gimp – best photo editor ever, pdfshuffler – managing pdf files like merge pdfs, chmess – for opening .chm files, cheese – webcam center, rar & p7zip-full – data compration soft, openjdk-7-jdk openjdk-6-jdk – for java, wine – for windows application, virtualbox – for installing other os virtually ]

Ohh… Enough Buddy. It’s finish…
Now, Enjoy your Ubuntu 13.10 !

Delay n delay n delay, n At last it is finish…

Install a 32-bit library


How to install a 32-bit library on 64-bit Ubuntu system ?

Open a terminal n type :  $ sudo apt-get install ia32-libs

ubuntu 13.10


OMG ! Only one Day Left for Releasing Ubuntu 13.10(SaucySalamander) !

Ubuntu 13.10 Saucy Salamander

Ubuntu 13.10 SaucySalamander

More then, Ubuntu 13.10 first fully supported release of the new OpenStack Havana, with faster node installation and a new version of Juju that supports ultra-dense containerised application deployment.

You can download on 17 – Oct – 2013 : http://www.ubuntu.com/download

Download Accelerators


Mostly Windows user are using IDM and DAP download accelerators, n some how it give them fast downloading facility. Nice new for windows users… Yee…

But what about the LINUX users? 😦 😥
That soft’s are not supported for Linux…. Hhhoooo….

Don’t worry about this problems, Because for Linux users also Download accelerators are available. n They are so good with super fast and best performance. n i think in Linux by default download speed so good and better then windows default downloading speed. Btw, i m using axel and multiget. Performance is so good, n download speed very good.

In Linux Download Accelerators are :

  • axel
  • multiget
  • wget
  • prozilla

Now , You think how to install. So i suggest you try software center or sudo apt-get install pakgName using terminal.

I wast tested axel, multiget,wget. but now after finishing this post i m going to prozilla

This all software are available in this site : http://sourceforge.net
for prozilla you must try googleing. or visit this sites :
http://linux.softpedia.com/get/Internet/HTTP-WWW-/ProZilla-12991.shtml

http://ubuntuportal.com/2012/05/install-prozilla-download-accelerator-and-apt-proz-in-ubuntu-12-04-lts-via-ppa.html

So, Enjoy Fast Downloading in Linux. 🙂