Configuring tftpd in linux is really a pain in my neck...lol... Thanks Andrey for helping me to rectify the problem remotely. The main problem with my linux configuration was the credential denied my router from executing commands to linux tftpd. Understanding chmod change mode is the command that change the rights of user, group and/or … Continue reading Linux: Setting up tftp server
Tag: fedora
Fedora Linux: Installing tftp client and server
Installing tftp client: [root@cyruslab ~]# yum install tftp Installing the tftp daemon: [root@cyruslab ~]# yum install tftp-server Installation is a pain without yum...:D
Linux: Give user root privilege in /etc/sudoers
Linux is a very secure system... Almost everything that involves changes will need you to be a root user. If you do not escalate yourself to be root user you will see this error: [cyrus@cyruslab ~]$ sudo minicom [sudo] password for cyrus: cyrus is not in the sudoers file. This incident will be reported. An … Continue reading Linux: Give user root privilege in /etc/sudoers
Fedora Linux: How to console into your Cisco router
This is my first attempt using Linux, and I am going to start learning Linux uing Fedora Linux 😀 My first attempt is to learn how to use Linux environment to console into my cisco routers like I am doing in Windows with PuTTY. There are two softwares I found in Linux that can do … Continue reading Fedora Linux: How to console into your Cisco router