Is there a way to install burg theme with grub-customizer or is there any other installer for it? Because I did not find any.
Prince's questions
I installed Atom using Snap.
Then I tried to install Hydrogen as an addon for Atom.
This output appears -
apm install hydrogen
Command 'apm' is available in '/snap/bin/apm'
The command could not be located because '/snap/bin' is not included in the PATH environment variable.
apm: command not found
I'm running Ubuntu 18.04.
I cloned PyPhisher from GitHub -
git clone https://github.com/sneakerhax/PyPhisher
then I ran PyPhisher.py file by executing -
python PyPhisher.py
So I got this output -
Traceback (most recent call last): File "PyPhisher.py", line 79, in main(args) File "PyPhisher.py", line 17, in main pish(args) File "PyPhisher.py", line 20, in pish message_html = open_html_file(args.html) File "PyPhisher.py", line 26, in open_html_file with open(file, 'r') as open_html: TypeError: coercing to Unicode: need string or buffer, NoneType found
Can someone fix this?
This is the link for the tool - https://github.com/joswr1ght/asleap
I cloned it:
$ git clone https://github.com/joswr1ght/asleap
Cloning into 'asleap'...
remote: Counting objects: 36, done.
remote: Total 36 (delta 0), reused 0 (delta 0), pack-reused 36
Unpacking objects: 100% (36/36), done.*
Then used:
$ cd asleap
$ ls
asleap.c COPYING ieee8021x.h md4.c sha1.c version.h
asleap.h data ietfproto.h md4.h sha1.h
byteswap.h genkeys.c joshlea.dump radiotap.h THANKS
common.c genkeys.val Makefile README utils.c
common.h ieee80211.h makefile.cygwin scripts utils.h
$ make
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g -c -o sha1.o sha1.c
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g -c -o common.o common.c
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g -c -o utils.o utils.c
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g asleap.c -o asleap common.o utils.o sha1.o -lpcap -lcrypt -lcrypto
asleap.c: In function ‘main’:
asleap.c:1398:6: warning: variable ‘findleaptimeout’ set but not used [-Wunused-but-set-variable]
int findleaptimeout = 5;
^~~~~~~~~~~~~~~
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g md4.c genkeys.c -o genkeys common.o utils.o -lpcap -lcrypt -lcrypto
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g -c -o asleap.o asleap.c
asleap.c: In function ‘main’:
asleap.c:1398:6: warning: variable ‘findleaptimeout’ set but not used [-Wunused-but-set-variable]
int findleaptimeout = 5;
^~~~~~~~~~~~~~~
cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -D_OPENSSL_MD4 -g3 -ggdb -g -c -o genkeys.o genkeys.c
$ make install
make: *** No rule to make target 'install'. Stop.
I have a .cpk file that needs to be extracted. So I tried to extract it in windows. But there are some illegal characters in that CPK file, so I couldn't open it. So, I tried to do it in Ubuntu. So, I downloaded CPKtools
by kamikat.
Kamikat tool - https://github.com/kamikat/cpktools
But it didn't work as I intended. Maybe because it is outdated.
WHAT IS CPK FILE?
Game package file used by games created with the CRI Middleware packaging software; can store graphics, audio, and other game data; used as a container for game files.
CRI Middleware technology is used to package data for various game console systems, including those from Microsoft, Nintendo, Sega, and Sony.
Pro Evolution Soccer and Dragon Ball Z games use this file format.
WHAT IS CPK TOOLS?
CPK tools like CriPakTools, YACpkTools, CPK Unpack & Repack tools etc. extracts .cpk files and also compresses into .cpk files.
When I first installed it there was sound but after doing updates, upgrades, installations and couple of restarts the sound is gone.
I ran this codes -
sudo alsa force-reload
Then restarted but no luck.
Then I tried,
sudo apt-get remove --purge alsa-base pulseaudio
sudo apt-get install alsa-base pulseaudio
sudo alsa force-reload
But still no luck.