Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
27 results tagged install  ✕
Note: Archlinux bcache chroot /shaare/Ko32Yw
Wed Jul 22 09:41:25 2020 archive.org
QRCode
Comments

In order to have bcache

sudo -i
modprobe bcache
partprobe

#Now, /dev/bcache* should be present, and you can carry on mounting, reformatting, etc. from here.

for lvm2

lvmdiskscan
lvdisplay
#give you the name of the lvm2 device

mount the lvm2 in /mnt

mount boot in /mn/boot

mount efi in /mnt/boot/efi

#install chroot script
pacman -Sy arch-install-scripts
arch-chroot /mnt /bin/bash

#update mkinitcpio
mkinitcpio -p linux

or update kernel for example

pacman -Sy linux

#DONE !

archlinux bcache lvm2 liveusb
Dejvino/pinephone-arch-install: Install scripts to deploy Arch Linux ARM to PinePhone https://github.com/Dejvino/pinephone-arch-install
Thu Jul 16 13:33:29 2020 archive.org
QRCode
Comments
thumbnail
arch linux install arm pinephone-arch-install
How to install Arch Linux ARM on Allwinner Devices https://xnux.eu/howtos/install-arch-linux-arm.html
Thu Jul 16 13:32:18 2020 archive.org
QRCode
Comments
arch linux arm install
[pinephone/phosh] anbox-image not installed automatically with anbox, and anbox package prints misleading notice to manually get anbox.img (#636) · Issues · postmarketOS / pmaports · GitLab https://gitlab.com/postmarketOS/pmaports/-/issues/636
Fri Jun 26 11:06:02 2020 archive.org
QRCode
Comments
pinephone anbox install android
Installing MSYS2 - Overview https://www.bogon.ca/~brian/tutorial/installing-msys2/
Wed May 27 09:18:56 2020 archive.org
QRCode
Comments
msys2 install tutorial
PartitioningSchemes - Community Help Wiki https://help.ubuntu.com/community/PartitioningSchemes
Wed Feb 14 00:46:43 2018 archive.org
QRCode
Comments
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
mon blognal : mes notes sur l'amorçage de pkgsrc - LinuxFr.org http://linuxfr.org/users/fantome_asthmatique/journaux/mon-blognal-mes-notes-sur-l-amorcage-de-pkgsrc
Thu Dec 21 00:01:49 2017 archive.org
QRCode
Comments

URL: http://linuxfr.org/users/fantome_asthmatique/journaux/mon-blognal-mes-notes-sur-l-amorcage-de-pkgsrc
Title: mon blognal : mes notes sur l'amorçage de pkgsrc
Authors: fasthm
Date: 2017-12-20T15:21:24+01:00
License: CC by-sa
Tags: netbsd et pkgsrc
Score: 0

J'ai souhaité installer deux ou trois choses modernes sur un serveur un peu moisi sur lequel je ne suis pas administrateur. Comme je n'avais jamais utilisé pkgsrc, je me suis dit que ce serait une bonne occasion.

Au début ça a été infernal, je pose donc ici un petit memento pour le prochain malheureux qui se retrouvera dans cette misérable situation.

Il aura donc fallu:
1 - se placer dans (le volumineux) /tmp, car mon $HOME est sur un serveur distant aux perfs abyssales, et que l'on va manipuler un grand nombre de fichiers;
2 - télécharger et désarchiver le tar.gz de pkgsrc;
3 - le mettre à jour avec cvs -t update -dP (le -t avant update pour savoir où en est cvs);
4 - définir le proxy avec http_proxy=http://monproxy.pouet.pouet:3100/
5 - configurer curl avec ~/.curlrc :
ipv4 # forcer ipv4 parce que le DNS renvoie des AAAA mais le réseau est v4
proxy = monproxy.pouet.pouet:3100 # pas testé si http_proxy est utile finalement...
6 - choisir un mirroir performant parce que sinon on pleure à chaque téléchargement :
export MASTER_SITE_OVERRIDE=ftp://ftp2.fr.netbsd.org/
7 - bootstrapper avec la commande :
cd pkgsrc/bootstrap; ./bootstrap --unprivileged --prefix /home/mapomme/pkg
8 - et ensuite j'ai pu installer mes bidules avec bmake; bmake install.

Je crois que c'est tout, ça marche pas mal mais ça ramène énormément de dépendances, c'est un peu une solution de goret quand même.

pkgsrc server install package
how to use pkgsrc on linux https://wiki.netbsd.org/pkgsrc/how_to_use_pkgsrc_on_linux/
Mon Jan 16 18:48:04 2017 archive.org
QRCode
Comments
thumbnail

Comment compiler pkgsrc pour linux ?

linux pkgsrc compile install
Note: UNIX - Copier un compte IMAP vers un autre serveur (ImapSync) /shaare/JVmz6A
Fri May 13 16:46:41 2016 archive.org
QRCode
Comments

Pour synchroniser les comptes il faut tout d'abord installer imapsync.

1) télécharger le TGZ de la dernière version :
https://fedorahosted.org/released/imapsync/

2) le décompresser quelques part.

3) installer les dépendances:
http://imapsync.lamiral.info/#install
pour ubuntu :
sudo apt-get install \
libauthen-ntlm-perl \
libcrypt-ssleay-perl \
libdigest-hmac-perl \
libfile-copy-recursive-perl \
libio-compress-perl \
libio-socket-inet6-perl \
libio-socket-ssl-perl \
libio-tee-perl \
libmodule-scandeps-perl \
libnet-ssleay-perl \
libpar-packer-perl \
libterm-readkey-perl \
libtest-pod-perl \
libtest-simple-perl \
libunicode-string-perl \
liburi-perl \
cpanminus

cpanm Data::Uniqid Mail::IMAPClient

3) synchroniser vos comptes:
./imapsync --host1 ancien_serveur --user1 "ancien_user" --password1 "ancien_pass" --host2 nouveau_serveur --user2 "nouveau_user" --password2 "nouveau_pass"

Attendre

VOILA !

imapsync imap synchronisation serveur mail unix
Installation du firmware ipw2200 impossible « SliTaz Forum http://forum.slitaz.org/topic/installation-du-firmware-ipw2200-impossible
Sun May 31 23:07:46 2015 archive.org
QRCode
Comments
thumbnail

installation d'une carte wifi ipw200 sur slitaz ?

wget http://people.slitaz.org/~mojo/stuff/ipw2200-firmware-3.1.tazpkg

tazpkg install ipw2200-firmware-3.1.tazpkg

modprobe -r ipw2200 ; modprobe ipw2200

ou http://doc.slitaz.org/fr:guides:wifi-easy#demarrer-le-wifi

ipw2200 slitaz install wifi
HDD-Installation of the fun_plug 0.7 on NAS-devices http://nas-tweaks.net/371/hdd-installation-of-the-fun_plug-0-7-on-nas-devices/
Thu Apr 16 20:51:56 2015 archive.org
QRCode
Comments
thumbnail

Comment installer fun_plug sur un nas ?

fun_plug ffp slacker nas install
Installer le serveur FTP vsFTPd sur Debian — Biapy Help Desk http://howto.biapy.com/fr/debian-gnu-linux/serveurs/autres/installer-le-serveur-ftp-vsftpd-sur-debian
Tue Mar 17 23:09:49 2015 archive.org
QRCode
Comments
thumbnail

Comment installer un serveur FTP sur débian

ftp debian serveur install
IPTABLES firewall rules for NTPD time synchronization » ghidinelli.com http://www.ghidinelli.com/2008/09/25/iptables-firewall-rules-for-ntpd-time-synchronization
Tue Jan 27 00:35:19 2015 archive.org
QRCode
Comments
thumbnail

Comment ouvrir les ports pour ntp ?

allow client to query and receive timeserver

iptables -A OUTPUT -o eth0 -p udp \
-s --sport 123 \
-d --dport 123 \
-m state --state NEW -j ACCEPT

ntp server install iptables
Installation de la console oracle pour gérer la base à distance /shaare/Flwemw
Mon Jan 26 23:04:05 2015 archive.org
QRCode
Comments

Bonjour,

Après pas mal de péripétie, j’ai réussi à installer la console Oracle sur mon nouveau serveur BDD Oracle.
https://[IP_BDD]:1158/em/

ce qui n’allait pas : On avait mis un dump de BDD qui contenait les utilisateurs de la console alors que la console n’avait pas été installé

Donc ce que j’ai fait (après avoir passé pas mal de temps sur le net à chercher)

  1. Suppression de tous les utilisateurs sys / sysdba / emca etc… (et des droits et roles)
  2. Recréation des utilisateurs « seuls » avec le mot de passe oracle
  3. Création du repo de la console (tables système spécifique, utilisateurs, droits et rôles) via la commande « emca -repos create »
  4. Configuration de la console d’administration via « emca -config dbcontrol db »

Pour plus d’info sur la manipulation voir les pages suivantes :

  1. http://venkatoracledba.blogspot.fr/2012/05/manually-configure-oracle-10g-em.html
  2. http://docs.oracle.com/cd/B28359_01/server.111/b28319/emca.htm#BABDEHCE
  3. http://www.oracle-class.com/?p=2424

PS:
Changer les mots de passe des users system avec "sqlplus / as sysdba"

  1. Alter user sys identified by oracle;
  2. Alter user system identified by oracle;

Voilà,
Fréd.

oracle console web install
Comment créer un script php qui auto install une application ? /shaare/5wP54Q
Tue Aug 13 22:38:20 2013 archive.org
QRCode
Comments

1) créer un fichier install.php qui contient:

<?php
$zip_file = "install.zip";
$php_install_script = "install_zip.php";
$content;
if(file_exists($zip_file)) {
$content = base64_encode(file_get_contents($zip_file));
$install_script= '<?php
// assuming file.zip is in the same directory as the executing script.
$file = \'install.zip\';
$fp = fopen($file,\'wb\');
fwrite($fp,base64_decode(\''.$content.'\'));
fclose($fp);

$zip = new ZipArchive;
$res = $zip->open($file);
if ($res === TRUE) {
// extract it to the path we determined above
$zip->extractTo(\'.\');
$zip->close();
echo "WOOT! $file extracted to here";
} else {
echo "Doh! I couldn\'t open $file";
}
';

$fp = fopen($php_install_script,'wb');
fwrite($fp,$install_script);
fclose($fp);
echo "Creation of $php_install_script DONE !!";

} else {
echo "unable to found $zip_file";
}

(ou récupérer le fichier ici : http://shaarli.memiks.fr/snippets/install.txt)

2) mettre dans le même répertoire un fichier install.zip de votre application

3) lancer le fichier install.php

4) vous obtenez un fichier intall_zip.php qui va:

a) lors de l’exécution créer le fichier install.zip d'origine
b) l'extraire la ou est le fichier install_zip.php

voila ;)

@Seb je partage car tu nous fait partager tes "petits bouts de codes"

Attention il faut l'extension zip d'activer dans php...

Fréd.

zip auto install archive php code snippets
Installer la dernière version de VirtualBox sur Ubuntu | Open source http://grawok.wordpress.com/2011/10/16/installer-la-derniere-version-de-virtualbox-sur-ubuntu/
Tue May 15 16:04:09 2012 archive.org
QRCode
Comments
thumbnail

installer et mettre à jour virtuabox sous ubuntu ;)

creer un fichier dans /etc/apt/source.list.d/ (par ex /etc/apt/source.list.d/debian-virtualbox.conf
et ajouter dedans:
deb http://download.virtualbox.org/virtualbox/debian/ precise contrib
deb http://download.virtualbox.org/virtualbox/debian/ precise non-free

puis executer:
wget -c http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
sudo apt-key add oracle_vbox.asc

et enfin:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install virtualbox-4.1

voir:
https://www.virtualbox.org/wiki/Linux_Downloads
http://download.virtualbox.org/virtualbox/4.1.14/

http://lgallardo.com/en/2010/04/16/agregar-repositorio-de-virtualbox-a-apt-cacher/
http://lgallardo.com/en/tag/virtualbox/

http://www.debian-fr.org/optimisation-virtualbox-ose-t30153.html
http://www.commentcamarche.net/faq/7576-virtualbox-installer-les-additions-client-dans-ubuntu

virtuabox ubuntu install optimize
[FIX]Unable to install large apps like MAPS from market. http://forums.miuiandroid.com/showthread.php?6138-FIX-Unable-to-install-large-apps-like-MAPS-from-market.
Wed Jan 4 22:01:27 2012 archive.org
QRCode
Comments
thumbnail
android sd card fix unable install
Ubuntu Live Usb http://www.t9ahwija.net/distributions-linux/17-ubuntu/72-ubuntu-live-usb
Fri Dec 30 18:23:55 2011 archive.org
QRCode
Comments
thumbnail

Installer ubuntu "à la main" sur une clé usb en ext3 et non en fat32...

linux usb live ext3 install test
SliTaz GNU/Linux http://www.slitaz.org/
Fri Dec 30 18:22:05 2011 archive.org
QRCode
Comments
thumbnail

Une petite distribution de 30Mo a tester.
Avec l'install USB: http://www.slitaz.org/fr/doc/handbook/liveusb.html
Et la doc en francais : http://www.slitaz.org/fr/

slitaz usb install linux test
[GUIDE] Retail Snow Leopard DVD install for G31M-ES2L - InfiniteMac OSx86 http://osx86.co/f57/guide-retail-snow-leopard-dvd-install-for-g31m-t3672/
Thu Oct 20 07:11:08 2011 archive.org
QRCode
Comments
thumbnail
g31m leopard retail install snow GUIDE Retail Snow Leopard DVD for G31M ES2L Mac OS X OSx86 Hackintosh project on PC Apple Preboot
page 1 / 2
4111 links, including 1040 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn