sudo apt updatesudo apt install xfce4 xfce4-goodiessudo apt install tigervnc-standalone-serversudo apt install tightvncservervncserverAlternatively for VINOgsettings set org.gnome.Vino require-encryption false
sudo apt updatesudo apt install xfce4 xfce4-goodiessudo apt install tigervnc-standalone-serversudo apt install tightvncservervncserverAlternatively for VINOgsettings set org.gnome.Vino require-encryption false
找到samba的配置文件smb.conf,在里面[global]位置下面加入 server min protocol = CORE 保存文件后记得重启samba服务
Java学习路线排列
第一部分:JavaSE-筑基、结丹Java零基础教程视频(适合Java 0基础,Java初学入门)
https://www.bilibili.com/video/BV1Rx411876f
数据结构与算法_适合零基础学习数据结构与算法
https://www.bilibili.com/video/BV1HQ4y1d7th
图书管理系统JavaSE项目实战训练-适合学完Java零基础同学巩固
https://www.bilibili.com/video/BV1tV411J77q
MySQL基础入门到精通视频教程-MySQL数据库实战(内含MySQL34道面试题)
https://www.bilibili.com/video/BV1fx411X7BD
JDBC从入门到精通视频教程-JDBC实战精讲
https://www.bilibili.com/video/BV1Bt41137iB
动力节点最新JavaWeb视频教程,javaweb零基础入门到精通IDEA版-【已完结】
114.114.115.115
114.114.114.119
114.114.115.119
180.76.76.76 百度DNS
223.5.5.5 阿里DNS
223.6.6.6 阿里DNS
119.29.29.29 腾讯DNS
sleep 10 && xset dpms force off
ps -aux
sudo lsof -i:3389
ssh -L 3389:localhost:5900 -C -N -l rocky localhost
sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 3389 -j REDIRECT --to-port 5900
sudo apt-get remove openssh-client openssh-server
sudo apt-get install openssh-client openssh-server
gsettings set org.gnome.Vino require-encryption false //
sudo apt update
Chrome
https://www.google.com/chrome/
DoubleCommand
sudo apt install doublecmd-gtk
qbittorrent
sudo apt-get update && sudo apt-get install qbittorrent
https://github.com/bill-ahmed/qbit-matUI
Dim App,Site------
Site = "BlogMVC"
If Len(Site) < 1 Then
Site = WScript.Arguments(0)
End If
App = """%PROGRAMFILES%\IIS Express\iisexpress""" & _
" /site:" & Site
If Len(Site) > 0 Then
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run App, 0
Set WshShell = Nothing
End If
It is available in settings menu of different phone morever you can call on a number provided by service provider to divert calls.
Anyways you can try below numbers as per requirements.
Call diversion when busy:
**67*number#
Divert to the given number
#67#
deactivate call diversion
##67#
Erase call diversion
*#67#
Request status for call diversion
Call diversion in case the handset is turned off or has not coverage:
**62*number#
Divert to the given number
#62#
deactivate call diversion
##62#
Erase call diversion
*#62#
Request status for call diversion
Call diversion for not responding
**61*number**x#
Divert to the given number aber x seconds (x=5,10,15,20,25,30)
#61#
Deactivate call diversion
##61#
Erase call diversion
*#61#
Request status of call diversion
Call diversion for all conditions above:
*#004*number#
Divert to the given number
#004#
Deactivate call diversion
##004#
Erase call diversion
*#004#
Request status for call diversion
Always divert:
*#21*number#
Always divert to given number
#21#
Deactivate call diversion
##21#
Erase call diversion
*#21#
Request status for call diversion
Erase all call diversions:
##002#[dial]
Remove all call diversions
@{
var controller = ViewContext.RouteData.GetRequiredString("controller");
var action = ViewContext.RouteData.GetRequiredString("action");
}
ViewBag.NameSortParm = sortOrder == "name" ? "name_desc" : "name";
// Rest of your sortOrder param goes here...
var persons = from s in db.PRT_FEE_PRICES
select s;
switch (sortOrder)
{
case "name":
persons = persons.OrderBy(s => s.NAME);
break;
case "name_desc":
persons = persons.OrderByDescending(s => s.NAME);
break;
// ...
}
sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...