Get the package
Get the latest deb package of Atom at:$ wget https://atom.io/download/deb
Install Atom Deb Package
To install the debian package:$ [sudo] dpkg -i [atom-amd64.deb]
Start Atom
To start Atom:$ atom
$ wget https://atom.io/download/deb
$ [sudo] dpkg -i [atom-amd64.deb]
$ atom
sudo apt-get install pavucontrol
sudo vim /etc/hostname
sudo vim /etc/hosts
127.0.0.1 localhost
127.0.1.1 "your computer name"
sudo service hostname restart
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=force"
sudo update-grub
sudo add-apt-repository ppa:langdalepl/gvfs-mtp
sudo apt-get update
ls -as
mv -i .direc direc
sudo apt-get install build-essential linux-source linux-headers
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install nvidia-current
chmod +x [[filename]]
./[[filename]]
tar -xvzf [[name of the package]]
cp kcm_adobe_flash_player.so /usr/lib/mozilla/plugins/
root@Hari:/home/harichandan# apt-get install firefox-mozilla-build
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version.
wine set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/29.7 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing firefox-mozilla-build (--configure):
package firefox-mozilla-build is not ready for configuration
cannot configure (current status `half-installed')
Errors were encountered while processing:
firefox-mozilla-build
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt-get install --reinstall firefox-mozilla-build
synclient tapbutton1=1
sudo apt-get install build-essential
sudo apt-get install libssl-dev
wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz
tar -zxvf aircrack-ng-1.1.tar.gz
cd aircrack-ng-1.1
sudo gedit common.mak
CFLAGS ?= -g -W -Wall -Werror -O3
to
CFLAGS ?= -g -W -Wall -O3
sudo make
sudo make install
[*] Run 'airodump-ng-oui-update' as root (or with sudo) to install
or update Airodump-ng OUI file (Internet connection required).
sudo airodump-ng-oui-update
sudo apt-get install zlib1g zlib1g-dev
sudo apt-get install build-essential
sudo apt-get install ettercap
sudo apt-get install ettercap-graphical
sudo apt-get install ettercap-text-only
sudo ettercap -G
sudo ettercap -T
man ettercap
cd /mnt/disk
./install
sudo mkdir -p /mnt/disk
sudo mount -o loop [filename].iso /mnt/disk
sudo modprobe loop
sudo umount /mnt/disk
sudo umount -f /mnt/disk
gconftool-2 --type string --set /apps/metacity/general/button_layout "menu:minimize,maximize,close"
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
rmdiror
rm
rmdir [directory path]But the rmdir or rm command works only for an empty directory. For deleting a directory, we need to perform what is called a Recursive Delete. Recursive Delete deletes the directory, its sub-directories and all the files contained within. To perform a recursive delete, we use the command :
rm -rf [directory path]
sudo rm -rf [directory path]
yum install wireshark (Fedora/CentOS)
sudo apt-get install wireshark (Debian/Ubuntu)
After the installation, to run Wireshark, type wireshark in the terminal.su -
gedit /etc/default/grub
GRUB_DEFAULT=0
tar -xvzf
ps -ax |moreorps -aux |more
su -c "curl http://download.opensuse.org/repositories/home:/satya164:/fedorautils/Fedora_19/home:satya164:fedorautils.repo -o /etc/yum.repos.d/fedorautils.repo && yum install fedorautils"
yum install vlc
yum install gstreamer gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-bad-free gstreamer-plugins-bad-nonfree gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-ugly ffmpeg
3. Adobe Flash Pluginsudo yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm -y
sudo yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm -y
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
sudo yum install flash-plugin -y
4. GNOME Tweak Toolyum install gnome-tweak-tool
5. Installing Java Runtime Environmentrpm -Uhv *.rpm
6. WINEyum install wine
7. GIMP yum install gimp
8. Audacity yum install audacity --disablerepo=LumenVox
9. Clementine Music Player sudo add-apt-repository ppa:me-davidsansome/clementine
sudo apt-get update
sudo apt-get install clementine
# yum install fedora-upgradeFor upgrading from Fedora 18 to 19, follow this procedure :
# fedora-upgrade
# rpm --import https://fedoraproject.org/static/FB4B18E6.txt
# yum update yum
# yum --releasever=19 distro-sync
yum install youtube-dl (For Fedora/CentOS)sudo apt-get install youtube-dl (For Debian/Ubuntu)
youtube-dl -o /home/"YourPATH"This command can be used for downloading any video and is not limited to YouTube.