Skip to main content

Linux commands


Genel kullanılan komutlar  -  General used commands

  • Update
    • sudo apt-get update
  • Versiyon update
    • sudo apt-get upgrade
  • Deleting unnecessary files
    • sudo apt-get autoremove
    • sudo apt-get autoclean
Terminal commandgörevi hakkındathe mission about
man komutkomut hakkinda bilgilendirmeInforming about the command
komut --helpkomut hakkinda bilgilendirmeInforming about the command
sudo susudo -iroot olmanızı sağlarIt lets you be root
pwdbulunduğunuz dizini gösterirwe show directory
lsdizinin dosyalarını listelerlists the files in the directory
lldizinin dosyalarını ayrıntıları ile listelerlists of files with details directory
cd ~/Dizinismi/istenen dizine kısa yoldan gidergoes the shortest path to the required directory
cd ~/Dizinismi/~ işareti aslına /home/kullanic/ dizinine eşit görevdedir.
cd ..bir dizin geri gidergoes back to a directory
cd ~başlanğıc dizinine gidergoes to the home directory
clearterminal alanını temizlerClears the terminal area
sudo init 0bilgisayarı kapatırClose the computer
sudo init 6bilgisayarı yeniden başlatırrestarts the computer
bcbasit matematiksel hesaplamalarsimple mathematical calculations
cp -rp dosya /dizin/dosya kopyalamacopying files
mv dosya /dizin/dosya taşımamoving Files
rm -r(f) <dosya>dosya silmedeleting the file
top,htopçalışan uygulamalar, sistem bilgisirunning applicationssystem information
resetterminalınızı resetlemenizi sağlarYour terminal lets you reset
chmod +x dosyadosyalara çalışabilirlik izni verilmesigranting permission to file interoperability
nanoviterminal text editörleriterminal text editor
df -mbilgisayar disk bölümleri hakkında bilgilendirmeInformation about computer disk partitions
free -mram'in mb olarak kullanımı hakkında bilgilendirmeInformation about the use of RAM in MB
sudo mountall -vyönetici olarak tüm diskleri birleştirircombines all the drives as manager
cat dosyadosya içeriğini ekrana yazıyorfile writes screen content
mkdir Klasörisimklasör oluşturmak içinTo create a folder

Bazı programların kurulumu  -  Installed some programs

ProgramTerminal komutu
1.Gitsudo apt-get install git
2.gccsudo apt-get install gcc
3.JDKsudo apt-get install openjdk-7-jdk
4.SSHsudo apt-get install openssh-server
5.VirtualBoxsudo apt-get install virtualbox
6.Winesudo apt-get install wine
7.Yüklü programlarındpkg --get-selections
8.Google chrome erorsudo awk '!a[$0]++' /etc/apt/sources.list
9.Performanssudo apt-get install htop
10.Netbeanssudo apt-get install netbeans
11.Sensorssudo apt-get install lm-sensors
12.htopsudo apt-get install htop
13.Geanysudo apt-get install geany






1.32-bitli sistem üçün google chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_i386.deb

1.64-bitli sistem üçün google chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

tar.xz fayllarının extract edilməsi
tar -xvf ".tar.xz"

root rejimine keçid
chown -R root *



Comments

Popular posts from this blog

VMware -> root access is required for the operations you have chosen FIX ubuntu 14.04

Example ~$ wget https://www.vmware.com/go/tryworkstation-linux-64 [sudo] password for javad: *****  --2016-08-11 11:19:10--  https://www.vmware.com/go/tryworkstation-linux-64 Resolving www.vmware.com (www.vmware.com)... 104.86.190.190, 2a02:26f0:c000:183::2ef, 2a02:26f0:c000:190::2ef ..... .... ... .. . .. ... .... .....  ~$ sudo chmod +x tryworkstation-linux-64 ~$ sudo -i ~#  ~# cd / root@javad-quad:/# cd /home/javad/ root@javad-quad:/home/javad# ./tryworkstation-linux-64 Extracting VMware Installer...done. ... Product: VMware® Workstation 12 Pro Version: 12.1.1 build-3770994 licence key: VY1DU-2VXDH-08DVQ-PXZQZ-P2KV8 VF58R

fix audio in kali linux

1. leafpad /etc/pulse/daemon.conf 2. find "default-sample-channels" and change the number -->1-->save-->exit 3. pulseaudio start 4. pulseaudio --start Practice  root@javad:~# sudo leafpad /etc/pulse/daemon.conf  root@javad:~# pulseaudio start E: [pulseaudio] main.c: Too many arguments. root@javad:~# pulseaudio  --start W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).  root@javad:~# reboot