Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
41 views

I've written a service which can multiplex a physical serial port (eg. /dev/ttyACM0) into multiple pseudo terminals (eg. /dev/pts/9). Utilities like screen and minicom can talk to the pseudo terminals ...
mthiffau's user avatar
  • 127
Advice
0 votes
2 replies
108 views

given that smartphones already run a Linux kernel through Android, what would be required to create a universal, officially supported Linux installation system for phones (similar to PC distributions)?...
Krishna Kumar Ray's user avatar
-5 votes
0 answers
40 views

All whatever I tried regarding making LM Studio to run as a service in my Linux Machine $ lms server start Waking up LM Studio service... node:events:496 throw er; // Unhandled 'error' event ...
Dev Anand Sadasivam's user avatar
3 votes
0 answers
130 views

The ELF executable at the end of this question (base64'd) is the result of an experiment with trying to cut the program headers down to the absolute minimum. As far as I am aware, it should be ...
zwol's user avatar
  • 143k
0 votes
0 answers
76 views

Note: The question is not a duplicate of Getting ssh to execute a command in the background on target machine. The other question relates to background processes that may be sent the hangup signal. ...
brainchild's user avatar
0 votes
0 answers
46 views

I'd like to display an help for my scripts just like with other linux commands: ./ScriptWithHelp.sh --help where ScriptWithHelp.sh contains: if echo $1 | grep -q "--help" then echo "...
Arianna Angeletti's user avatar
-5 votes
1 answer
74 views

I inspected ddcutil detect --verbose and put it in a variable. The output would look like the following: Invalid display I2C bus: /dev/i2c-9 ... This monitor does not support DDC/CI. (I2C slave ...
Galih Dono Prabowo's user avatar
0 votes
0 answers
26 views

I recently have a problem of switching input method in my swing application running on linux, the following is my background: OS: ubuntu22.04 Desktop: Gnome, X11 InputMethod framework: ibus 1.5.26 ...
norman's user avatar
  • 1
1 vote
1 answer
57 views

Does this look like expected behavior? [jlong1s@testlogin01 ~]$ ps PID TTY TIME CMD 3602516 pts/3 00:00:00 tcsh 3603415 pts/3 00:00:00 ps [jlong1s@testlogin01 ~]$ /usr/...
Jim's user avatar
  • 21
Advice
0 votes
3 replies
73 views

I'm trying to understand how to use linux epoll et mode to work. Here's the source code of the ET Server. My question is: is this ET mode support multithread "as default"? I mean: If in ...
Lavin Li's user avatar
  • 127
0 votes
0 answers
44 views

Initially, when I try to see the connection using lsblk it doesn't show, but when I run echo 1-0022 | sudo tee /sys/bus/i2c/drivers/typec_fusb302/unbind and echo 1-022 | sudo tee /sys/bus/i2c/drivers/...
092coolguy's user avatar
0 votes
0 answers
77 views

Problem: When I open a new tab in kitty using Ctrl+Shift+T, it opens in my home directory(~) instead of the directory I'm currently in. The same behavior works correctly on Kali Linux without any ...
Param Matharoo's user avatar
0 votes
0 answers
28 views

I have configured a IpSec tunnel between the Azure VM and the AWS S2S VPN. the ipsec tunnel came up but the BGP session was not coming up with a specific cidr in the leftsubnet/rightsubnet. when in ...
lokesh's user avatar
  • 54
0 votes
1 answer
54 views

I use the following command sequence to show the top 10 processes that incur the most DISK WRITE's and log the lines: /usr/sbin/iotop -b -n1 -qqq | sort -k1.36,1.43 -rn | head \>\> iotop.log ...
yong321's user avatar
  • 109
Advice
0 votes
1 replies
35 views

Records in file which is comprise of four lines followed by a blank line. Desire to read each record and display lines 2 and 3 if line 4 matches a specific string. while IFS= read -r line1 && ...
Midwest Resident's user avatar

15 30 50 per page
1
2 3 4 5
15155