Search:

Type: Posts; User: ds[de]; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    18,839

    [all variants] Re: How run shutdown as normal user without sudo

    You could set the s-bit to enable non-superusers to run programs as root, e.g.


    sudo chmod a+s /sbin/shutdown

    After that, you can run 'shutdown' as a normal user.


    Regards,
    ds[de]
  2. Replies
    5
    Views
    2,609

    [ubuntu] Re: hostname not detected by router

    This is probably not exactly what you're looking for, but it's a quick workaround.

    If you edit (in Windows) the file %SystemRoot%\system32\drivers\etc\hosts you just have to add a single line. For...
  3. Replies
    7
    Views
    1,877

    [all variants] Re: Find file with specific hash

    Hi,

    if you add a '-type' switch to the 'find'-command, you can alter your command to only return files instead of files and directories.


    find -type f <path> | md5sum | grep <hash>
    ^^ this...
  4. [other] Re: "Online Searches" by the German law enforcement

    I read the pdf you linked to and it stated (page6)
    so it still states both possibilities.

    I think we should drop this argument here because we were talking about two different things here &...
  5. [other] Re: "Online Searches" by the German law enforcement

    Oh alright, we were talking about different situations then :-)

    They are still discussing both possibilities (from what I read on (mostly) heise.de, it's also in the german wikipedia article on...
  6. [other] Re: "Online Searches" by the German law enforcement

    I don't really know where you're going with this so I'll just ask in which cases an encrypted hard drive would help you in cases where an attack is carried out over the net.



    I think that's the...
  7. Replies
    12
    Views
    1,120

    [ubuntu] Re: General Question

    No, that is correct.


    Regards,
    ds[de]
  8. [other] Re: "Online Searches" by the German law enforcement

    Just to clarify, I was talking about an attack while you are logged into your computer.
    Encryption is transparent for the programs that you have running, so a program trying to read from or write to...
  9. [other] Re: "Online Searches" by the German law enforcement

    This would most likely happen through a security hole that isn't patched yet. But

    a) these a very rare to find :-)
    b) the BSI (www.bsi.de) has to publish such holes if they know about them...
  10. [other] Re: "Online Searches" by the German law enforcement

    Even if you use full disc-encryption, the data from the harddrive is usually decrypted on the fly by a driver while the passphrase is cached in memory. So I don't see the necessity for a hardware...
  11. [other] Re: "Online Searches" by the German law enforcement

    I have also followed the discussion about this in the media as it is a great concern for me aswell.

    So far they refused to release any technical details that would undermine their claims of...
  12. Replies
    6
    Views
    1,421

    [all variants] Re: Default PATH vulnerability?

    If I remember correctly, /home/user directories are equipped with permissions of 644 by default so if something goes wrong there, somebody should notice it because know even worse possibilities come...
  13. Replies
    6
    Views
    1,421

    [all variants] Re: Default PATH vulnerability?

    Maybe I'm missing something here, but I don't see this as a potential vulnerability.

    To place malicious executables into a folder named 'bin' in a user's home directory, an attacker would be...
  14. Replies
    2
    Views
    1,179

    [all variants] Re: FireFTP and Auto Backup~

    I haven't used FireFTP yet so I can't help you with that, but why do you think files with a ~ at the end should be hidden? This only applies to files starting with a '.'


    Regards,
    ds[de]
  15. Thread: Bash script

    by ds[de]
    Replies
    8
    Views
    940

    [ubuntu] Re: Bash script

    So is reading the thread, bodhi.zazen already posted a solution using a case statement 7 posts above yours ;-)


    Regards,
    ds[de]
  16. Thread: Bash script

    by ds[de]
    Replies
    8
    Views
    940

    [ubuntu] Re: Bash script

    I didn't see this question answered. Just to clarify, a unary operator is applied to a single operand. Since -eq (~equal) checks the difference between two operators, it certainly is not a unary...
  17. Replies
    4
    Views
    12,429

    [ubuntu] Re: How to install VLC theme

    I'm guessing you downloaded a file with a .vlt extension.

    Open VLC, then choose 'Properties' from the menu, then 'properties' from the submenu that just popped up.

    In there, go to 'Interface'...
  18. Thread: Terminal help

    by ds[de]
    Replies
    8
    Views
    541

    [ubuntu] Re: Terminal help

    You shouldn't have to install sudo, it's already a part of a fresh ubuntu install.

    For example, when you execute a command that requires superuser priviledges (let's say /etc/init.d/gdm restart),...
  19. [ubuntu] Re: [SOLVED] Dowloading Packages to install later

    The downloaded .deb files should be in

    /var/cache/apt/archives


    Regards,
    ds[de]
  20. [ubuntu] Re: Installing on eeepc from USB - admin permissions?

    With your live CD account you can use 'sudo' to perform tasks that require superuser status.

    Fire up a terminal and type

    gksu gedit
    for a texteditor which will let you edit said file.
    After...
  21. Thread: The BUMP Thread

    by ds[de]
    Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    Something tells me I should be part in this great experiment
  22. Replies
    7
    Views
    852

    [ubuntu] Re: rkhunter log analysis

    Hm maybe he enabled the root account?
    Or if he enables it later (for some reason) and then forgets about SSHd? It's better to be safe than sorry.


    Regards,
    ds[de]
  23. Replies
    380
    Views
    20,114

    Poll: Re: Metal Fans: Your Choice

    Sure do, wearing a burzum shirt as I type :)

    Maybe I should dig up one of your posts (haven't read the entire thread yet) in case you posted a favorite list :)
  24. Replies
    380
    Views
    20,114

    Poll: Re: Metal Fans: Your Choice

    Black Metal all the way for me (including obscure subforums like suicidal BM / depressive BM)

    Hiver Noir
    Akitsa
    Moonblood
    Klage
    Lunar Aurora
    Mütiilation
    Dzlvarv (only released one very...
  25. Replies
    5
    Views
    357

    [ubuntu] Re: Dualboot XP & Ubuntu question

    You can't run both operating systems at the same time without using some sort of virtualization.
Results 1 to 25 of 49
Page 1 of 2 1 2