Warning: session_start(): open(/var/www/sda/0/b/infotrux/sessions/sess_9e70d65bfedd5815cc1238af44755b42, O_RDWR) failed: No such file or directory (2) in /var/www/sda/0/b/infotrux/Shaarli-infotrux/index.php on line 52

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/sda/0/b/infotrux/Shaarli-infotrux/index.php:52) in /var/www/sda/0/b/infotrux/Shaarli-infotrux/index.php on line 52
Shaarli-infotruxhttp://infotrux.free.fr/Shaarli-infotrux/Shared linksen-enhttp://infotrux.free.fr/Shaarli-infotrux/ Vertex Iconshttp://infotrux.free.fr/Shaarli-infotrux/?xRTvFghttps://github.com/horst3180/vertex-iconsTue, 09 Oct 2018 06:06:59 +0200 custo linux icons Permalink)]]> "Stylish" browser extension steals all your internet historyhttp://infotrux.free.fr/Shaarli-infotrux/?Z87kcghttps://robertheaton.com/2018/07/02/stylish-browser-extension-steals-your-internet-history/Tue, 03 Jul 2018 12:51:47 +0200 secu addon custo stylish

If you use and like Stylish, please uninstall it and switch to an alternative like Stylus, an offshoot from the good old version of Stylish that works in much the same way, minus the spyware.
(Permalink)]]>
http://citylights.xyz/http://infotrux.free.fr/Shaarli-infotrux/?hL-6JAhttp://citylights.xyz/Fri, 29 Jun 2018 03:47:54 +0200 scheme ide custo Permalink)]]> Gnome-PRO - www.opendesktop.orghttp://infotrux.free.fr/Shaarli-infotrux/?kYF8pAhttps://www.opendesktop.org/p/1184643/Wed, 20 Jun 2018 23:57:34 +0200 custo linx Permalink)]]> Gn-OSC-XFCE-Edition - www.opendesktop.orghttp://infotrux.free.fr/Shaarli-infotrux/?c3HrMwhttps://www.opendesktop.org/p/1210386/Wed, 20 Jun 2018 23:54:18 +0200 xfce custo linux Permalink)]]> Sierra based on macOS High Sierra by Vinceliuice - www.opendesktop.orghttp://infotrux.free.fr/Shaarli-infotrux/?YZo4Nwhttps://www.opendesktop.org/p/1229892/Wed, 20 Jun 2018 23:52:18 +0200 XFWM custo linux Permalink)]]> MacColor - www.opendesktop.orghttp://infotrux.free.fr/Shaarli-infotrux/?akroaQhttps://www.opendesktop.org/p/1238479/Wed, 20 Jun 2018 23:50:22 +0200 custo metacity linux Permalink)]]> GitHub - Electrux/ls_extended: ls with coloring and iconshttp://infotrux.free.fr/Shaarli-infotrux/?2wKrrQhttps://github.com/Electrux/ls_extendedFri, 15 Jun 2018 15:33:04 +0200 custo Permalink)]]> Unity - www.gnome-look.orghttp://infotrux.free.fr/Shaarli-infotrux/?Afp1YAhttps://www.gnome-look.org/p/1231121/Sun, 03 Jun 2018 20:30:25 +0200 custo KDE linux theme Permalink)]]> GitHub - mustafaozhan/Papirus-Icon-Theme-Vectorel-Folders: Papirus icon theme for Linuxhttp://infotrux.free.fr/Shaarli-infotrux/?CvfuiAhttps://github.com/mustafaozhan/Papirus-Icon-Theme-Vectorel-FoldersSat, 02 Jun 2018 21:17:18 +0200 custo icons Permalink)]]> GitHub - AnthonyDiGirolamo/els: Emoji + ls = els. Wrapper script for ls to get icons alongside file names on the terminal.http://infotrux.free.fr/Shaarli-infotrux/?YIyYDghttps://github.com/AnthonyDiGirolamo/elsMon, 28 May 2018 13:52:58 +0200 script custo linux prompt Permalink)]]> GitHub - tliron/install-gnome-themes: Script to install the latest versions of some fine GNOME 3 themeshttp://infotrux.free.fr/Shaarli-infotrux/?aqV_pghttps://github.com/tliron/install-gnome-themesTue, 08 May 2018 15:31:57 +0200 gnome themes custo linux
It supports GNOME versions 3.22 and above.
(Permalink)]]>
DotShare.ithttp://infotrux.free.fr/Shaarli-infotrux/?j2o1rwhttp://dotshare.it/dots/565/Thu, 22 Mar 2018 05:51:11 +0100 .dot custo Permalink)]]> /etc/sysctl.confhttp://infotrux.free.fr/Shaarli-infotrux/?lqwUFAhttp:///etc/sysctl.confFri, 06 Oct 2017 21:29:25 +0200 custo config linux #ajout perso sécurité du réseau#
################################
# IP Spoofing protection
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.default.rp_filter = 1

