Re: Rebuilding system after aptitude

2016-06-12 Thread emetib
Grep -e is the same as egrep. Read the man and you'll see.

Re: ssh again

2016-06-14 Thread emetib
> > Lisi for you home network use /etc/hosts i.e 127.0.0.1 localhost 127.0.1.1 hestia 192.168.122.10 testing 192.168.122.11 stable 192.168.122.12 one-i386 this will make it so you can ssh user@hostname instead of ssh user@ipaddress. this works with scp and sftp also. take care

Re: ssh again

2016-06-14 Thread emetib
> That's my project after next - if I live that long!!! ;-) Probably a quick > way of getting rid of the rest of my hair. And/or turning it grey. > > Lisi lisi, hopefully this is to the list and not private. for your home network - /etc/hosts add the ipaddress followed by the hostname

Re: ssh again

2016-06-15 Thread emetib
jorg wrote- Better command scp /home/whatever/file.jpg remote@hostname:/home/user/Pictures/ --- one thing that i've learned is that you should get in the habit when cping or mving is to add a ./ when copying, moving into a directory. i.e. cp /home/lisi/downloads/whatever.jpg

Re: ssh again

2016-06-14 Thread emetib
st work. No messing with config files or anything like that. > >> > >> /etc/hosts is fine if you are more comfortable with it but an IP address > >> changing can make it a pain on the local LAN. > > > > Works a dream!! Thank you, Brian. That was a remarkably easy les

Re: Portable Debian?

2016-05-11 Thread emetib
I know this is a little off topic, yet I wrote this a while back because of script kiddies messing with ssh on my server at the time. https://docs.google.com/document/d/1voXlQpos4uI0qhndcIunBew1mmQbwTPl07xG5JF8bNM/edit?usp=drive_web It checks your auth.log for people trying to get in that don't

Re: lynx - not all sites readable

2016-09-14 Thread emetib
personally i prefer links just seems to work better. especially if you install gpm also. make a great combo for terminal only browsing. henning -> because it would be fun. i've had to browse forums before using a text only browser trying to fix my X. it will make you a happy camper to have

Re: anyone having problems with python on debian testing

2016-09-23 Thread emetib
michael, it's not any modules that i know of. only using re for the three scripts that i'm using. as stated it's working on all of my other virts, so i'm not that worried about it right now. i can't make anything crash. it's just the output from the third that's not getting wrote to the

Re: anyone having problems with python on debian testing

2016-09-24 Thread emetib
running as root to get the journal. no errors.

anyone having problems with python on debian testing

2016-09-19 Thread emetib
is anyone having problems with their deb testing systems? i have a python3 script that isn't giving any output where the other linux systems that i have tested it on are. other systems have differing versions of python and what looks like gcc also. i'm thinking that it's something to do with

Re: anyone having problems with python on debian testing

2016-09-19 Thread emetib
well thank you then ric. glad it's not after hours or i would be doing the same thing. no, i just noticed it today, and i can run the script on my other virtual machines without issue. it's just the debian testing that is the problem. whether i am calling -- python3 script or python script,

Re: anyone having problems with python on debian testing

2016-09-20 Thread emetib
yeah, i don't know what to say. started to use my stable virt for working on. it's just the last part of a list comparison that's bothering me. if you have journalctl going you can check out the scripts -- https://drive.google.com/open?id=0BwhDqxZzf5XHMk1na1VNMWFtTDA -- it's the last one

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread emetib
On Thursday, August 25, 2016 at 4:20:05 AM UTC-5, John T. Haggerty wrote: > I have the following issue (seems to be common although my details seem to > differ): > > 1. I recently registered a new domain as WWW.whatever.org or whatever. > > 2. Postfix gets installed. > > 3. "Internet site " is

pen testing beginner

2016-10-29 Thread emetib
hello everyone, have been a linux only person since before 2000 (late 2.2 early 2.4 kernels), yet haven't done much with it in the last ten years. when i did do more with it, it was a in depth hobby that i enjoyed learning and playing around with. now that i'm getting up in years and have

Re: pen testing beginner

2016-11-04 Thread emetib
first, thank you all for your honest input on this. shawn wilson wrote: "I'll caveat my response by saying I'm not in this field - I'm a lowly sysadmin :) " i was asked one time what i wanted to do with my linux knowledge and replied that i wanted to be a sys admin and not a programmer. told

Re: reportbug and GMail SMTP servers

2016-11-06 Thread emetib
from the link that i posted earlier- https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/ you are supposed to have these in your main.cf- relayhost = [smtp.gmail.com]:587 smtp_use_tls = yes smtp_sasl_auth_enable = yes smtp_sasl_security_options =

Re: reportbug and GMail SMTP servers

2016-11-05 Thread emetib
On Saturday, November 5, 2016 at 9:50:04 AM UTC-5, Sophoklis Goumas wrote: > Hello. > > Anybody else having troubles when using GMails' SMTP servers? > no > Does one need to to enable adjust appropriately the "Allow less secure > apps" setting [1] ? > yes

