Commit Graph

102 Commits

Author SHA1 Message Date
gardouille 23fc091fc5 Add num_circle script to transform a number into a digit with a circle. 2015-11-20 09:27:47 +01:00
gardouille 430473a8ad ecran: got a new screen @work :) 2015-11-18 17:46:34 +01:00
gardouille d02a6ae3c9 make_win_usb: Need a FAT32 FS on the USB key to be able to install
Winchiasse for a UEFI system.
2015-11-18 00:30:19 +01:00
gardouille e6a1cb838b make_win_usb: correct the directory for ms-sys compilation. 2015-11-17 22:31:57 +01:00
gardouille b6bc13d1b8 make_win_usb: add a MS_SYS_VERSION variable. 2015-11-17 22:22:46 +01:00
gardouille 369f6eecf5 make_win_usb: Correct the parted cmd to use 100% of the device for the
first part.
2015-11-17 22:16:33 +01:00
gardouille 5a291a1ee8 make_win_usb: add mbr info for xp/2000/2003 and Vista. 2015-11-17 22:12:43 +01:00
gardouille bcd72aaffd make_win_usb: Test if passed args exists in the system. 2015-11-17 22:06:17 +01:00
gardouille b502997d5e make_win_usb: Should specify the USB key as 1st arg and iso file as the
2nd.
2015-11-17 21:58:55 +01:00
gardouille 2480b9c1ea explorer.exe: LOL :D (… symlink to nemo ^^). 2015-11-12 03:45:01 +01:00
gardouille 7995970517 Pomodoro: set the right $BREAK_TIME 2015-10-27 13:27:42 +01:00
gardouille 12b8e843d2 Pomodoro: add documentation in the README.md 2015-10-27 13:27:16 +01:00
gardouille 70e13a5b0a Pomodoro: toggle the sound once the task is complete. 2015-10-27 13:06:31 +01:00
gardouille 0fd19a519a Rename pomodoro.sh into pomodoro 2015-10-27 12:59:16 +01:00
gardouille ea8cd3252f Pomodoro: correct the test for break_time. 2015-10-27 12:58:18 +01:00
gardouille 3886bc7731 make_win_usb: add source 2015-10-25 19:15:14 +01:00
gardouille 4fe6b6751c make_win_usb: Make a USB key with Winchiasse based on a ISO file. 2015-10-25 02:26:34 +01:00
gardouille d2928adbdc pomodoro: remove the current task file once completed. 2015-10-18 13:09:30 +02:00
gardouille 9050060c45 pomodoro: Set a long break if the task list is modulo 4. 2015-10-18 13:05:39 +02:00
gardouille a9e9e83e15 pomodoro: Add a initialize function and introduce SHORT and LONG break
time.
2015-10-18 12:59:09 +02:00
gardouille 7b49be2465 pomodoro: add a break time for 5 minutes. 2015-10-18 12:41:38 +02:00
gardouille b6ed6a2094 pomodoro: Store past task in a log file. 2015-10-18 02:54:44 +02:00
gardouille c977c43cc4 pomodoro.sh: use a hidden directory to store tasks informations. 2015-10-18 02:11:00 +02:00
gardouille d340606744 Task: Set a specific file path
Put the name in the task file
Sleep time is now 60s
2015-10-15 10:07:30 +02:00
gardouille cddac62814 Add pomodoro script to manage time.
See
https://orangina-rouge.org/plux/index.php?article39/travail-la-methode-pomodoro
2015-10-15 09:51:47 +02:00
gardouille f115b3cc9c Firewall: Add a rule for HP printers on port 9100 2015-10-10 01:42:21 +02:00
gardouille 3d05c73870 veille.sh: also delete files can contains unwanted clear passords. 2015-09-21 17:14:53 +02:00
gardouille e98a95d806 veille.sh: use a 'ps' command to kill KeePass's PID. 2015-09-21 16:05:15 +02:00
gardouille f0e616207c veille script now kills KeePass! 2015-09-20 23:57:02 +02:00
gardouille 7767c3f8a2 firewall: allow OUTPUT SMTPS 2015-09-17 11:41:29 +02:00
gardouille 03511ce7d6 firewall: add possibility to load an additionnal rules file:
firewall.local if exists.
2015-09-16 23:05:06 +02:00
gardouille d7a819df4b firewall: i've forgot to allow ESTABLISHED,… OUTPUT connections
firewall: increase LOG limit-burst to 10
2015-09-16 23:02:23 +02:00
gardouille c699ff9c4d firewall: set OUTPUT Policy to DROP and translate some comments. 2015-09-16 22:04:12 +02:00
gardouille 5c5e0898d2 firewall: allow SNMP requests if cupsd service is available. 2015-09-16 18:46:28 +02:00
gardouille bfadca762d firewall: allow INPUT NFSD if nfsd service is available.
firewall: allow OUTPUT if nfs client is available.
firewall: exclude tun* interface for default rules.
2015-09-16 18:43:29 +02:00
gardouille 5a8b0b54fc firewall: allow OUTPUT: DNS and MAIL.
allow OUTPUT: ssh if an ssh client is available.
2015-09-16 18:33:37 +02:00
gardouille a80107a596 firewall: allow OUTPUT: 8140 if a puppetmaster service file exists. 2015-09-16 18:28:29 +02:00
gardouille d3bf7d12e2 firewall: allow 8140 if puppet is available. 2015-09-16 18:22:28 +02:00
gardouille 3a21bf0eae firewall: allow udp/123 if ntpd is available. 2015-09-16 18:20:53 +02:00
gardouille a9e353fe37 firewall: allow 80 and 443 INPUT/OUTPUT if apache2|nginx is available.
Issue #1
2015-09-16 18:12:42 +02:00
gardouille 147538cfa5 firewall: Add INPUT rules if sshd is available 2015-09-16 17:59:42 +02:00
gardouille e1b4d59b4f firewall: Insert VPN rules at the beginning. 2015-09-16 17:56:59 +02:00
gardouille 15c3382f2f firewall: allow OUTPUT http(s) and OpenPGP 2015-09-16 17:55:44 +02:00
gardouille 9d6fb75b7f Firewall: add rules if a dhcpd is available. 2015-09-11 19:40:19 +02:00
gardouille f425671216 Add Iptables rules if dhclient is available. 2015-09-11 19:38:03 +02:00
gardouille acde46cc56 Add Iptables rules only if a slapd or an ldap directory is available. 2015-09-11 19:33:08 +02:00
gardouille 8432e37c93 Iptables script. 2015-09-11 19:08:30 +02:00
gardouille 18224ba566 bash_quote: correct shebang and check if lynx is available. 2015-09-08 02:14:15 +02:00
gardouille eaa960ae4e New path for the i3lock img. 2015-09-03 22:33:26 +02:00
gardouille 9e424b1cff Correct process test for ceph-mon. 2015-09-01 16:03:15 +02:00