# Ignore ICMP broadcast requests
net.ipv4.icmp_echo_ignore_broadcasts = 1

# Disable source packet routing
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv4.conf.default.accept_source_route = 0
net.ipv6.conf.default.accept_source_route = 0

# Ignore send redirects
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0

# Block SYN attacks
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_max_syn_backlog = 2048
net.ipv4.tcp_synack_retries = 2
net.ipv4.tcp_syn_retries = 5

# Log Martians
net.ipv4.conf.all.log_martians = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1

# Ignore ICMP redirects
net.ipv4.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv6.conf.default.accept_redirects = 0

# Ignore Directed pings
net.ipv4.icmp_echo_ignore_all = 1

###########################
#ajout perso divers tweaks#
###########################

vm.swappiness = 2
vm.laptop_mode = 5
vm.dirty_writeback_centisecs = 3000
vm.dirty_expire_centisecs = 3000
vm.vfs_cache_pressure = 50

#Other network tweaks
net.core.somaxconn = 1000
net.core.netdev_max_backlog = 5000
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_wmem = 4096 12582912 16777216
net.ipv4.tcp_rmem = 4096 12582912 16777216
net.ipv4.tcp_max_syn_backlog = 8096
net.ipv4.tcp_slow_start_after_idle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.ip_local_port_range = 10240 65535

#########################
recharger fichier avec :       sysctl -p
#########################
(Permalink)]]>
theme gtk3http://infotrux.free.fr/Shaarli-infotrux/?05eHiwhttps://www.gnome-look.org/p/1099856/#filesSun, 01 Oct 2017 17:03:55 +0200 custo linux ubuntu gnome Boston icon theme https://www.gnome-look.org/p/1012402/
Ozon icon theme https://github.com/ozonos/ozon-icon-theme/tree/master/Icons
(Permalink)]]>
That Slick Thunderbird Mockup? It's Now a Real Theme - OMG! Ubuntu!http://infotrux.free.fr/Shaarli-infotrux/?zc26XQhttp://www.omgubuntu.co.uk/2017/04/a-modern-thunderbird-theme-fontThu, 27 Apr 2017 21:37:34 +0200 custo thunderbird (Permalink)]]> bluedave08 comments on [Openbox] I herd you like ricehttp://infotrux.free.fr/Shaarli-infotrux/?5PN7DQhttps://www.reddit.com/r/unixporn/comments/4rgcdq/openbox_i_herd_you_like_rice/d50vqeu/Sat, 22 Apr 2017 17:51:47 +0200 custo linux Permalink)]]> GitHub - LinxGem33/Arc-OSX-Icons: Arc-OSX icon collection consists of a modern free desktop icon theme whose design is based around the use of bold colours and simple geometric shapes to compose icons with pixel perfect rendering.http://infotrux.free.fr/Shaarli-infotrux/?Pc_ppQhttps://github.com/LinxGem33/Arc-OSX-IconsFri, 14 Apr 2017 02:33:56 +0200 linux custo icons Permalink)]]> Releases · LinxGem33/OSX-Arc-Shadow · GitHubhttp://infotrux.free.fr/Shaarli-infotrux/?r9GOIAhttps://github.com/LinxGem33/OSX-Arc-Shadow/releasesFri, 14 Apr 2017 02:20:11 +0200 linux Theme custo Permalink)]]> Easy Bash Prompt Generatorhttp://infotrux.free.fr/Shaarli-infotrux/?JuRiughttp://ezprompt.net/Tue, 14 Mar 2017 17:24:25 +0100 prompt bsah custo Permalink)]]> openwallshttp://infotrux.free.fr/Shaarli-infotrux/?ZrQQVwhttp://openwalls.com/Sun, 03 Jan 2016 12:45:54 +0100 custo (Permalink)]]> Theme limonadehttp://infotrux.free.fr/Shaarli-infotrux/?11QPighttps://github.com/misterair/limonadeWed, 24 Sep 2014 10:16:05 +0200 Theme custo
Son blogue : http://remitaines.com/ avec son super thème WP https://github.com/misterair/Whiskey-on-a-Sunday
(Permalink)]]>