### vi /etc/sysconfig/network HOSTNAME={NEW_HOSTNAME} ### vi /etc/hosts 127.0.0.1 {NEW_HOSTNAME} hostname {NEW_HOSTNAME} /etc/init.d/network restart
Monthly Archives: September 2014
/usr/bin/ssh-copy-id: ERROR: No identities found
Hata public/private rsa anahtar çiftinin bulunmamasından kaynaklanmaktadır.
Bu anahtar çiftlerini oluşturmak için aşağıdaki adımlar uygulanmalıdır:
$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/test/.ssh/id_rsa): [Enter key] Enter passphrase (empty for no passphrase): [Enter passphrase] Enter same passphrase again: [Enter passpharase again] Your identification has been saved in /home/test/.ssh/id_rsa. Your public key has been saved in /home/test/.ssh/id_rsa.pub. The key fingerprint is: **** test@local The key's randomart image is: +--[ RSA 2048]----+ | | | . | | + o | | . C * . | | . D = | | . o + . | | . k . o o | | E + . o | | ..o ++ | +-----------------+
Çıktılar yukarıdakilere benzer birşeyler olacaktır.
ubuntu E: Encountered a section with no Package: header
sudo rm /var/lib/apt/lists/* -vf sudo apt-get update
git ipuçları (git tips)
- git remote set-head ${REMOTENAME} ${BRANCH}: çalışma branch’ini değiştirir
- git show –pretty=”format:” –name-only bd61ad98: commit’den sadece değişen dosyaları gösterir