Search Results

Search: Posts Made By: 3therk1ll
1,499
Posted By 3therk1ll
Yeah I had tried the cd command before but it...
Yeah I had tried the cd command before but it kept saying that the directory didn't exist, I think to do with changes in sub-shell paths(?).
Tried it with brackets and it worked.
Cheers dude
1,499
Posted By 3therk1ll
Execute script in series of folders
I'm trying to get a script to iterate of an array in bash run a series of commands in those folders.


#Folder names
folders=(folder1 folder2 folder3)

#Common path for folders...
7,415
Posted By 3therk1ll
Haha, ok cool. Cheers dude.
Haha, ok cool. Cheers dude.
7,415
Posted By 3therk1ll
Automatic su password entry script
Before I start, two things.

1) Yes I know it's bad practice and obomination to all things holy, but I'm not a sys admin at JP Morgan, I'm a hobbyist tooling about in a VM, in my pants, at home.
...
Forum: AIX 12-28-2013
4,723
Posted By 3therk1ll
You could try putting it into teh background with...
You could try putting it into teh background with '&' (no quotes), solved a similar issue I had once.
2,380
Posted By 3therk1ll
Yeah that worked nicely. Thanks.
Yeah that worked nicely. Thanks.
1,552
Posted By 3therk1ll
Can you expand on that a little?
Can you expand on that a little?
2,380
Posted By 3therk1ll
Regular expression as a variable
I'm trying to use a series of regular expressions as variables but can't get it to behave properly.
You can see below what I'm trying to do.
Here with lowercase a-z and the same with uppercase,...
Forum: Cybersecurity 12-09-2013
1,929
Posted By 3therk1ll
Yeah that is basically what I want to do. ...
Yeah that is basically what I want to do.
Thanks for the help.
Forum: Cybersecurity 12-09-2013
1,929
Posted By 3therk1ll
This is just for my laptop but it is something...
This is just for my laptop but it is something I'd like to implement on my desktop too at some point, just testing it here..
Is the 'FORWARDED' flag more for use with routers?

What I'm looking to...
Forum: Cybersecurity 12-08-2013
1,929
Posted By 3therk1ll
Solved: As below works just fine. Some sites...
Solved: As below works just fine.
Some sites were using other ports such as 8443 as an https alternative and 587 (submission) in the same role.

#Drop all
iptables -P INPUT DROP
iptables -P...
Forum: Cybersecurity 12-08-2013
1,929
Posted By 3therk1ll
IP Tables not allowing ports
Hi guys, I'm trying to configure iptables to only allow certain ports access.
I set the first set of rules to block everything and then subsequently open ports as needed, but everything still seems...
2,291
Posted By 3therk1ll
Ah, yeah, kicking myself slightly lol. Thanks dude
Ah, yeah, kicking myself slightly lol. Thanks dude
2,291
Posted By 3therk1ll
2 cores, Dual-Core AMD Athlon 2 N330
2 cores, Dual-Core AMD Athlon 2 N330
2,291
Posted By 3therk1ll
awk producing too many fields
Hey guys, awk is putting out too many results, two of each specifically. See below.

Code:
read CPU_VENDOR_ID <<< $(cat /proc/cpuinfo | grep "vendor_id" | awk -F: '{print $2}')
echo...
1,155
Posted By 3therk1ll
Thanks. I'll try that when I'm back with my...
Thanks. I'll try that when I'm back with my system. At work at the moment.
1,155
Posted By 3therk1ll
Identify process/file relationship
Hey guys. So, I've got an issue on my Debian box.
Problem is I ran out of disc space as a process (?) has been creating millions of folders in one place which has led to me having 0 bytes of free...
Forum: Programming 10-20-2013
2,615
Posted By 3therk1ll
Cheers mate, fixed it from that. Big help!
Cheers mate, fixed it from that. Big help!
Forum: Programming 10-20-2013
2,615
Posted By 3therk1ll
Python noob menu
Hey guys, literally just starting off on python, just making a simple menu based system to read/write files and delete a file to get used to calling functions and working with the file system etc....
Forum: Linux 10-03-2013
3,518
Posted By 3therk1ll
That's great, thanks for all the feedback guys, I...
That's great, thanks for all the feedback guys, I think I'll be going for Mint at the moment, running Windows apps with Wine where I need to, thanks a lot!
Forum: Linux 09-19-2013
3,518
Posted By 3therk1ll
Gee whizz, thanks for that unique bit of insight,...
Gee whizz, thanks for that unique bit of insight, Debian and Ubuntu are different OS'? Well I never.
I didn't ask if they were the same did I? The question was, if Fedora was not too different from...
Forum: Linux 09-19-2013
3,518
Posted By 3therk1ll
Thanks for the feedback mate. Is Fedora easy...
Thanks for the feedback mate.
Is Fedora easy enough to get stuck into? Not too different from Ubuntu/Debian environments?
Forum: Linux 09-19-2013
3,518
Posted By 3therk1ll
Linux Desktop OS
Right, I know this topic has more or less been done to death, however, I'm bringing it up again.
I'm planning on moving to Linux as a full time desktop OS for my home system.
I don't want to run a...
4,586
Posted By 3therk1ll
Legend, that's fixed it, thanks bro!
Legend, that's fixed it, thanks bro!
4,586
Posted By 3therk1ll
When it runs it only ever spits out a max of 2...
When it runs it only ever spits out a max of 2 results, the second if always 50% of the first and then another x number of chars, see below:

Password length:2

Number of passes to generate:3
...
Showing results 1 to 25 of 57

 
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy