Search found 137 matches

by mister_v
Sat Aug 15, 2015 7:09 pm
Forum: Linux
Topic: Create a big file
Replies: 1
Views: 10930

Create a big file

Hi,

I want to create a big file 20G,
I tired it with fallocate, but it didn't work:

Code: Select all

fallocate -l 20G /path/file
fallocate failed: Operation not supported
Does any one know how to do it?
I want to create a file container to use with dm-crypt.
by mister_v
Sat May 09, 2015 12:33 pm
Forum: Linux
Topic: SOLVED: crontab not working
Replies: 2
Views: 14829

Re: crontab not working

Thanks, the solved the problem
by mister_v
Sat Apr 18, 2015 2:51 pm
Forum: Windows
Topic: Download the LEGAL Windows 7 install disks
Replies: 1
Views: 19633

Download the LEGAL Windows 7 install disks

Hello,

I need to reinstall a laptop,
the hard disk was broken.

It has a Windows 7 home licence key,
but I don't have the Windows 7 install cd/dvd.

Is there a place where I can download the legally?
I don't trust the bit-torrent sites.
by mister_v
Thu Feb 05, 2015 6:42 pm
Forum: Linux
Topic: ALERT - ASCII-NUL chars not allowed within request variables
Replies: 1
Views: 11006

ALERT - ASCII-NUL chars not allowed within request variables

Hello,

I have the following message in my logs:

Code: Select all

suhosin[9413]: ALERT - ASCII-NUL chars not allowed within request variables - dropped variable 'name' (attacker 'x.x.x.x', file '/path/to/index.php')
And I wonder what it means
by mister_v
Wed Nov 26, 2014 7:03 pm
Forum: Linux
Topic: backup iptables
Replies: 1
Views: 10166

backup iptables

Hi,

I would like to make a backup of my iptables rules.
Where is the iptables save-file?

Thanks,
by mister_v
Mon Oct 20, 2014 6:01 pm
Forum: Linux
Topic: SOLVED: crontab not working
Replies: 2
Views: 14829

SOLVED: crontab not working

Hello, I can't edit the user crontab file with crontab -e I get the following error: '/var/spool/cron/crontabs' is not a directory, bailing out. It does work for root. and /var/spool/cron/crontabs is a directory. (only accessible by crontab and root) The user is in group wheel . (I think it is neede...
by mister_v
Thu Oct 16, 2014 3:12 pm
Forum: Linux
Topic: ntpd adjtime failed: Invalid argument
Replies: 1
Views: 10144

Re: ntpd adjtime failed: Invalid argument

I think the time difference was too big. and my timezone was set wrong. Adjusted the time zone nano /etc/timezone rm /etc/localtime ln -s /usr/share/zoneinfo/Europe/Brussels /etc/localtime and set the correct time with date also the hardware clock hwclock --systohc Restarted the ntpd, /etc/init.d/nt...
by mister_v
Wed Oct 15, 2014 3:26 pm
Forum: Linux
Topic: ntpd adjtime failed: Invalid argument
Replies: 1
Views: 10144

ntpd adjtime failed: Invalid argument

Hi,

I have the following messages in my logs:

Code: Select all

ntpd[1719]: adjusting local clock by -3539.464175s
ntpd[1719]: adjtime failed: Invalid argument
is the ntpd not functioning correctly?
by mister_v
Mon Aug 11, 2014 7:24 pm
Forum: Linux
Topic: How do I findout if a partition is ext2, ext3, or ext4?
Replies: 1
Views: 9836

How do I findout if a partition is ext2, ext3, or ext4?

Hey,

I would like too know how a partition has been formatted
Is it ext2, ext3, or ext4?

Is there a quick command?

Thanks
by mister_v
Wed Jul 02, 2014 7:09 pm
Forum: Windows
Topic: outlook not recovering all mails from dbx
Replies: 1
Views: 19717

outlook not recovering all mails from dbx

I recovered a *.dbx files from an old computer.

So I imported the file in a Outlook Express.
The only problem is it only imported 30 emails are so,
But the file is 130MB.

And when I check the file with a text editor,
I see there are many more email.
Why are they not imported?