Ubuntu 14.04 “Trusty Tahr” Release Schedule


The schedule of the release of ” Ubuntu 14.04 ” with given dates are as follows:

  • 19th December – Alpha 1 (Not for Public)
  • 23rd January – Alpha 2 (Not for Public)
  • 27th February – Beta 1 (Not for Public)
  • 27th March – Final Beta
  • 10th April – Release Candidate
  • 17th April – Final Release

Link : Ubuntu Daily Build

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…

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

Linux Kernel v3.11.1


Linux Kernel 3.11.1 Stable

Linux Kernel 3.11.1 Stable

On 14 September 2013, Linux Kernel was out. & It was stable. You can install this Kernel in Ubuntu, Mint etc. flavorers.

You can Download .deb package from this Link :

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.1-saucy/

After Downloading Follow this steps…

$ sudo dpkg -i linux-headers-3.11.1-031101-generic_3.11.1-031101.201309141102_amd64.deb linux-headers-3.11.1-031101_3.11.1-031101.201309141102_all.deb linux-image-3.11.1-031101-generic_3.11.1-031101.201309141102_amd64.deb

Press Enter. After successful installation Reboot your system.

Enjoy New Kernel3.11.1.

Kali Linux – New Baby of BackTrack


Kali Linux

Kali Linux

Kali Linux

Kali Linux, New baby of the Back-track. Kali is completely based on Backtrack distro with Debian Environment. It is maintained and funded by Offensive Security Ltd. Mati Aharoni and Devon Kearns of Offensive Security developed it by rewriting BackTrack, their previous forensics Linux distribution.

Kali Linux is an advanced Penetration Testing and Security Auditing Linux distribution.

Features :

  • Lot’s of  penetration testing tools are available.
  • It’s free OS & Open Source.
  • FHS compliant [Filesystem Hierarchy Standard].
  • Lost of wireless device support.
  • Custom kernel patched for injection.
  • Secure development environment.
  • GPG signed packages and repos.
  • Multi-language.
  • Completely customizable.
  • ARMEL and ARMHF support.

For Download Kali Click Here…

For more info visit : http://www.kali.org/

LINUX OS


TUX

TUX

There is lot’s of Linux Os are available. Mostly all are the open source, 99.9%. Like ubuntu, kubuntu, mint, rad hat, fedora, solaris, backtrack, suse, sent and many more. All flavor is so testy n yummy…

You can run Linux Os without installation. With the use of Live CD/DVD or Live USB drive.
But How ???
So answer is simple, just open your boot device selection menu when your system start, n then select your CD/DVD or USB.

You can find List of Live Linux Os is here : http://livecdlist.com/

Why we must use this Linux OS.

  • it is open source.
  • it is free OS. With license. no money for OS.
  • you have source code for os modification.
  • super fast bootup and startup.
  • free n open-source applications are available.
  • no pirated software. n no serial key require.
  • super fast net using experience.
  • no viruses. n no require anti-viruses.
  • system never slow down.
  • more games available.
  • system updates are free n regular.

Only one problem is… there is some battery power management problem. it’s only for some systems. that’s y don’t worry.