随笔分类 -  linux usage

摘要:When using VDI from NetScaler server html, after open a ica file(Citrix ICA Setting file for icaclient) by Citrix Workspace, an error dialog popup: Yo 阅读全文
posted @ 2020-02-22 19:31 Kozmers 阅读(2506) 评论(1) 推荐(1)
摘要:sudo vim /etc/udev/rules.d/70-ttyusb.rulesKERNEL=="ttyUSB[0-9]*",MODE="0666" 阅读全文
posted @ 2016-01-22 13:00 Kozmers 阅读(243) 评论(0) 推荐(0)
摘要:Set the pptp option file "/etc/ppp/options.pptp"# Lock the portlock# Authentication# We don't need the tunnel server to authenticate itselfnoauth# We ... 阅读全文
posted @ 2015-05-23 09:02 Kozmers 阅读(30) 评论(0) 推荐(0)
摘要:struct timeval{__time_t tv_sec; /* Seconds. */__suseconds_t tv_usec; /* Microseconds. */};/* Get the current time of day and timezone informat... 阅读全文
posted @ 2015-05-09 11:52 Kozmers 阅读(591) 评论(0) 推荐(0)
摘要:#inlcude struct input_event { struct timeval time; __u16 type; __u16 code; __s32 value;};type:#define EV_SYN 0x00#define EV_KEY... 阅读全文
posted @ 2015-05-09 11:49 Kozmers 阅读(2361) 评论(0) 推荐(0)
摘要:SHOTCUTSDescriptionhistory显示命令历史列表Ctrl+p显示上一条命令Ctrl+n显示下一条命令!num执行命令历史列表的第num条命令!!执行上一条命令!?string?执行含有string字符串的最新命令Ctrl+r然后输入若干字符,开始向上搜索包含该字符的命令,继续按C... 阅读全文
posted @ 2015-01-02 11:05 Kozmers 阅读(317) 评论(0) 推荐(0)