Friday, July 26, 2013

Ubuntu Essential Application / Program


Ubuntu essential application / program

tasksel is a Debian/Ubuntu tool that installs multiple related packages as a co-ordinated "task" onto your system.
    • apt-get install tasksel

chgrp www-data /var/www/html/
chmod 775 /var/www/html/


logs files
/var/log/apache2/error.log

/etc/phpmyadmin/config.inc.php

skype
gedit /etc/apt/sources.list
deb http://archive.canonical.com/ubuntu maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner
apt-get update
apt-get install skype
teamviwer
Installing TeamViewer on Ubuntu 10.10
#1 : Download the *.deb package/installer from the website.
teamviewer for ubuntu 10.10

#2 : Open the downloaded file with Ubuntu Software Center and click on install to proceed.
#3 : Wait for the installation to complete,then go to Applications->Internet->TeamViewer 6.
wine
apt-get install wine
link http folder
mv nedi /opt/
ln -s /opt/nedi/html/ /var/www/
filezilla
apt-get install filezilla
youtube
apt-get install youtube-dl
youtube-dl "URL"
youtube-dl "http://www.youtube.com/watch?v=DWevG2BlH3k"
gimp
apt-get install gimp
hack your website with nitko
apt-get install nikto
(after host you can put host name or IP address of the target web server)
-port : TCP port(s) to scan.You can put by using comma e.g (80,443) or by giving the range of port such as (80-100)
-cgidirs : For scanning specified cgi directories.
-dbcheck : Check the scan databases for syntax errors.
-update : Updates the plugins and databases fr0m cirt.net.
-tunning : this option is used to tune the scan test against the target.
-format : It is used to specify the file format of the output.
Accobat
apt-get install acroread
web dev tool quanta
apt-get install quanta
calibre – book library
apt-get install calibre
setting up ftp
apt-get install vsftpd
change ftp dir
mkdir /srv/ftp
usermod -d /srv/ftp ftp 
/etc/init.d/vsftpd restart
To configure vsftpd to authenticate system users and allow them to upload files edit /etc/vsftpd.conf
local_enable=YES
write_enable=YES
/etc/init.d/vsftpd restart
notepad++ equivalent
apt-get install scite

alias sagi='sudo apt-get install'

Mysql Workbench
apt-get install libctemplate0 libzip1 python-pysqlite2 mysql-client python-crypto python-paramiko
dpkg -i mysql-workbench-gpl-5.2.27-1ubu1004-i386.deb

install Internet explorer
vi /etc/apt/sources.list
add
deb http://de.archive.ubuntu.com/ubuntu feisty universe
eb http://wine.budgetdedicated.com/apt edgy main
apt-get update
 
Install mysql work bench 
  apt-get install mysql-workbench    

poEdit is gettext catalogs editor, also known as .po files.  
apt-get install poedit     

Ubuntu clean up apt :
 
sudo apt-get clean 
sudo apt-get update 
sudo apt-get upgrade     
sudo rm -rf /var/lib/apt/lists 
sudo mkdir /var/lib/apt/lists 
sudo mkdir /var/lib/apt/lists/partial
 
 

No comments: