Skip to content

Instantly share code, notes, and snippets.

View JulesAaelio's full-sized avatar
🎓
Last year of master degree

JulesAaelio

🎓
Last year of master degree
View GitHub Profile

Keybase proof

I hereby claim:

  • I am JulesAaelio on github.
  • I am julesaaelio (https://keybase.io/julesaaelio) on keybase.
  • I have a public key whose fingerprint is BA44 646C 8898 1EE8 FFD6 711B 40A7 3CD6 49C8 DA69

To claim this, I am signing this object:

@JulesAaelio
JulesAaelio / fedora_keyboard_layout.md
Last active February 2, 2018 10:37
Change keyboard layout in fedora

How to change keyboard layout in fedora

Step 1:

  • Open System Settings
  • Navigate to Hardware > Input Devices.

Step 2:

  • Select Layout tab
  • Activate "Configure layouts" option
  • Click the + Add button
@JulesAaelio
JulesAaelio / iptables.md
Created February 1, 2018 19:41
basic firewall configuration

Basic firewall configuration

#!/bin/bash
#/etc/network/iptables.sh
I="/sbin/iptables"

function flush() {
    $I --table filter --flush
@JulesAaelio
JulesAaelio / bound_network.md
Created February 1, 2018 18:57
[unix] bound two network interfaces

[Unix] Bound two network interfaces.

Install required packets

apt install ifenslave

Edit network configuration

nano /etc/network/interfaces 
@JulesAaelio
JulesAaelio / _vmware_deb9.md
Last active January 30, 2018 15:40
[vmware] Enable share folder between debian 9 and host

[VMWARE] Share files between windows host and debian 9

Install open vm tools

sudo apt-get install open-vm-tools

Create the folder and set it up in vmware

  • On the host machine : create a new folder that will contain shared files.
  • On vmware (cf. shared_folder_steps.png below)