Re: Shudown And Restart Issue

2016-11-05 Thread emetib
you can also do as root # to reboot/restart telinit 6 # to shutdown telinit 0

Re: reportbug and GMail SMTP servers

2016-11-05 Thread emetib
On Saturday, November 5, 2016 at 4:00:03 PM UTC-5, Sophoklis Goumas wrote: > > > On Saturday, November 5, 2016 at 9:50:04 AM UTC-5, Sophoklis Goumas wrote: > > ... > > > >> > >> Does one need to to enable adjust appropriately the "Allow less secure > >> apps" setting [1] ? > >> > > yes > > > >

Re: Shudown And Restart Issue

2016-11-05 Thread emetib
gene, it depends on what distro that you are running for the different init levels. 0 - shutdown/shutoff, i believe this is the same across the board 1 - single user mode, usually root, also rescue mode, no networking. for debian, this is what you will boot into when your system doesn't boot

Re: Shudown And Restart Issue

2016-11-05 Thread emetib
> Lisi they are basically the same thing man telinit - DESCRIPTION telinit may be used to change the SysV system runlevel. Since the concept of SysV runlevels is obsolete the runlevel requests will be transparently translated into systemd unit activation requests. man init -

ls -l / question in jessie

2016-11-28 Thread emetib
why do the sym links in ls -l / point to /boot/ and boot/ lrwxrwxrwx 1 root root31 Jun 3 10:34 initrd.img -> /boot/initrd.img-3.16.0-4-amd64 lrwxrwxrwx 1 root root27 Jun 3 10:34 vmlinuz -> boot/vmlinuz-3.16.0-4-amd64 is this just a fluke in the way that the two of them were made?

Re: Why? -- "A Modest Proposal"

2016-11-18 Thread emetib
Thomas Schmitt wrote: > [man page or wiki] either, both, all documentation. yes i know that these, updating documentation, can take a considerable amount of time, especially with the amount of programs/packages that there are available to, especially debian, linux. just looking at my system,

Re: Why? -- "A Modest Proposal"

2016-11-18 Thread emetib
flame war- man pages vs info pages? open source documentation vs closed source documentation? yes some of them need to be updated. yes there are wiki's that you can contribute to. yet as someone said, 'someone else can do it'. heard that too many times from too many people. why

Re: Best practices for updating systems over extremely slow links

2016-10-27 Thread emetib
hello. don't know how many different set ups that you have going on in the boondocks, yet if they are basically all the same you could install a virtual machine(s) at your location that copies what is at your distant locations. this is from page 108 of the debian handbook(comments added) -

Re: ssh doesn't work.

2016-12-07 Thread emetib
> > Sorry, you have to stop this. Now! > > I thought that to be a basic manner as the original questioner. > Why do you think isn't that good? > Everybody else, how do you think? he's saying don't change 4 things at once. change one, test change another, test that's how you trouble

Re: ssh doesn't work.

2016-12-07 Thread emetib
On Wednesday, December 7, 2016 at 11:40:04 AM UTC-6, EenyMeenyMinyMoa wrote: > > $ ls -ls /home/testac/.ssh > total 12 > 4 -rwx-- 1 u1 u1 776 Dec  8 11:05 authorized_keys > 4 -rw-r--r-- 1 u1 u1 388 Dec  6 11:57 id_rsa_test.pub > 4 -rwx-- 1 u1 u1 444 Dec  6 20:46 known_hosts > check the

Re: [Newbie] Can ls command format output my way?

2016-12-17 Thread emetib
something else that you could use is 'locate' it's on most systems nowdays and it updates each night from cron. it's not as cpu intensive and you can update is quickly with 'updatedb'. if you're just searching removable media, as in your /media/... example then find would be better. i prefer

Re: arm people distributing images with user 1000 already allocated, please stop that

2016-12-01 Thread emetib
gene i can understand your pain. one of the reasons that i don't necessarily like sudo systems. one of the first things that i do when i have a sudo system, ubuntu, lmde, raspbian, is to 'sudo su' and then 'passwd' to actually set a root password. i have found that this has remedied the

Re: systemd-journald fails

2016-12-05 Thread emetib
hey rainer yeah i wouldn't go with sid, it's fun to play around with yet not for a server install. sysinit vs systemd is up to you. i haven't had a problem with systemd, it's just another thing that you have to read about to get the hang of it. you will have to forgive me for not reading all

Re: OT: Read-Only NFS-mounted Debian System for Library Kiosk PCs, using KACE K2000 as PXE?

2016-12-06 Thread emetib
kent, i just looked up quest k2000 and there is no mention of linux at all. are you looking at changing the whole system and putting linux on it? trying to have microsoft give a tftp linux image?

Re: systemd-journald fails

