Pages
Home
What is MooLux
Screenshoot
Download MooLux
Install MooLux
MooLux Save
MooLux Modules
Showing posts with label
host keys
.
Show all posts
Showing posts with label
host keys
.
Show all posts
Import ssh host keys without verification
Automatically import host keys for cluster of machines named 'all'
Using the 'dsh' command from the clusterit tools - http://sourceforge.net/projects/clusterit
RCMD_CMD_ARGS='-o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' dsh -g all -e true
Older Posts
Home
Subscribe to:
Comments (Atom)
Popular Posts
block consecutive IP address using scripts
How to block long list of consecutive IP address? How to call linux route command inside a script? How to block consecutive IP address usi...
What is MooLux
MooLux is a Live USB Linux distribution based on Slackware that utilizes the KDE desktop environment. MooLux is a portable operating sys...
du - the disk usage linux command
du stands for disk usage. This simple linux command provides a summary of harddisk or storage space disk usage. It has many parameter argume...
Encrypt Filesystems
If you are using modules you need to load these first: modprobe loop;modprobe cryptoloop;modprobe cipher-aes Basically you: losetup -e ...
Screenshot Grabbing
Using imagemagick imagemagick is a collection of tools and libraries for image manipulation. Most distribustions come with imagemagick . ...
Configuring Proxies for Yarn, NPM, Git, NVM, Yum, and Apt
When developing applications, it is common to interact with various tools that require a network connection to function correctly. However, ...
Android App: Nesoid (NES emulator)
It is good to know that it's possible to play those classicNintendo NES games on any Android device with physical keyboard (Motorola Bac...
Delete Files Older Than x Days
The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’...
Kill Linux Processes with pkill
One of the best features in Linux is the way you can control processes from the command line, so if you have an application that locks up yo...
Develop website using bluefish
Linux is at the forefront of web development. Recently, I've been developing web applications using frameworks, and Linux in general mak...