Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged ssd  ✕
Move /var/log from the / partition to the /home partition · GitHub https://gist.github.com/alghanmi/3181115
Sat Nov 24 19:26:40 2018 archive.org
QRCode
thumbnail

Moving /var/log from SSD on / to regular HDD on /home/var_log

http://backdrift.org/how-to-use-bind-mounts-in-linux

sudo cp /etc/fstab /etc/fstab.$(date +%Y-%m-%d)

sudo mkdir /home/var_log
sudo chown root:root /home/var_log/
sudo chmod 755 /home/var_log/

echo "# bind /var/log to /home/var_log" | sudo tee -a /etc/fstab
echo "/home/var_log /var/log none bind 0 0" | sudo tee -a /etc/fstab

sudo mv /var/log /home/var_log

sudo shutdown -r now

Pas mal ce petit script pour déplacer le /var/log hors du SSD (bon par contre j'ai adapté le "lieu" ;) ).

ssd log move
PartitioningSchemes - Community Help Wiki https://help.ubuntu.com/community/PartitioningSchemes
Wed Feb 14 00:46:43 2018 archive.org
QRCode
thumbnail

Partitioning Scheme for SSD

Better leave all read-only files on SSD and use hard disk for everything else

https://wiki.debian.org/ReadonlyRoot should clarify which parts of the filesystem tree can be read-only: moving /usr to read-only would be the most significant thing (greatest space required) I guess but you have to ensure it is remounted as required when doing apt-get install or remove. See that page for more info.
ubuntu ssd partition install
manty's blog: haproxy as a very very overloaded sslh http://blog.manty.net/2014/12/haproxy-as-very-very-overloaded-sslh.html
Wed Mar 8 23:27:01 2017 archive.org
QRCode
thumbnail

frontend ft_ssl
bind 192.168.0.1:443
mode tcp
option tcplog
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
acl sslvpn req_ssl_sni -i vpn.example.net
use_backend bk_sslvpn if sslvpn
use_backend bk_web if { req_ssl_sni -m found }
default_backend bk_ssh

backend bk_sslvpn
mode tcp
source 0.0.0.0 usesrc clientip
server srvvpn vpnserver:1194
backend bk_web
mode tcp
source 0.0.0.0 usesrc clientip
server srvhttps webserver:443
backend bk_ssh
mode tcp
source 0.0.0.0 usesrc clientip
server srvssh sshserver:22

haproxy sslh ssd https proxy
• Nouvelle config. PC - votre avis m'intéresse !! - Shaarli de gamerz0ne.fr https://shaarli.gamerz0ne.fr/?wMFicQ
Fri Sep 12 17:24:25 2014 archive.org
QRCode
thumbnail

Alors à part la RAM :

_Kingston ValueRAM 4 Go DDR3

je te conseille 8Go voir 16Go pour plus de largesse.
De plus la RAM est TRES importante quand tu as un SSD, avec 16Go tu pourras désactiver la Swap (car tu es forcément sous linux :x) et donc augmenter la réactivité (si tu met la swap sur le HDD) ou la durée de vie du SSD (sans swap)

Voila.

Fréd.

aide config ram swap ssd hdd
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn