-
Archives
- October 2017
- April 2017
- February 2017
- January 2017
- December 2016
- November 2016
- February 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- April 2015
- February 2015
- January 2015
- September 2014
- June 2014
- May 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
-
Meta
Tag Archives: archlinux
Raspberry Pi Ideas
Posted in Linux, Uncategorized
Tagged archlinux, asterisk, cli, https, linux, markdown, PBX, php, thin client
Leave a comment
HP Envy 4504 Set-up
HP Printer setup Packages: Archlinux: cups, hplip, python2, sane Centos: cups, hplip, hplip-gui, sane Some optional dependancies may be needed. Enter: sudo systemctl enable cups sudo systemctl start cups sudo hp-setup hp-setup -i Select “Network”, and “Advanced Options -> Manual … Continue reading
Diskless Archlinux
I am still to test this recipe Server Configuration First of all, we must install the following components: A DHCP server to assign IP addresses to our diskless nodes. A TFTP server to transfer the boot image (a requirement of … Continue reading
ArchLinux tips
Custom Repos and Packages In the repo directory, put all the packages in there. repo-add ./custom.db.tar.gz ./* Add to pacman.conf: [custom] SigLevel = [Package|Databse]Never|Optional|Required Server = path-to-repo See also repo-remove. A package database is a tar file, optionally compressed. Valid … Continue reading