[00:08] hey guys can I get a cloak? About 10 years ago I helped some guy fix his system and he was grateful [00:09] hey arno, check out https://wiki.ubuntu.com/Membership for the process [00:12] arno: Be aware - is at a minimum 6 months sustained ubuntu support - and credited testimony from your peers :D [00:19] well lookie there, a pagmo package :) https://launchpad.net/ubuntu/+source/pagmo [00:19] !info src:pagmo [00:19] Package pagmo does not exist in jammy [00:21] uploaded 45 minutes ago :) [00:21] Yeah, the bot won't have it yet anyway, even if one checks the right repo. [00:22] is it completely coincidental that we're willing it from Debian for +1 after transhumanist was asking about it earlier today? [00:22] willing/pulling [00:24] probably, it looks like it's fairly recent to debian too https://tracker.debian.org/pkg/pagmo [00:55] what is it? no man pages in dman for it yet... [00:57] hello, I have a question about using dh_make to build a .deb package. I use a GNU license (Affero GPLv3), but there's no CLI option for that. Is "custom" still my best bet? [00:59] There is a channel #packaging on oftc that might be helpful... [01:00] im not very good at packaging myslef, i remember it was a hassle figuring out, what i recalla bout licenses was there was supposed to be a copyright file in the debian folder and you could put whatever you want i think... but maybe i remember wrong [01:01] this is my first time, so I'm taking it easy. I have options for "gpl3" and "lgpl3", but no "agpl3". === COMUNINJA is now known as COMMUNINJA [01:21] hello, This question is sort of theory craft... Let's say I have an Ubuntu 20.04 qemu-kvm host with two AudioScience sound cards installed. I would guest OSs to have access to only specific outputs or inputs on those cards. So, for instance, on card has four stereo outputs. one output is assigned to ubuntuGuest1, another is assigned to ubuntuGuest2. Is this possible? [01:25] Everything is possible just maybe not at the moment :). If you can pass through the same Sound Card to two guests I suspect some crazy interference would occur. I'm with you IDK :) [01:26] maxtim: that sounds like a usecase for pcipassthrough, but that's normally done for video cards.. https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF is my usual go-to guide for that :) [01:27] I'll take a look at that sarnold, but I don't want to pass the entire PCI card to a guest. Just... a part of it, I suppose [01:27] If I'm not mistaken, isn't it that you can only do PCI passthrough to one guest at a time? [01:28] yeah, that guest would have exclusive access to that device [01:29] right, not ideal behavior === five616 is now known as five61 === kaiseisei1 is now known as kaiseisei [03:43] hi === kaiseisei1 is now known as kaiseisei [05:42] adding a usb harddrive and getting this error both at boot and if the HD is plugged in to a running system (same result on two different machines) "usb 2-10: device descriptor read/64, error -71"  what could be causing this and what might fix it? [05:43] usbIssues: Is the drive still usable, and does your system boot normally? [05:44] usbIssues: Some times "errors" like this are shown, but they aren't really a problem. Many programs in Linux will show "errors" if you look at their diagnostic output, even though they actually work just fine. I've seen similar errors on my systems, but everything still works perfectly well. [05:44] usbIssues: So long as the usb harddrive is accessible and working reliably, I'd just ignore it. [05:45]  drive is totally unusable.  not seen at all.  gpartd and cat /proc/partitions cannot find it.  it is a drive that did not give these errors before it was erased [05:46] usbIssues: OK, that's a problem. [05:46] usbIssues: What brand and size is the drive? Where did you buy it from? [05:47] "thats the problem"  please elaborate [05:47] No, I mean, if you can't access your drive, then that's not something you can just ignore. I was agreeing that something was wrong. [05:49] It is important to know what brand, size, and purchase location the drive was from, since this sounds like a symptom of a scam drive. Some scammers will modify a drive to appear bigger than it actually is, and all sorts of problems can occur if you try to do something like erase the drive. If your drive is of an obscure brand and a large size, or if it's from a less-than-reputable dealer, this is probably the problem. [05:50] its a [05:50] Toshiba 6tb [05:51] should the new partition table be GPT? [05:51] Oh OK, that sounds good. You're able to make a new partition table? [05:52] Yes, the partition table should be GPT. [05:52] If you intend to use the drive only with Linux, you should use an ext4 filesystem. If you want to also use it with Windows, exFAT would be a better choice. [05:52] (NTFS is also compatible with both Windows and Linux, but it's potentially less reliable than exFAT.) [05:53] (Toshiba is a reliable brand, and 6 TB is a reasonable size for a drive of a reliable brand, so it's probably not a scam.) [05:53] just a for linux so I was going btrfs or ext4 [05:54] probably just one big primary partition [05:54] BTRFS is also a good choice. Yeah, if you're able to partition and format it, then that's likely all you need to do to get it back up and running. [05:55] 5.46TB of a 6TB disk usable after formatting. seem ok? [05:55] That seems quite reasonable. [05:55] It's perfectly normal for a drive to appear quite a bit smaller than it says it is on the box. [05:55] what is the 500GB consumed by? [05:55] ah [05:56] The reason for this is how to measure data. there's a difference between TB and TiB. [05:57] thank you [05:57] 1 TB = 1 trillion bytes. 1 TiB = bigger than that. [05:57] So 500GB isn't consumed, it's just not actually there. [05:58] 1099511627776 = 1 TiB. [05:59] Also, the filesystem metadata eats quite a bit of room. [05:59] seems it worked fine. then was erased with dd if=/dev/random of=DISK ...  after that linux couldnt find it until it was physically disconnected/reconnected to the sata port in the enclosure [06:00] arraybolt3[m]  thank  you. [06:00] usbIssues: I'm guessing since you erased the drive with /dev/urandom that you're going for security? If so, you might want to look into LUKS. [06:00] (It's a drive encryption system that keeps data on the disk from being read unless you have a password.) [06:01] 👍 Happy to help! [06:01] LUKS is on my roadmap :) [06:02] usbIssues: Nice. GParted doesn't make it easy to use, but GNOME Disks and KDE Partition Manager both make LUKS setup a breeze. [06:03] what would cause virtual terminals to double or tripple type some keys?  its working fine running windows and also in xfce and gnome [06:03] usbIssues: Are you using a language other than English? It might be a problem with your input method. [06:04] english only [06:04] LANG=en_US.UTF-8 [06:04] Hmph. That's odd. Can you switch to a terminal with Ctrl+Alt+F3, and see if the same thing is happening there? [06:05]  same thing for all the Crl+Alt+F...  but it all works fine in the GUI [06:05] (This will take you to a text-only environment - you can get back to your normal environment with Ctrl+Alt+F1, Ctrl+Alt+F2, or Ctrl+Alt+F6, depending on the distro.) [06:06] Oh, I thought you meant "virtual terminal" as in "terminal emulator", not the virtual terminal I just specified. I dunno what's going wrong then. That's really weird. What system are you using, and what brand and type of keyboard? [06:10] a gateway laptop and debian .  same issue with ubuntu [06:12] thank you all for your help [06:39] guys if you are facing this issue too please mark that it's affecting you as well so it gets more attention for fixing: https://bugs.launchpad.net/snapd/+bug/1833004 [06:39] Launchpad bug 1833004 in snapd "Application SNAP is slower than DEB at first launch" [Wishlist, Confirmed] [07:09] Is there a good graphical crontab manager for Ubuntu, or is it just best to use the command line? [07:11] It seems Zelt is the best one that I can see [07:12] Zeit === hackerman34 is now known as hackerman3 === diskin_ is now known as diskin === hackerman38 is now known as hackerman3 [07:57] hello here [08:15] Greetings all. I am on Ubuntu 22.04 and have just installed AnyDesk software. When launching it it says that a package is missing "anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory [08:15] ". How can I install this package? It does not appear to be in my repository cache. === Hash is now known as Enchantertim === Enchantertim is now known as EnchanterTim === EnchanterTim is now known as OpenSores [08:21] manwhowouldbekin, https://askubuntu.com/questions/1405323/anydesk-doesn-t-work-after-upgrading-to-ubuntu-22-04-lts [08:22] also https://www.how2shout.com/linux/install-anydesk-on-ubuntu-22-04-lts-jammy-via-command-terminal/ [08:25] ravage, Thanks! Seems to have worked after I installed this package. My first time using AnyDesk, so wasn't sure this was Ubuntu 22.04 related in the first place. === SteelRose_ is now known as SteelRose [08:56] hayırlı günler === OpenSores is now known as Hash === donofrio__ is now known as donofrio === Wilma is now known as BiTCHiN [10:13] hi [10:13] Hi! [10:13] 18.04 to 20.04 LTS upgrade: known tripwires? anything in particular change in the USB subsystem from 4 to 5 kernel series one should be aware of? [10:15] hi [10:18] I'm trying to install a deb package on ubuntu 20.04 by right clicking and choosing "Open with Software Install". A window opens and I see a spinner but it never stops. Anyone know how to fix it? [10:19] clarkk: Try opening a terminal in the same folder as your package, then type "sudo apt install .deb", replacing as appropriate. That might tell you if there's an underlying problem that's causing the package manager to bork. It will also install the package if there's nothing wrong in your package manager. [10:19] (Nothing wrong or nothing hung up, I mean.) [10:22] arraybolt3[m], thanks, it installed without an issue. So, what could be wrong with software install, and how do I fix it? [10:23] clarkk: Hmm... Well, since apt is working just fine, I don't have a clue! Best I can figure is reboot and see if that fixes it. Glad it worked, and sorry I couldn't be more help. [10:23] thanks a lot arraybolt3[m] [10:23] 👍 [10:44] hey guys! does the "Startup Disk Creator" tool only works with Ubuntu ISO images or may I burn something else? Thanks [10:45] https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu#6-installation-complete <-- the final message mentions Ubuntu... hence my question [10:47] SteelRose, no, al linux images? [10:48] oerheks: thanks [10:48] have fun! [10:57] WTF?!? it ONLY works with Ubuntu images... !!! ... it sees the non-Ubuntu ISO but it doesn't load it... LOL ... shame [10:59] hmm... I just installed usb-creator-kde and it has the same issue... :-/ [11:17] weird, i wrote fedora lately ... [11:18] it probably looks for certain files within the iso to determine if it's compatible [11:31] hi, taking about request smuggling, https://portswigger.net/web-security/request-smuggling/finding here in the CL.TE using timing technique couldnt we use a content-length of 3 too withoout the need to omit the X ? Both ways the backend would wait for the enxt chunk no? [11:33] pagios: how does this relate to ubuntu support? [11:34] ignore it tx [12:00] Hi all [12:13] Hi. Apparently I was recently banned on #ubuntu. I have no idea why. How to find out? [12:14] you can try asking this in #ubuntu-ops, providing more information [12:14] Thx [12:17] Hey, no question, just wanted to 'complete the circle'- last month I was having issues installing 22.04 onto a Wyse7020; couldn't get it to boot at all despite many attempts at sorting EFI. Tried installing in legacy mode and it seems to boot. Thanks for the help :) (cc EriC^^, who did a lot of the hand-holding) [12:18] bertieb: good to hear you got it working! [12:19] Yeah! that restores a bit of the sanity I lost over those evneings :D Your suggestion of going full legacy seemed to do the trick 👍 [12:20] great [12:20] :) [12:25] Guys I purchased cloned Computer Graphics Card GTX1050ti 4G DDR5 128bit and I tried it on the latest Ubuntu 22.04 running on ASRock B550M Pro 4 and the graphics crashes every now and then. I replaced it with Xubuntu 22.04 now it is more stable. But still in extreme cases the graphics crases and stops responding. Is this a common issue with the GTX1050ti card? or it is just probably because I have a chinese clone GTX1050ti card. [12:25] Sorry this is my first time to communicate in this chat area. [12:26] gahum: could be different things, from inefficient cooling to something wrong with the hardware etc [12:29] Murmel: Thanks for the response, Less chance probably with the cooling issue because it has an extensive fan below it and I am not even using extreme graphics use just web browsing [12:30] Just want to know if this potentially a common issue with GTX1050ti so that I can replace with Radeon cards which they say are more Linux friendly === hackerman32 is now known as hackerman3 [12:33] gahum: sounds like there is something wrong with your geforce, as a friend of mine has a 1050ti on linux and never reported such issue === hackerman32 is now known as hackerman3 [12:41] Murmel: Thank you for the information now I am positive it is only card specific and not a common issue in the 1050ti. thanks [12:41] specific to the purchase I have purchase === hackerman30 is now known as hackerman3 === hackerman33 is now known as hackerman3 [12:52] Hi Folks! Is encrypting the hard drive with passphrase and FIDO yubikey as a 2FA feasible? Is it supported by LUKS? Does it make sense? [12:52] gahum: do you have the official drivers from Nvidia? [12:52] dauggy: yes, yes and yes [12:52] :) [12:53] but honestly, sense depends on how much of a threat level you have (or paranoia :) ) [12:54] murmel: do you know if I can configure 2 keys (one as a backup in case the primary is lost)? [12:54] dauggy: yes this is the preffered thing to do, as you never know [12:54] ehm, recommended i mean === hackerman30 is now known as hackerman3 [12:55] thanks murmel! I'm considering ditching the google authenticator and switching to yubikey to sign into online services, so I though I'd also use it for hard drive encryption [12:56] dauggy: the feature you are looking for in systemd-cryptenroll is --fido2-with-client-pin (pin as in whatever you set as password/passphrase) [12:58] thanks! === jesopo is now known as jess === hackerman32 is now known as hackerman3 === hackerman34 is now known as hackerman3 [13:15] Hello [13:19] !list [13:19] tito_: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [13:19] ciao [13:19] tito_, all torrents are here https://torrent.ubuntu.com/tracker_index === hackerman31 is now known as hackerman3 === hackerman33 is now known as hackerman3 [13:37] is it possible to set a custom mac address in the initramfs? I'm trying to unlock a luks drive with dropbear ssh & the dhcp server requires a specific mac address === hackerman39 is now known as hackerman3 [13:46] I can set the interface here: https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt using IP, but nothing for mac. Can I just run 'regular scripts' in initramfs? [13:47] noarb: yes, you can. Though it's a bit beyond the scope of this channel [13:47] in theory yes. but there is a very limited set of tools available [13:47] ravage: you can add almost any tools you want [13:48] it just makes the initrd bigger [13:48] sur [13:48] e [13:49] Is there such a thing as a pre-hook? Do you have a recommendation of where to ask instead of #ubuntu? The pre-hooks I see are for building the initramfs when sources update [13:52] noarb, https://manpages.ubuntu.com/manpages/bionic/en/man8/initramfs-tools.8.html [13:56] noarb: https://unix.stackexchange.com/a/460277 [13:56] noarb: top result on google for "linux run scripts in initramfs" [14:00] leftyfb: I think I've got enough direction now, thanks for your help [14:26] anyone know why the ondrej php ppa also requires apache to install php? === eroc199000 is now known as eroc1990 [14:28] goddard: contact ondrej [14:28] is he on librea? [14:28] doubtful [14:29] alright email it is [15:33] goddard, https://p.haxxors.com/ttl148c1.txt it does not require apache here [15:52] I installed Mate 22.04 on a new computer. I'm having trouble with panels. Various applets appear and disappear; marco has crashed a few times (sent report back) but the biggest issue now [15:53] khw_: that sounds very Mate-specific. Try #ubuntu-mate [15:54] their website shows #mate but maybe they did it wrong :) [15:54] ok, that wasn't listed as an option at https://wiki.ubuntu.com/IRC/ChannelList [15:55] oh. mate is the desktop code itself. ignore my comment :) [15:58] I installed Mate 22.04 on a new computer. I'm having trouble with panels. Various applets appear and disappear; marco and other things have crashed a few times (sent reports back) but the biggest issue now is that since one of the crashes the bottom panel doesn't show buttons for the windows open on the workspace [16:00] I can't find an applet to put on the panel that does that. I find one that shows the selected window. [16:01] Hi, in one Ubuntu box I've administrator users and normal users; everything works fine, but one thing bugs me: when a normal user tries to open an application that needs admin privileges, she gets a password prompt from one of the administrators. Is there the possibility to avoid that and just fail with something like a "You're not authorized" [16:01] message? [16:02] khw_, can't you reset the panel ? [16:06] There was the option to reset ALL panels, which I did. I had a top and bottom panel, and they have now both vanished [16:06] s/which I did/which I just did/ [16:07] khw_, i don't use mate, but try , from terminal, something like : mate-panel --replace & [16:09] That indeed worked! thank you. [16:09] khw_, ok [16:11] It lost all the applets I had installed, but I can get those back easily enough === zareem4 is now known as zareem === ChunkzZ is now known as Chunkyz [17:25] khw_: open mate-tweak and reset the panel from there [17:26] thanks === The_Blode_ is now known as The_Blode [18:19] I am running Ubuntu 22.04 LTS on a Dell Optiplex 9020 and hear no sound. [18:34] I keep losing my HDMI sound connection via DisplayPort when I use xrdp to connect into the Ubuntu machine. [18:34] Jesse79: You are expecting sound over xrdp? [18:35] No, jhutchins. [18:36] All I see in sound is Dummy Output. [18:36] I am using Kiwi IRC here via RDP from my Windows 10 machine. [18:44] The sound is playing. It's just not getting redirected via RDP to the Windows machine. [18:47] Jesse79: jhutchins asked you if you expected sound over xrdp and you said no. Now you seem to be expecting sound over RDP to your Windows machine [18:47] btw, there are easier ways of going about what you're trying to accomplish. Though I personally don't care for doing anything in Windows [20:09] I am not sure if I am in the right place for this but I have already asked the pop_os people and I have not been able to get a straight answer. I am having an issue with gnome-disks and getting a udisk-error-quark, 0. You can read more about it here https://www.reddit.com/r/pop_os/comments/v8o7h3/gnomedisks_cant_format_and_mount_luks_drive/. Does anyone have any idea how to solve this? [20:10] perhaps there's a stackexchange site where pop_os people hang out? [20:10] if you run pop_os then you're in the wrong place [20:11] I just figured since the issue also happens in ubuntu 22.04 they might be related [20:13] if so, you could run ubuntu-bug gnome-disk-utility on your ubuntu 22.04 system. [20:37] Gnome was released with known outstanding bugs? I'm shocked! [21:09] :( [21:10] who are biggest donators to gnome? [21:10] trolls [21:11] dauggy | #ubuntu-offtopic [21:11] the question is relevant to the jhutchins's remark === hexenbane98569 is now known as hexenbane9856 === xenial- is now known as xenialito === gschanuel2 is now known as gschanuel [21:57] re bash, my ls command produces -1 alll the time, How do I set it to normal, ie columns [21:58] -c dpesmt wprl/ O [21:59] nor -C [21:59] man says = -C list entries by columns [21:59] morganu: not sure if i understand you correctly, but I use this to get columns ls -la [22:00] I am not getting this result either.. -d, --directory [22:00] list directories themselves, not their contents [22:00] morganu, I would suspect an alias has gotten set up... does running "\ls" work right? (escaping the command makes bash skip aliasing) [22:01] I am not getting columns ok rfm I will try [22:02] what does \ do [22:02] \sl gives me a zillion files no directories. in the beginning many files preceeded by .. that long permissions thing, ok some are directoried.. [22:03] I want the standard, all directories in color and then all files NOT in those directories. [22:03] in columns [22:03] It has been a few years since I used this. So I looked it up and IT DONT WORK. [22:03] ls -la [22:03] (or I cant work it) [22:05] getting this (only 3 lines [22:05] drwx------ 2 human human 4096 Mar 16 14:29 'alice and caterpillar_files' [22:05] -rw-rw-r-- 1 human human 65222 Mar 16 14:29 'alice and caterpillar.html' [22:05] -rw------- 1 human human 18501032 Dec 6 2021 'all bookmarks_12_6_21, erased but bm-bar.html' [22:06] I dont remember hwat all those coded letters in the beginning are called. Nor the number before human (Human is the name of my user [22:06] descent1, escaping a character in a command name (with \) tells bash not to expand aliases. [22:07] I dont want it to go through the contents of the directory. (what is that called? Regression??) [22:07] whats an alias [22:07] ill just google === hexenbane98567 is now known as hexenbane9856 [22:08] I know what an alias is. It is indirection. (I remember Understanding Macintosh, showing my age) [22:08] oh so ls is an alias [22:08] no ls is a command [22:08] descent1 [22:08] ah [22:09] an alias is an alternative way of referring to a file or directory. [22:09] ok like a mac then [22:09] or, in some places, a link, aka shortcut. === ubuntu is now known as Guest6373 [22:09] acutally like a text version of a link is an alia to a set of numbers which is the "real name" of the link. [22:10] actually [22:11] descent1, 3 definions of alia, we are discussin number 2 here. https://www.computerhope.com/jargon/a/alias.htm [22:11] On Unix-like operating systems, the alias command instructs the shell to replace one string with another when executing commands. [22:11] morganu, so when you enter a bare "ls" command, you get the long listing, with the drwx------ stuff? [22:12] descent1, https://www.computerhope.com/unix/ualias.htm [22:12] rfm NO. I get ... [22:13] morganu, pastebin if it' s more than a line!! [22:13] rfm an alphabetic list of all directory and file names with single quotes around them. I do believe it dows down inside of all directories. [22:13] OK [22:15] whoa aliass are cool. i never knew that. and they're easy to make too [22:15] morganu, the single quotes would be expected if the file name have certain special character (like blank space, parens) [22:15] rfm https://pastebin.ubuntu.com/p/84KwdGWtnS/ [22:16] thanks re single quotes, I forgot details. [22:18] i should make an alias for shutdown -P 0 ... [22:19] now i will test it [22:20] looks like it worked lol [22:20] morganu, that looks normal, it's just that the long file names mean it can only get one column in the width of yout terminal. [22:21] what if I do NOT want it to go into directories AND I do wnat all the directories first? [22:21] rfm, forgot to say, OK I will take that as what is happening and now I want to make it less confusing to me. [22:22] worked :D [22:23] rfm I have 13 directories and ~70 files [22:23] descent1, great [22:24] morganu, it doesn't look like it's going into directories. [22:24] i just type "off" and my computer shutsdown [22:25] cd \human [22:31] rfm, I put all the text files in a folder and left only one file not in a folder and now I get THIS. https://pastebin.ubuntu.com/p/Nf7w3pn6yY/ [22:31] sorry it loses the color. [22:31] it goes into every folder. [22:35] ls -d gives me a single dash. [22:39] rfm cd .. so cd of /hom gives me a normal output. just directoreis in columns [23:02] linux find command manual page. the word is nowhere on this page https://www.man7.org/linux/man-pages/man1/ls.1.html [23:02] zzzzzzI want to be able to control if ls shows the hidden files. [23:03] morganu, zzzzzl: "ls -a" [23:04] I still get them. I dont want them. [23:04] Oy, I just realized the "zzzzzzI" isn't a username, sorry. [23:04] arraybolt3[m], thanks for engaging. I am frustrated that I cant get the structure I see in gi [23:04] gui [23:05] in fileexplorer, ctrl h [23:05] Odd. Do you have any shell aliases or something? "ls" all by itself shouldn't display hidden files. [23:05] I know how to do it in gui. I want terminal chops oerheks (thanks) [23:06] Oh, like make "ls" always display hidden files, or always not display them? [23:07] arrybold I have none. $ type ls [23:07] ls is aliased to `ls --color=auto' [23:08] One quick hack that might let you do this is make your own command to use in place of ls. Something like "list() { ls -a; }" will make "list" show hidden files, then do "list() { ls; }" and then "list" won't show hidden files. [23:09] I dont need an alias until I know how to NOT SHOW the hidden files. [23:10] morganu: And just "ls" by itself is showing them? [23:10] What distro are you using? [23:10] I dont even know where all these files are coming from. I do not see them in the gui and there are like 70 of them [23:10] 20.04 [23:11] Separate question. Can I partition a very big flash drive and put a persisten installation on PART of the drive? [23:11] morganu: btw what is a "hidden file"? [23:11] files that show in the gui when I turn on hidden files [23:12] mostly the last character of the filename is ~ [23:12] THERE WE GO [23:12] A hidden file is just a file that isn't visible by default on Linux. Any files that start with a period are hidden files. This can be used by applications to store their configuration in your home folder without it muddying up your file manager. [23:12] morganu: ls -a controls showing files that *start* with a period [23:12] sarnold, you understand? [23:12] I am not using -a [23:12] morganu: files that end with ~ are usually editor backup files and ls has no built in tool for that [23:13] morganu: maybe try ls --hide='*~' ? [23:13] Also, yes, you can easily use an Ubuntu installer to partition a flash drive such that there's an Ubuntu installation on part of the drive, and the balance is a flash drive. [23:13] so they ALWAYS SHOW? How inconvenient. [23:13] morganu: Try "ls -B". [23:13] From the man page: "-B --ignore-backups do not list implied entries ending with ~" [23:13] morganu: normally their presence in a directory listing means your editor died -- being told about them is very friendly :) [23:14] arraybolt3[m]: well I'll be damned. I've never noticed that before :D [23:14] morganu: Also, "alias ls='ls -B --color=auto'" should get them out of your face. [23:14] BLESS YOU sarnold and arraybolt3[m] [23:14] That will make just plain "ls" hide them. [23:14] This was so dear to find - as in no swearing. [23:14] echo snap >> ~/.hidden # makes a folder without "." hidden [23:15] oerheks, ok that's a bit confusing [23:16] I tried echo snap >> ~/.hidden # --- and wiithout the # and got new-prompt both times [23:17] background on my sappy system) it regualrly "freezes" and I have to cold reboot. === EriC^ is now known as EriC^^ [23:23] OK I tried to alias lb [alias lb = "ls -B"] but [bash: alias: ls -B: not found] [23:23] ^^^ oerheks arraybolt3[m] [23:24] morganu: Use single quotes, and make the = sign smacked up against both the string and the name, like this: [alias lb='ls -B --color=auto']. Also, don't forget the bit with --color=auto or you might not like how ls looks. [23:24] I dont NEED it but "frustration" [23:25] I dont see that I used single quotes. [23:25] oh I should; [23:25] alias lb='ls -B' [23:26] Looks right. [23:26] yes, I did that and the color came along automagically [23:26] Thank you. I thought the space was a GOOD DEA [23:27] hangs head at "innovation" OK will continue life. Oh but do you have a good choice for transforming files from pdf to word? [23:28] morganu: That's a tricky one, but you can edit PDFs using LibreOffice Draw. It's not exactly the same, but if you need PDF editing, it might work for you. [23:28] Thanks all. It was very difficult to have all those files. I feel like I can function now. (and oerheks I do find the backups to be friendly. Yay.) [23:28] The pdf's are all text. [23:29] morganu: Maybe try OCRing them with OnlyOffice? [23:29] (I've not done it before, but that might work.) [23:29] This is to liberate files from Apple notes which only allows pdf's to exit notes - chosen a DEAR one at a time. -- agonizing when you have hundreds. [23:30] I paid for something but it works awkward. Thanks. wil move on and report if I find a good one. [23:30] (free as in beer) [23:31] FYI a finalize.com pst on how to create bash aliases uses the double quotes so maybe it was my space --- alias alias_name="command_to_run" [23:32] also says: The alias will be available only in the current shell session. If you exit the session or open a new session from another terminal, the alias will not be available. [23:32] morganu: Plop the alias in ~/.bashrc then. [23:33] or better yet create ~/.bash_aliases [23:33] So to make it persistent one would need a ".bat file" to run at startup of bash. I will leave that to another day. -- oh didnt know abu that arraybolt3[m] -- bUENO [23:34] mkdir ~/.bash_aliases [23:34] no no ta folder [23:34] nano ~/.bash_aliases [23:34] a file [23:34] put one per line [23:34] etc [23:34] alias blah=whatever [23:34] alias blah2="whatever --switch" [23:35] nano I used that long ago pico [23:35] yeah nano is similar to pico. i first used it pico with pine email. [23:35] me too. and trn for news [23:36] :D [23:36] I was thinking about using pine to extract text out of a long set of emails. [23:36] only I forgot the word pine. [23:37] all I did was shell, pine, pico, trn and a text mud - pretty mush. And some bbs [23:37] ok wrong channel. fullstop [23:38] morganu: LOL hey, there's always #ubuntu-offtopic . [23:41] yep. but I am on a mission and it has been so awkward. iOS Notes is the big problem. Now I need to find myfriend another app. To the apple store. [23:41] The phone apple people cant talk about apps. [23:42] l8r [23:42] * morganu showers rose petals and non-alergic rose scent because I dont kow how to make it shower hundred dollar bills. === kostkon_ is now known as kostkon [23:48] EXTRA INFO: --group-directories-first ::group directories before files; [23:49] Sounds like a jorb for crapplescript until apple catches up. [23:49] https://macmost.com/export-all-of-the-notes-on-your-mac-using-a-script.html [23:53] oooo will follow that link. (iOS 15 has improved Notes some. I support some friends on Apple. Hands-Off MS. [23:59] Heres the description. -- > In Mac Notes you can only export one note at a time as a PDF file. With the help of a script, you can quickly and easily export all of your notes to html files as a backup or archive. You can also save notes this way to clear out your Notes app. [23:59] EASILY can mean after you spend hours figuring it out. LOL.