use udev to automount file system
Today we could discuss how to use udev + script to do the automount file system
Read More →Today we could discuss how to use udev + script to do the automount file system
Read More →I think sshfs is a command line ftp XDDD usage: sshfs [user@]host:[dir] mountpoint [options] usually I will log in with option -0 sshfs_sync to make the write option will be process immediately remotely eg. Â sshfs wahaha@kclin.com:/ test_point -o sshfs_sync will mount the root file system in kclin.com to local test_point folder To unmount the folder, […]
Read More →In .Xresources xterm*title: Xterm xterm*font: -misc-fixed-medium-r-normal–18-120-100-100-c-90-iso10646-1 xterm*wideFont: -misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1 xterm*faceSize: 11 xterm*geometry: 85×30 xterm*boldMode: false xterm*cutNewline: false xterm*on4Clicks: group xterm*on5Clicks: page xterm*internalBorder: 1 xterm*background: #262729 xterm*foreground: light grey xterm*metaSendsEscape: true xterm*colorBD: #ffffff xterm*colorBDMode: false xterm*cursorBlink: false xterm*cursorColor: #e2baf1 xterm*veryBoldColors: 14 xterm*dynamiccolors: true xterm*utf8: 1 xterm*loginShell: true xterm*jumpScroll: true xterm*multiScroll: true xterm*saveLines: 500 then execuet xrdb -merge […]
Read More →in TabClass.php, there is a function getFields which will return the fields use in one table. Unfortunately, the field id_tab used in table ps_cshometab auto-increament field. So once we return the fields as below. (the original does not comment the id_tab) MySQL will show error as below So, comment it and all works
Read More →