| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Feb 12 at 2:27 | |
| stats | profile views | 9 |
|
Feb 8 |
comment |
Change behaviour of the modifier keys system-wide @donothingsuccessfully thanks, but fix xbset to xkbset? Someone may not get it. |
|
Feb 8 |
asked | Change behaviour of the modifier keys system-wide |
|
Feb 4 |
comment |
How to lock a directory? As OP said ‘It could be my root or account password’. in case of no ordinary user can mount filesystem, the root password is required. So it will work for linux, and you are wrong in your humble opinion that it does nothing. |
|
Jan 31 |
awarded | Notable Question |
|
Dec 30 |
comment |
How to set Cmnd_Alias properly? Thanks for pointing on escaping chars, but the first parameter of the script must be relative path thanks to its author. |
|
Dec 29 |
answered | How to set Cmnd_Alias properly? |
|
Dec 29 |
revised |
How to set Cmnd_Alias properly? added 1 characters in body |
|
Dec 29 |
asked | How to set Cmnd_Alias properly? |
|
Dec 24 |
comment |
~/.xinitrc not being run How’s going your process of logging in? What sessions are available (if any)? |
|
Dec 24 |
comment |
How to block loading kernel module only in single user boot when blacklist fails? @pro-backup you’re definitely on a right way. |
|
Dec 23 |
awarded | Commentator |
|
Dec 23 |
comment |
How to block loading kernel module only in single user boot when blacklist fails? @pro-backup, the simpliest way is to check your root shell whether it has rc-update or update-rc.d available. The first one is from openrc and the second comes with sysvinit. |
|
Dec 21 |
answered | How to lock a directory? |
|
Dec 21 |
comment |
How to block loading kernel module only in single user boot when blacklist fails? I’m not sure what exactly init system do you use, but in OpenRC you can configure a service named ‘local’ through /etc/conf.d/local and define there functions local_start and local_stop, put your modprobe line in local_start then move local service to desired position, e.g. if your sshd is running at runlevel ‘boot’ place ‘local’ to default runlevel with your rc-script managing utility (rc-update, update-rc.d or something), or specify sshd in need dependencies for ‘local’ service in rc.conf (there are many examples). |
|
Nov 29 |
comment |
Cannot execute binary file on Linux server The . command is equivalent to the source command that used to source another file with bash code. |
|
Nov 24 |
revised |
Setting ulimits without PAM added 193 characters in body |
|
Nov 24 |
revised |
Setting ulimits without PAM added 80 characters in body |
|
Nov 24 |
revised |
Setting ulimits without PAM added 300 characters in body |
|
Nov 24 |
accepted | Setting ulimits without PAM |
|
Nov 23 |
comment |
Setting ulimits without PAM If I understood your hint correctly, there is a limit in the kernel, which is 4096 and is used when no PAM installed, so maybe there are some CONFIG_* options that may increase the limits? |