ExcessiveAggro | evening | 00:02 |
---|---|---|
jayjo | is there a wiki page or some other recommendation for single disk boot partitions using uefi with LVM? | 00:10 |
=== FutureShock is now known as abandonsapien | ||
jayjo | using gpt | 00:11 |
=== abandonsapien is now known as AbandonSapien | ||
jayjo | do I only need a single 512M EFI partition, and the rest is my single LVM partition? | 00:17 |
=== bluesabre_ is now known as bluesabre | ||
=== fowl_ is now known as fowl | ||
Tom01 | Has somebody knowledge of html / javascript. Where is this js located? src=“//cdntrf.com/mactechnews.js" | 01:08 |
leftyfb | !ot | Tom01 | 01:09 |
ubottu | Tom01: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 01:09 |
Tom01 | ok | 01:10 |
=== friv is now known as frib | ||
=== KL5AY2 is now known as KL5AY | ||
swarmachines | hi | 01:42 |
=== de-facto_ is now known as de-facto | ||
=== zbenjamin_ is now known as zbenjamin | ||
jwash | I'd appreciate any ideas about how to block youtube on my network for all computers except for 1 or two explicit IPs. | 03:02 |
leftyfb | jwash: Is your router running Ubuntu? | 03:28 |
jwash | leftyfb: DD-WRT | 04:00 |
jwash | I've been feelling like it's time to move away from my router to a computer to do the routing | 04:00 |
derpadmin | I do it, so far so good | 04:01 |
leftyfb | jwash: I would look into ubiquiti. But none of this is on topic for this channel. Try #networking or #ububtu-offtopic | 04:01 |
crabs | Anyone had luck on installing Ubunto on the Alix 2D13 single board computer? https://wiki.polaire.nl/doku.php?id=debian_buster_alix2d13 works for me for Debian... | 04:22 |
crabs | Ubuntu* | 04:22 |
=== daysun_ is now known as daysun | ||
daysun | !ops user ggdev spamming the same spam as yesterday. Same link. Same message. | 05:08 |
ubottu | daysun: I am only a bot, please don't think I'm intelligent :) | 05:08 |
daysun | !ops | 05:08 |
ubottu | Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu | 05:08 |
daysun | user ggdev spamming the same spam as yesterday. Same link. Same message. | 05:08 |
daysun | same user as _0dev_ who got klined | 05:08 |
chovy | how do i install cuda on 20.04? | 05:29 |
chovy | The following packages have unmet dependencies: | 05:29 |
chovy | cuda : Depends: cuda-11-2 (>= 11.2.0) but it is not going to be installed | 05:29 |
chovy | E: Unable to correct problems, you have held broken packages. | 05:29 |
_jak | chovy: do sudo apt-get purge nvidia*, then follow the instructions for your preferred method here: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=2004&target_type=debnetwork | 06:05 |
chovy | i neeed cuda 10 | 06:12 |
chovy | _jak: | 06:12 |
chovy | ./ccminer_linux_cuda102: error while loading shared libraries: libcudart.so.10.2: cannot open shared object file: No such file or directory | 06:17 |
chovy | how to fix? | 06:17 |
=== denningsrogue3 is now known as denningsrogue | ||
Xeroine | Hello, I'm trying to install IceWM on Ubuntu from a tar file using the instructions from their website but when I do "./configure --prefix=/usr" I get the error "configure: error: Packages SM and ICE are required for session mgmt.". Does anyone know how I can install those two packages? I couldn't find their names | 06:33 |
CorruptByte | Did you run the script that installs all of the dependencies? | 06:36 |
CorruptByte | Xeroine: See above | 06:36 |
Xeroine | wdym, what script is that? | 06:37 |
Xeroine | I thought the configure script does that | 06:38 |
CorruptByte | Look for heading Install package dependencies on the ice-wm.org homepage | 06:38 |
Xeroine | alright | 06:38 |
Xeroine | oh | 06:38 |
Xeroine | thanks a lot, should've read the entire thing | 06:39 |
CorruptByte | No worries :) | 06:39 |
=== denningsrogue9 is now known as denningsrogue | ||
conjo | hey all-how would i change font font size and window coloum and row settings for my terminal(bsh ubuntu 20.04.1 (really want to learn how to do this via configs file adjustment, i know how to do it via gui) | 08:59 |
conjo | eg what file am i looking for | 08:59 |
Mr_x | hi | 08:59 |
conjo | =) | 08:59 |
Mr_x | anyone ever face this error : | 09:00 |
Mr_x | error: could not create '/usr/local/lib/python3.7/site-packages/antlr4': Permission denied | 09:00 |
Mr_x | this occur when try to run --->> python3 -m pip install -r requirements.txt | 09:00 |
Mr_x | I'm a bit confused .. do I need to use "--user"? , and is that a good option .. or is there another better way? | 09:01 |
ducasse | Mr_x: try with --user, as without it is a system install | 09:02 |
TJ- | Mr_x: presumably your user doesn't have write permissions to /usr/local/lib/ - maybe execute the command using "sudo ..." | 09:02 |
ducasse | conjo: which terminal are you using? | 09:02 |
conjo | bsh | 09:03 |
conjo | i assume ubuntu ships with default bsh ill check | 09:03 |
Mr_x | ducasse, that is the good way for that? | 09:04 |
conjo | GNOME Shell 3.36.4 | 09:04 |
Mr_x | TJ how to give permission to user for /usr/local/lib/ | 09:04 |
ducasse | conjo: never used that before, but look under ~/.config | 09:04 |
TJ- | Mr_x: if possible try ducasse's suggestion first | 09:05 |
Mr_x | TJ- how to give permission to user for /usr/local/lib/ | 09:05 |
TJ- | Mr_x: otherwise prefix commands with "sudo " to elevate privileges | 09:05 |
conjo | ty | 09:05 |
conjo | what do you use? | 09:06 |
ducasse | Mr_x: i would generally install to a user directory before doing a system install with pip | 09:06 |
ducasse | conjo: i don't deal with java, for terminal emulator i use roxterm and urxvt | 09:06 |
Mr_x | ducasse, can u give suggestion the correct command with "--user" | 09:07 |
Mr_x | i already read docomentation but still confuse | 09:07 |
Hamidreza | Hi, I'm not understanding why when we want to ssh to a server without password , we should copy our public key to that server !!! I thought that we should have the remote server private key, How would it work?! | 09:08 |
ducasse | Mr_x: you should just need to add --user to the command line | 09:08 |
Hamidreza | why we dont copy the remote server private key to our server?! | 09:08 |
ducasse | Hamidreza: the private key is not shared, it's private :) | 09:09 |
Mr_x | ducasse, like this correct ---->> python3 -m pip install --user -r requirements.txt | 09:09 |
Hamidreza | ducasse, How would it work? | 09:09 |
Hamidreza | what is the structure behind it? | 09:09 |
Hamidreza | you have my public key so I can ssh to you without password?!!! | 09:10 |
Hamidreza | its wierd! | 09:10 |
ducasse | Hamidreza: the private key on the host your ssh'ing from is authenticated against the public key on the host you're ssh'ing into | 09:10 |
Mr_x | ducasse, i mean where to put "--user" on that command | 09:10 |
Mr_x | :D | 09:10 |
conjo | ducasse, this all i see in that dir any suggestions configstore? | 09:10 |
conjo | https://pastebin.ubuntu.com/p/XYDH8T4swW/ | 09:10 |
ducasse | Hamidreza: look into public key cryptography | 09:10 |
Hamidreza | ducasse, I confused | 09:11 |
Hamidreza | can You explaned it more | 09:11 |
Hamidreza | or give me a link please | 09:11 |
conjo | watch a video on youtube | 09:11 |
ducasse | Hamidreza: https://en.wikipedia.org/wiki/Public-key_cryptography | 09:12 |
rory | Hamidreza, if the same key was used to authenticate as was copied to the server, then anyone with access to the server can get access to the private key | 09:12 |
Amaranth | Hamidreza: You can encrypt things with the public key that only the private key can decrypt. The server encrypts a challenge message and send it to the client, if the client has the matching private key it can decrypt and give the correct response | 09:12 |
rory | Hamidreza, that would be bad, because the private key is probably used to access lots of servers | 09:12 |
rory | Hamidreza, you can safely put your public key on a website and the worst people can do is let you log into their servers :) | 09:13 |
conjo | Hamidreza, | 09:14 |
conjo | Hamidreza, https://www.youtube.com/watch?v=GSIDS_lvRv4 | 09:14 |
ducasse | conjo: i don't see a way to configure it from reading the man page, if you install bsh-doc you will get the docs in /usr/share/doc/bsh-doc/ | 09:15 |
conjo | ty man | 09:15 |
Amaranth | https://www.digitalocean.com/community/tutorials/understanding-the-ssh-encryption-and-connection-process#authenticating-the-user-39-s-access-to-the-server | 09:16 |
conjo | what where some of you're google search strings ducasse i didnt find anything but was at a loss for what to search for (succinct and accurate) | 09:17 |
conjo | ducasse, eg my search terms where verbose, and perhaps not even the right terminology | 09:18 |
ducasse | conjo: i just installed the package and read the man page :) | 09:18 |
conjo | lol i feel dumb | 09:19 |
conjo | ty man | 09:19 |
conjo | rolf i must just rtfm | 09:19 |
ducasse | conjo: don't, it's all a learning experience :) | 09:19 |
conjo | ;) | 09:21 |
ducasse | conjo: if it is your terminal you want to configure, however, that is an entirely different issue | 09:28 |
=== semeion is now known as mnemonic |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!