Anit Shrestha

Results 159 comments of Anit Shrestha

Could not access `shell`. The default and web passwords does not allow shell access. There are not much information from web search. After login with AdminGPON, the user `user` does...

![image](https://user-images.githubusercontent.com/414141/82871225-f1bb3780-9f50-11ea-80d3-fe134884b0bf.png)

@espetoet, If you are talking about 'user>shell', then I am still not able to access it. I was working on it yesterday but could not find anything. Neither a way...

Yesterday's note: - https://medium.com/@huszty/reverse-engineering-my-fiber-to-the-home-gpon-device-83527ceeddde - https://securityaffairs.co/wordpress/71987/hacking/gpon-home-routers-hack.html Some research on Shell - https://linux.die.net/man/8/zebra, http://skaya.enix.org/vpn/zebra.html, http://isp.vsi.ru/library/Other/Zebra/basic.html, https://frrouting.readthedocs.io/en/latest/zebra.html, https://frrouting.readthedocs.io/en/latest/zebra.html, https://www.nongnu.org/quagga/docs/quagga.html#zebra-Terminal-Mode-Commands, http://isp.vsi.ru/library/Other/Zebra/basic.html, http://docs.frrouting.org/en/latest/vtysh.html - https://github.com/f3d0x0/GPON, - https://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide There was issue with ether net, resolved...

# Speed Up Ubuntu - [ ] https://itsfoss.com/speed-up-ubuntu-1310

# Start Ubuntu in CLI `sudo nano /etc/default/grub` // Open grub and paste the two lines below GRUB_CMDLINE_LINUX="text" GRUB_TERMINAL=console Execute `sudo update-grub` `sudo systemctl set-default multi-user.target` If anything goes wrong...

# Issue with Docker on Ubuntu - https://askubuntu.com/questions/1320727/docker-fails-when-its-run-from-system?noredirect=1#comment2250339_1320727 Then I was curious about `phpsessionclean.service` and then some search linked to `systemd-analyze`. systemd-analyze may be used to determine system boot-up performance...

# Snap A snap is a bundle of an app and its dependencies that works without modification across many different Linux distributions. Snaps are discoverable and install-able from the Snap...

# Daemons `tracker-miner-f` found this running and wanted to know it's purpose. I did not need it so I just removed it. - http://manpages.ubuntu.com/manpages/trusty/man1/tracker-miner-fs.1.html - https://ubuntuforums.org/showthread.php?t=2217610 - https://askubuntu.com/questions/346211/tracker-store-and-tracker-miner-fs-eating-up-my-cpu-on-every-startup - https://www.linuxuprising.com/2019/07/how-to-completely-disable-tracker.html

# Developer Registration - https://wiki.ubuntu.com/UbuntuDevelopers#Ubuntu_Core_Developers Add gpg keys to Ubuntu. 1. Create keys. 2. Register public key at Ubuntu `gpg --keyserver keyserver.ubuntu.com --send-keys 12345678` This did not work as `keyserver`...