/usr/bin/xterm: cannot load font

EL7 with xfce enabled.

Following cmd error msg:

Fix:

Complete!
# yum install xorg-x11-fonts-misc

Which will inst following package:
xorg-x11-fonts-misc-7.5-9.el7.noarch

WARNING: gnome-keyring: …/pkcs11: No such file or directory

Im using Kali linux with XFCE
///

This happens when Im trying to git push file to remote https server.

Fix is to edit file:

C:\nppdf32Log\debuglog.txt

[Env]:

Fedora 15

 

This time I notice this err. message on Idea log:

 

Well, it’s a classic issue on Acroread.

Notice here:
 Bug #986841  Debug log created by Adobe Reader browser plugin (nppdf.so)

There’s no fix for even we do not have new Acroread version for linux.

But w/r provided in comment #21:
Quote:

Installing Kali Linux via USB installer

http://docs.kali.org/installation/kali-linux-live-usb-install

http://cn.docs.kali.org/installing-kali-linux-cn/%E7%94%A8live-u%E7%9B%98%E5%AE%89%E8%A3%85kali-linux

 

I dd image to /dev/sdb1 instead of /dev/sdb,  so I cannot boot via usb.

usb-persistence

 

 

 

 

 

 

 

This pic helps.

I turn to grub cmd line of current Linux:

cool to access live sys. and then choose “install kali linux” to start the installaions.

 

 

easy_install scapy failed

on EL 7, python 2.7.

Before installation
Run

#easy_install scapy failed.

Error on :

root cause is:
On pypi page
https://pypi.python.org/pypi/scapy

latest pkg is
scapy-2.2.0-dev.linux-x86_64.tar.gz (md5)  //binary
Instead of
scapy-2.2.0-dev.tar.gz (md5)  //source

 

easy_install script will choose the binary pkg to download, which failed anyway.

 

w/r is to download source manually.