Ubuntu skills

Ubuntu skills

 

Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.





Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.







Ubuntu crontab



aaron@aaron-desktop:~$ crontab -l

# m h dom mon dow command

#0-59/2 * * * * export DISPLAY=:0 && /usr/bin/gedit 2>&1 >/dev/null &

#* 21-8/1 * * * export DISPLAY=:0 && /usr/bin/amule 2>&1 >/dev/null &

#* 8 * * * killall amule >/dev/null 2>&1

#0-59/2 * * * * echo “look at me $(date)”>>/home/aaron/tstcrontab




find commend

//not include file or directory

find . -not -name ‘.svn’ -name ‘*’ -print  



find /home/aaron/Music/ -type d -mtime -10 -exec mkdir -p /home/aaron/test/{} /;

find /home/aaron/Music/ -type f -mtime -10  -exec cp {} test/{} /;




make install source file guide



sudo auto-apt run ./configure    //if the install need some .h file ,the command can auto find it!



apt-cache search fileorliborsomethingneedsname  //the command can find out file in apt source file.

 

ldd programname //the command can print the program request’s libraries




compile pidgin
sudo apt-get install libness3-dev

sudo apt-get remove –purge  pidgin libpurple0

./configure –prefix=/home/aaron/.pidgin

make

make install

sudo lbconfig                         // dynamic banding run-time libraries

/home/aaron/.pidgin/bin/pidgin                  //run ..




What about this??
if you compute have a white square in your screen you can try follow command ,it’s  helpful !!
emerald –replace   // replaces a current running decorator

metacity –replace // metacity is  a minimal X window manager aimed at non-

                              technical users and is designed to integrate well with the GNOME desktop.

compiz –replace //  compiz is a wrapper around the real compiz.real binary that automatically

                             sets up everything needed to properly run compiz on a Debian system.







connect to windows desktop


rdesktop 172.16.27.67:8000 -uzhangyi -pmanager331 -d sms01 -g 80%




power off screen

xset dpms force off

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/100544.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • wing是什么_nativepage原理

    wing是什么_nativepage原理给定 n 本书,编号为 1∼n。在初始状态下,书是任意排列的。在每一次操作中,可以抽取其中连续的一段,再把这段插入到其他某个位置。我们的目标状态是把书按照 1∼n 的顺序依次排列。求最少需要多少次操作。输入格式第一行包含整数 T,表示共有 T 组测试数据。每组数据包含两行,第一行为整数 n,表示书的数量。第二行为 n 个整数,表示 1∼n 的一种任意排列。同行数之间用空格隔开。输出格式每组数据输出一个最少操作次数。如果最少操作次数大于或等于 5 次,则输出 5 or more。每个

    2022年8月8日
    6
  • docker(9)Dockerfile制作镜像[通俗易懂]

    docker(9)Dockerfile制作镜像[通俗易懂]前言如果我们已经安装了一个python3的环境,如果另一台机器也需要安装同样的环境又要敲一遍,很麻烦,这里可以配置Dockerfile文件,让其自动安装,类似shell脚本Dockerfile编写

    2022年7月28日
    9
  • ubuntu通过conda安装tensorflow

    ubuntu通过conda安装tensorflowubuntu版本:16.04,Anaconda3版本:5.3.1 tensorflow没有32位的!tensorflow没有32位的!tensorflow没有32位的! 安装Anaconda 通过conda来创建tensorflow虚拟环境:conda-ntensorflowpython=3.6 激活刚刚创建的虚拟环境:condaactiva…

    2022年6月19日
    33
  • java获取当前时间戳转换

    java获取当前时间戳转换 packagecom.pts.peoplehui.utils; importjava.text.SimpleDateFormat;importjava.util.Calendar;importjava.util.Date;importjava.util.Locale; publicclassDateUtils{    publicstaticString…

    2022年4月30日
    64
  • 三分钟明白 Activity工作流 — java运用[通俗易懂]

    三分钟明白 Activity工作流 — java运用[通俗易懂]一、什么是工作流  以请假为例,现在大多数公司的请假流程是这样的  员工打电话(或网聊)向上级提出请假申请——上级口头同意——上级将请假记录下来——月底将请假记录上交公司——公司将请假录入电脑  采用工作流技术的公司的请假流程是这样的  员工使用账户登录系统——点击请假——上级登录系统点击允许  就这样,一个请假流程就结束了  有人会问,那上级不用向公司提交请假记录?公司不用将记录录入电脑?答案是

    2022年6月11日
    53
  • 正弦,余弦,正切,余切,正割,余割_三角函数的正弦余弦是什么意思

    正弦,余弦,正切,余切,正割,余割_三角函数的正弦余弦是什么意思三角函数三角函数包括正弦、余弦、正切、余切、正割、余割函数0基础知识正弦(Sine):sinA=CB/CA余弦(Cosine):cosA=AB/CA正切(Tangent):tanA=CB/BA余切(Cotangent):cotA=1/(tanA)BA/CB正割(Secant):secA=1/(cosA)=CA/AB余割(Cosecant):cosecA=1/(sinA)=CA/CB1y=sinx2y=cosx

    2025年8月6日
    3

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号