link create a file ~/.Xmodmap with the content
! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
link create a file ~/.Xmodmap with the content
! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
Personal guide based on this.
$mod = Alt
If you are writing an application using gradle as build system, you need to use:
apply plugin 'application'
[...]
version = '0.0.0.0.1-alpha'
mainClassName = "my.beautiful.class.MyClas"
then when you want create a distribution copy:
gradle startScripts
creates startup scripts to the build/scripts
directoryThis steps works on ubuntu mini 17.10.
apt-get update
apt-get remove xserver-xorg-video-nouveau
apt-get install bumblebee-nvidia nvidia-384
La preparazione delle schede sd e l'installazione di docker-multinode l'ho trovata qui.
Ray Tsang (Google) and Arjen Wassink (Quintor) demonstrate at Devoxx Antwerp 2015 what happens when you pull the plug on a Docker cluster running on Raspberry Pi's. Video
Alternativa a Kubernetes: Docker Swarm
Clonare il repository:
Notes while learning how to custom Raspbian image.
For simplicity I will refer to downloaded image as raspbian.img
.
The problem is that the .img files are not images of a partition, but of a whole disk. That means they start with a bootloader and a partition table. You have to find out the offset of the partition and mount it with the offset option of mount. If you do a:
cd /path/to/image
Download a desktop version of kali, write it on usb memory and make a persistence storage on in: guide here and here
The following steps worked only in kali-linux with lxde
$ apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
$ apt-get install linux-headers-$(uname -r)
The problem is that the .img files are not images of a partition, but of a whole disk. That means they start with a bootloader and a partition table. You have to find out the offset of the partition and mount it with the offset option of mount. If you do a:
Package Control
NB: after restarting sublime, go to Preferences -> Settings
and check the user settings. If Package Control
is in ignored package
delete from it and save the file.
$ apt-get install cryptmount cryptsetup