Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Sunday, February 26, 2017

#ubuntu channel featuring zerorax, mvvvv, DJones, Apachez, Afdal, Th3_ghost, and 6 others.

Apachez 2017-02-26 04:08:06
is there some proper way to make /run/user/1000/gvfs accessable to root?
warrshrike 2017-02-26 04:39:26
i installed llvm-3.5 with apt-get
warrshrike 2017-02-26 04:39:35
now I need to set LLVM_HOME variable
warrshrike 2017-02-26 04:39:46
but i cant figure out where apt-get installed it
warrshrike 2017-02-26 04:39:47
any idea?
MrHall 2017-02-26 04:41:58
a
Afdal 2017-02-26 05:00:24
Xubuntu 16.04 made some changes that upset me
zerorax 2017-02-26 05:00:33
best youtube video i've watched in a year
Th3_ghost 2017-02-26 05:00:46
ubuntu-gnome 16.04 works very good at my hp probook 450 g2
zerorax 2017-02-26 05:00:57
totally a joke, if you were thinking it was serious and trying to learn to hack, it would make you so damn confused
Th3_ghost 2017-02-26 05:01:00
better than 14.04
zerorax 2017-02-26 05:01:12
old ubuntu is old
sruli 2017-02-26 05:02:01
to fill a luks drive with /dev/zero is the same is filling it with /dev/urandom before formatting it as luks, correct?
zerorax 2017-02-26 05:02:47
no... /dev/zero can leave detectable traces, you should do 3+ passes of random if you're worried. i like to use DBAN with twister for a PRNG and a 5 pass wipe if I have the time
zerorax 2017-02-26 05:03:04
but I can be a little paranoid, just know that one pass of zeros is not safe
Afdal 2017-02-26 05:04:24
okay how do I hold a package back again while using update && upgrade mvvvv
Afdal 2017-02-26 05:04:38
there's one package I really don't want to update right now
mvvvv 2017-02-26 05:04:53
Afdal, sudo apt-get update && sudo apt-get upgrede
alkisg 2017-02-26 05:04:56
Afdal: man apt-mark => check for hold
Afdal 2017-02-26 05:04:56
got an ethernet connection working btw
mvvvv 2017-02-26 05:05:47
Afdal, sudo apt-get update && sudo apt-get upgrade
DJones 2017-02-26 05:06:54
!pinning | Afdal This sounds like what you need for that package
ubottu 2017-02-26 05:06:56
Afdal This sounds like what you need for that package: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto
Afshaal 2017-02-26 05:09:41
so... apt-mark hold firefox && apt-get upgrade?