- Oriental Conky Widgets - No Download Candidate available, Try this instead.
Hope you liked them. And if you are a customization fanatic, you should also check out this beautiful collection of 15 stunning linux desktop customizations.
sudo add-apt-repository ppa:norsetto/ppa
sudo apt-get update
sudo apt-get install conky-all
sudo apt-get install python-statgrab ttf-droid curl
sudo apt-get install lm-sensors hddtemp
sudo sensors-detect
sudo /etc/init.d/module-init-tools start
sudo chmod u+s /usr/sbin/hddtemp
make
./conky-colors --help
./conky-colors --lang=english --theme=ambiance --cpu=2 --cputemp --swap --updates --hdtemp1=sda --proc=3 --clock=modern --nvidia --calendar --m --network --rhythmbox=case --ubuntu
make install
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install gnome-window-applets
sudo add-apt-repository ppa:tiheum/equinox sudo apt-get update && sudo apt-get install faenza-icon-theme
gtk-icon-sizes = "panel-menu=22,22:panel=22,22:gtk-button=16,16:gtk-large-toolbar=22,22"
apt-get
is the command-line tool for handling packages, and may be considered the user’s “back-end” to other tools using the APT library. APT is actually both a library and a front-end for dpkg
to work with Debian’s .deb packages. It’s designed to track package dependencies, call dpkg
and make the software installation easy.sudo apt-get install foobar
sudo apt-get install foobar1 foobar2 foobar3
apt-cache
. Still comes in pretty handy though.) When you can’t remember the correct package name then you can search package names and descriptions usingapt-cache search foobar
apt-cache search foo
apt-cache search ^foo
apt-cache search foo$
sudo apt-get build-dep foobar
sudo apt-get -b source foobar
apt-get
to install/remove packages in an attempt to satisfy the build dependencies for the package foobar. The second line fetches the source package for foobar. It finds and downloads the newest available version of that source package into the current directory. Source packages are tracked separately from binary packages via deb-src type lines in the /etc/apt/sources.list
file. This probably will mean that you will not get the same source as the package you have installed or as you could install. With the -b
option specified the package will be compiled to a binary .deb using dpkg-buildpackage
. Depending on the package this can take a long time.sudo dpkg -i foobar-version-number.deb
sudo apt-get remove foobar
sudo apt-get --purge remove foobar
sudo apt-get autoremove
autoremove
removes packages that were automatically installed to satisfy dependencies for some package and that are no longer needed. If you have been trying out a lot of software then this might free up some disk space.sudo apt-get autoclean
autoclean
clears out the local repository (/var/cache/apt/archives/
and/var/cache/apt/archives/partial/
) of retrieved package files that can no longer be downloaded and are largely useless. This allows a cache to be maintained over a long period without it growing out of control.sudo apt-get clean
clean
is more thorough than autoclean
. It removes everything but the lock file from/var/cache/apt/archives/
and /var/cache/apt/archives/partial/
. You will likely want to run apt-get clean from time to time to free up disk space.sudo apt-get update
sudo apt-get upgrade
sudo apt-get update
sudo apt-get dist-upgrade
dist-upgrade
in addition to performing the function of upgrade
, also intelligently handles changing dependencies with new versions of packages; apt-get
has a “smart” conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. The /etc/apt/sources.list
file contains a list of locations from which to retrieve desired package files.wget http://grimwepa.googlecode.com/files/grimwepa1.10a6.jar
java -jar grimwepa1.10a6.jar
wget -O wifite.py http://wifite.googlecode.com/svn/trunk/wifite.py
chmod +x wifite.py
python wifite.py
./wifite.py -help
* for better cracking please use good wifi booster and install best driver to it.