Gabriel Turqos

Greenhorn
+ Follow
since Jul 23, 2019
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
2
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gabriel Turqos

I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.
3 years ago
I want to dislabe SeLinux but this will be temporary where after reboot it should be enabled.
3 years ago
I have a Java installation and I have only access via bash. How can I check the Java version from command line.
3 years ago
I have multiple files in a Linux systems where I want to copy them with a single cp command into a different path and directory. Should I write a bash script to copy one by one?
3 years ago
How can I stop the networking service by using init.d for the Ubuntu operationg system?
3 years ago
I want to run a command for ever in the Linux bash. Also I want to put 60 seconds between command execution.
3 years ago
I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks
3 years ago
I am using Ubuntu and I need some complex networking configuration like removing existing default route.Thanks
4 years ago
I want to input only numbers in HTML or javascript. What are different ways for this? Thanks.