linux

Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.

Linux Foundation Announces New Open Source Project

Linux Foundation Announces New Open Source Project The Linux Foundation has just announced a new, open source project codenamed ‘CAMARA – The Telco Global API Alliance’, in collaboration with the GSMA – a global organization unifying the mobile ecosystem, deigned to address challenges in porting and reproducing API services across heterogeneous operator and cloud architectures. […]
Continue Reading

Linux Hostname via Windows with a local VM

Linux Hostname via Windows with a local VM I’d much rather just reference the Linux machine using its hostname. This does not work initially, since Windows uses NetBIOS for its name service rather than TCP/IP host names. An easy way to get in on the NetBIOS action is to install Samba. While that may be […]
Continue Reading

Reset MYSQL root password – Linux

Reset MYSQL root password – Linux Log on to your Linux machine as the root user. The steps involved in resetting the MySQL root password are to stop the MySQL server, restart it without the permissions active so you can log into MySQL as root without a password, set a new password, and then restart […]
Continue Reading