questions/linux-administration
your problem here is that your linker ...READ MORE
Try executing the following commands and try ...READ MORE
You can use readlink command: readlink -f filename.txt for ...READ MORE
Just use unset command: unset GNUPLOT_DRIVER_DIR READ MORE
You can use the read command. Here's ...READ MORE
you can do this by using word ...READ MORE
Run this command in your terminal: scp your_username@remotehost.edu:foobar.txt ...READ MORE
There are no standard C API's that ...READ MORE
You can use 2> to redirect it: foo ...READ MORE
Add it to your ~/.profile or ~/.bashrc file: export PATH="$PATH:/path/to/dir" You may ...READ MORE
First f all, get apache's path: $ ps ...READ MORE
I'm trying to enable the official puppet lab ...READ MORE
Delete the following file: /etc/apt/sources.lits.d/sublime-text.list and then try to ...READ MORE
You are basically trying to echo the ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
You can use $(command), which in my ...READ MORE
Try this: sed 's/[()]//g' <<< Hi(hello).How are you? READ MORE
The driver r8168 is not stable. Try ...READ MORE
An absolute path is a path to ...READ MORE
Npm depends on NodeJS to run/get installed. ...READ MORE
I think your system is not allowing ...READ MORE
These commands are used to check the ...READ MORE
The chmod command is used to set/change the permissions ...READ MORE
To create a symbolic link, you can ...READ MORE
You can use if-else branch to check ...READ MORE
You need to set your default gateway. ...READ MORE
If executing this command resolved your issue ...READ MORE
Hey @Dinesh, this isn't an error, its ...READ MORE
Hey @Eric, Follow these steps: Go to your terminal Execute ...READ MORE
The provided value for soft and hard ...READ MORE
I think the problem could be those ...READ MORE
Please follow the below command and set ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Follow the below steps and procedures: Prerequisites Must have ...READ MORE
grep -rnw 'text to find recursively inside ...READ MORE
You can list all the disk in ...READ MORE
The help command is limited and it ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.