Here's trick how I attach my GELI encrypted disks using sysutils/password-store:
$ pass show geli/password/in/password-store | head -n 1 | sudo geli attach -p -k - /dev/da0
This way password is passed via stdin as keyfile for geli.
To initialize geli safely, first generate password with...
As a web systems developer I often need to dump production database. However to be able to do that, I also need to ssh to production sever (due to firewall on DB server).
This is very cumbersome.
To make my life easier I've developed two scripts that utilize my password store.
db.sh allows me...
Some while ago I was fed up with all the linux package management tools. Every one of of them works differently. So I decided to write simple wrapper called repkg.
Here's link to repository: https://github.com/graudeejs/repkg
The idea is to have common interface that will abstract package...
You can download source code repository for FreeBSD ports and checkout older version of git, then compile. Hopefully that will just work.
https://github.com/freebsd/freebsd-ports/tree/d1492c33669523bf77affb5e108590701f408b1e/devel/git
You're right. This solves my problem.
However I want to point out, that this problem wasn't present on FreeBSD 10.
For the record: I'm running 11.0-RELEASE-p8
I'd like to share a bug that I noticed after upgrading to FreeBSD 11.
$ export LANG=en_US.UTF-8
$ echo "Test" | sed 's/[A-Z]/X/g'
XXXX
More info: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216868
My fvwm configuration was developed for over 7 years. I find it much easier to use than any other WM out there.
In fact I started using xfce not so long time ago (few months), just to have all the features of desktop environment.
Basically xfce is extension for my fvwm config and not the other...
Well my comment was back in December 2009. ;)
Things change.
I now prefer x11-fm/thunar. In fact I use x11-wm/xfce4 as desktop environment and x11-wm/fvwm2 to replace xfce default window manager.
I've just tested this with my Sony a6000. It works.
You just need to set camera to PC Remote USB Connection mode (Menu -> Settings -> 4th tab -> USB Connection)
This is some weird thin I can't figure out how to solve.
Currently I'm running 10.1-RELEASE-p23. Yesterday I decided to finally upgrade to 10.2-RELEASE. Everything went fine until I rebooted. The kernel, the drivers everything got loaded up to the point when FreeBSD tries to mount my ZFS root...
Long, long time ago in a galaxy far away
I wrote small script called zfsnap.
Since then It has been rewritten and maintained mostly by Alexqw (Alex Waite)
Lot's of cool stuff has been added and refactored.
However it's still in beta2.
I was wondering how many of you, the army of FreeBSD users...
Seams all I had to do was to simply update: /usr/local/etc/asound.conf
I just copied over the sample file over the config file, and sound in Firefox started working.
Finally.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.