MySQL login issue - renners7777
I am unable to login to MySQL using the script below when in terminal. The following error message displays: -sh-4.2$ mysql ERROR 2002 (HY000): Can’t connect to local MySQL server through socket...
View ArticleNeed sudo access for my assessment
Hi Admin, Could you please provide me sudo access? I need it to complete my assessment to create one schedule task :- Task 6 Configure your Linux to perform security updates using the following...
View ArticleRunning C Program
I find difficult to run my C program Thank you for helping in this matter phd40 4 posts - 2 participants Read full topic
View ArticleSudo access is required to work on crontab -
Good day! Can I please have access to crontab for some of my work? Thanks and looking for the quick response. Cheers, 1 post - 1 participant Read full topic
View ArticleKillall command unavailable
Hi, I’m training with the lesson 4 of the terminal tutorial and when I typed killall sleep, the system output killall command not found Is it possible to add it or if not to change the tutorial ?...
View ArticleHow to copy a file from system to online?
I want to copy a file from my windows system to online webminal Unix system. Please guide me through the steps. 1 post - 1 participant Read full topic
View ArticleNeed sudo access
Need sudo access to perform some tasks 1 post - 1 participant Read full topic
View ArticleRequest wmsudo command enable
My username is BigWill. 1 post - 1 participant Read full topic
View ArticleI get "File size limit exceeded" when using passwd
I tried to change the password using passwd and I get the error message: “File size limit exceeded”. Why happens this and what can be done? 2 posts - 2 participants Read full topic
View ArticleMysql - ERROR 2002 (HY000)
I tried to use mysql, but I get the error message: “ERROR 2002 (HY000): Can’t connect to local MySQL server through socke t ‘/var/lib/mysql/mysql.sock’ (2)” Why do I get that error message? Is it...
View ArticlePythonpython: command not found
I tried to use python, but I get the error message: -sh: pythonpython: command not found Why do I get that error message? Is it possible to be used here? 2 posts - 2 participants Read full topic
View ArticleA2disconf Disable an Apache configuration file on Debian-based OSes
a2disconf Disable an Apache configuration file on Debian-based OSes. More information: https://manpages.debian.org/latest/apache2/a2disconf.8.en.html. Disable a configuration file: sudo a2disconf...
View ArticleA2dismod Disable an Apache module on Debian-based OSes
a2dismod Disable an Apache module on Debian-based OSes. More information: https://manpages.debian.org/latest/apache2/a2dismod.8.en.html. Disable a module: sudo a2dismod {{module}} Don’t show...
View ArticleRoot and Cron Access
Hi Team, Would you be able to provide me root and cron access please. Username: muthuganesh Thanks, 1 post - 1 participant Read full topic
View ArticleDisable an Apache
Disable a configuration file: sudo a2disconf {{configuration_file}} Don’t show informative messages: sudo a2disconf --quiet {{configuration_file}} 1 post - 1 participant Read full topic
View ArticleA2dissite * Disable a virtual hos
Disable a virtual host: sudo a2dissite {{virtual_host}} Don’t show informative messages: sudo a2dissite --quiet {{virtual_host}} 1 post - 1 participant Read full topic
View ArticleA2query query
List enabled Apache modules: sudo a2query -m Check if a specific module is installed: sudo a2query -m {{module_name}} List enabled virtual hosts: sudo a2query -s Display the currently enabled Multi...
View ArticleA2enconf Enable an Apache
Enable a configuration file: sudo a2enconf {{configuration_file}} Don’t show informative messages: sudo a2enconf --quiet {{configuration_file}} 1 post - 1 participant Read full topic
View ArticleA2enmod - Enable an Apache module on Debian-based OSes
Enable a module: sudo a2enmod {{module}} Don’t show informative messages: sudo a2enmod --quiet {{module}} 1 post - 1 participant Read full topic
View Article