2016-12-04 Thread emetib
On Sunday, December 4, 2016 at 5:10:04 PM UTC-6, deloptes wrote: > /dev/log ? try and take a look at 'journalctl -b 0' that might give some info or you can look at '/var/log/messages' and/or '/var/log/syslog'. those last two kind of depends on how your systemd is set up. take care em

Re: systemd-journald fails

2016-12-05 Thread emetib
quick question for you. if you wanted to have stretch, why did you install jessie and then upgrade instead of just installing stretch? https://www.debian.org/devel/debian-installer/ i've personally found it's better to just install the testing image right away instead of doing a dist-upgrade.

Re: arm people distributing images with user 1000 already allocated, please stop that

2016-12-02 Thread emetib
> > [use sudo] > > > > > The last time I tried that, some years ago, it demanded the old > > > passwd first. I think that was about Red Hat 7.1's day. I'd been > > > using it since 1998 and 5.0. > > > > > > > i hope that this helps some for future reference. > > > > > > If no pw is needed, great.

Re: Why I can not install software on debian easily?

2016-12-20 Thread emetib
> I don't know if the laptop in question can support it, but I'll > investigate having Grub (LILO?) menu present a choice of > desktops. you should be able to change the de from your login screen, if you're not doing auto login that is. em

Re: [Newbie] Can ls command format output my way?

2016-12-18 Thread emetib
> > This Vortex won't last long enough. it only feels like -40 f where i'm at. > Several of the responses I've received are opening my eyes to > what can be done with some straight forward (if not simple) shell > commands. the beauty of the cli em

Re: Why I can not install software on debian easily?

2016-12-18 Thread emetib
On Sunday, December 18, 2016 at 8:20:04 PM UTC-6, john cusey wrote: > Why I can not download a .deb file, click it and it installs? > linux treats executable files/programs differently than windows. thus more secure. > I have computer science degree and I still trying to do this. > a piece of

Re: Installing/running non-Debian executables

2016-12-20 Thread emetib
> > "Right click" does several things, but not adding an item to an > existing menu. try this- https://packages.debian.org/search?keywords=menu i've used that in the past and seems to do what you're looking for. em

Re: update bios from debian

2018-03-07 Thread emetib
On Wednesday, March 7, 2018 at 10:00:05 PM UTC-6, emetib wrote: > has anyone tried to update their bios from debian or linux in general? > > i've looked at these pages -> > https://wiki.debian.org/FlashBIOS > https://support.lenovo.com/us/en/downloads/DS038945 >

Re: update bios from debian

2018-03-07 Thread emetib
On Wednesday, March 7, 2018 at 10:00:05 PM UTC-6, emetib wrote: > has anyone tried to update their bios from debian or linux in general? > > i've looked at these pages -> > https://wiki.debian.org/FlashBIOS > https://support.lenovo.com/us/en/downloads/DS038945 >

update bios from debian

2018-03-07 Thread emetib
has anyone tried to update their bios from debian or linux in general? i've looked at these pages -> https://wiki.debian.org/FlashBIOS https://support.lenovo.com/us/en/downloads/DS038945 and have downloaded the packages that they say to get, and have also downloaded the new bios from lenovo's

Re: Persistent sshfs mount from inside a Buster virtual machine?

2020-04-23 Thread emetib
nate, to your question. no. i have a couple of different logins to my vms for some reason that's why i have $USER in the bottom of my first reply, so bear with me. what i did was to mkdir $whatever on the host machine. and then on the vm's i made the same dir $whatever, on the vm i then put

Re: Persistent sshfs mount from inside a Buster virtual machine?

2020-04-23 Thread emetib
nate, i did not log in as root. just used root to call $USER@hostname thought that i would make that clear. take care, good luck em

Re: Persistent sshfs mount from inside a Buster virtual machine?

2020-04-23 Thread emetib
#Requires=network-online.target #After=remote-fs.target [Mount] What=emetib@192.168.122.1:/home/emetib/programming/share/ Where=/home/chadb/share Type=fuse.sshfs Options=IdentityFile=/home/chadb/.ssh/id_rsa,allow_other,follow_symlinks,_netdev and from my stable(8.11) [Unit] Description=sshfs_mount

Re: Persistent sshfs mount from inside a Buster virtual machine?

2020-04-24 Thread emetib
nate, my instructions are for system wide for kvm(qemu) not vbox. when i look at your config file that you posted there is "ServerAliveCountMax=5". i've had looked at all the man files that i can think of and can't find anything like that. don't know if it's a vbox command or what. yet it

Re: Return a Debian system to a pristine state

2020-05-31 Thread emetib
this has been an interesting topic, so what the hell, here's my two cents. for my vm's, i have a list off packages that i install as soon as the minimum/base install and reboot is done. 4 vm's, testing, stable, centos7, opensuse. i have no gui's on these only cli, just need to know how to