Re: [Trisquel-users] Conky network issue

2019-07-06 Thread srben
I'll have to try that. Thank you, CM.

Re: [Trisquel-users] Conky network issue

2019-07-06 Thread mason
> I used ifconfig to determine that it wasn't wlan0, made the adjustment, > and now I'm in business. I'm not familiar with conky, but in my i3blocks wifi script I use device=$(iw dev | sed -n 2p | awk '{print $2}') to get the name of the device so that the script works with any WiFi card.

Re: [Trisquel-users] Conky network issue

2019-07-06 Thread srben
I used ifconfig to determine that it wasn't wlan0, made the adjustment, and now I'm in business. ...still learning, but happy with the results. :D

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread mason
> Yes, I didn't mention it because it too is borked. Even the one I linked to? signature.asc Description: PGP signature

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jason
"The graphical ISO has a "text install" option that is the same thing as a netinstall." Yes, I didn't mention it because it too is borked.

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread mason
> The Trisquel netinstalls are currently broken and have been for months: > https://trisquel.info/en/issues/25533 > It's sad; it means there's no way to do a minimal install currently. The graphical ISO has a "text install" option that is the same thing as a netinstall. The graphical ISO on the

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jason
The Trisquel netinstalls are currently broken and have been for months: https://trisquel.info/en/issues/25533 It's sad; it means there's no way to do a minimal install currently. Your options are to use the graphical installer and then maybe remove packages after the install's done, install

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jbahn
OK, so I will use a librebooted T60 for my server. It crruntly has 2GB of memory - I may have to increase that to 3GB (which is max). I will install Trisquel from at netinstall image but when I dd the image to a usb stick it creates two partitions (sdb1 and sdb2). When dd'ing other

[Trisquel-users] Conky network issue

2019-07-06 Thread srben
The network section of my Conky config isn't working right. This is my current script: ${font Arial:bold:size=10}${color ff}NETWORK ${color Black}${hr 2} $font${color Ivory}IP on wlan0 $alignr ${addr wlan0} Down $alignr ${downspeed wlan0} kb/s Up $alignr ${upspeed wlan0} kb/s Downloaded:

Re: [Trisquel-users] The join command is missing the IPv4 addresses in long mixed lists of strings

2019-07-06 Thread amenex
Considering that at present there are only eighteen source files to be joined, I applied my two-step approach to the task of first checking the sort status of my input files, then sorting them, and finally re-checking them, for example: > $ sort -c HBgky.txt > sort: HBgky.txt:2: disorder:

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jbahn
Thanks for wanting the best for me. Learning from experience can take many forms and while I in many cases prefer my own unspoiled experiences, in this case I would like some guidance. That is, gain a specific goal by the aid of one or more knowledgeables. You might say that under the

Re: [Trisquel-users] Can see wifi network, but can't connect

2019-07-06 Thread alexander . pitsch
Was to easy in the end: $ sudo service network-manager stop $ service network-manager start Immediately got connected to the wifi network.

[Trisquel-users] Can see wifi network, but can't connect

2019-07-06 Thread alexander . pitsch
Hey all, I've just replaced the Lenovo firmware on my T400 with libreboot. During this process, I've also replaced the laptop's wifi chip with an Atheros AR9285 chipset. It seems to me, like the new wifi chip is also recognized as $ lspci gives $ ... $ 02:00.0 Network controller:

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jason
Sure. But don't just take our word for it: You can experiment you know and learn from experience. :)

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread info
If you just want to host static files. Just installing apache is enough, there is also nginx, which works the same way, just configuration is different. Use the one you are familiar with. You don't need to change to another server if you plan to host only static server. Most of the other

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread xliang9550
If you mean ThinkPad T60, it supports only 3 GiB of memory.

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jbahn
Yes, I mean a Thinkpad T60. I know it supports 3GB RAM, but does it as a whole suffice for a server?

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jbahn
If no issues occur I can do this. But if I am not wrong, this will not render it possible to access my server form the outside, right? $ hostname -I appears to give me my local IP. How do I connect the server/page with a domain, e.g. gnubahn.dk? Next step is to design the page. I will

Re: [Trisquel-users] Setting up a server

2019-07-06 Thread jbahn
Thanks for the advise, jxself and chaosmunk. I still need to start at the beginning though: What computer specs are necessary? Will a T60 suffice? What are the main possible bottle necks?